ExtUtils::MakeMaker 5.94_02 -> 5.95_01
[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 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
32         Log: URL and other tiny tweaks.
33      Branch: perl
34            ! pod/perluniintro.pod
35 ____________________________________________________________________________
36 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
37         Log: Subject: [Patch] doc patch on Unicode
38              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39              Date: Sun, 19 May 2002 01:01:58 +0900
40              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
41      Branch: perl
42            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
43 ____________________________________________________________________________
44 [ 16675] By: ams                                   on 2002/05/18  15:06:35
45         Log: s/2.0/2.00/ to be CPAN friendly.
46      Branch: perl
47            ! ext/Storable/Storable.pm
48 ____________________________________________________________________________
49 [ 16674] By: ams                                   on 2002/05/18  14:47:07
50         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
51              EBCDIC, amazing.
52              From: Philip Newton <Philip.Newton@gmx.net>
53              Date: Sat, 18 May 2002 09:54:13 +0200
54              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
55      Branch: perl
56            ! lib/Pod/t/eol.t
57 ____________________________________________________________________________
58 [ 16673] By: ams                                   on 2002/05/18  14:41:00
59         Log: Subject: Storable test for 64 bit 5.6.1
60              From: Nicholas Clark <nick@unfortu.net>
61              Date: Sat, 18 May 2002 15:48:55 +0100
62              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
63              (Private mail.)
64      Branch: perl
65            ! ext/Storable/t/malice.t
66 ____________________________________________________________________________
67 [ 16672] By: nick                                  on 2002/05/18  09:47:51
68         Log: Integrate mainline
69      Branch: perlio
70           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
71            - t/lib/st-dump.pl
72           !> (integrate 67 files)
73 ____________________________________________________________________________
74 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
75         Log: No more true.
76      Branch: perl
77            ! lib/vars.pm
78 ____________________________________________________________________________
79 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
80         Log: Make use vars grok UTF-8.
81      Branch: perl
82            ! lib/vars.pm t/run/fresh_perl.t
83 ____________________________________________________________________________
84 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
85         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
86              From: Michael G Schwern <schwern@pobox.com>
87              Date: Fri, 17 May 2002 23:54:29 -0400  
88              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
89      Branch: perl
90            ! t/op/tie.t t/run/fresh_perl.t
91 ____________________________________________________________________________
92 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
93         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
94              From: Michael G Schwern <schwern@pobox.com>
95              Date: Fri, 17 May 2002 20:37:26 -0400  
96              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
97      Branch: perl
98            + t/lib/sample-tests/shbang_misparse
99            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
100            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
101            ! lib/Test/Harness/t/test-harness.t
102 ____________________________________________________________________________
103 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
104         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
105              From: Nicholas Clark <nick@unfortu.net>
106              Date: Sat, 18 May 2002 00:18:39 +0100  
107              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
108              
109              Use Storable's st-dump.pl.
110      Branch: perl
111            - t/lib/st-dump.pl
112            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
113            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
114            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
115            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
116            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
117            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
118            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
119 ____________________________________________________________________________
120 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
121         Log: Forgotten from #16656.
122      Branch: perl
123            ! ext/B/B.xs
124 ____________________________________________________________________________
125 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
126         Log: Subject: [PATCH] Storable ChangeLog ready for release 
127              From: Nicholas Clark <nick@unfortu.net>
128              Date: Fri, 17 May 2002 23:17:34 +0100  
129              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
130      Branch: perl
131            ! ext/Storable/ChangeLog
132 ____________________________________________________________________________
133 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
134         Log: Subject: [PATCH] Storable stand alone tests
135              From: Nicholas Clark <nick@unfortu.net>
136              Date: Fri, 17 May 2002 22:43:35 +0100  
137              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
138      Branch: perl
139            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
140            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
141            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
142            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
143            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
144            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
145            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
146            ! ext/Storable/t/store.t ext/Storable/t/tied.t
147            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
148            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
149 ____________________________________________________________________________
150 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
151         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
152              From: Michael G Schwern <schwern@pobox.com>
153              Date: Fri, 17 May 2002 17:17:54 -0400  
154              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
155      Branch: perl
156            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
157            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
158            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
159            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
160            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
161            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
162            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
163            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
164            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
165            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
166            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
167            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
168            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
169            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
170 ____________________________________________________________________________
171 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
172         Log: More regression tests for caller() and fix one bug of #16658.
173      Branch: perl
174            ! pp_ctl.c t/op/caller.t
175 ____________________________________________________________________________
176 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
177         Log: Integrate perlio;
178              
179              Fix the crlf.t buffer leak
180              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
181              flagged it because it is more often popped without stream
182              being closed.
183              - Define non-noop PerlIOBuf_popped(), use it and export it.
184      Branch: perl
185           !> makedef.pl perlio.c perliol.h
186 ____________________________________________________________________________
187 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
188         Log: Add a note about Cwd::fastcwd() returning tainted data.
189              Sort modules alphabetically.
190      Branch: perl
191            ! pod/perldelta.pod
192 ____________________________________________________________________________
193 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
194         Log: Remove O from the untested modules list.
195      Branch: perl
196            ! t/lib/1_compile.t
197 ____________________________________________________________________________
198 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
199         Log: Fix bug 20020517.003 : segfault with caller().
200              Add regression tests for caller.
201      Branch: perl
202            + t/op/caller.t
203            ! MANIFEST pp_ctl.c
204 ____________________________________________________________________________
205 [ 16657] By: nick                                  on 2002/05/17  17:18:18
206         Log: Fix the crlf.t buffer leak
207              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
208              flagged it because it is more often popped without stream
209              being closed.
210              - Define non-noop PerlIOBuf_popped(), use it and export it.
211      Branch: perlio
212            ! makedef.pl perlio.c perliol.h
213 ____________________________________________________________________________
214 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
215         Log: PERL_HASH() casting games so that our hashed data is "unsigned
216              char" but old code using just a "char" doesn't need changes.
217              (The change is using a temporary pointer instead of a direct
218              cast to unsigned char* which would blindly cast anything,
219              not just char pointers.)  (The problem arose in MacOS Classic,
220              as seen by Pudge, the cure by Nicholas Clark.)
221      Branch: perl
222            ! hv.c hv.h op.c sv.c vms/vms.c
223 ____________________________________________________________________________
224 [ 16655] By: nick                                  on 2002/05/17  14:59:20
225         Log: Integrate mainline
226      Branch: perlio
227           !> (integrate 28 files)
228 ____________________________________________________________________________
229 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
230         Log: Update Changes.
231      Branch: perl
232            ! Changes patchlevel.h
233 ____________________________________________________________________________
234 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
235         Log: FAQ sync.
236      Branch: perl
237            ! pod/perlfaq4.pod pod/perlfaq8.pod
238 ____________________________________________________________________________
239 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
240         Log: Forgot from #16628.
241      Branch: perl
242            ! ext/Encode/Makefile.PL
243 ____________________________________________________________________________
244 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
245         Log: One Last Time
246      Branch: macperl
247            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
248            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
249            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
250            + lib/Unicode/UCD.t
251 ____________________________________________________________________________
252 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
253         Log: Stupid case insensitivity
254      Branch: macperl
255            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
256            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
257            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
258            - lib/unicode/UCD.t
259 ____________________________________________________________________________
260 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
261         Log: Move Unicode -> unicode, remove README
262      Branch: macperl
263            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
264            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
265            - lib/Unicode/Collate/t/test.t lib/Unicode/README
266            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
267 ____________________________________________________________________________
268 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
269         Log: Move Unicode -> unicode, remove README (oops, forgot one)
270      Branch: macperl
271           +> lib/unicode/Collate/README
272 ____________________________________________________________________________
273 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
274         Log: Move Unicode -> unicode, remove README
275      Branch: macperl
276           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
277           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
278           +> lib/unicode/UCD.pm lib/unicode/UCD.t
279 ____________________________________________________________________________
280 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
281         Log: Integrate perl
282      Branch: macperl
283           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
284           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
285           +> lib/Thread/Semaphore.pm
286            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
287            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
288            - wince/include/sys/types.h wince/include/sys/utime.h
289            - wince/include/time.h
290            ! macos/MPVersion.r macos/config.sh
291           !> (integrate 173 files)
292 ____________________________________________________________________________
293 [ 16645] By: nick                                  on 2002/05/17  06:56:40
294         Log: Integrate mainline
295      Branch: perlio
296           +> ext/Storable/t/st-dump.pl
297            - wince/FindExt.pm
298           !> (integrate 40 files)
299 ____________________________________________________________________________
300 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
301         Log: STDERR noise.
302      Branch: perl
303            ! lib/Switch.pm
304 ____________________________________________________________________________
305 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
306         Log: Upgrade to Switch 2.07.
307      Branch: perl
308            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
309            ! lib/Switch/t/given.t lib/Switch/t/nested.t
310            ! lib/Switch/t/switch.t
311 ____________________________________________________________________________
312 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
313         Log: Missed hunk in #16641.
314      Branch: perl
315            ! lib/Filter/Simple/Changes
316 ____________________________________________________________________________
317 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
318         Log: Upgrade to Filter::Simple 0.78.
319              (Keep #14432, let Damian know of it.)
320      Branch: perl
321            ! lib/Filter/Simple.pm lib/Filter/Simple/README
322            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
323            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
324            ! lib/Filter/Simple/t/import.t
325 ____________________________________________________________________________
326 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
327         Log: More Third Degree.
328      Branch: perl
329            ! t/TEST
330 ____________________________________________________________________________
331 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
332         Log: Third Degree tweaks.
333      Branch: perl
334            ! pod/perlhack.pod t/TEST
335 ____________________________________________________________________________
336 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
337         Log: Purify: dl_last_error was leaking.
338      Branch: perl
339            ! ext/DynaLoader/dlutils.c
340 ____________________________________________________________________________
341 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
342         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
343              From: Chris Ball <chris@cpan.org>
344              Date: 16 May 2002 20:51:34 +0100
345              Message-ID: <86lmajvpkp.fsf@void.printf.net>
346      Branch: perl
347            ! utils/perldoc.PL
348 ____________________________________________________________________________
349 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
350         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
351              From: "Craig A. Berry" <craigberry@mac.com>
352              Date: Thu, 16 May 2002 14:13:15 -0500
353              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
354      Branch: perl
355            ! lib/ExtUtils/t/Constant.t
356 ____________________________________________________________________________
357 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
358         Log: Make Cwd::fastcwd() return a tainted value.
359              Add regression tests for taint-safety of the *cwd()
360              functions.
361      Branch: perl
362            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
363 ____________________________________________________________________________
364 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
365         Log: Subject: Re: AIX warning in hints regarding gcc
366              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
367              Date: Thu, 16 May 2002 18:55:41 +0200
368              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
369      Branch: perl
370            ! hints/aix.sh
371 ____________________________________________________________________________
372 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
373         Log: Update the test statuses.
374      Branch: perl
375            ! pod/perldelta.pod
376 ____________________________________________________________________________
377 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
378         Log: The UDP sockpair failure seems to have magically
379              disappeared from both UNICOSes.
380              (One gets "UNEXPECTEDLY SUCCEEDED".)
381      Branch: perl
382            ! ext/Socket/socketpair.t
383 ____________________________________________________________________________
384 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
385         Log: Brokenness of restricted hashes with Storable on EBCDIC
386              seems to be an artifact of the downgrade.t.
387      Branch: perl
388            ! ext/Storable/Storable.pm
389 ____________________________________________________________________________
390 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
391         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
392              memory debuggers.
393      Branch: perl
394            ! pod/perlhack.pod
395 ____________________________________________________________________________
396 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
397         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
399              Date: Thu, 16 May 2002 16:42:34 +0200
400              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
401              
402              gcc 3 version parsing proofing.
403      Branch: perl
404            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
405 ____________________________________________________________________________
406 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
407         Log: Subject: [PATCH] good day for WinCE port of perl.
408              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
409              Date: Thu, 16 May 2002 03:33:23 +0400
410              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
411      Branch: perl
412            - wince/FindExt.pm
413            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
414            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
415            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
416            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
417            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
418            ! wince/config_H.ce wince/config_h.PL
419 ____________________________________________________________________________
420 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
421         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
422              From: slaven.rezic@berlin.de
423              Date: Mon, 13 May 2002 16:02:24 +0200
424              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
425      Branch: perl
426            ! ext/Sys/Syslog/Syslog.pm
427 ____________________________________________________________________________
428 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
429         Log: Subject: Re: [PATCH] allow use threads qw(yield)
430              From: Dave Mitchell <davem@fdgroup.com>
431              Date: Wed, 15 May 2002 23:26:27 +0100
432              Message-ID: <20020515232626.E28924@fdgroup.com>
433      Branch: perl
434            ! ext/threads/threads.xs
435 ____________________________________________________________________________
436 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
437         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
439              Date: Thu, 16 May 2002 14:22:21 +0200
440              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
441      Branch: perl
442            ! hints/aix.sh
443 ____________________________________________________________________________
444 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
445         Log: metaconfig unit change for #16623.
446      Branch: metaconfig
447            ! U/ebcdic/trnl.U
448 ____________________________________________________________________________
449 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
450         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
451              from John Poltorak <jp@eyup.org>.
452      Branch: perl
453            ! Configure
454 ____________________________________________________________________________
455 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
456         Log: DJGPP doesn't have \r\n delimited files (it has \r).
457      Branch: perl
458            ! lib/Tie/File/t/21_win32.t
459 ____________________________________________________________________________
460 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
461         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
462              2. Doing a s///g instead of tr/// works better for CR-delimited
463              files, like in DJGPP (since <FH> doesn't correctly pull in
464              CR-delimited lines).
465      Branch: perl
466            ! lib/Pod/Html.pm lib/Pod/t/eol.t
467 ____________________________________________________________________________
468 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
469         Log: Don't test $! with like() since one may have
470              a non-English locale, or simply AIX :-)
471      Branch: perl
472            ! ext/PerlIO/t/fail.t
473 ____________________________________________________________________________
474 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
475         Log: DJGPP updates from Laszlo Molnar.
476      Branch: perl
477            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
478 ____________________________________________________________________________
479 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
480         Log: Integrate perlio;
481              
482              Make open fail when layer string does not parse.
483      Branch: perl
484           +> ext/PerlIO/t/fail.t
485           !> MANIFEST perlio.c
486 ____________________________________________________________________________
487 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
488         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
489              From: Nicholas Clark <nick@unfortu.net>
490              Date: Wed, 15 May 2002 23:06:20 +0100
491              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
492      Branch: perl
493            ! ext/Storable/Storable.xs
494 ____________________________________________________________________________
495 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
496         Log: Two down, ten to go.
497      Branch: perl
498            ! pod/perldelta.pod
499 ____________________________________________________________________________
500 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
501         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
502      Branch: perl
503            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
504 ____________________________________________________________________________
505 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
506         Log: Schizoid MANIFESTs.
507      Branch: perl
508            + ext/Storable/t/st-dump.pl
509            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
510 ____________________________________________________________________________
511 [ 16613] By: nick                                  on 2002/05/15  19:26:00
512         Log: Make open fail when layer string does not parse.
513      Branch: perlio
514            + ext/PerlIO/t/fail.t
515            ! MANIFEST perlio.c
516 ____________________________________________________________________________
517 [ 16612] By: nick                                  on 2002/05/15  18:11:15
518         Log: Integrate mainline
519      Branch: perlio
520           !> Changes ext/Storable/Storable.pm patchlevel.h
521           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
522 ____________________________________________________________________________
523 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
524         Log: Update Changes.
525      Branch: perl
526            ! Changes patchlevel.h
527 ____________________________________________________________________________
528 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
529         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
530      Branch: perl
531            ! pod/perldelta.pod t/run/fresh_perl.t
532 ____________________________________________________________________________
533 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
534         Log: Document some of the known EBCDIC problems with Storable.
535              (There is more, but need to do more tests.)
536      Branch: perl
537            ! ext/Storable/Storable.pm
538 ____________________________________________________________________________
539 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
540         Log: Purify finding: jperl.t causes a few Array Bounds Reads
541              (one byte too far in a malloced buffer) at various spots
542              in regcomp.c, all the buffers malloced by SvGROW() in
543              sv_recode_to_utf8().
544      Branch: perl
545            ! sv.c
546 ____________________________________________________________________________
547 [ 16607] By: nick                                  on 2002/05/15  06:57:26
548         Log: Integrate mainline
549      Branch: perlio
550           +> Porting/thirdclean
551           !> (integrate 36 files)
552 ____________________________________________________________________________
553 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
554         Log: Subject: [PATCH] Re: use of lc module names and warnings
555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
556              Date: Sun, 12 May 2002 23:09:46 +0200
557              Message-ID: <20020512230946.E699@rafael>
558      Branch: perl
559            ! toke.c
560 ____________________________________________________________________________
561 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
562         Log: More rule tweakage.
563      Branch: perl
564            ! Porting/thirdclean
565 ____________________________________________________________________________
566 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
567         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
568              From: Sam Tregar <sam@tregar.com>
569              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
570              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
571      Branch: perl
572            ! ext/Devel/DProf/DProf.xs
573 ____________________________________________________________________________
574 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
575         Log: $VERSIONize.
576      Branch: perl
577            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
578 ____________________________________________________________________________
579 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
580         Log: Third Degree: name the op/foo.t as op_foo.
581      Branch: perl
582            ! t/TEST
583 ____________________________________________________________________________
584 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
585         Log: Read of uninitialized heap found by Third Degree
586              (e.g. in t/op/subst.t)
587      Branch: perl
588            ! scope.c
589 ____________________________________________________________________________
590 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
591         Log: Add more rules.
592      Branch: perl
593            ! Porting/thirdclean
594 ____________________________________________________________________________
595 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
596         Log: Subject: [PATCH] allow use threads qw(yield)
597              From: Dave Mitchell <davem@fdgroup.com>
598              Date: Tue, 14 May 2002 22:49:47 +0100
599              Message-ID: <20020514224947.F25049@fdgroup.com>
600      Branch: perl
601            ! ext/threads/threads.pm ext/threads/threads.xs
602 ____________________________________________________________________________
603 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
604         Log: Micropatch from Olaf Flebbe.
605      Branch: perl
606            ! epoc/epoc.c
607 ____________________________________________________________________________
608 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
609         Log: Subject: perlhack.pod typos [PATCH]
610              From: "John P. Linderman" <jpl@research.att.com>
611              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
612              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
613      Branch: perl
614            ! pod/perlhack.pod
615 ____________________________________________________________________________
616 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
617         Log: Subject: typo in Socket.pm
618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
619              Date: Tue, 14 May 2002 12:02:47 +0200
620              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
621      Branch: perl
622            ! ext/IO/lib/IO/Socket.pm
623 ____________________________________________________________________________
624 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
625         Log: The #16592 needs this.
626      Branch: perl
627            ! embedvar.h perlapi.h
628 ____________________________________________________________________________
629 [ 16594] By: sky                                   on 2002/05/14  17:08:01
630         Log: Subject: Re: lib/sort.t failure [PATCH]
631              From: "John P. Linderman" <jpl@research.att.com>
632              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
633              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
634      Branch: perl
635            ! pod/perlfunc.pod
636 ____________________________________________________________________________
637 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
638         Log: Add a script for cleaning out the "known noise"
639              from Third Degree reports: either noise caused
640              by libc itself, or Perl_yyparse leaks.
641      Branch: perl
642            + Porting/thirdclean
643            ! MANIFEST
644 ____________________________________________________________________________
645 [ 16592] By: sky                                   on 2002/05/14  15:21:39
646         Log: Turn the sort RealCmp for stable quicksorts into a
647              threadsafe per interpreter values.
648      Branch: perl
649            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
650 ____________________________________________________________________________
651 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
652         Log: reentr.h affects more C files than just reentr.c
653      Branch: perl
654            ! locale.c pp.c pp_sys.c
655 ____________________________________________________________________________
656 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
657         Log: Document reentr.pl a bit better.  Still rather
658              convoluted code, but it ain't broken, so...
659      Branch: perl
660            ! reentr.h reentr.pl
661 ____________________________________________________________________________
662 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
663         Log: z/OS update: not all Storable was clear yet.
664      Branch: perl
665            ! pod/perldelta.pod
666 ____________________________________________________________________________
667 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
668         Log: Avoid potentially empty struct.
669      Branch: perl
670            ! reentr.h reentr.pl
671 ____________________________________________________________________________
672 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
673         Log: Todo tweaks.
674      Branch: perl
675            ! pod/perltodo.pod
676 ____________________________________________________________________________
677 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
678         Log: Subject: [PATCH] various minor fixes in threads.            
679              From: Dave Mitchell <davem@fdgroup.com>
680              Date: Mon, 13 May 2002 23:48:22 +0100      
681              Message-ID: <20020513234822.G21318@fdgroup.com>
682      Branch: perl
683            ! dump.c ext/threads/shared/shared.xs
684 ____________________________________________________________________________
685 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
686         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
687              From: PPrymmer@factset.com
688              Date: Mon, 13 May 2002 17:37:28 -0400
689              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
690      Branch: perl
691            ! vms/vms.c
692 ____________________________________________________________________________
693 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
694         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
695              From: Nicholas Clark <nick@unfortu.net>    
696              Date: Mon, 13 May 2002 21:45:47 +0100
697              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
698      Branch: perl
699            ! lib/ExtUtils/t/Constant.t
700 ____________________________________________________________________________
701 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
702         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
703              From: Nicholas Clark <nick@unfortu.net>    
704              Date: Mon, 13 May 2002 21:47:38 +0100
705              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
706      Branch: perl
707            ! lib/Benchmark.t
708 ____________________________________________________________________________
709 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
710         Log: Subject: WinCE several touches
711              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
712              Date: Tue, 14 May 2002 00:43:11 +0400      
713              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
714      Branch: perl
715            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
716            ! wince/config_h.PL
717 ____________________________________________________________________________
718 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
719         Log: Subject: Re: perl@16573
720              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
721              Date: Mon, 13 May 2002 18:30:35 +0200
722              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
723              
724              (gcc 3.0 vs 64-bit hpux hints)
725      Branch: perl
726            ! hints/hpux.sh
727 ____________________________________________________________________________
728 [ 16580] By: sky                                   on 2002/05/13  19:38:09
729         Log: Make the point a bit clearer after suggestion from Merijin
730      Branch: perl
731            ! pod/perltodo.pod
732 ____________________________________________________________________________
733 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
734         Log: perltodo update.
735      Branch: perl
736            ! pod/perltodo.pod
737 ____________________________________________________________________________
738 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
739         Log: Subject: README.aix update
740              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
741              Date: Mon, 13 May 2002 19:02:47 +0200
742              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
743      Branch: perl
744            ! README.aix
745 ____________________________________________________________________________
746 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
747         Log: export PerlIOBuf_get_base for win32 extension linkage
748      Branch: perl
749            ! makedef.pl
750 ____________________________________________________________________________
751 [ 16576] By: nick                                  on 2002/05/13  18:20:22
752         Log: Integrate mainline
753      Branch: perlio
754           !> Changes README.vos ext/threads/shared/shared.pm
755           !> ext/threads/shared/t/0nothread.t
756           !> ext/threads/shared/t/av_refs.t
757           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
758           !> ext/threads/shared/t/hv_refs.t
759           !> ext/threads/shared/t/hv_simple.t
760           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
761           !> ext/threads/shared/t/semaphore.t
762           !> ext/threads/shared/t/shared_attr.t
763           !> ext/threads/shared/t/sv_refs.t
764           !> ext/threads/shared/t/sv_simple.t patchlevel.h
765           !> pod/perldelta.pod vms/vms.c xsutils.c
766 ____________________________________________________________________________
767 [ 16575] By: ams                                   on 2002/05/13  15:42:50
768         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
769              From: Paul_GreenVOS@vos.stratus.com
770              Date: Mon, 13 May 02 12:32 edt
771              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
772      Branch: perl
773            ! README.vos pod/perldelta.pod
774 ____________________________________________________________________________
775 [ 16574] By: ams                                   on 2002/05/13  15:41:14
776         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
777              From: PPrymmer@factset.com
778              Date: Mon, 13 May 2002 11:38:15 -0400
779              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
780      Branch: perl
781            ! vms/vms.c
782 ____________________________________________________________________________
783 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
784         Log: Update Changes.
785      Branch: perl
786            ! Changes patchlevel.h
787 ____________________________________________________________________________
788 [ 16572] By: sky                                   on 2002/05/13  12:30:35
789         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
790              From: Dave Mitchell <davem@fdgroup.com>
791              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
792              Message-Id: <20020510235227.J12298@fdgroup.com>
793      Branch: perl
794            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
795            ! ext/threads/shared/t/av_refs.t
796            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
797            ! ext/threads/shared/t/hv_refs.t
798            ! ext/threads/shared/t/hv_simple.t
799            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
800            ! ext/threads/shared/t/semaphore.t
801            ! ext/threads/shared/t/shared_attr.t
802            ! ext/threads/shared/t/sv_refs.t
803            ! ext/threads/shared/t/sv_simple.t xsutils.c
804 ____________________________________________________________________________
805 [ 16571] By: nick                                  on 2002/05/13  07:54:10
806         Log: Integrate Mainline
807      Branch: perlio
808           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
809            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
810            - wince/include/cectype.h wince/include/errno.h
811            - wince/include/sys/types.h wince/include/sys/utime.h
812            - wince/include/time.h
813           !> (integrate 51 files)
814 ____________________________________________________________________________
815 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
816         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
817              From: Michael G Schwern <schwern@pobox.com>
818              Date: Sun, 12 May 2002 19:32:58 -0400
819              Message-ID: <20020512233258.GK696@blackrider>
820      Branch: perl
821            ! t/TEST
822 ____________________________________________________________________________
823 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
824         Log: Be clean.
825      Branch: perl
826            ! Makefile.SH ext/B/t/o.t
827 ____________________________________________________________________________
828 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
829         Log: change#8666 ($Config{perllibs}) apparently never got into
830              mainline--merge, and add other missing entries; regen
831              config_H.* files
832      Branch: perl
833            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
834            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
835            ! win32/config_H.vc win32/config_H.vc64
836 ____________________________________________________________________________
837 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
838         Log: Elaborate on the exit/wait plan a bit.
839      Branch: perl
840            ! pod/perltodo.pod
841 ____________________________________________________________________________
842 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
843         Log: Slight doc tweaks.
844      Branch: perl
845            ! pod/perlthrtut.pod
846 ____________________________________________________________________________
847 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
848         Log: OS/390: update the test results.
849      Branch: perl
850            ! pod/perldelta.pod
851 ____________________________________________________________________________
852 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
853         Log: Add threadsafety caveats.
854      Branch: perl
855            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
856 ____________________________________________________________________________
857 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
858         Log: Update the Mac OS X situation.
859      Branch: perl
860            ! pod/perldelta.pod
861 ____________________________________________________________________________
862 [ 16562] By: sky                                   on 2002/05/12  19:10:27
863         Log: Update todo, removing things done and adding new things.
864      Branch: perl
865            ! pod/perltodo.pod
866 ____________________________________________________________________________
867 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
868         Log: Reword the "threads still running" cleanup message.
869      Branch: perl
870            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
871            ! pod/perltoc.pod
872 ____________________________________________________________________________
873 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
874         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
875              (The manifestation: running pat.t core dumps after test 639.
876              Removing everything after 639 makes core go away, as does
877              removing everything before 640.  I did say "weird".  Some
878              sort of a memory corruption, no doubt, but no time to debug
879              in more detail.)
880      Branch: perl
881            ! t/op/pat.t
882 ____________________________________________________________________________
883 [ 16559] By: sky                                   on 2002/05/12  17:59:41
884         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
885      Branch: perl
886            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
887            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
888            ! MANIFEST
889 ____________________________________________________________________________
890 [ 16558] By: sky                                   on 2002/05/12  17:57:51
891         Log: Fixed bug where tmpsv would be null after the return of the 
892              amagic. Now check for that and allocate the tmpsv afterwards, 
893              this is done in all other places that use amagic.
894              Fixes bug when threads->unknownfunction() was called and
895              we coredumped on the stringification somewhere deep in the
896              autoloader/dynaloader something. Far to deep for me to provide
897              a test case.
898      Branch: perl
899            ! sv.c
900 ____________________________________________________________________________
901 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
902         Log: (retracted by #16560)
903              EBCDIC: must protect also compile time so that
904              the illegal UTF-EBCDIC is not seen.
905      Branch: perl
906            ! t/op/pat.t
907 ____________________________________________________________________________
908 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
909         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
910      Branch: perl
911            ! pod/perlebcdic.pod regcomp.c
912 ____________________________________________________________________________
913 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
914         Log: As suggested by Dave Mitchell, adding yield()s at
915              appropriate spots helps non-preemptive thread
916              implementations, like the GNU pth.  Tested at NetBSD
917              by Martin Weber <Ephaeton@gmx.net>.
918      Branch: perl
919            ! ext/threads/t/basic.t ext/threads/t/list.t
920            ! ext/threads/t/thread.t
921 ____________________________________________________________________________
922 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
923         Log: Subject: RE: VOS bleadperl test failure on 16539
924              From: chromatic <chromatic@rmci.net>
925              Date: Sat, 11 May 2002 23:23:54 -0700
926              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
927      Branch: perl
928            ! ext/B/t/o.t
929 ____________________________________________________________________________
930 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
931         Log: There's no rest for the wicked misspellers.
932      Branch: perl
933            ! pod/perlthrtut.pod
934 ____________________________________________________________________________
935 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
936         Log: Detypos (and sticking with US spelling since Dan Sugalski
937              wrote the original text of perlthrtut)
938      Branch: perl
939            ! ext/threads/threads.pm pod/perlthrtut.pod
940 ____________________________________________________________________________
941 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
942         Log: Because of #16550 these tests would now spew
943              "Malformed UTF-8" in EBCDIC.
944      Branch: perl
945            ! t/op/pat.t
946 ____________________________________________________________________________
947 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
948         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
949              scripts does not apply any more.  (The utf8.t needed a little
950              bit of relaxing to work in EBCDIC, since *both* the bytes in
951              subtest #30 are illegal UTF-EBCDIC, and the error message
952              matched is slightly different.)  The utf8.t now passes.
953      Branch: perl
954            ! lib/utf8.t toke.c
955 ____________________________________________________________________________
956 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
957         Log: Subject: [PATCH] a bit more for WinCE
958              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
959              Date: Sun, 12 May 2002 02:34:24 +0400
960              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
961      Branch: perl
962            ! wince/wince.c
963 ____________________________________________________________________________
964 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
965         Log: Subject: [PATCH] for WinCE cross-build, another one
966              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
967              Date: Sun, 12 May 2002 00:02:47 +0400
968              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
969      Branch: perl
970            - wince/include/cectype.h wince/include/errno.h
971            - wince/include/sys/types.h wince/include/sys/utime.h
972            - wince/include/time.h
973            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
974            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
975            ! wince/wince.c
976 ____________________________________________________________________________
977 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
978         Log: Explicit casts due to #16542.
979      Branch: perl
980            ! ext/B/B.xs hv.c op.c sv.c
981 ____________________________________________________________________________
982 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
983         Log: Upgrade to Test::Harness 2.21.
984      Branch: perl
985            ! lib/Test/Harness.pm lib/Test/Harness/Changes
986            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
987            ! lib/Test/Harness/t/test-harness.t
988 ____________________________________________________________________________
989 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
990         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
991              but keep up with the $VERSION)
992      Branch: perl
993            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
994 ____________________________________________________________________________
995 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
996         Log: metaconfig unit change for #16543.
997      Branch: metaconfig
998            ! U/threads/usethreads.U
999 ____________________________________________________________________________
1000 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
1001         Log: Subject: [PATCH] updated threads docs
1002              From: Dave Mitchell <davem@fdgroup.com>
1003              Date: Sat, 11 May 2002 20:00:51 +0100
1004              Message-ID: <20020511200050.D14841@fdgroup.com>
1005      Branch: perl
1006            ! Configure README.threads pod/perlothrtut.pod
1007            ! pod/perlthrtut.pod
1008 ____________________________________________________________________________
1009 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
1010         Log: Subject: unsigned char hashes (Re: perl@16539)
1011              From: Nicholas Clark <nick@unfortu.net>
1012              Date: Sat, 11 May 2002 17:54:44 +0100
1013              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
1014              
1015              Be explicitly unsigned char in the hash calculation.
1016      Branch: perl
1017            ! hv.h
1018 ____________________________________________________________________________
1019 [ 16541] By: nick                                  on 2002/05/11  08:21:00
1020         Log: Integrate mainline
1021      Branch: perlio
1022           +> ext/B/t/o.t
1023           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
1024           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
1025           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
1026 ____________________________________________________________________________
1027 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
1028         Log: Subject: more os x test output cosmetics
1029              From: Kay Röpke <kroepke@dolphin-services.de>
1030              Date: Fri, 10 May 2002 14:07:34 +0200
1031              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
1032      Branch: perl
1033            ! ext/DB_File/t/db-btree.t
1034 ____________________________________________________________________________
1035 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
1036         Log: Update Changes.
1037      Branch: perl
1038            ! Changes patchlevel.h
1039 ____________________________________________________________________________
1040 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
1041         Log: Regen toc.
1042      Branch: perl
1043            ! pod/perltoc.pod
1044 ____________________________________________________________________________
1045 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
1046         Log: Move pod, add $VERSION.
1047      Branch: perl
1048            ! ext/threads/shared/queue.pm
1049 ____________________________________________________________________________
1050 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
1051         Log: Unused variables.
1052      Branch: perl
1053            ! ext/Encode/Encode.xs
1054 ____________________________________________________________________________
1055 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
1056         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
1057              From: chromatic <chromatic@rmci.net>
1058              Date: Fri, 10 May 2002 07:43:25 -0700
1059              Message-ID: <20020510144325.26245.qmail@firewheel>
1060      Branch: perl
1061            + ext/B/t/o.t
1062            ! MANIFEST
1063 ____________________________________________________________________________
1064 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
1065         Log: Don't do JAPHs unless doing "make torturetest".
1066              Document the less obvious make test targets.
1067      Branch: perl
1068            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
1069 ____________________________________________________________________________
1070 [ 16533] By: nick                                  on 2002/05/10  06:02:58
1071         Log: Integrate mainline
1072      Branch: perlio
1073           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
1074           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
1075           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
1076           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
1077           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
1078           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
1079           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
1080           !> t/run/fresh_perl.t util.c
1081 ____________________________________________________________________________
1082 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
1083         Log: Subject: [PATCH] format and other warnings
1084              From: Robin Barker <rmb1@cise.npl.co.uk>
1085              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
1086              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
1087      Branch: perl
1088            ! Porting/pumpkin.pod ext/Encode/Encode.xs
1089            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
1090            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
1091            ! ext/threads/threads.xs
1092 ____________________________________________________________________________
1093 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
1094         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
1095      Branch: perl
1096            ! t/op/tie.t t/run/fresh_perl.t
1097 ____________________________________________________________________________
1098 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
1099         Log: Subject: Re: [PATCH] Re: perl@16433
1100              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
1101              Date: Thu, 09 May 2002 16:24:59 -0700
1102              Message-ID: <LVw28gzkguhE092yn@efn.org>
1103      Branch: perl
1104            ! t/op/tie.t
1105 ____________________________________________________________________________
1106 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
1107         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
1108              From: Dave Mitchell <davem@fdgroup.com>
1109              Date: Thu, 9 May 2002 17:18:42 +0100
1110              Message-ID: <20020509171842.C9836@fdgroup.com>
1111      Branch: perl
1112            ! ext/threads/shared/t/cond.t
1113 ____________________________________________________________________________
1114 [ 16528] By: nick                                  on 2002/05/09  16:40:39
1115         Log: Integrate maint branch io (pipe) fixes.
1116      Branch: perl
1117           !> doio.c pp_sys.c util.c
1118 ____________________________________________________________________________
1119 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
1120         Log: FAQ sync.
1121      Branch: perl
1122            ! pod/perlfaq3.pod pod/perlfaq4.pod
1123 ____________________________________________________________________________
1124 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
1125         Log: metaconfig unit changes for #16525, plus extra linting.
1126      Branch: metaconfig
1127            ! U/compline/ptrsize.U U/protos/Protochk.U
1128            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1129            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1130            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1131            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1132            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1133            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1134            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1135            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1136            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1137            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1138            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1139            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1140            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1141            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1142            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1143            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1144            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1145            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1146            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1147            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1148            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1149            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1150            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1151            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1152 ____________________________________________________________________________
1153 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
1154         Log: metaconfig unit linting.
1155      Branch: perl
1156            ! reentr.pl
1157 ____________________________________________________________________________
1158 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
1159         Log: metaconfig unit changes for #16523.
1160      Branch: metaconfig
1161            ! U/compline/ptrsize.U
1162      Branch: metaconfig/U/perl
1163            ! use64bits.U
1164 ____________________________________________________________________________
1165 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
1166         Log: ptrsize should depend on use64bitall, not the other
1167              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
1168      Branch: perl
1169            ! Configure
1170 ____________________________________________________________________________
1171 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
1172         Log: Integrate #16510 from macperl;
1173              
1174              Tell IO.xs that MacOS sometimes doesn't need extra help
1175      Branch: perl
1176           !> ext/IO/IO.xs
1177 ____________________________________________________________________________
1178 [ 16521] By: ams                                   on 2002/05/09  12:42:12
1179         Log: Subject: Re: Storable doc patches
1180              From: "Philip Newton" <Philip.Newton@gmx.net>
1181              Date: Thu, 9 May 2002 14:32:29 +0200
1182              Message-Id: 
1183      Branch: perl
1184            ! ext/Storable/Storable.pm
1185 ____________________________________________________________________________
1186 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
1187         Log: cmp() compares chars, not bytes.
1188      Branch: perl
1189            ! pod/perllocale.pod
1190 ____________________________________________________________________________
1191 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
1192         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
1193      Branch: perl
1194            ! pod/perlhack.pod
1195 ____________________________________________________________________________
1196 [ 16518] By: ams                                   on 2002/05/09  09:04:31
1197         Log: Subject: Storable doc patches
1198              From: Philip Newton <Philip.Newton@gmx.net>
1199              Date: Thu, 09 May 2002 12:00:45 +0200
1200              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
1201      Branch: perl
1202            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1203 ____________________________________________________________________________
1204 [ 16517] By: ams                                   on 2002/05/09  08:53:50
1205         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
1206              From: Philip Newton <Philip.Newton@gmx.net>
1207              Date: Thu, 09 May 2002 11:16:06 +0200
1208              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
1209      Branch: perl
1210            ! ext/Storable/README
1211 ____________________________________________________________________________
1212 [ 16516] By: nick                                  on 2002/05/09  08:13:39
1213         Log: Integrate mainline
1214      Branch: perlio
1215           !> pod/perlxstut.pod
1216 ____________________________________________________________________________
1217 [ 16515] By: nick                                  on 2002/05/09  07:29:53
1218         Log: Integrate mainline
1219      Branch: perlio
1220           !> (integrate 27 files)
1221 ____________________________________________________________________________
1222 [ 16514] By: ams                                   on 2002/05/09  06:50:24
1223         Log: Subject: [Patch] perlxstut.pod
1224              From: lupe@lupe-christoph.de (Lupe Christoph)
1225              Date: Thu, 9 May 2002 09:42:02 +0200
1226              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
1227              (Applied with tweaks.)
1228      Branch: perl
1229            ! pod/perlxstut.pod
1230 ____________________________________________________________________________
1231 [ 16513] By: ams                                   on 2002/05/09  06:04:47
1232         Log: Subject: [Patch] perlapio.pod
1233              From: lupe@lupe-christoph.de (Lupe Christoph)
1234              Date: Thu, 9 May 2002 09:01:50 +0200
1235              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
1236              (Applied with tweaks.)
1237      Branch: perl
1238            ! pod/perlapio.pod
1239 ____________________________________________________________________________
1240 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
1241         Log: Integrate from macperl
1242      Branch: maint-5.6/macperl
1243           !> macos/macperl/MPConsole.cp
1244 ____________________________________________________________________________
1245 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
1246         Log: Make interrupt act as end of file, MacPerl Bug #542154
1247      Branch: macperl
1248            ! macos/macperl/MPConsole.cp
1249 ____________________________________________________________________________
1250 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
1251         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
1252      Branch: macperl
1253            ! ext/IO/IO.xs
1254 ____________________________________________________________________________
1255 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
1256         Log: Make perlio (!sfio) work on MacOS
1257      Branch: macperl
1258            ! macos/config.h macos/config.sh macos/macish.c
1259 ____________________________________________________________________________
1260 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
1261         Log: integrate maint-5.6/macperl contents
1262      Branch: maint-5.6/perl
1263           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
1264           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
1265           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
1266 ____________________________________________________________________________
1267 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
1268         Log: Rework #16506 some more.
1269      Branch: perl
1270            ! ext/Time/HiRes/HiRes.xs win32/win32.c
1271 ____________________________________________________________________________
1272 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
1273         Log: Rework #16503 a bit to keep all the HiRes implementation
1274              in one place, assuming we want to re-CPAN Time::HiRes at
1275              some point.
1276      Branch: perl
1277            ! ext/Time/HiRes/HiRes.xs win32/win32.c
1278 ____________________________________________________________________________
1279 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
1280         Log: metaconfig unit change for #16504.
1281      Branch: metaconfig
1282            ! U/modified/Cppsym.U
1283 ____________________________________________________________________________
1284 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
1285         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
1286              From: Pixel <pixel@mandrakesoft.com>
1287              Date: 08 May 2002 18:19:51 +0200
1288              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
1289      Branch: perl
1290            ! Configure
1291 ____________________________________________________________________________
1292 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
1293         Log: make the gettimeofday() implementation in Time::HiRes available
1294              from perl
1295      Branch: perl
1296            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
1297            ! win32/config.bc win32/config.gc win32/config.vc
1298            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
1299            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
1300            ! win32/win32.c win32/win32iop.h
1301 ____________________________________________________________________________
1302 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
1303         Log: Subject: Test output update for OS X 10.1.4
1304              From: Kay Röpke <kroepke@dolphin-services.de>
1305              Date: Wed, 8 May 2002 22:23:36 +0200
1306              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
1307      Branch: perl
1308            ! ext/DB_File/t/db-recno.t
1309 ____________________________________________________________________________
1310 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
1311         Log: Subject: [PATCH] Re: perl@16433
1312              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1313              Date: Tue, 07 May 2002 18:40:44 -0700
1314              Message-ID: <cII28gzkgaOS092yn@efn.org>
1315              
1316              Subject: Re: [PATCH] Re: perl@16433
1317              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1318              Date: Wed, 08 May 2002 10:16:42 -0700
1319              Message-ID: <61V28gzkg+jG092yn@efn.org>
1320      Branch: perl
1321            ! pp_sys.c sv.c t/op/tie.t
1322 ____________________________________________________________________________
1323 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
1324         Log: Subject: [DOC PATCH] Minor threads::shared nits
1325              From: Simon Glover <scog@amnh.org>
1326              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
1327              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
1328      Branch: perl
1329            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
1330            ! ext/threads/shared/shared.pm
1331 ____________________________________________________________________________
1332 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
1333         Log: Subject: [DOC PATCH] perlthrtut proofreading
1334              From: Simon Glover <scog@amnh.org>
1335              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
1336              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
1337      Branch: perl
1338            ! pod/perlthrtut.pod
1339 ____________________________________________________________________________
1340 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
1341         Log: Deprecate 5.005threads.
1342      Branch: perl
1343            ! pod/perldelta.pod
1344 ____________________________________________________________________________
1345 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
1346         Log: Integrate perlio;
1347              
1348              PerlIO/XS interface routine and doc updates from
1349              lupe@lupe-christoph.de (Lupe Christoph) in mail
1350              Subject: [For Review] Patch for perlio.c and pods
1351              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
1352              Date: Sun, 5 May 2002 10:43:15 +0200
1353              (Minor tweaks to follow.)
1354              
1355              Portability and doc tweaks to PerlIO/XS stuff.
1356              We are still "papering over the cracks" a bit,
1357              but now it is good stiff card held on with epoxy.
1358      Branch: perl
1359           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
1360 ____________________________________________________________________________
1361 [ 16496] By: nick                                  on 2002/05/08  19:08:43
1362         Log: Portability and doc tweaks to PerlIO/XS stuff.
1363              We are still "papering over the cracks" a bit,
1364              but now it is good stiff card held on with epoxy.
1365      Branch: perlio
1366            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
1367 ____________________________________________________________________________
1368 [ 16495] By: nick                                  on 2002/05/08  17:56:43
1369         Log: PerlIO/XS interface routine and doc updates from
1370              lupe@lupe-christoph.de (Lupe Christoph) in mail
1371              Subject: [For Review] Patch for perlio.c and pods
1372              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
1373              Date: Sun, 5 May 2002 10:43:15 +0200
1374              (Minor tweaks to follow.)
1375      Branch: perlio
1376            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
1377 ____________________________________________________________________________
1378 [ 16494] By: nick                                  on 2002/05/08  17:40:34
1379         Log: Integrate mainline
1380      Branch: perlio
1381           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
1382           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
1383           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
1384           !> t/run/fresh_perl.t
1385 ____________________________________________________________________________
1386 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
1387         Log: Update Changes.
1388      Branch: perl
1389            ! Changes patchlevel.h
1390 ____________________________________________________________________________
1391 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
1392         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
1393              don't unlink /dev/null
1394      Branch: perl
1395            ! Porting/p4genpatch
1396 ____________________________________________________________________________
1397 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
1398         Log: Integrate perlio; 
1399              
1400              Avoid pointless re-encode of data in :encoding's read buffer
1401              on a close
1402      Branch: perl
1403           !> ext/PerlIO/encoding/encoding.xs
1404 ____________________________________________________________________________
1405 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
1406         Log: The base.pm changes need this, too?
1407      Branch: perl
1408            ! lib/diagnostics.t
1409 ____________________________________________________________________________
1410 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
1411         Log: fix p4genpatch breakage (missing slash in patch headers)
1412      Branch: perl
1413            ! Porting/p4genpatch
1414 ____________________________________________________________________________
1415 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
1416         Log: Integrate #14679 from macperl;
1417              
1418              Skip layer symbols for sfio
1419      Branch: perl
1420           !> makedef.pl
1421 ____________________________________________________________________________
1422 [ 16487] By: nick                                  on 2002/05/08  13:12:47
1423         Log: Avoid pointless re-encode of data in :encoding's read buffer
1424              on a close
1425      Branch: perlio
1426            ! ext/PerlIO/encoding/encoding.xs
1427 ____________________________________________________________________________
1428 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
1429         Log: Integrate #16481 from macperl;
1430              
1431              p4genpatch Mac OS fixes (paths, utime)
1432      Branch: perl
1433           !> Porting/p4genpatch
1434 ____________________________________________________________________________
1435 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
1436         Log: Storable doc tweaks.
1437      Branch: perl
1438            ! ext/Storable/Storable.pm
1439 ____________________________________________________________________________
1440 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
1441         Log: Subject: Re: [PATCH] use base Notexists
1442              From: andreas.koenig@anima.de (Andreas J. Koenig)
1443              Date: Wed, 08 May 2002 15:57:53 +0200
1444              Message-ID: <m34rhi91y6.fsf@anima.de>
1445      Branch: perl
1446            ! lib/base.pm lib/fields.t
1447 ____________________________________________________________________________
1448 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
1449         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
1450              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
1451              Date: Wed, 8 May 2002 10:47:51 +0400
1452              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
1453      Branch: perl
1454            ! t/run/fresh_perl.t
1455 ____________________________________________________________________________
1456 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
1457         Log: Document how even "ASCII" locales can have problems
1458              if \w includes some of the regex metacharacters.
1459      Branch: perl
1460            ! lib/locale.t
1461 ____________________________________________________________________________
1462 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
1463         Log: p4genpatch Mac OS fixes (paths, utime)
1464      Branch: macperl
1465            ! Porting/p4genpatch
1466 ____________________________________________________________________________
1467 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
1468         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
1469              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
1470              Date: Wed, 8 May 2002 10:33:14 +0400
1471              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
1472      Branch: perl
1473            ! ext/File/Glob/bsd_glob.c
1474 ____________________________________________________________________________
1475 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
1476         Log: Skip layer symbols for sfio
1477      Branch: macperl
1478            ! makedef.pl
1479 ____________________________________________________________________________
1480 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
1481         Log: Bump up the Storable $VERSION to 2.0.
1482      Branch: perl
1483            ! ext/Storable/Storable.pm
1484 ____________________________________________________________________________
1485 [ 16477] By: nick                                  on 2002/05/08  06:21:18
1486         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
1487      Branch: perlio
1488           !> (integrate 36 files)
1489 ____________________________________________________________________________
1490 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
1491         Log: Oops, add back
1492      Branch: macperl
1493            + macos/MacPerlTests.cmd
1494 ____________________________________________________________________________
1495 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
1496         Log: Integrate with perl
1497      Branch: macperl
1498           +> Porting/p4genpatch ext/Digest/MD5/README
1499           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
1500           +> ext/threads/shared/semaphore.pm
1501           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
1502           +> t/comp/hints.t vos/compile_full_perl.cm
1503           +> vos/configure_full_perl.sh vos/make_full_perl.sh
1504           +> wince/compile.bat wince/win32io.c
1505            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
1506            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
1507           !> (integrate 206 files)
1508 ____________________________________________________________________________
1509 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
1510         Log: Update README (integrate from macperl)
1511      Branch: maint-5.6/macperl
1512           !> README.macos
1513 ____________________________________________________________________________
1514 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
1515         Log: Various syncs from macperl/ -> maint-5.6/macperl/
1516              File::Copy, File::Spec updates
1517              Test script modifications
1518              pp_require path bugfixes
1519      Branch: maint-5.6/macperl
1520            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
1521            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
1522 ____________________________________________________________________________
1523 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
1524         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
1525      Branch: macperl
1526            ! macos/macperl/MacPerl.podhelp
1527      Branch: maint-5.6/macperl
1528            ! macos/macperl/MacPerl.podhelp
1529 ____________________________________________________________________________
1530 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
1531         Log: Reset Mac::err flag in app, MacPerl Bug #546065
1532      Branch: macperl
1533            ! macos/macperl/MPScript.c
1534      Branch: maint-5.6/macperl
1535            ! macos/macperl/MPScript.c
1536 ____________________________________________________________________________
1537 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
1538         Log: Fix for some module install paths, MacPerl Bug #549611
1539      Branch: macperl
1540            ! macos/macperl/Droplets/installme.plx
1541            ! macos/macperl/Droplets/untarzipme.plx
1542      Branch: maint-5.6/macperl
1543            ! macos/macperl/Droplets/installme.plx
1544            ! macos/macperl/Droplets/untarzipme.plx
1545 ____________________________________________________________________________
1546 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
1547         Log: Stupid Mac::OSA::Simple bugs
1548      Branch: macperl
1549            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1550      Branch: maint-5.6/macperl
1551            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1552 ____________________________________________________________________________
1553 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
1554         Log: Various BuildTools fixes, MacPerl Bug #545341
1555      Branch: macperl
1556            ! macos/lib/Mac/BuildTools.pm
1557      Branch: maint-5.6/macperl
1558            ! macos/lib/Mac/BuildTools.pm
1559 ____________________________________________________________________________
1560 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
1561         Log: MM_MacOS has been moved from macos/lib/ to lib/
1562      Branch: macperl
1563            - macos/lib/ExtUtils/MM_MacOS.pm
1564 ____________________________________________________________________________
1565 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
1566         Log: Oops, add Digest::MD5 Makefile.mk back in
1567      Branch: macperl
1568            + macos/bundled_ext/Digest/MD5/Makefile.mk
1569 ____________________________________________________________________________
1570 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
1571         Log: Allow focus of first item, MacPerl Bug #529102
1572      Branch: macperl
1573            ! macos/ext/Mac/Windows/Windows.pm
1574      Branch: maint-5.6/macperl
1575            ! macos/ext/Mac/Windows/Windows.pm
1576 ____________________________________________________________________________
1577 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
1578         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
1579      Branch: macperl
1580            ! macos/lib/Mac/Glue.pm
1581      Branch: maint-5.6/macperl
1582            ! macos/lib/Mac/Glue.pm
1583 ____________________________________________________________________________
1584 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
1585         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
1586      Branch: perl
1587            ! makedef.pl
1588 ____________________________________________________________________________
1589 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
1590         Log: aTHX may be empty
1591      Branch: perl
1592            ! win32/win32.c
1593 ____________________________________________________________________________
1594 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
1595         Log: 5005threads builds again on windows
1596      Branch: perl
1597            ! win32/win32.c win32/win32.h
1598 ____________________________________________________________________________
1599 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
1600         Log: fixes for various warnings identified by Visual C++
1601      Branch: perl
1602            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
1603            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1604            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
1605            ! win32/config.bc win32/config.gc win32/config.vc
1606            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1607            ! win32/win32.c win32/win32iop.h
1608 ____________________________________________________________________________
1609 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
1610         Log: keep paths consistently slashed on windows
1611      Branch: perl
1612            ! t/harness
1613 ____________________________________________________________________________
1614 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
1615         Log: integrate makefile.mk changes into Makefile
1616      Branch: perl
1617            ! win32/Makefile
1618 ____________________________________________________________________________
1619 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
1620         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
1621              From: Nicholas Clark <nick@unfortu.net>
1622              Date: Tue, 7 May 2002 23:26:01 +0100
1623              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
1624      Branch: perl
1625            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
1626            ! ext/Storable/README ext/Storable/Storable.pm
1627            ! ext/Storable/t/malice.t
1628 ____________________________________________________________________________
1629 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
1630         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
1631              From: Dave Mitchell <davem@fdgroup.com>
1632              Date: Wed, 8 May 2002 00:11:02 +0100
1633              Message-ID: <20020508001102.D4118@fdgroup.com>
1634      Branch: perl
1635            ! pp_hot.c scope.c
1636 ____________________________________________________________________________
1637 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
1638         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
1639              From: Dave Mitchell <davem@fdgroup.com>
1640              Date: Tue, 7 May 2002 23:13:10 +0100
1641              Message-ID: <20020507231310.B4118@fdgroup.com>
1642      Branch: perl
1643            ! pp_hot.c
1644 ____________________________________________________________________________
1645 [ 16454] By: sky                                   on 2002/05/07  21:18:44
1646         Log: Documentation of async
1647      Branch: perl
1648            ! ext/threads/threads.pm
1649 ____________________________________________________________________________
1650 [ 16453] By: sky                                   on 2002/05/07  21:16:28
1651         Log: Documentation added.
1652      Branch: perl
1653            ! ext/threads/shared/semaphore.pm
1654 ____________________________________________________________________________
1655 [ 16452] By: sky                                   on 2002/05/07  21:15:34
1656         Log: Add support for async.
1657      Branch: perl
1658            ! ext/threads/threads.pm
1659 ____________________________________________________________________________
1660 [ 16451] By: sky                                   on 2002/05/07  21:01:47
1661         Log: Add documentation.
1662      Branch: perl
1663            ! ext/threads/shared/queue.pm
1664 ____________________________________________________________________________
1665 [ 16450] By: sky                                   on 2002/05/07  20:24:08
1666         Log: Fix bad assumptions in test case.
1667              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
1668              b) $var++ is not atomic
1669              c) the creating of the string to print and the actuall printing 
1670              could be preempted by another thread
1671      Branch: perl
1672            ! ext/threads/shared/t/queue.t
1673 ____________________________________________________________________________
1674 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
1675         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
1676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1677              Date: Tue, 07 May 2002 19:41:03 +0200
1678              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
1679      Branch: perl
1680            ! makedepend.SH
1681 ____________________________________________________________________________
1682 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
1683         Log: Upgrade to Encode 1.71.
1684      Branch: perl
1685            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1686            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
1687 ____________________________________________________________________________
1688 [ 16447] By: nick                                  on 2002/05/07  18:39:47
1689         Log: Integrate mainline
1690      Branch: perlio
1691           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
1692           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
1693           !> lib/User/pwent.t
1694 ____________________________________________________________________________
1695 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
1696         Log: AUTHORS updates.
1697      Branch: perl
1698            ! AUTHORS
1699 ____________________________________________________________________________
1700 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
1701         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
1702              From: Robin Barker <rmb1@cise.npl.co.uk>
1703              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
1704              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
1705      Branch: perl
1706            ! ext/Encode/Encode.xs
1707 ____________________________________________________________________________
1708 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
1709         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
1710              From: Michael A Chase <mchase@ix.netcom.com>
1711              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
1712              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
1713              
1714              (plus add what POSIX says)
1715      Branch: perl
1716            ! lib/File/Spec/Unix.pm
1717 ____________________________________________________________________________
1718 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
1719         Log: Subject: Re: lib/User/pwent.t on Cygwin
1720              From: John Peacock <jpeacock@rowman.com>
1721              Date: Mon, 06 May 2002 10:14:21 -0400
1722              Message-ID: <3CD68FBD.8020502@rowman.com>
1723      Branch: perl
1724            ! lib/User/pwent.t
1725 ____________________________________________________________________________
1726 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
1727         Log: Subject: [PATCH] Storable (Re: perl@16433)
1728              From: Radu Greab <radu@netsoft.ro>
1729              Date: Tue, 7 May 2002 11:37:03 +0300
1730              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
1731              
1732              Subject: Re: [PATCH] Storable (Re: perl@16433)
1733              From: Radu Greab <radu@netsoft.ro>
1734              Date: Tue, 7 May 2002 12:49:24 +0300
1735              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
1736              
1737              Plug the Storable memory leaks.
1738      Branch: perl
1739            ! ext/Storable/Storable.xs
1740 ____________________________________________________________________________
1741 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
1742         Log: Upgrade to CPAN 1.61.
1743      Branch: perl
1744            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1745 ____________________________________________________________________________
1746 [ 16440] By: nick                                  on 2002/05/07  07:07:58
1747         Log: Integrate mainline
1748      Branch: perlio
1749           +> Porting/p4genpatch vos/compile_full_perl.cm
1750           +> vos/configure_full_perl.sh vos/make_full_perl.sh
1751           +> wince/compile.bat wince/win32io.c
1752            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
1753           !> (integrate 74 files)
1754 ____________________________________________________________________________
1755 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
1756         Log: Document the bad behaviour of for(1..5){$_++}
1757              (it works but it should fail)
1758      Branch: perl
1759            ! pod/perldelta.pod
1760 ____________________________________________________________________________
1761 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
1762         Log: README.ko update from Jungshik Shin.
1763      Branch: perl
1764            ! README.ko
1765 ____________________________________________________________________________
1766 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
1767         Log: Subject: Re: perl@16433
1768              From: Nicholas Clark <nick@unfortu.net>
1769              Date: Tue, 7 May 2002 00:21:46 +0100
1770              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
1771      Branch: perl
1772            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1773            ! ext/Storable/t/malice.t
1774 ____________________________________________________________________________
1775 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
1776         Log: Subject:  two and a half steps further for WinCE cross-build
1777              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1778              Date: Mon, 6 May 2002 23:54:24 +0400
1779              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
1780      Branch: perl
1781            - wince/config.h
1782            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
1783 ____________________________________________________________________________
1784 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
1785         Log: Detypo.
1786      Branch: perl
1787            ! pod/perldelta.pod
1788 ____________________________________________________________________________
1789 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
1790         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1791              From: Dave Mitchell <davem@fdgroup.com>
1792              Date: Mon, 6 May 2002 17:17:00 +0100
1793              Message-ID: <20020506171700.A256@fdgroup.com>
1794      Branch: perl
1795            ! pod/perldelta.pod t/op/local.t
1796 ____________________________________________________________________________
1797 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
1798         Log: Update Changes.
1799      Branch: perl
1800            ! Changes patchlevel.h
1801 ____________________________________________________________________________
1802 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
1803         Log: Add a test for #16431, and document Dave's campaign
1804              against localised hash element bugs.
1805      Branch: perl
1806            ! pod/perldelta.pod t/op/tie.t
1807 ____________________________________________________________________________
1808 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
1809         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1810              From: Dave Mitchell <davem@fdgroup.com>
1811              Date: Sat, 4 May 2002 00:34:18 +0100
1812              Message-ID: <20020504003418.F22026@fdgroup.com>
1813      Branch: perl
1814            ! pp_hot.c t/op/local.t
1815 ____________________________________________________________________________
1816 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
1817         Log: Regen uconfig.h.
1818      Branch: perl
1819            ! uconfig.h
1820 ____________________________________________________________________________
1821 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
1822         Log: Unfortunately AmigaOS has been broken since 11423
1823              and is unlikely to get fixed in time for 5.8.0.
1824      Branch: perl
1825            ! pod/perldelta.pod
1826 ____________________________________________________________________________
1827 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
1828         Log: Ultimate discouragement for the old tools, from Andreas.
1829      Branch: perl
1830            - Porting/p4d2p Porting/p4desc
1831            ! MANIFEST Porting/repository.pod
1832 ____________________________________________________________________________
1833 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
1834         Log: Upgrade to Digest::MD5 2.20.
1835      Branch: perl
1836            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1837            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
1838 ____________________________________________________________________________
1839 [ 16426] By: ams                                   on 2002/05/06  09:48:42
1840         Log: Subject: [Encode] 1.70 released
1841              From: Dan Kogai <dankogai@dan.co.jp>
1842              Date: Mon, 6 May 2002 19:36:15 +0900
1843              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
1844      Branch: perl
1845            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
1846            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
1847            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
1848 ____________________________________________________________________________
1849 [ 16425] By: ams                                   on 2002/05/06  09:40:42
1850         Log: Subject: [PATCH] PerlIO::Via reference
1851              From: Gisle Aas <gisle@ActiveState.com>
1852              Date: 05 May 2002 22:50:23 -0700
1853              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
1854      Branch: perl
1855            ! pod/perliol.pod
1856 ____________________________________________________________________________
1857 [ 16424] By: ams                                   on 2002/05/06  09:37:58
1858         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
1859              From: Brendan O'Dea <bod@debian.org>
1860              Date: Mon, 6 May 2002 14:04:48 +1000
1861              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
1862      Branch: perl
1863            ! lib/Term/Complete.pm
1864 ____________________________________________________________________________
1865 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
1866         Log: p4genpatch: avoid stderr noise during adds
1867      Branch: perl
1868            ! Porting/p4genpatch
1869 ____________________________________________________________________________
1870 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
1871         Log: Subject: [PATCH] Fixup VOS builds of miniperl
1872              From: Paul_GreenVOS@vos.stratus.com
1873              Date: Sun, 5 May 02 23:11 edt
1874              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
1875      Branch: perl
1876            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
1877 ____________________________________________________________________________
1878 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
1879         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
1880              From: Radu Greab <radu@netsoft.ro>
1881              Date: Mon, 6 May 2002 04:23:10 +0300
1882              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
1883      Branch: perl
1884            ! pp_sys.c t/op/exec.t
1885 ____________________________________________________________________________
1886 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
1887         Log: Further comment tweak, to agree with perlxs.pod.
1888      Branch: perl
1889            ! perl.h
1890 ____________________________________________________________________________
1891 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
1892         Log: Subject: [PATCH] Update README.vos and release vos build macros
1893              From: Paul_GreenVOS@vos.stratus.com
1894              Date: Sun, 5 May 02 17:15 edt
1895              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
1896              To: perl5-porters@perl.org
1897      Branch: perl
1898            + vos/compile_full_perl.cm vos/configure_full_perl.sh
1899            + vos/make_full_perl.sh
1900            ! MANIFEST README.vos vos/Changes
1901 ____________________________________________________________________________
1902 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
1903         Log: Retract MM_NW5.pm part of #16371, at the request
1904              of Michael Schwern.
1905      Branch: perl
1906            ! lib/ExtUtils/MM_NW5.pm
1907 ____________________________________________________________________________
1908 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
1909         Log: Comment tweaks.
1910      Branch: perl
1911            ! perl.h
1912 ____________________________________________________________________________
1913 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
1914         Log: a few more p4genpatch fixes:
1915              
1916              don't assume previous revision exists, let p4 compute it from
1917              the one-less-change number instead
1918              
1919              the time part in timestamps were always 00:00:00; fix by
1920              fetching metadata via "p4 fsync" rather than "p4 filelog"
1921              
1922              quote all file names used in external commands to make them
1923              them work when there are spaces in those file names
1924              
1925              looks production worthy now :)
1926      Branch: perl
1927            ! Porting/p4genpatch
1928 ____________________________________________________________________________
1929 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
1930         Log: The #16401 was far from enough, and mostly in a wrong direction.
1931              The right thing to do would be to convert Storable into using
1932              the new MY_CXT scheme (no static data, and memory management
1933              using SVs).
1934      Branch: perl
1935            ! ext/Storable/Storable.xs
1936 ____________________________________________________________________________
1937 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
1938         Log: p4genpatch diffs against depot files from //depot/perl when called
1939              with -b //depot/maint-5.6/perl
1940      Branch: perl
1941            ! Porting/p4genpatch
1942 ____________________________________________________________________________
1943 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
1944         Log: p4genpatch: current directory may not be writable, so don't
1945              create temp files there
1946      Branch: perl
1947            ! Porting/p4genpatch
1948 ____________________________________________________________________________
1949 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
1950         Log: p4genpatch now works on windows
1951      Branch: perl
1952            ! Porting/p4genpatch
1953 ____________________________________________________________________________
1954 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
1955         Log: p4genpatch: tweak from Andreas to strip leading portion of
1956              path specified in -b (so patch can be applied with "patch -p1")
1957      Branch: perl
1958            ! Porting/p4genpatch
1959 ____________________________________________________________________________
1960 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
1961         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
1962              From: PPrymmer@factset.com
1963              Date: Fri, 3 May 2002 14:52:12 -0400
1964              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
1965      Branch: perl
1966            ! t/op/pwent.t
1967 ____________________________________________________________________________
1968 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
1969         Log: Upgrade to Net::Ping 2.17.
1970      Branch: perl
1971            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1972 ____________________________________________________________________________
1973 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
1974         Log: Upgrade to Getopt::Long 2.31.
1975      Branch: perl
1976            ! lib/Getopt/Long.pm
1977 ____________________________________________________________________________
1978 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
1979         Log: Subject: Re: Cross-compiling as of WinCE
1980              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1981              Date: Sat, 4 May 2002 03:49:11 +0400
1982              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
1983      Branch: perl
1984            + wince/compile.bat wince/win32io.c
1985            - wince/perldll.def
1986            ! MANIFEST configpm makedef.pl wince/Makefile.ce
1987            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
1988            ! wince/config_h.PL wince/wince.c
1989 ____________________________________________________________________________
1990 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
1991         Log: The loclibpth is always set by Configure.
1992      Branch: perl
1993            ! hints/dec_osf.sh
1994 ____________________________________________________________________________
1995 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
1996         Log: Subject: Re: [Unicode::Collate] UCA Version number    
1997              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1998              Date: Sun, 05 May 2002 10:07:57 +0900
1999              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
2000      Branch: perl
2001            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2002            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2003 ____________________________________________________________________________
2004 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
2005         Log: Subject: [PATCH sv.c] delete inaccurate comment
2006              From: Dave Mitchell <davem@fdgroup.com>
2007              Date: Fri, 3 May 2002 21:17:00 +0100
2008              Message-ID: <20020503211700.C22026@fdgroup.com>
2009      Branch: perl
2010            ! sv.c
2011 ____________________________________________________________________________
2012 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
2013         Log: Solaris: show what 'that' is.
2014      Branch: perl
2015            ! hints/solaris_2.sh
2016 ____________________________________________________________________________
2017 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
2018         Log: Syntax fix.
2019      Branch: perl
2020            ! t/op/arith.t
2021 ____________________________________________________________________________
2022 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
2023         Log: (retracted by #16415) Storable: try to free what we allocated.
2024      Branch: perl
2025            ! ext/Storable/Storable.xs
2026 ____________________________________________________________________________
2027 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
2028         Log: UNICOS: division is really sloppy.
2029      Branch: perl
2030            ! t/op/arith.t
2031 ____________________________________________________________________________
2032 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
2033         Log: Subject: fix t/io/fs.t for VOS
2034              From: Paul_GreenVOS@vos.stratus.com
2035              Date: Sat, 4 May 02 14:01 edt
2036              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
2037      Branch: perl
2038            ! t/io/fs.t
2039 ____________________________________________________________________________
2040 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
2041         Log: Subject: [Unicode::Collate] UCA Version number
2042              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2043              Date: Sat, 04 May 2002 16:07:07 +0900
2044              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
2045      Branch: perl
2046            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
2047 ____________________________________________________________________________
2048 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
2049         Log: Subject: [PATCH lib/overload.pm] "\"\""
2050              From: Michael G Schwern <schwern@pobox.com>
2051              Date: Sat, 4 May 2002 13:17:44 -0400
2052              Message-ID: <20020504171743.GD640@blackrider>
2053      Branch: perl
2054            ! lib/overload.pm
2055 ____________________________________________________________________________
2056 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
2057         Log: Add the EBCDIC test data to downgrade.t.
2058      Branch: perl
2059            ! ext/Storable/t/downgrade.t
2060 ____________________________________________________________________________
2061 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
2062         Log: EBCDIC tweak.
2063      Branch: perl
2064            ! ext/Storable/t/utf8hash.t
2065 ____________________________________________________________________________
2066 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
2067         Log: Allow p4genpatch to use diff programs other than 'diff'.
2068      Branch: perl
2069            ! Porting/p4genpatch
2070 ____________________________________________________________________________
2071 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
2072         Log: Add p4genpatch from Andreas; obsoletes both
2073              p4d2p and p4desc.
2074      Branch: perl
2075            + Porting/p4genpatch
2076            ! MANIFEST Porting/makerel
2077 ____________________________________________________________________________
2078 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
2079         Log: Upgrade to Encode 1.69.
2080      Branch: perl
2081            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2082            ! ext/Encode/Encode/Makefile_PL.e2x
2083            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
2084            ! ext/Encode/lib/Encode/Guess.pm
2085            ! ext/Encode/lib/Encode/MIME/Header.pm
2086            ! ext/Encode/t/mime-header.t
2087 ____________________________________________________________________________
2088 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
2089         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
2090              From: Dave Mitchell <davem@fdgroup.com>
2091              Date: Sat, 4 May 2002 16:09:26 +0100
2092              Message-ID: <20020504160926.A24990@fdgroup.com>
2093      Branch: perl
2094            ! INSTALL
2095 ____________________________________________________________________________
2096 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
2097         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
2098              From: Nicholas Clark <nick@unfortu.net>
2099              Date: Sat, 4 May 2002 12:38:58 +0100
2100              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
2101      Branch: perl
2102            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2103 ____________________________________________________________________________
2104 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
2105         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
2106              From: Nicholas Clark <nick@unfortu.net>
2107              Date: Sat, 4 May 2002 00:30:43 +0100
2108              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
2109      Branch: perl
2110            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2111 ____________________________________________________________________________
2112 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
2113         Log: Doc tweak from Elizabeth Mattijsen.
2114      Branch: perl
2115            ! pod/perlunicode.pod
2116 ____________________________________________________________________________
2117 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
2118         Log: Subject: [PATCH] channames.pm doc tweaks
2119              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
2120              Date: Sat, 04 May 2002 11:45:18 +0900
2121              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
2122      Branch: perl
2123            ! lib/charnames.pm
2124 ____________________________________________________________________________
2125 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
2126         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2127              From: Dave Mitchell <davem@fdgroup.com>
2128              Date: Fri, 3 May 2002 23:51:10 +0100
2129              Message-ID: <20020503235110.E22026@fdgroup.com>
2130      Branch: perl
2131            ! pp_hot.c scope.c
2132 ____________________________________________________________________________
2133 [ 16385] By: nick                                  on 2002/05/04  09:29:41
2134         Log: Integrate mainline
2135      Branch: perlio
2136           !> (integrate 47 files)
2137 ____________________________________________________________________________
2138 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
2139         Log: Subject: Re: perl@16307
2140              From: Nicholas Clark <nick@unfortu.net>
2141              Date: Fri, 3 May 2002 21:49:04 +0100
2142              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
2143              
2144              canonical #3 was failing under -Mutf8.
2145      Branch: perl
2146            ! ext/Storable/t/canonical.t
2147 ____________________________________________________________________________
2148 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
2149         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
2150              From: Dave Mitchell <davem@fdgroup.com>
2151              Date: Fri, 3 May 2002 21:12:10 +0100
2152              Message-ID: <20020503211210.B22026@fdgroup.com>
2153      Branch: perl
2154            ! scope.c
2155 ____________________________________________________________________________
2156 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
2157         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
2158              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
2159              Date: Fri, 3 May 2002 20:30:25 +0200
2160              Message-ID: <190109228332.20020503203025@familiehaase.de>
2161      Branch: perl
2162            ! doio.c
2163 ____________________________________________________________________________
2164 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
2165         Log: Subject: t/TestInit.pm - clean up comments
2166              From: Paul_GreenVOS@vos.stratus.com
2167              Date: Fri, 3 May 02 14:51 edt
2168              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
2169      Branch: perl
2170            ! t/TestInit.pm
2171 ____________________________________________________________________________
2172 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
2173         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
2174              From: Dan Kogai <dankogai@dan.co.jp>
2175              Date: Sat, 4 May 2002 01:46:35 +0900
2176              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
2177      Branch: perl
2178            ! ext/Encode/Encode/Makefile_PL.e2x
2179 ____________________________________________________________________________
2180 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
2181         Log: Forgotten test arrangement.
2182      Branch: perl
2183            ! ext/Digest/MD5/t/files.t
2184 ____________________________________________________________________________
2185 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
2186         Log: Comedy of typing errors.
2187      Branch: perl
2188            ! hints/solaris_2.sh
2189 ____________________________________________________________________________
2190 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
2191         Log: Let's try the "no Net:: if no Socket" again.
2192      Branch: perl
2193            ! t/lib/1_compile.t
2194 ____________________________________________________________________________
2195 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
2196         Log: Update Changes.
2197      Branch: perl
2198            ! Changes patchlevel.h
2199 ____________________________________________________________________________
2200 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
2201         Log: Oops.
2202      Branch: perl
2203            ! lib/ExtUtils/MM_BeOS.pm
2204 ____________________________________________________________________________
2205 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
2206         Log: EBCDIC tweak.
2207      Branch: perl
2208            ! ext/Digest/MD5/t/utf8.t
2209 ____________________________________________________________________________
2210 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
2211         Log: Update the EBCDIC MD5 checksums, and automate the process.
2212      Branch: perl
2213            ! ext/Digest/MD5/t/files.t
2214 ____________________________________________________________________________
2215 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
2216         Log: The EBCDIC remapping of the low 256 bites again.
2217      Branch: perl
2218            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
2219            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
2220            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
2221 ____________________________________________________________________________
2222 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
2223         Log: NetWare updates from C Aditya.
2224      Branch: perl
2225            ! lib/ExtUtils/MM_NW5.pm makedef.pl
2226 ____________________________________________________________________________
2227 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
2228         Log: DJGPP updates from Laszlo Molnar.
2229      Branch: perl
2230            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
2231 ____________________________________________________________________________
2232 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
2233         Log: Upgrade to Encode 1.68.
2234      Branch: perl
2235            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2236            ! ext/Encode/lib/Encode/Alias.pm
2237            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2238 ____________________________________________________________________________
2239 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
2240         Log: Integrate perlio;
2241              
2242              Several of non-default builds now seem to work reasonably well
2243              English.t seems to fail on an errno test, and socketpair blathers
2244              about something.
2245              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
2246              back door, and instead have perlsdio.h vector stdio via iperlsys.h
2247              function tables (latter was done in earlier change).
2248              Update comments in Makefile.mk 
2249              
2250              Finish off 16350 for non-PERLIO build on linux,
2251              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
2252              for some slots which now perlsdio.h is targeting.
2253              
2254              setbuf / setvbuf are not PerlIO_ concepts
2255              
2256              perl_clone is a threads thing
2257              
2258              Have perlsdio.h use the iperlsys.h aliases and see
2259              if that helps non-PERLIO IMP_SYS on Win32.
2260              (Miniperl okay on linux).
2261              
2262              More layer syms
2263              
2264              Use PerlSIO_fdupopen() if not using PerlIO
2265              
2266              Do not build if not using layers
2267      Branch: perl
2268           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
2269           !> win32/makefile.mk win32/perlhost.h win32/win32.c
2270           !> win32/win32io.c
2271 ____________________________________________________________________________
2272 [ 16367] By: nick                                  on 2002/05/03  07:25:13
2273         Log: Several of non-default builds now seem to work reasonably well
2274              English.t seems to fail on an errno test, and socketpair blathers
2275              about something.
2276              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
2277              back door, and instead have perlsdio.h vector stdio via iperlsys.h
2278              function tables (latter was done in earlier change).
2279              Update comments in Makefile.mk 
2280      Branch: perlio
2281            ! perlio.h win32/makefile.mk win32/win32.c
2282 ____________________________________________________________________________
2283 [ 16366] By: nick                                  on 2002/05/03  07:07:36
2284         Log: Finish off 16350 for non-PERLIO build on linux,
2285              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
2286              for some slots which now perlsdio.h is targeting.
2287      Branch: perlio
2288            ! iperlsys.h
2289 ____________________________________________________________________________
2290 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
2291         Log: If no Socket should not try to test Net::
2292      Branch: perl
2293            ! t/lib/1_compile.t
2294 ____________________________________________________________________________
2295 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
2296         Log: Integrate macperl #16360 and #16363;
2297              
2298              Make op/alarm.t pass
2299              
2300              README.macos update
2301      Branch: perl
2302           !> README.macos t/op/alarm.t
2303 ____________________________________________________________________________
2304 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
2305         Log: README.macos update
2306      Branch: macperl
2307            ! README.macos
2308 ____________________________________________________________________________
2309 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
2310         Log: Config / test updates
2311      Branch: macperl
2312            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2313            ! macos/Makefile.mk
2314 ____________________________________________________________________________
2315 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
2316         Log: Safe signals for Mac OS
2317      Branch: macperl
2318            ! macos/macish.c macos/macish.h
2319 ____________________________________________________________________________
2320 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
2321         Log: Make op/alarm.t pass
2322      Branch: macperl
2323            ! t/op/alarm.t
2324 ____________________________________________________________________________
2325 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
2326         Log: a tweak to change#13584: need to avoid pad-walking during
2327              global destruction
2328      Branch: maint-5.6/perl
2329            ! op.c
2330 ____________________________________________________________________________
2331 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
2332         Log: Forgot the most important part of #16357.
2333      Branch: perl
2334            ! lib/Unicode/Collate.pm
2335 ____________________________________________________________________________
2336 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
2337         Log: Subject: Unicode::Collate 0.11 Released
2338              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2339              Date: Fri, 03 May 2002 03:19:29 +0900
2340              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
2341      Branch: perl
2342            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2343            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2344 ____________________________________________________________________________
2345 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
2346         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
2347              From: Andy Dougherty <doughera@lafayette.edu>
2348              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
2349              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
2350      Branch: perl
2351            ! Makefile.SH ext/util/make_ext
2352 ____________________________________________________________________________
2353 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
2354         Log: Integrate #16353 from macperl;
2355              
2356              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
2357              in test 92 of run/fresh_perl.t on MacOS
2358              
2359              (as pudge rightfully points out, this is voodoo
2360              programming at it best, the real bug is somewhere else,
2361              now we just happened to shake the chicken the right way)
2362      Branch: perl
2363           !> lib/utf8_heavy.pl
2364 ____________________________________________________________________________
2365 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
2366         Log: Subject: Re: Encode, charnames and utf8heavy
2367              From: Dan Kogai <dankogai@dan.co.jp>
2368              Date: Thu, 2 May 2002 00:44:30 +0900
2369              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
2370              
2371              (plus a respective perlunicode tweak)
2372      Branch: perl
2373            ! lib/utf8_heavy.pl pod/perlunicode.pod
2374 ____________________________________________________________________________
2375 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
2376         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
2377              in test 92 of run/fresh_perl.t on MacOS
2378      Branch: macperl
2379            ! lib/utf8_heavy.pl
2380 ____________________________________________________________________________
2381 [ 16352] By: nick                                  on 2002/05/02  17:48:31
2382         Log: setbuf / setvbuf are not PerlIO_ concepts
2383      Branch: perlio
2384            ! XSUB.h
2385 ____________________________________________________________________________
2386 [ 16351] By: nick                                  on 2002/05/02  17:12:21
2387         Log: perl_clone is a threads thing
2388      Branch: perlio
2389            ! makedef.pl
2390 ____________________________________________________________________________
2391 [ 16350] By: nick                                  on 2002/05/02  17:09:43
2392         Log: *** EXPERIMENTAL ***
2393              Have perlsdio.h use the iperlsys.h aliases and see
2394              if that helps non-PERLIO IMP_SYS on Win32.
2395              (Miniperl okay on linux).
2396      Branch: perlio
2397            ! iperlsys.h perlsdio.h
2398 ____________________________________________________________________________
2399 [ 16349] By: nick                                  on 2002/05/02  16:10:15
2400         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
2401              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
2402              - use it in perlio.c
2403      Branch: perlio
2404            ! perlio.c win32/perlhost.h win32/win32.c
2405 ____________________________________________________________________________
2406 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
2407         Log: manual integrate of change#16332 from maint-5.6 branch
2408      Branch: perl
2409            ! mg.c perl.c sv.c util.c
2410 ____________________________________________________________________________
2411 [ 16347] By: nick                                  on 2002/05/02  15:19:59
2412         Log: More layer syms
2413      Branch: perlio
2414            ! makedef.pl
2415 ____________________________________________________________________________
2416 [ 16346] By: nick                                  on 2002/05/02  15:19:20
2417         Log: Use PerlSIO_fdupopen() if not using PerlIO
2418      Branch: perlio
2419            ! perlio.c
2420 ____________________________________________________________________________
2421 [ 16345] By: nick                                  on 2002/05/02  15:18:12
2422         Log: Do not build if not using layers
2423      Branch: perlio
2424            ! win32/win32io.c
2425 ____________________________________________________________________________
2426 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
2427         Log: Upgrade to Encode 1.67.
2428      Branch: perl
2429            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2430            ! ext/Encode/lib/Encode/Guess.pm
2431 ____________________________________________________________________________
2432 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
2433         Log: Integrate perlio;
2434              
2435              Remove show-stoppers to non-PERLIO Win32 builds
2436              (still not a very good show).
2437      Branch: perl
2438           !> makedef.pl win32/makefile.mk
2439 ____________________________________________________________________________
2440 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
2441         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
2442              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2443              Date: Thu, 02 May 2002 04:22:02 +0100
2444              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
2445      Branch: perl
2446            ! malloc.c
2447 ____________________________________________________________________________
2448 [ 16341] By: nick                                  on 2002/05/02  12:57:23
2449         Log: Remove show-stoppers to non-PERLIO Win32 builds
2450              (still not a very good show).
2451      Branch: perlio
2452            ! makedef.pl win32/makefile.mk
2453 ____________________________________________________________________________
2454 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
2455         Log: Subject: [PATCH] 1/3rd of utf8
2456              From: Nicholas Clark <nick@unfortu.net>
2457              Date: Wed, 1 May 2002 22:58:42 +0100
2458              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
2459      Branch: perl
2460            ! ext/Storable/t/malice.t
2461 ____________________________________________________________________________
2462 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
2463         Log: Integrate #16334 from maint-5.6;
2464              
2465              don't pad $0 with spaces when setting it, use nulls instead (the
2466              spaces show up as a very long line in a ps listing)
2467      Branch: perl
2468           !> mg.c
2469 ____________________________________________________________________________
2470 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
2471         Log: Integrate perlio;
2472              
2473              Fix the "PerlIO require leak". Snag was that clean_objs
2474              autoloaded DESTROY (needing IO) after known layers had
2475              been freed. Postpone layer list free to PerlIO_cleanup,
2476              rather than PerlIO_destruct. Tweak sequence in perl_destruct
2477              so that sv_undef is immortal till layer list is done with it.
2478      Branch: perl
2479           !> perl.c perlio.c
2480 ____________________________________________________________________________
2481 [ 16337] By: ams                                   on 2002/05/02  08:21:42
2482         Log: Subject: Re: [PATCH] Storable docs
2483              From: Philip Newton <Philip.Newton@gmx.net>
2484              Date: Thu, 02 May 2002 07:58:38 +0200
2485              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
2486              (Applied mostly with tweaks by hand.)
2487      Branch: perl
2488            ! ext/Storable/Storable.pm
2489 ____________________________________________________________________________
2490 [ 16336] By: nick                                  on 2002/05/02  07:59:16
2491         Log: Integrate mainline
2492      Branch: perlio
2493           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
2494           +> ext/Digest/MD5/t/utf8.t
2495            - ext/Digest/MD5/t/aaa.t
2496           !> Configure MANIFEST Makefile.SH config_h.SH
2497           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2498           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2499           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
2500           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
2501           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
2502           !> lib/Thread.pm util.c
2503 ____________________________________________________________________________
2504 [ 16335] By: nick                                  on 2002/05/02  07:54:51
2505         Log: Fix the "PerlIO require leak". Snag was that clean_objs
2506              autoloaded DESTROY (needing IO) after known layers had
2507              been freed. Postpone layer list free to PerlIO_cleanup,
2508              rather than PerlIO_destruct. Tweak sequence in perl_destruct
2509              so that sv_undef is immortal till layer list is done with it.
2510      Branch: perlio
2511            ! perl.c perlio.c
2512 ____________________________________________________________________________
2513 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
2514         Log: don't pad $0 with spaces when setting it, use nulls instead (the
2515              spaces show up as a very long line in a ps listing)
2516      Branch: maint-5.6/perl
2517            ! mg.c
2518 ____________________________________________________________________________
2519 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
2520         Log: fix yet more race conditions related to fdopen() and dup2():
2521              
2522              fclose() is not thread-safe when two FILE* structures point
2523              to the same underlying fd, as it happens in perl's socket
2524              handles; need to invalidate the fileno slot of one of the
2525              FILE* structures, but unfortunately stdio has no interface
2526              to do this; we can do little else but fiddle with the
2527              FILE* structure directly (yuck! hope this could be done better
2528              under native PerlIO in 5.8)
2529      Branch: maint-5.6/perl
2530            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
2531 ____________________________________________________________________________
2532 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
2533         Log: isolate all environ diddling to the initial interpreter; any
2534              additional interpreters created after the first one cannot
2535              propagate %ENV changes down to the real environment; this
2536              should fix %ENV related races (e.g. multiple threads attempting
2537              to free() environ entries when they run C<%ENV = ()>)
2538      Branch: maint-5.6/perl
2539            ! mg.c perl.c sv.c util.c
2540 ____________________________________________________________________________
2541 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
2542         Log: fix race condition in my_popen(): parent may dup2() into an fd
2543              that got opened by another thread because it closes it
2544              beforehand; instead, let the dup2() itself close the fd
2545      Branch: maint-5.6/perl
2546            ! util.c
2547 ____________________________________________________________________________
2548 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
2549         Log: pipe() IO structures were not fully initialized
2550      Branch: maint-5.6/perl
2551            ! doio.c pp_sys.c
2552 ____________________________________________________________________________
2553 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
2554         Log: fix handle leak in my_popen() if the fork() fails
2555      Branch: maint-5.6/perl
2556            ! util.c
2557 ____________________________________________________________________________
2558 [ 16328] By: nick                                  on 2002/05/02  06:08:22
2559         Log: Integrate mainline
2560      Branch: perlio
2561           +> ext/threads/shared/semaphore.pm
2562           +> ext/threads/shared/t/semaphore.t
2563           !> MANIFEST ext/threads/shared/Makefile.PL
2564           !> ext/threads/shared/t/queue.t
2565 ____________________________________________________________________________
2566 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
2567         Log: Cleanup threads dirs.
2568      Branch: perl
2569            ! Makefile.SH
2570 ____________________________________________________________________________
2571 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
2572         Log: Add the new Digest::MD5 test.
2573      Branch: perl
2574            + ext/Digest/MD5/t/utf8.t
2575            ! MANIFEST
2576 ____________________________________________________________________________
2577 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
2578         Log: New try at the Class::DBI core dump at global cleanup.
2579      Branch: perl
2580            ! gv.h util.c
2581 ____________________________________________________________________________
2582 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
2583         Log: Upgrade to Digest::MD5 2.19.
2584      Branch: perl
2585            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2586            ! ext/Digest/MD5/t/files.t
2587 ____________________________________________________________________________
2588 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
2589         Log: Ooops.  Not everybody does threads.
2590      Branch: perl
2591            ! ext/threads/shared/t/semaphore.t
2592 ____________________________________________________________________________
2593 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
2594         Log: Fix files.t for blead.
2595      Branch: perl
2596            + ext/Digest/MD5/README
2597            ! MANIFEST ext/Digest/MD5/t/files.t
2598 ____________________________________________________________________________
2599 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
2600         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
2601              work yet with blead, my bad.
2602      Branch: perl
2603            + ext/Digest/MD5/t/md5-aaa.t
2604            - ext/Digest/MD5/t/aaa.t
2605            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2606            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2607            ! ext/Digest/MD5/t/files.t
2608 ____________________________________________________________________________
2609 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
2610         Log: metaconfig unit change for #16319.
2611      Branch: metaconfig/U/perl
2612            ! d_u32align.U
2613 ____________________________________________________________________________
2614 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
2615         Log: Somebody might be compiling a newer Digest::MD5.
2616      Branch: perl
2617            ! Configure config_h.SH
2618 ____________________________________________________________________________
2619 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
2620         Log: Until Arthur fills in semaphore.t.
2621      Branch: perl
2622            ! ext/threads/shared/Makefile.PL
2623            ! ext/threads/shared/t/semaphore.t
2624 ____________________________________________________________________________
2625 [ 16317] By: sky                                   on 2002/05/01  19:36:33
2626         Log: Fix emulation case when loading both Thread and threads::shared
2627              would get awkward.
2628      Branch: perl
2629            ! lib/Thread.pm
2630 ____________________________________________________________________________
2631 [ 16316] By: ams                                   on 2002/05/01  19:35:25
2632         Log: Subject: [PATCH] Storable docs
2633              From: Nicholas Clark <nick@unfortu.net>
2634              Date: Wed, 1 May 2002 20:44:42 +0100
2635              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
2636      Branch: perl
2637            ! ext/Storable/Storable.pm
2638 ____________________________________________________________________________
2639 [ 16315] By: sky                                   on 2002/05/01  19:15:46
2640         Log: Now passes old test case.
2641      Branch: perl
2642            ! ext/threads/shared/semaphore.pm
2643 ____________________________________________________________________________
2644 [ 16314] By: sky                                   on 2002/05/01  19:15:26
2645         Log: Cleanup memory a bit better in some cases.
2646      Branch: perl
2647            ! ext/threads/threads.xs
2648 ____________________________________________________________________________
2649 [ 16313] By: nick                                  on 2002/05/01  18:38:03
2650         Log: Integrate mainline
2651      Branch: perlio
2652           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
2653           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
2654           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
2655           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2656           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
2657           !> pod/perl.pod pod/perlthrtut.pod toke.c
2658           !> vms/descrip_mms.template vms/perlvms.pod
2659 ____________________________________________________________________________
2660 [ 16312] By: sky                                   on 2002/05/01  18:12:37
2661         Log: Don't forget to add it to the MANIFEST
2662      Branch: perl
2663            + ext/threads/shared/t/semaphore.t
2664            ! MANIFEST
2665 ____________________________________________________________________________
2666 [ 16311] By: sky                                   on 2002/05/01  17:54:19
2667         Log: Add semaphore.pm
2668      Branch: perl
2669            + ext/threads/shared/semaphore.pm
2670 ____________________________________________________________________________
2671 [ 16310] By: sky                                   on 2002/05/01  17:13:57
2672         Log: Fix makefile to put queue.pm correctly, update test script.
2673      Branch: perl
2674            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
2675 ____________________________________________________________________________
2676 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
2677         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
2678              From: Dan Kogai <dankogai@dan.co.jp>
2679              Date: Thu, 2 May 2002 00:14:41 +0900
2680              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
2681      Branch: perl
2682            ! ext/PerlIO/t/fallback.t
2683 ____________________________________________________________________________
2684 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
2685         Log: Encode tweak from Dan Kogai.
2686      Branch: perl
2687            ! ext/Encode/Encode.xs
2688 ____________________________________________________________________________
2689 [ 16307] By: sky                                   on 2002/05/01  13:40:58
2690         Log: Flush directly to avoid erros when running from test harness
2691      Branch: perl
2692            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2693 ____________________________________________________________________________
2694 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
2695         Log: Update Changes.
2696      Branch: perl
2697            ! Changes patchlevel.h
2698 ____________________________________________________________________________
2699 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
2700         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
2701              From: PPrymmer@factset.com
2702              Date: Wed, 1 May 2002 10:12:53 -0400
2703              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
2704      Branch: perl
2705            ! lib/User/pwent.t
2706 ____________________________________________________________________________
2707 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
2708         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
2709              From: PPrymmer@factset.com
2710              Date: Wed, 1 May 2002 09:54:51 -0400
2711              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
2712      Branch: perl
2713            ! vms/descrip_mms.template
2714 ____________________________________________________________________________
2715 [ 16303] By: sky                                   on 2002/05/01  13:00:57
2716         Log: First attempt at updating perlthrtut for ithreaded threads.pm
2717      Branch: perl
2718            ! pod/perlthrtut.pod
2719 ____________________________________________________________________________
2720 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
2721         Log: Provide the \N{U+HHHH} syntax before we forget.
2722      Branch: perl
2723            ! lib/charnames.pm lib/charnames.t toke.c
2724 ____________________________________________________________________________
2725 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
2726         Log: Subject: Copy-and-Pasto in perl.pod     
2727              From: lupe@lupe-christoph.de (Lupe Christoph)    
2728              Date: Wed, 1 May 2002 13:31:47 +0200
2729              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
2730      Branch: perl
2731            ! pod/perl.pod
2732 ____________________________________________________________________________
2733 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
2734         Log: Upgrade to Encode 1.66.
2735      Branch: perl
2736            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2737            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
2738 ____________________________________________________________________________
2739 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
2740         Log: Integrate perlio; symbol cleanups.
2741      Branch: perl
2742           !> global.sym makedef.pl
2743 ____________________________________________________________________________
2744 [ 16298] By: ams                                   on 2002/05/01  09:42:27
2745         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
2746              From: Philip Newton <Philip.Newton@gmx.net>
2747              Date: Wed, 01 May 2002 12:41:10 +0200
2748              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
2749      Branch: perl
2750            ! vms/perlvms.pod
2751 ____________________________________________________________________________
2752 [ 16297] By: nick                                  on 2002/05/01  06:50:24
2753         Log: Remove "spurious" (and unnecessary) variables from layer_syms
2754              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
2755      Branch: perlio
2756            ! makedef.pl
2757 ____________________________________________________________________________
2758 [ 16296] By: nick                                  on 2002/05/01  06:21:28
2759         Log: perl embed.pl to update global.sym
2760      Branch: perlio
2761            ! global.sym
2762 ____________________________________________________________________________
2763 [ 16295] By: nick                                  on 2002/05/01  06:16:18
2764         Log: Raw integrate of mainline (global.sym wrong on Win32)
2765      Branch: perlio
2766           +> t/comp/hints.t
2767           !> (integrate 45 files)
2768 ____________________________________________________________________________
2769 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
2770         Log: metaconfig unit change for #16293.
2771      Branch: metaconfig/U/perl
2772            ! bincompat5005.U
2773 ____________________________________________________________________________
2774 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
2775         Log: Try #2 of getting rid of bincompat5005.
2776      Branch: perl
2777            ! Configure NetWare/config_H.wc Porting/Glossary
2778            ! Porting/config.sh Porting/config_H config_h.SH embed.h
2779            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
2780            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
2781            ! wince/config.h wince/config_H.ce
2782 ____________________________________________________________________________
2783 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
2784         Log: metaconfig unit changes for #16291.
2785      Branch: metaconfig
2786            ! U/installdirs/inc_version_list.U
2787      Branch: metaconfig/U/perl
2788            ! bincompat5005.U xs_apiversion.U
2789 ____________________________________________________________________________
2790 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
2791         Log: No bincompat5005.
2792      Branch: perl
2793            ! Configure INSTALL NetWare/config.wc Porting/Glossary
2794            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
2795            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
2796            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
2797            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
2798            ! win32/config.bc win32/config.gc win32/config.vc
2799            ! win32/config.vc64 wince/config.ce
2800 ____________________________________________________________________________
2801 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
2802         Log: Remove sv_setpviv{_,mg}; regen perlapi.
2803      Branch: perl
2804            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
2805 ____________________________________________________________________________
2806 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
2807         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
2808              From: Dave Mitchell <davem@fdgroup.com>
2809              Date: Tue, 30 Apr 2002 23:55:43 +0100
2810              Message-ID: <20020430235543.A27796@fdgroup.com>
2811      Branch: perl
2812            ! sv.c
2813 ____________________________________________________________________________
2814 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
2815         Log: Update to Getopt::Long 2.30.
2816      Branch: perl
2817            ! lib/Getopt/Long.pm
2818 ____________________________________________________________________________
2819 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
2820         Log: Integrate perlio;
2821              
2822              Attempt at sanity in PerlIO/makedef.pl world:
2823              1. Add comments to what each clump of symbols is for
2824              2. Explicitly export layer syms like I thought they were
2825              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2826              section.
2827              4. Re-sort perlio.sym
2828      Branch: perl
2829           !> makedef.pl perlio.sym
2830 ____________________________________________________________________________
2831 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
2832         Log: Fix bug id 20020427.004 on %^H.
2833              Add a regression test for %^H.
2834              Change the sort pragma implementation to use a
2835              global variable instead of %^H.
2836      Branch: perl
2837            + t/comp/hints.t
2838            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
2839 ____________________________________________________________________________
2840 [ 16285] By: nick                                  on 2002/04/30  19:00:03
2841         Log: Attempt at sanity in PerlIO/makedef.pl world:
2842              1. Add comments to what each clump of symbols is for
2843              2. Explicitly export layer syms like I thought they were
2844              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2845              section.
2846              4. Re-sort perlio.sym
2847      Branch: perlio
2848            ! makedef.pl perlio.sym
2849 ____________________________________________________________________________
2850 [ 16284] By: nick                                  on 2002/04/30  18:10:23
2851         Log: Rest of integrate
2852      Branch: perlio
2853           +> lib/ExtUtils/MM_MacOS.pm
2854           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2855           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2856           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2857           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
2858           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2859           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
2860           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
2861           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
2862           !> lib/Test/Harness/t/strap-analyze.t
2863           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
2864           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
2865 ____________________________________________________________________________
2866 [ 16283] By: nick                                  on 2002/04/30  17:53:37
2867         Log: Integrate mailine makedef.pl so I can look at it
2868      Branch: perlio
2869           !> makedef.pl
2870 ____________________________________________________________________________
2871 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
2872         Log: Upgrade to Encode 1.65.
2873      Branch: perl
2874            ! ext/Encode/Changes ext/Encode/Encode.pm
2875            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2876            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2877 ____________________________________________________________________________
2878 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
2879         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
2880      Branch: perl
2881            ! makedef.pl
2882 ____________________________________________________________________________
2883 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
2884         Log: NetWare: disable DEBUG/ASSERT for now.
2885      Branch: perl
2886            ! ext/Storable/Storable.xs
2887 ____________________________________________________________________________
2888 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
2889         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
2890              From: Michael G Schwern <schwern@pobox.com>
2891              Date: Tue, 30 Apr 2002 01:05:41 -0400
2892              Message-ID: <20020430050541.GL756@blackrider>
2893      Branch: perl
2894            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
2895            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
2896            ! lib/Test/Harness/t/test-harness.t
2897 ____________________________________________________________________________
2898 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
2899         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
2900              From: Michael G Schwern <schwern@pobox.com>
2901              Date: Tue, 30 Apr 2002 00:24:59 -0400
2902              Message-ID: <20020430042459.GJ756@blackrider>
2903      Branch: perl
2904            + lib/ExtUtils/MM_MacOS.pm
2905            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
2906            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2907            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
2908 ____________________________________________________________________________
2909 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
2910         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
2911              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
2912      Branch: perl
2913            ! util.c
2914 ____________________________________________________________________________
2915 [ 16276] By: ams                                   on 2002/04/30  08:42:32
2916         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
2917              From: "Craig A. Berry" <craigberry@mac.com>
2918              Date: Mon, 29 Apr 2002 23:37:06 -0500
2919              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
2920      Branch: perl
2921            ! t/pod/testp2pt.pl
2922 ____________________________________________________________________________
2923 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
2924         Log: Regen toc.
2925      Branch: perl
2926            ! pod/perltoc.pod
2927 ____________________________________________________________________________
2928 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
2929         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
2930              From: PPrymmer@factset.com
2931              Date: Mon, 29 Apr 2002 17:58:06 -0400
2932              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
2933      Branch: perl
2934            ! vms/perlvms.pod
2935 ____________________________________________________________________________
2936 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
2937         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
2938              from Todd Miller.
2939      Branch: perl
2940            ! hints/openbsd.sh
2941 ____________________________________________________________________________
2942 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
2943         Log: Integrate perlio;
2944              
2945              Adding Encode::* to .pm creates stash at compile time
2946              which means we need a stronger check on Encode at boot time.
2947      Branch: perl
2948           !> ext/PerlIO/encoding/encoding.pm
2949           !> ext/PerlIO/encoding/encoding.xs
2950 ____________________________________________________________________________
2951 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
2952         Log: OpenBSD hints update from Todd Miller.
2953              
2954              - old versions of OpenBSD don't have 'arch -s'
2955              - OpenBSD 3.1 and higher don't use libdl but users may have
2956              and old libdl on the system so we need to avoid using it.
2957      Branch: perl
2958            ! hints/openbsd.sh
2959 ____________________________________________________________________________
2960 [ 16270] By: nick                                  on 2002/04/29  17:33:38
2961         Log: Adding Encode::* to .pm creates stash at compile time
2962              which means we need a stronger check on Encode at boot time.
2963      Branch: perlio
2964            ! ext/PerlIO/encoding/encoding.pm
2965            ! ext/PerlIO/encoding/encoding.xs
2966 ____________________________________________________________________________
2967 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
2968         Log: Detypo by Ronald Kimball.
2969      Branch: perl
2970            ! pod/perlport.pod
2971 ____________________________________________________________________________
2972 [ 16268] By: nick                                  on 2002/04/29  15:47:00
2973         Log: Integrate mainline
2974      Branch: perlio
2975           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
2976           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
2977           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
2978           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
2979           !> pod/perlfaq2.pod pod/perlfaq3.pod
2980 ____________________________________________________________________________
2981 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
2982         Log: Update Changes.
2983      Branch: perl
2984            ! Changes patchlevel.h
2985 ____________________________________________________________________________
2986 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
2987         Log: MM_NW5 update from C Aditya.
2988      Branch: perl
2989            ! lib/ExtUtils/MM_NW5.pm
2990 ____________________________________________________________________________
2991 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
2992         Log: FAQ sync.
2993      Branch: perl
2994            ! pod/perlfaq2.pod pod/perlfaq3.pod
2995 ____________________________________________________________________________
2996 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
2997         Log: NetBSD hints rewrite from Johnny Lam.
2998      Branch: perl
2999            ! hints/netbsd.sh
3000 ____________________________________________________________________________
3001 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
3002         Log: Upgrade to Encode 1.64.
3003      Branch: perl
3004            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3005            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
3006 ____________________________________________________________________________
3007 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
3008         Log: Subject: [Unicode::Normalize] mkheader tweak
3009              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3010              Date: Mon, 29 Apr 2002 12:58:01 +0900
3011              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
3012      Branch: perl
3013            ! ext/Unicode/Normalize/mkheader
3014 ____________________________________________________________________________
3015 [ 16261] By: nick                                  on 2002/04/29  06:29:48
3016         Log: Integrate mainline
3017      Branch: perlio
3018            - macos/MacPerlTests.cmd macos/xsubpp.patch
3019           !> (integrate 40 files)
3020 ____________________________________________________________________________
3021 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
3022         Log: Upgrade to Unicode::Normalize 0.76,
3023              from SADAHIRO Tomoyuki.
3024      Branch: perl
3025            ! ext/Unicode/Normalize/Changes
3026            ! ext/Unicode/Normalize/Normalize.pm
3027            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3028            ! ext/Unicode/Normalize/t/func.t
3029 ____________________________________________________________________________
3030 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
3031         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
3032              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
3033              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
3034              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
3035      Branch: perl
3036            ! pod/perlport.pod
3037 ____________________________________________________________________________
3038 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
3039         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
3040              the basic and list tests started hanging).
3041      Branch: perl
3042            ! ext/threads/t/basic.t ext/threads/t/list.t
3043            ! ext/threads/t/thread.t
3044 ____________________________________________________________________________
3045 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
3046         Log: Integrate #16254 from macperl;
3047              
3048              Fix most tests on MacOS (not yet ext/ or /lib)
3049      Branch: perl
3050           !> (integrate 30 files)
3051 ____________________________________________________________________________
3052 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
3053         Log: As requested by pudge.
3054      Branch: perl
3055            - macos/MacPerlTests.cmd macos/xsubpp.patch
3056            ! MANIFEST
3057 ____________________________________________________________________________
3058 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
3059         Log: Integrate perl
3060      Branch: macperl
3061           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
3062           +> wince/cecopy-lib.pl wince/comp.pl
3063           !> (integrate 38 files)
3064 ____________________________________________________________________________
3065 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
3066         Log: Fix most tests on MacOS (not yet ext/ or /lib)
3067      Branch: macperl
3068            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
3069            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
3070            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
3071            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
3072            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
3073            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
3074            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
3075            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
3076 ____________________________________________________________________________
3077 [ 16253] By: nick                                  on 2002/04/28  19:10:50
3078         Log: Integrate mainline
3079      Branch: perlio
3080           +> wince/cecopy-lib.pl wince/comp.pl
3081           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
3082           !> ext/threads/t/basic.t ext/threads/t/list.t
3083           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
3084           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
3085           !> wince/win32.h wince/wince.c
3086 ____________________________________________________________________________
3087 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
3088         Log: More configuration/build changes
3089      Branch: macperl
3090            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3091            ! macos/Makefile.mk macos/config.h macos/config.sh
3092            ! macos/macish.h
3093 ____________________________________________________________________________
3094 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
3095         Log: Subject: WinCE many fixes
3096              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3097              Date: Sun, 28 Apr 2002 21:54:31 +0400
3098              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
3099      Branch: perl
3100            + wince/cecopy-lib.pl wince/comp.pl
3101            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
3102            ! wince/config_h.PL wince/perldll.def wince/win32.h
3103            ! wince/wince.c
3104 ____________________________________________________________________________
3105 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
3106         Log: Retract the cond.t part of #16249 since the nature
3107              of the test changed.
3108      Branch: perl
3109            ! ext/threads/shared/t/cond.t
3110 ____________________________________________________________________________
3111 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
3112         Log: (retracted by #16258)
3113              
3114              Fix thread tests not to depend on sleep() as
3115              a scheduling aid.  In two tests (basic and list)
3116              I had to change from sleep() hack to another hack...
3117              basically, using the filesystem as a semaphore.
3118              The assumption made is that rmdir() is atomic.
3119              (The sleep() scheduling assumption broke with the
3120              GNU pth in NetBSD.)
3121              
3122              (the cond.t part retracted by #16250)
3123      Branch: perl
3124            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
3125            ! ext/threads/t/list.t ext/threads/t/thread.t
3126 ____________________________________________________________________________
3127 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
3128         Log: Be tidy.
3129      Branch: perl
3130            ! ext/PerlIO/t/fallback.t
3131 ____________________________________________________________________________
3132 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
3133         Log: Integrate perlio;
3134              
3135              Builds under -Uuseperlio
3136              Uses PUSHSTACK/POPSTACK in :encoding and :Via
3137              
3138              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
3139              as gate on layer tests which fail on -Dusesfio
3140              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
3141              
3142              Have :encoding() default to perlqq style fallbacks.
3143              Add test for that.
3144      Branch: perl
3145           +> ext/PerlIO/t/fallback.t
3146           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
3147           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
3148           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
3149           !> t/io/binmode.t t/io/crlf.t
3150 ____________________________________________________________________________
3151 [ 16246] By: nick                                  on 2002/04/28  10:08:05
3152         Log: Have :encoding() default to perlqq style fallbacks.
3153              Add test for that.
3154      Branch: perlio
3155            + ext/PerlIO/t/fallback.t
3156            ! MANIFEST ext/PerlIO/encoding/encoding.pm
3157            ! ext/PerlIO/encoding/encoding.xs
3158 ____________________________________________________________________________
3159 [ 16245] By: nick                                  on 2002/04/28  08:57:54
3160         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
3161              as gate on layer tests which fail on -Dusesfio
3162              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
3163      Branch: perlio
3164            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
3165            ! t/io/crlf.t
3166 ____________________________________________________________________________
3167 [ 16244] By: nick                                  on 2002/04/28  08:22:07
3168         Log: Builds under -Uuseperlio
3169              Uses PUSHSTACK/POPSTACK in :encoding and :Via
3170      Branch: perlio
3171            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
3172 ____________________________________________________________________________
3173 [ 16243] By: nick                                  on 2002/04/28  07:19:01
3174         Log: Integrate mainline
3175      Branch: perlio
3176           +> ext/threads/t/list.t
3177           !> (integrate 40 files)
3178 ____________________________________________________________________________
3179 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
3180         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
3181      Branch: perl
3182            ! hints/netbsd.sh
3183 ____________________________________________________________________________
3184 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
3185         Log: Plan better.
3186      Branch: perl
3187            ! t/io/fs.t
3188 ____________________________________________________________________________
3189 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
3190         Log: No trunc worries.
3191      Branch: perl
3192            ! pod/perldelta.pod
3193 ____________________________________________________________________________
3194 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
3195         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
3196              From: Michael G Schwern <schwern@pobox.com>
3197              Date: Sat, 27 Apr 2002 23:20:19 -0400
3198              Message-ID: <20020428032019.GF1821@blackrider>
3199      Branch: perl
3200            ! pod/perlfunc.pod t/io/fs.t
3201 ____________________________________________________________________________
3202 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
3203         Log: More valgrind findings: e.g. t/op/utfhash.t.
3204      Branch: perl
3205            ! hv.c
3206 ____________________________________________________________________________
3207 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
3208         Log: Unused variables now that "did you use incorrect case" is gone;
3209              and valgrind claims that the savepvn() in utilize() leaks in e.g.
3210              lib/blib.t.
3211      Branch: perl
3212            ! op.c
3213 ____________________________________________________________________________
3214 [ 16236] By: sky                                   on 2002/04/28  00:15:45
3215         Log: Added test cases and fixed some obvious things.
3216      Branch: perl
3217            + ext/threads/t/list.t
3218            ! MANIFEST ext/threads/threads.xs
3219 ____________________________________________________________________________
3220 [ 16235] By: sky                                   on 2002/04/27  23:50:11
3221         Log: Removed last traces of autodetach.
3222              Added list() methid.
3223              Changed documentation.
3224      Branch: perl
3225            ! ext/threads/threads.pm ext/threads/threads.xs
3226 ____________________________________________________________________________
3227 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
3228         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
3229              From: Jerrad Pierce <belg4mit@MIT.EDU>
3230              Date: Sat, 27 Apr 2002 19:14:17 -0400
3231              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
3232      Branch: perl
3233            ! lib/FileCache.pm
3234 ____________________________________________________________________________
3235 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
3236         Log: More NetBSD patches from Johnny Lam.
3237              
3238              Remove the need for a $prefix setting that was added in the
3239              previous patch I sent.     Also add the proper rpath options
3240              to the linker flags depending on whether we're on a ELF or
3241              a.out platform.     These were tested both in a non-pkgsrc and
3242              pkgsrc build.
3243              
3244              Append to $libs instead of overwriting its value.  This was
3245              causing $(LDLOADLIBS) to not get added to the dynamic_libs
3246              link command on NetBSD systems and was the cause of the GDBM
3247              problems reported.  Also use '$(LDLOADLIBS)' instead of
3248              expanding its value so that it is more easily overridden in
3249              the Makefile by "make all LDLOADLIBS=...".
3250              
3251              Remove "-L/usr/local/lib" because the location of libgdbm.so
3252              is already added during the Configure process, and this
3253              spurious addition may cause the wrong libgdbm.so to be linked
3254              against as a result.
3255      Branch: perl
3256            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
3257            ! lib/ExtUtils/MM_Unix.pm
3258 ____________________________________________________________________________
3259 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
3260         Log: More VC5-induced casting found by Nikola Knezevic.
3261      Branch: perl
3262            ! av.c hv.c mg.c sv.c
3263 ____________________________________________________________________________
3264 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
3265         Log: More U32 regflags.
3266      Branch: perl
3267            ! op.h regcomp.c thrdvar.h
3268 ____________________________________________________________________________
3269 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
3270         Log: Integrate from bleadperl
3271      Branch: macperl
3272           +> ext/Encode/lib/Encode/Guess.pm
3273           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3274           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
3275           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
3276           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
3277           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
3278           +> lib/ExtUtils/t/zz_cleanup_dummy.t
3279           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3280           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
3281           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
3282           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
3283            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3284            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3285            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3286            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3287            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3288            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3289            - t/op/system_tests
3290           !> (integrate 133 files)
3291 ____________________________________________________________________________
3292 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
3293         Log: Retract #16195 since it seems to be unnecessary.
3294      Branch: perl
3295            ! lib/ExtUtils/MM_Unix.pm
3296 ____________________________________________________________________________
3297 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
3298         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
3299              From: "Craig A. Berry" <craigberry@mac.com>
3300              Date: Sat, 27 Apr 2002 15:11:31 -0500
3301              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
3302      Branch: perl
3303            ! vms/descrip_mms.template
3304 ____________________________________________________________________________
3305 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
3306         Log: Some more known open() modes.
3307      Branch: perl
3308            ! pod/perldiag.pod
3309 ____________________________________________________________________________
3310 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
3311         Log: Upgrade to Encode 1.63.
3312      Branch: perl
3313            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3314            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
3315            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
3316            ! ext/Encode/lib/Encode/Encoding.pm
3317            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
3318            ! ext/Encode/lib/Encode/JP/JIS7.pm
3319            ! ext/Encode/lib/Encode/KR/2022_KR.pm
3320            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3321 ____________________________________________________________________________
3322 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
3323         Log: Update Changes.
3324      Branch: perl
3325            ! Changes patchlevel.h
3326 ____________________________________________________________________________
3327 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
3328         Log: Integrate perlio;
3329              
3330              Correct which var is nulled, stack movement protection.
3331      Branch: perl
3332           !> ext/PerlIO/encoding/encoding.xs
3333 ____________________________________________________________________________
3334 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
3335         Log: Subject: PATCH t/TEST
3336              From: Mark-Jason Dominus <mjd@plover.com>
3337              Date: Sat, 27 Apr 2002 14:06:56 -0400
3338              Message-ID: <20020427180656.5422.qmail@plover.com>
3339      Branch: perl
3340            ! t/TEST
3341 ____________________________________________________________________________
3342 [ 16222] By: sky                                   on 2002/04/27  17:00:29
3343         Log: Ahem, look another way.
3344      Branch: perl
3345            ! ext/threads/shared/t/queue.t
3346 ____________________________________________________________________________
3347 [ 16221] By: nick                                  on 2002/04/27  16:34:48
3348         Log: Correct which var is nulled, stack movement protection.
3349      Branch: perlio
3350            ! ext/PerlIO/encoding/encoding.xs
3351 ____________________________________________________________________________
3352 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
3353         Log: Integrate perlio;
3354              
3355              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
3356              - if encoding loads Encode then stack grows.
3357              - pp_binmode was not allowing for that to happen
3358              - added PUTBACK/SPAGAIN.
3359      Branch: perl
3360           !> pp_sys.c
3361 ____________________________________________________________________________
3362 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
3363         Log: First half of NetBSD patch-ai, from Johnny Lam:
3364              
3365              The first part removes "installman" and "installhtml" from the
3366              .PHONY target, which was causing problems during installation.
3367              
3368              (the installman and installhtml are not phony targets,
3369              they are real files)
3370      Branch: perl
3371            ! Makefile.SH
3372 ____________________________________________________________________________
3373 [ 16218] By: nick                                  on 2002/04/27  16:22:40
3374         Log: Integrate mainline
3375      Branch: perlio
3376           +> ext/threads/shared/t/cond.t
3377           !> MANIFEST ext/threads/shared/shared.xs
3378           !> ext/threads/shared/t/queue.t
3379 ____________________________________________________________________________
3380 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
3381         Log: NetBSD patch-ab from Johnny Lam:
3382              
3383              Some tweaks to the NetBSD hints file to make the Configure
3384              process more useful when not building from pkgsrc.  This file
3385              will definitely need to change again when the 1.6 release of
3386              NetBSD comes out, but I'll handle the changes at the later
3387              date.
3388      Branch: perl
3389            ! hints/netbsd.sh
3390 ____________________________________________________________________________
3391 [ 16216] By: nick                                  on 2002/04/27  16:19:21
3392         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
3393              - if encoding loads Encode then stack grows.
3394              - pp_binmode was not allowing for that to happen
3395              - added PUTBACK/SPAGAIN.
3396      Branch: perlio
3397            ! pp_sys.c
3398 ____________________________________________________________________________
3399 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
3400         Log: Integrate perlio;
3401              
3402              Fix fd leak on Via(bogus).
3403              Finish implementing PerlIOVia_open().
3404              Export more guts of PerlIO_* so Via_open() can work.
3405              Fix various PerlIO_allocate() features exposed by above.
3406              
3407              Re-instate $PerlIO::encoding::check at boot.
3408              (Retaining Dan's XS side require though I don't see need.)
3409      Branch: perl
3410           !> embed.fnc ext/PerlIO/Via/Via.xs
3411           !> ext/PerlIO/encoding/encoding.pm
3412           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
3413           !> perlio.c perlio.h perliol.h
3414 ____________________________________________________________________________
3415 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
3416         Log: Upgrade to Encode 1.62.
3417      Branch: perl
3418            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3419 ____________________________________________________________________________
3420 [ 16213] By: ams                                   on 2002/04/27  15:38:50
3421         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
3422              From: Philip Newton <Philip.Newton@gmx.net>
3423              Date: Sat, 27 Apr 2002 08:51:30 +0200
3424              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
3425              
3426              Subject: Re: Change 16183: Stop being coy.
3427              From: Philip Newton <Philip.Newton@gmx.net>
3428              Date: Sat, 27 Apr 2002 08:52:13 +0200
3429              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
3430      Branch: perl
3431            ! INSTALL pod/perldelta.pod
3432 ____________________________________________________________________________
3433 [ 16212] By: sky                                   on 2002/04/27  13:54:46
3434         Log: Add test numbers to make "make test" happy. Order is irrelevant
3435              but number of oks is not.
3436      Branch: perl
3437            ! ext/threads/shared/t/queue.t
3438 ____________________________________________________________________________
3439 [ 16211] By: nick                                  on 2002/04/27  13:29:55
3440         Log: Re-instate $PerlIO::encoding::check at boot.
3441              (Retaining Dan's XS side require though I don't see need.)
3442      Branch: perlio
3443            ! ext/PerlIO/encoding/encoding.pm
3444            ! ext/PerlIO/encoding/encoding.xs
3445 ____________________________________________________________________________
3446 [ 16210] By: sky                                   on 2002/04/27  12:56:44
3447         Log: Fixed race condtions and deadlocks in interaction with 
3448              cond_wait/cond_signal and lock.
3449              Now we wait for a lock to gie up if we return from COND_WAIT
3450              and we are still locked. We also notifiers potential 
3451              lockers that it is free for locking when we go into COND_WAIT.
3452      Branch: perl
3453            + ext/threads/shared/t/cond.t
3454            ! MANIFEST ext/threads/shared/shared.xs
3455            ! ext/threads/shared/t/queue.t
3456 ____________________________________________________________________________
3457 [ 16209] By: nick                                  on 2002/04/27  12:32:41
3458         Log: Integrate mainline
3459      Branch: perlio
3460           +> t/win32/system_tests
3461            - t/op/system_tests
3462           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
3463           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
3464           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
3465           !> t/lib/warnings/pp_hot t/win32/system.t
3466 ____________________________________________________________________________
3467 [ 16208] By: sky                                   on 2002/04/27  11:46:53
3468         Log: Saving locks after we set it to 0 was kind of pointless.
3469              Hunting down fixes in cond_* functions.
3470      Branch: perl
3471            ! ext/threads/shared/shared.xs
3472 ____________________________________________________________________________
3473 [ 16207] By: nick                                  on 2002/04/27  10:12:00
3474         Log: Fix fd leak on Via(bogus).
3475              Finish implementing PerlIOVia_open().
3476              Export more guts of PerlIO_* so Via_open() can work.
3477              Fix various PerlIO_allocate() features exposed by above.
3478      Branch: perlio
3479            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
3480            ! perlio.h perliol.h
3481 ____________________________________________________________________________
3482 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
3483         Log: NetBSD and OpenBSD cannot do comments at #! line
3484              (or long #! lines?)
3485      Branch: perl
3486            ! t/japh/abigail.t
3487 ____________________________________________________________________________
3488 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
3489         Log: Add taint rethink to the todo list.
3490      Branch: perl
3491            ! pod/perltodo.pod
3492 ____________________________________________________________________________
3493 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
3494         Log: Integrate changes #16199 and #16201 from macperl;
3495              
3496              Time::Local compatibility patches, from Graham
3497              
3498              MacPerl require() portability patches
3499      Branch: perl
3500           !> lib/Time/Local.pm pp_ctl.c
3501 ____________________________________________________________________________
3502 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
3503         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
3504              From: Nicholas Clark <nick@unfortu.net>
3505              Date: Fri, 26 Apr 2002 23:27:23 +0100
3506              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
3507      Branch: perl
3508            ! t/lib/warnings/pp_hot
3509 ____________________________________________________________________________
3510 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
3511         Log: Working on MacPerl tests
3512      Branch: macperl
3513            ! macos/MacPerlTests.cmd
3514 ____________________________________________________________________________
3515 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
3516         Log: MacPerl require() portability patches
3517      Branch: macperl
3518            ! pp_ctl.c
3519 ____________________________________________________________________________
3520 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
3521         Log: Fix a few MacPerl_CanonDir() problems
3522      Branch: macperl
3523            ! macos/macish.c macos/macish.h
3524 ____________________________________________________________________________
3525 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
3526         Log: Time::Local compatibility patches, from Graham
3527      Branch: macperl
3528            ! lib/Time/Local.pm
3529 ____________________________________________________________________________
3530 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
3531         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
3532              From: Simon Cozens <simon@netthink.co.uk>
3533              Date: Fri, 26 Apr 2002 21:58:21 +0100
3534              Message-ID: <20020426205821.GB5855@netthink.co.uk>
3535      Branch: perl
3536            ! ext/Time/HiRes/HiRes.pm
3537 ____________________________________________________________________________
3538 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
3539         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
3540              to know about it always (not just when using the pth).
3541      Branch: perl
3542            ! hints/netbsd.sh
3543 ____________________________________________________________________________
3544 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
3545         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
3546      Branch: perl
3547            ! ext/Digest/MD5/t/files.t
3548 ____________________________________________________________________________
3549 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
3550         Log: Subject: FIXIN problem under Win32
3551              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3552              Date: Thu, 25 Apr 2002 23:03:31 +0200
3553              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
3554      Branch: perl
3555            ! lib/ExtUtils/MM_Unix.pm
3556 ____________________________________________________________________________
3557 [ 16194] By: nick                                  on 2002/04/26  17:36:16
3558         Log: Integrate mainline
3559      Branch: perlio
3560           +> ext/Encode/lib/Encode/Guess.pm
3561           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3562           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
3563           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
3564           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3565           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
3566           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
3567           +> t/lib/sample-tests/die_last_minute
3568           !> (integrate 94 files)
3569 ____________________________________________________________________________
3570 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
3571         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
3572              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3573              Date: Fri, 26 Apr 2002 15:38:16 +0200
3574              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
3575      Branch: perl
3576            + t/win32/system_tests
3577            - t/op/system_tests
3578            ! MANIFEST t/win32/system.t
3579 ____________________________________________________________________________
3580 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
3581         Log: Mention explicitly the NetBSD + pth combination.
3582      Branch: perl
3583            ! pod/perldelta.pod
3584 ____________________________________________________________________________
3585 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
3586         Log: Subject: [PATCH] Fix email address.
3587              From: Abigail <abigail@foad.org>
3588              Date: Fri, 26 Apr 2002 18:03:11 +0200
3589              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
3590      Branch: perl
3591            ! t/japh/abigail.t
3592 ____________________________________________________________________________
3593 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
3594         Log: NetWare update from C Aditya.
3595      Branch: perl
3596            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
3597            ! lib/ExtUtils/MM_Unix.pm
3598 ____________________________________________________________________________
3599 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
3600         Log: Subject: [PATCH vms/test.com] use t/TEST
3601              From: "Craig A. Berry" <craigberry@mac.com>
3602              Date: Fri, 26 Apr 2002 09:34:46 -0500
3603              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
3604      Branch: perl
3605            ! vms/test.com
3606 ____________________________________________________________________________
3607 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
3608         Log: Update Changes.
3609      Branch: perl
3610            ! Changes patchlevel.h
3611 ____________________________________________________________________________
3612 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
3613         Log: Subject: [Encode] s/=over2/=over 2/g
3614              From: Dan Kogai <dankogai@dan.co.jp>
3615              Date: Fri, 26 Apr 2002 14:57:09 +0900
3616              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
3617      Branch: perl
3618            ! ext/Encode/Encode.pm
3619 ____________________________________________________________________________
3620 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
3621         Log: Use temp int variable in the W*() since direct casting
3622              to either an int or an IV would not be right.
3623      Branch: perl
3624            ! ext/POSIX/POSIX.xs
3625 ____________________________________________________________________________
3626 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
3627         Log: The #16182 radiates U32ness.
3628      Branch: perl
3629            ! embed.fnc embed.h proto.h regcomp.c toke.c
3630 ____________________________________________________________________________
3631 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
3632         Log: Subject: t/TEST ported to VMS
3633              From: "Craig A. Berry" <craigberry@mac.com>
3634              Date: Fri, 26 Apr 2002 00:13:31 -0500
3635              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
3636      Branch: perl
3637            ! t/TEST
3638 ____________________________________________________________________________
3639 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
3640         Log: Stop being coy.
3641      Branch: perl
3642            ! pod/perldelta.pod
3643 ____________________________________________________________________________
3644 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
3645         Log: Subject: Re: binary compatibility
3646              From: Mark-Jason Dominus <mjd@plover.com>
3647              Date: Wed, 24 Apr 2002 17:35:07 -0400
3648              Message-ID: <20020424213507.7846.qmail@plover.com>
3649      Branch: perl
3650            ! op.h
3651 ____________________________________________________________________________
3652 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
3653         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
3654              allocating half of the retstack!)
3655      Branch: perl
3656            ! README.win32 sv.c
3657 ____________________________________________________________________________
3658 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
3659         Log: temporary variable not wide enough to hold all the bits in
3660              op->op_targ
3661      Branch: perl
3662            ! op.c
3663 ____________________________________________________________________________
3664 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
3665         Log: Add an idea/question from Damian. 
3666      Branch: perl
3667            ! pod/perltodo.pod
3668 ____________________________________________________________________________
3669 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
3670         Log: build missing utilities on windows; clean stray files
3671      Branch: perl
3672            ! win32/Makefile win32/makefile.mk
3673 ____________________________________________________________________________
3674 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
3675         Log: Upgrade to Encode 1.61, from Dan Kogai.
3676      Branch: perl
3677            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3678            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
3679            ! ext/Encode/lib/Encode/Guess.pm
3680            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
3681            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
3682            ! ext/Encode/t/mime-header.t
3683 ____________________________________________________________________________
3684 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
3685         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
3686              From: andreas.koenig@anima.de (Andreas J. Koenig)
3687              Date: Tue, 23 Apr 2002 04:40:42 +0200      
3688              Message-ID: <m37kmzi1cl.fsf@anima.de>
3689      Branch: perl
3690            ! pod/perluniintro.pod
3691 ____________________________________________________________________________
3692 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
3693         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
3694              platform needs to fill in the other branch here)
3695      Branch: perl
3696            ! ext/Digest/MD5/t/files.t
3697 ____________________________________________________________________________
3698 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
3699         Log: MANIFEST is needlessly held open for entire duration of "make test"
3700      Branch: perl
3701            ! t/TEST t/harness
3702 ____________________________________________________________________________
3703 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
3704         Log: various signed/unsigned mismatch nits
3705      Branch: perl
3706            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
3707            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3708            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
3709            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
3710            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
3711            ! ext/Time/HiRes/HiRes.xs regcomp.c
3712 ____________________________________________________________________________
3713 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
3714         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
3715              From: Nicholas Clark <nick@unfortu.net>
3716              Date: Thu, 25 Apr 2002 22:41:57 +0100
3717              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
3718      Branch: perl
3719            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
3720            + ext/Storable/t/make_downgrade.pl
3721            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
3722            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
3723            ! ext/Storable/t/utf8hash.t
3724 ____________________________________________________________________________
3725 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
3726         Log: Extra guidance for JAPH debuggers.
3727      Branch: perl
3728            ! t/japh/abigail.t
3729 ____________________________________________________________________________
3730 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
3731         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
3732              From: Paul_GreenVOS@vos.stratus.com
3733              Date: Wed, 24 Apr 02 18:27 edt
3734              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
3735      Branch: perl
3736            ! vos/vos.c
3737 ____________________________________________________________________________
3738 [ 16169] By: ams                                   on 2002/04/25  20:33:35
3739         Log: Subject: [PATCH] don't build B/C twice on VMS
3740              From: "Craig A. Berry" <craigberry@mac.com>
3741              Date: Thu, 25 Apr 2002 16:00:57 -0500
3742              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
3743      Branch: perl
3744            ! configure.com
3745 ____________________________________________________________________________
3746 [ 16168] By: ams                                   on 2002/04/25  20:31:19
3747         Log: Subject: Re: POSIX::WEXITSTATUS broken again
3748              From: Andy Dougherty <doughera@lafayette.edu>
3749              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
3750              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
3751      Branch: perl
3752            ! ext/POSIX/POSIX.xs
3753 ____________________________________________________________________________
3754 [ 16167] By: ams                                   on 2002/04/25  19:49:09
3755         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
3756              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3757              Date: Thu, 25 Apr 2002 13:39:35 -0700
3758              Message-Id: <HmGy8gzkguHW092yn@efn.org>
3759      Branch: perl
3760            ! t/harness
3761 ____________________________________________________________________________
3762 [ 16166] By: ams                                   on 2002/04/25  19:43:06
3763         Log: $fh->close(); print $fh "foo" would segfault under -w in
3764              report_evil_fh() because $fh doesn't have a name.
3765      Branch: perl
3766            ! util.c
3767 ____________________________________________________________________________
3768 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
3769         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
3770              being found properly
3771      Branch: perl
3772            ! ext/Cwd/t/cwd.t
3773 ____________________________________________________________________________
3774 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
3775         Log: Brace yourself from Craig Berry to keep older compilers happy.
3776      Branch: perl
3777            ! vms/vms.c
3778 ____________________________________________________________________________
3779 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
3780         Log: More %{} overload tests.
3781      Branch: perl
3782            ! lib/overload.t
3783 ____________________________________________________________________________
3784 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
3785         Log: some extension builds need to find pl2bat.bat on windows
3786      Branch: perl
3787            ! win32/buildext.pl
3788 ____________________________________________________________________________
3789 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
3790         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
3791              From: "Craig A. Berry" <craigberry@mac.com>
3792              Date: Thu, 25 Apr 2002 12:30:06 -0500
3793              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
3794      Branch: perl
3795            ! lib/ExtUtils/MM_VMS.pm
3796 ____________________________________________________________________________
3797 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
3798         Log: windows build fails if there is no perlglob.exe in the PATH
3799      Branch: perl
3800            ! win32/buildext.pl
3801 ____________________________________________________________________________
3802 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
3803         Log: Mysterious setlocale() core dump in ancient Solaris
3804              found by Merijn Broeren.  Doesn't look like Perl's fault.
3805      Branch: perl
3806            ! pod/perldelta.pod
3807 ____________________________________________________________________________
3808 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
3809         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
3810              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3811              Date: Thu, 25 Apr 2002 17:35:23 +0200
3812              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
3813      Branch: perl
3814            ! pp_ctl.c
3815 ____________________________________________________________________________
3816 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
3817         Log: Subject: [PATCH] pp_ctl.c:pp_require
3818              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3819              Date: Thu, 25 Apr 2002 16:01:14 +0200
3820              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
3821      Branch: perl
3822            ! pp_ctl.c
3823 ____________________________________________________________________________
3824 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
3825         Log: -Wformat cleanups from Robin Barker.
3826      Branch: perl
3827            ! dump.c embed.fnc proto.h sv.c
3828 ____________________________________________________________________________
3829 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
3830         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
3831              From: Michael G Schwern <schwern@pobox.com>
3832              Date: Thu, 25 Apr 2002 01:51:27 -0400
3833              Message-ID: <20020425055127.GB3456@blackrider>
3834      Branch: perl
3835            + t/lib/sample-tests/bignum t/lib/sample-tests/die
3836            + t/lib/sample-tests/die_head_end
3837            + t/lib/sample-tests/die_last_minute
3838            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
3839            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3840            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
3841 ____________________________________________________________________________
3842 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
3843         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
3844              From: Michael G Schwern <schwern@pobox.com>
3845              Date: Thu, 25 Apr 2002 01:32:10 -0400
3846              Message-ID: <20020425053210.GA3334@blackrider>
3847      Branch: perl
3848            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3849            + lib/Test/Simple/t/strays.t
3850            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3851            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3852            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
3853            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
3854            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
3855            ! lib/Test/Simple/t/use_ok.t
3856 ____________________________________________________________________________
3857 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
3858         Log: Elaborate a bit on Storable.
3859      Branch: perl
3860            ! pod/perldelta.pod
3861 ____________________________________________________________________________
3862 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
3863         Log: Cleaner Encode tests under -Mutf8.
3864      Branch: perl
3865            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
3866 ____________________________________________________________________________
3867 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
3868         Log: Subject: [PATCH] installperl
3869              From: Abe Timmerman <abe@ztreet.demon.nl>
3870              Date: Thu, 25 Apr 2002 01:00:00 +0200
3871              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
3872      Branch: perl
3873            ! installperl
3874 ____________________________________________________________________________
3875 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
3876         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
3877              From: Dan Kogai <dankogai@dan.co.jp>
3878              Date: Thu, 25 Apr 2002 10:49:13 +0900
3879              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
3880      Branch: perl
3881            ! ext/PerlIO/encoding/encoding.xs
3882 ____________________________________________________________________________
3883 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
3884         Log: Stray =back.
3885      Branch: perl
3886            ! README.win32
3887 ____________________________________________________________________________
3888 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
3889         Log: Add an untested warning variant.
3890      Branch: perl
3891            ! t/lib/warnings/op
3892 ____________________________________________________________________________
3893 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
3894         Log: Update Changes.
3895      Branch: perl
3896            ! Changes patchlevel.h
3897 ____________________________________________________________________________
3898 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
3899         Log: Wrong plan.
3900      Branch: perl
3901            ! ext/Encode/t/mime-header.t
3902 ____________________________________________________________________________
3903 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
3904         Log: Upgrade to Encode 1.60, from Dan Kogai.
3905      Branch: perl
3906            + ext/Encode/lib/Encode/Guess.pm
3907            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3908            + ext/Encode/t/mime-header.t
3909            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
3910            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3911            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
3912            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3913            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
3914            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
3915 ____________________________________________________________________________
3916 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
3917         Log: another case of enabling binmode() where it should not be: if the
3918              *.enc files are CRLF terminated, the result gets CRCRLF terminations
3919      Branch: perl
3920            ! ext/Encode/t/CJKT.t
3921 ____________________________________________________________________________
3922 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
3923         Log: microperl update; boldly assume time() and time_t
3924              (since we assume ANSI and i_time, anyway).
3925      Branch: perl
3926            ! uconfig.h uconfig.sh
3927 ____________________________________________________________________________
3928 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
3929         Log: Integrate #16136, #16137, #16138 from macperl;
3930              
3931              Silly fix for the SC compiler's fixation with "comp" as a type
3932              
3933              Skip more PerlIO symbols for sfio
3934              
3935              Play nicely in miniperl
3936      Branch: perl
3937           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
3938           !> lib/File/Spec/Mac.pm makedef.pl
3939 ____________________________________________________________________________
3940 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
3941         Log: Sync configpm and config.h for use in 5.8
3942              (still need to do config.sh)
3943      Branch: macperl
3944            ! macos/config.h macos/configpm
3945 ____________________________________________________________________________
3946 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
3947         Log: Make MM_MacOS work with new MakeMaker
3948      Branch: macperl
3949            ! macos/lib/ExtUtils/MM_MacOS.pm
3950 ____________________________________________________________________________
3951 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
3952         Log: Makefile.mk changes for 5.8: additional extensions
3953              and source files; bump version
3954      Branch: macperl
3955            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
3956 ____________________________________________________________________________
3957 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
3958         Log: Play nicely in miniperl
3959      Branch: macperl
3960            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
3961 ____________________________________________________________________________
3962 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
3963         Log: Skip more PerlIO symbols for sfio
3964      Branch: macperl
3965            ! makedef.pl
3966 ____________________________________________________________________________
3967 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
3968         Log: Silly fix for the SC compiler's fixation with "comp" as a type
3969      Branch: macperl
3970            ! ext/Unicode/Normalize/Normalize.xs
3971 ____________________________________________________________________________
3972 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
3973         Log: Merge macperl xsubpp with current xsubpp
3974      Branch: macperl
3975            ! macos/xsubpp
3976 ____________________________________________________________________________
3977 [ 16134] By: nick                                  on 2002/04/24  18:08:37
3978         Log: Integrate mainline
3979      Branch: perlio
3980           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
3981           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
3982            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3983            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3984            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3985            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3986            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3987            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3988           !> (integrate 44 files)
3989 ____________________________________________________________________________
3990 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
3991         Log: Delete more included modules from bundled_ext
3992      Branch: macperl
3993            - macos/bundled_ext/Digest/MD5/Changes
3994            - macos/bundled_ext/Digest/MD5/MD5.pm
3995            - macos/bundled_ext/Digest/MD5/MD5.xs
3996            - macos/bundled_ext/Digest/MD5/Makefile.PL
3997            - macos/bundled_ext/Digest/MD5/Makefile.mk
3998            - macos/bundled_ext/Digest/MD5/README
3999            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
4000            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
4001            - macos/bundled_ext/Digest/MD5/rfc1321.txt
4002            - macos/bundled_ext/Digest/MD5/t/badfile.t
4003            - macos/bundled_ext/Digest/MD5/t/files.t
4004            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
4005            - macos/bundled_ext/Digest/MD5/typemap
4006            - macos/bundled_ext/Filter/Util/Call/Call.pm
4007            - macos/bundled_ext/Filter/Util/Call/Call.xs
4008            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
4009            - macos/bundled_ext/Filter/Util/Call/ppport.h
4010            - macos/bundled_ext/Filter/t/call.t
4011            - macos/bundled_ext/Filter/t/filter-util.pl
4012            - macos/bundled_ext/List/Util/ChangeLog
4013            - macos/bundled_ext/List/Util/Makefile.PL
4014            - macos/bundled_ext/List/Util/README
4015            - macos/bundled_ext/List/Util/Util.xs
4016            - macos/bundled_ext/List/Util/lib/List/Util.pm
4017            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
4018            - macos/bundled_ext/List/Util/t/blessed.t
4019            - macos/bundled_ext/List/Util/t/dualvar.t
4020            - macos/bundled_ext/List/Util/t/first.t
4021            - macos/bundled_ext/List/Util/t/max.t
4022            - macos/bundled_ext/List/Util/t/maxstr.t
4023            - macos/bundled_ext/List/Util/t/min.t
4024            - macos/bundled_ext/List/Util/t/minstr.t
4025            - macos/bundled_ext/List/Util/t/readonly.t
4026            - macos/bundled_ext/List/Util/t/reduce.t
4027            - macos/bundled_ext/List/Util/t/reftype.t
4028            - macos/bundled_ext/List/Util/t/shuffle.t
4029            - macos/bundled_ext/List/Util/t/sum.t
4030            - macos/bundled_ext/List/Util/t/tainted.t
4031            - macos/bundled_ext/List/Util/t/weak.t
4032            - macos/bundled_ext/MIME/Base64/Base64.pm
4033            - macos/bundled_ext/MIME/Base64/Base64.xs
4034            - macos/bundled_ext/MIME/Base64/Changes
4035            - macos/bundled_ext/MIME/Base64/Makefile.PL
4036            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
4037            - macos/bundled_ext/MIME/Base64/README
4038            - macos/bundled_ext/MIME/Base64/t/base64.t
4039            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
4040            - macos/bundled_ext/MIME/Base64/t/unicode.t
4041            - macos/bundled_ext/Storable/ChangeLog
4042            - macos/bundled_ext/Storable/Makefile.PL
4043            - macos/bundled_ext/Storable/README
4044            - macos/bundled_ext/Storable/Storable.pm
4045            - macos/bundled_ext/Storable/Storable.xs
4046            - macos/bundled_ext/Storable/t/blessed.t
4047            - macos/bundled_ext/Storable/t/canonical.t
4048            - macos/bundled_ext/Storable/t/compat-0.6.t
4049            - macos/bundled_ext/Storable/t/dclone.t
4050            - macos/bundled_ext/Storable/t/dump.pl
4051            - macos/bundled_ext/Storable/t/forgive.t
4052            - macos/bundled_ext/Storable/t/freeze.t
4053            - macos/bundled_ext/Storable/t/lock.t
4054            - macos/bundled_ext/Storable/t/overload.t
4055            - macos/bundled_ext/Storable/t/recurse.t
4056            - macos/bundled_ext/Storable/t/retrieve.t
4057            - macos/bundled_ext/Storable/t/store.t
4058            - macos/bundled_ext/Storable/t/tied.t
4059            - macos/bundled_ext/Storable/t/tied_hook.t
4060            - macos/bundled_ext/Storable/t/tied_items.t
4061            - macos/bundled_ext/Storable/t/utf8.t
4062            - macos/bundled_ext/Time/HiRes/Changes
4063            - macos/bundled_ext/Time/HiRes/HiRes.pm
4064            - macos/bundled_ext/Time/HiRes/HiRes.t
4065            - macos/bundled_ext/Time/HiRes/HiRes.xs
4066            - macos/bundled_ext/Time/HiRes/Makefile.PL
4067            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
4068            - macos/bundled_ext/Time/HiRes/hints/sco.pl
4069 ____________________________________________________________________________
4070 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
4071         Log: Thou shalt not assume %x works for UVs.
4072      Branch: perl
4073            ! ext/Encode/Encode.xs
4074 ____________________________________________________________________________
4075 [ 16131] By: nick                                  on 2002/04/24  15:50:31
4076         Log: Submit an old integrate
4077      Branch: perlio
4078           +> (branch 27 files)
4079            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4080            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
4081            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
4082            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
4083            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4084            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4085            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
4086           !> (integrate 84 files)
4087 ____________________________________________________________________________
4088 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
4089         Log: Partially retract #12056, from Craig Berry.
4090      Branch: perl
4091            ! vms/vms.c
4092 ____________________________________________________________________________
4093 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
4094         Log: Delete more included modules from bundled_lib
4095      Branch: macperl
4096            - macos/bundled_lib/blib/lib/Class/ISA.pm
4097            - macos/bundled_lib/blib/lib/Digest.pm
4098            - macos/bundled_lib/blib/lib/Filter/Simple.pm
4099            - macos/bundled_lib/blib/lib/Memoize.pm
4100            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
4101            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
4102            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
4103            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
4104            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
4105            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
4106            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
4107            - macos/bundled_lib/blib/lib/NEXT.pm
4108            - macos/bundled_lib/blib/lib/Net/Cmd.pm
4109            - macos/bundled_lib/blib/lib/Net/Config.pm
4110            - macos/bundled_lib/blib/lib/Net/Domain.pm
4111            - macos/bundled_lib/blib/lib/Net/FTP.pm
4112            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
4113            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
4114            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
4115            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
4116            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
4117            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
4118            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
4119            - macos/bundled_lib/blib/lib/Net/NNTP.pm
4120            - macos/bundled_lib/blib/lib/Net/Netrc.pm
4121            - macos/bundled_lib/blib/lib/Net/POP3.pm
4122            - macos/bundled_lib/blib/lib/Net/SMTP.pm
4123            - macos/bundled_lib/blib/lib/Net/Time.pm
4124            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
4125            - macos/bundled_lib/blib/lib/Switch.pm
4126            - macos/bundled_lib/t/Class/ISA/test.pl
4127            - macos/bundled_lib/t/Digest/Digest.t
4128            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
4129            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
4130            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
4131            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
4132            - macos/bundled_lib/t/Filter/Simple/data.t
4133            - macos/bundled_lib/t/Filter/Simple/export.t
4134            - macos/bundled_lib/t/Filter/Simple/filter.t
4135            - macos/bundled_lib/t/Filter/Simple/filter_only.t
4136            - macos/bundled_lib/t/Filter/Simple/import.t
4137            - macos/bundled_lib/t/Memoize/array.t
4138            - macos/bundled_lib/t/Memoize/array_confusion.t
4139            - macos/bundled_lib/t/Memoize/correctness.t
4140            - macos/bundled_lib/t/Memoize/errors.t
4141            - macos/bundled_lib/t/Memoize/expire.t
4142            - macos/bundled_lib/t/Memoize/expire_file.t
4143            - macos/bundled_lib/t/Memoize/expire_module_n.t
4144            - macos/bundled_lib/t/Memoize/expire_module_t.t
4145            - macos/bundled_lib/t/Memoize/flush.t
4146            - macos/bundled_lib/t/Memoize/normalize.t
4147            - macos/bundled_lib/t/Memoize/prototype.t
4148            - macos/bundled_lib/t/Memoize/speed.t
4149            - macos/bundled_lib/t/Memoize/tie.t
4150            - macos/bundled_lib/t/Memoize/tie_gdbm.t
4151            - macos/bundled_lib/t/Memoize/tie_ndbm.t
4152            - macos/bundled_lib/t/Memoize/tie_sdbm.t
4153            - macos/bundled_lib/t/Memoize/tie_storable.t
4154            - macos/bundled_lib/t/Memoize/tiefeatures.t
4155            - macos/bundled_lib/t/Memoize/unmemoize.t
4156            - macos/bundled_lib/t/NEXT/actual.t
4157            - macos/bundled_lib/t/NEXT/actuns.t
4158            - macos/bundled_lib/t/NEXT/next.t
4159            - macos/bundled_lib/t/NEXT/unseen.t
4160            - macos/bundled_lib/t/Switch/t/given.t
4161            - macos/bundled_lib/t/Switch/t/nested.t
4162            - macos/bundled_lib/t/Switch/t/switch.t
4163            - macos/bundled_lib/t/libnet/config.t
4164            - macos/bundled_lib/t/libnet/ftp.t
4165            - macos/bundled_lib/t/libnet/hostname.t
4166            - macos/bundled_lib/t/libnet/libnet_t.pl
4167            - macos/bundled_lib/t/libnet/netrc.t
4168            - macos/bundled_lib/t/libnet/nntp.t
4169            - macos/bundled_lib/t/libnet/require.t
4170            - macos/bundled_lib/t/libnet/smtp.t
4171 ____________________________________________________________________________
4172 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
4173         Log: Remove Text::Balanced from bundled_lib (already in lib)
4174      Branch: macperl
4175            - macos/bundled_lib/blib/lib/Text/Balanced.pm
4176            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4177            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4178            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
4179            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
4180            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4181            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
4182            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
4183            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
4184 ____________________________________________________________________________
4185 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
4186         Log: A word of warning to the users of UTF-8 locales.
4187      Branch: perl
4188            ! pod/perluniintro.pod
4189 ____________________________________________________________________________
4190 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
4191         Log: Forgotten from #16125.
4192      Branch: perl
4193            ! t/lib/MakeMaker/Test/Utils.pm
4194 ____________________________________________________________________________
4195 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
4196         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
4197      Branch: perl
4198            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
4199            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
4200            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4201            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4202            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4203            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4204            - lib/ExtUtils/t/Problem-Module/Makefile.PL
4205            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4206            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
4207            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
4208            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4209            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4210            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4211            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
4212            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
4213            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
4214            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
4215 ____________________________________________________________________________
4216 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
4217         Log: Subject: New UTF-8 surprise
4218              From: andreas.koenig@anima.de (Andreas J. Koenig)
4219              Date: Mon, 22 Apr 2002 12:08:48 +0200
4220              Message-ID: <m38z7gjb9r.fsf@anima.de>
4221      Branch: perl
4222            ! pp_hot.c t/op/subst.t
4223 ____________________________________________________________________________
4224 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
4225         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
4226              tree that is branched from //depot/maint-5.6/macperl/macos/...
4227      Branch: macperl
4228           +> (branch 3590 files)
4229 ____________________________________________________________________________
4230 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
4231         Log: Try to be clearer about perlio.
4232      Branch: perl
4233            ! INSTALL
4234 ____________________________________________________________________________
4235 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
4236         Log: Subject: Re: binary compatibility
4237              From: Andy Dougherty <doughera@lafayette.edu>
4238              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
4239              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
4240      Branch: perl
4241            ! INSTALL patchlevel.h
4242 ____________________________________________________________________________
4243 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
4244         Log: Go on record about the binary backward incompatibility.
4245      Branch: perl
4246            ! pod/perldelta.pod
4247 ____________________________________________________________________________
4248 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
4249         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
4250              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4251              Date: Wed, 24 Apr 2002 01:51:43 +0400
4252              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
4253      Branch: perl
4254            ! t/win32/system.t
4255 ____________________________________________________________________________
4256 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
4257         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
4258              From: PPrymmer@factset.com
4259              Date: Tue, 23 Apr 2002 17:14:32 -0400
4260              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
4261      Branch: perl
4262            ! lib/locale.t
4263 ____________________________________________________________________________
4264 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
4265         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
4266              From: Paul_GreenVOS@vos.stratus.com
4267              Date: Tue, 23 Apr 02 15:06 edt   
4268              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
4269      Branch: perl
4270            ! Makefile.SH cflags.SH
4271 ____________________________________________________________________________
4272 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
4273         Log: metaconfig unit change for #16115.
4274      Branch: metaconfig
4275            ! U/compline/byteorder.U
4276      Branch: perl
4277            ! config_h.SH
4278 ____________________________________________________________________________
4279 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
4280         Log: Regen Configure to mirror #16111 (with one added tweak).
4281      Branch: perl
4282            ! Configure
4283 ____________________________________________________________________________
4284 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
4285         Log: Retract #16109.
4286      Branch: perl
4287            ! lib/ExtUtils/MM_Unix.pm
4288 ____________________________________________________________________________
4289 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
4290         Log: FAQ sync.
4291      Branch: perl
4292            ! pod/perlfaq3.pod pod/perlfaq8.pod
4293 ____________________________________________________________________________
4294 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
4295         Log: use encoding no more defaults to Latin 1.
4296      Branch: perl
4297            ! pod/perluniintro.pod
4298 ____________________________________________________________________________
4299 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
4300         Log: Configure test for byteorder loses bits
4301      Branch: perl
4302            ! Configure
4303 ____________________________________________________________________________
4304 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
4305         Log: hacking around byteorder variance between config.sh and config.h
4306              isn't needed after change#16099
4307      Branch: perl
4308            ! ext/Storable/t/malice.t
4309 ____________________________________________________________________________
4310 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
4311         Log: (retracted by #16114)
4312              
4313              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
4314              From: "Green, Paul" <Paul.Green@stratus.com>
4315              Date: Tue, 23 Apr 2002 13:47:19 -0400
4316              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
4317      Branch: perl
4318            ! lib/ExtUtils/MM_Unix.pm
4319 ____________________________________________________________________________
4320 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
4321         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
4322              From: Norton Allen <allen@huarp.harvard.edu>
4323              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
4324              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
4325      Branch: perl
4326            ! lib/File/Find.pm
4327 ____________________________________________________________________________
4328 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
4329         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
4330              From: Norton Allen <allen@huarp.harvard.edu>
4331              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
4332              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
4333      Branch: perl
4334            ! README.qnx hints/qnx.sh
4335 ____________________________________________________________________________
4336 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
4337         Log: Subject: [PATCH] pod/perlhist.pod
4338              From: Abigail <abigail@foad.org>
4339              Date: Tue, 23 Apr 2002 16:21:31 +0200
4340              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
4341              
4342              (removed 5.005_04 which never happened)
4343      Branch: perl
4344            ! pod/perlhist.pod
4345 ____________________________________________________________________________
4346 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
4347         Log: Subject: Re: [PATCH abigail.t] another portability attempt
4348              From: Abigail <abigail@foad.org>
4349              Date: Tue, 23 Apr 2002 11:35:54 +0200
4350              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
4351      Branch: perl
4352            ! t/japh/abigail.t
4353 ____________________________________________________________________________
4354 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
4355         Log: NetWare tweak from C Aditya.
4356      Branch: perl
4357            ! NetWare/Nwmain.c NetWare/nw5.c
4358 ____________________________________________________________________________
4359 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
4360         Log: fix a typo
4361      Branch: perl
4362            ! regexec.c
4363 ____________________________________________________________________________
4364 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
4365         Log: Uncurliff.
4366      Branch: perl
4367            ! README.ko
4368 ____________________________________________________________________________
4369 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
4370         Log: Pointer to UV casting.
4371      Branch: perl
4372            ! regexec.c
4373 ____________________________________________________________________________
4374 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
4375         Log: metaconfig unit change for #16099.
4376      Branch: metaconfig
4377            ! U/compline/byteorder.U
4378 ____________________________________________________________________________
4379 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
4380         Log: Use UV (not long) for BYTEORDER.
4381      Branch: perl
4382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4383            ! config_h.SH
4384 ____________________________________________________________________________
4385 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
4386         Log: # cpp commands must start in the first column.
4387      Branch: perl
4388            ! scope.c
4389 ____________________________________________________________________________
4390 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
4391         Log: Reborn as text.
4392      Branch: perl
4393            + NetWare/interface.cpp
4394 ____________________________________________________________________________
4395 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
4396         Log: Dead as binary.
4397      Branch: perl
4398            - NetWare/interface.cpp
4399 ____________________________________________________________________________
4400 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
4401         Log: Undo #16091, a time-warped escapee.
4402      Branch: perl
4403            ! lib/ExtUtils/t/MM_Cygwin.t
4404 ____________________________________________________________________________
4405 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
4406         Log: *size tweaks from Sarathy.
4407      Branch: perl
4408            ! ext/Storable/t/malice.t
4409 ____________________________________________________________________________
4410 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
4411         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
4412              From: Stas Bekman <stas@stason.org>
4413              Date: Tue, 23 Apr 2002 01:52:22 +0800
4414              Message-ID: <3CC44DD6.3090401@stason.org>
4415      Branch: perl
4416            ! pod/perlguts.pod
4417 ____________________________________________________________________________
4418 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
4419         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
4420              From: Paul_GreenVOS@vos.stratus.com
4421              Date: Mon, 22 Apr 02 20:35 edt
4422              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
4423      Branch: perl
4424            + hints/t001.c
4425            ! MANIFEST hints/README.hints hints/vos.sh
4426 ____________________________________________________________________________
4427 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
4428         Log: (retracted by #16095)
4429      Branch: perl
4430            ! lib/ExtUtils/t/MM_Cygwin.t
4431 ____________________________________________________________________________
4432 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
4433         Log: Subject: Re: perl@16083
4434              From: Nicholas Clark <nick@unfortu.net>
4435              Date: Mon, 22 Apr 2002 23:17:45 +0100
4436              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
4437      Branch: perl
4438            ! ext/Storable/t/malice.t
4439 ____________________________________________________________________________
4440 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
4441         Log: Upgrade to Encode 1.58.
4442      Branch: perl
4443            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
4444            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
4445            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
4446            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
4447            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
4448            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
4449            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
4450            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
4451            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4452            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
4453            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
4454            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
4455            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4456            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4457            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
4458            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4459            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4460            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
4461 ____________________________________________________________________________
4462 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
4463         Log: On Win32 the end.t failure should be gone now.
4464      Branch: perl
4465            ! pod/perldelta.pod
4466 ____________________________________________________________________________
4467 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
4468         Log: Subject: [PATCH] update VOS-specific pod files
4469              From: Paul_GreenVOS@vos.stratus.com
4470              Date: Mon, 22 Apr 02 16:02 edt
4471              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
4472      Branch: perl
4473            ! README.vos pod/perlport.pod
4474 ____________________________________________________________________________
4475 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
4476         Log: Subject: [PATCH] cleanup ./hints/vos.sh
4477              From: Paul_GreenVOS@vos.stratus.com
4478              Date: Mon, 22 Apr 02 15:26 edt
4479              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
4480      Branch: perl
4481            ! hints/vos.sh
4482 ____________________________________________________________________________
4483 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
4484         Log: Upgrade to Encode 1.57, from Dan Kogai.
4485      Branch: perl
4486            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4487            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
4488            ! ext/Encode/lib/Encode/Encoding.pm
4489            ! ext/Encode/lib/Encode/JP/JIS7.pm
4490            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
4491            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
4492 ____________________________________________________________________________
4493 [ 16084] By: ams                                   on 2002/04/22  18:10:13
4494         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
4495              From: Stas Bekman <stas@stason.org>
4496              Date: Tue, 23 Apr 2002 01:59:07 +0800
4497              Message-Id: <3CC44F6B.5010300@stason.org>
4498      Branch: perl
4499            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
4500 ____________________________________________________________________________
4501 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
4502         Log: Update Changes.
4503      Branch: perl
4504            ! Changes patchlevel.h
4505 ____________________________________________________________________________
4506 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
4507         Log: In MANIFEST but not added.
4508      Branch: perl
4509            + NetWare/interface.cpp
4510 ____________________________________________________________________________
4511 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
4512         Log: Duh.
4513      Branch: perl
4514            ! lib/ExtUtils/MM_Unix.pm
4515 ____________________________________________________________________________
4516 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
4517         Log: Subject: Re: t/japh/abigail.t [PATCH]
4518              From: Norton Allen <allen@huarp.harvard.edu>
4519              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
4520              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
4521      Branch: perl
4522            ! t/japh/abigail.t
4523 ____________________________________________________________________________
4524 [ 16079] By: ams                                   on 2002/04/22  15:59:55
4525         Log: Subject: {PATCH docs] sockatmark
4526              From: Mark-Jason Dominus <mjd@plover.com>
4527              Date: Mon, 22 Apr 2002 02:43:42 -0400
4528              Message-Id: <20020422064342.24646.qmail@plover.com>
4529      Branch: perl
4530            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
4531 ____________________________________________________________________________
4532 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
4533         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
4534              From: Paul_GreenVOS@vos.stratus.com
4535              Date: Mon, 22 Apr 02 12:40 edt
4536              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
4537      Branch: perl
4538            ! cflags.SH
4539 ____________________________________________________________________________
4540 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
4541         Log: Add new files from #16076; re-sort.
4542      Branch: perl
4543            ! MANIFEST
4544 ____________________________________________________________________________
4545 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
4546         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
4547      Branch: perl
4548            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
4549            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
4550            + NetWare/perllib.cpp NetWare/splittree.pl
4551            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
4552            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
4553            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
4554            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
4555            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
4556            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
4557            ! x2p/hash.c x2p/walk.c
4558 ____________________________________________________________________________
4559 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
4560         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
4561              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4562              Date: Mon, 22 Apr 2002 17:56:17 +0200
4563              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
4564      Branch: perl
4565            ! README.aix
4566 ____________________________________________________________________________
4567 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
4568         Log: Signedness nit.
4569      Branch: perl
4570            ! ext/PerlIO/encoding/encoding.xs
4571 ____________________________________________________________________________
4572 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
4573         Log: No semicolons after blocks.
4574      Branch: perl
4575            ! ext/Encode/Encode.xs
4576 ____________________________________________________________________________
4577 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
4578         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
4579      Branch: perl
4580            ! ext/PerlIO/encoding/encoding.pm
4581            ! ext/PerlIO/encoding/encoding.xs
4582 ____________________________________________________________________________
4583 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
4584         Log: Upgrade to Encode 1.56, from Dan Kogai.
4585      Branch: perl
4586            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
4587            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4588            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
4589            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
4590            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
4591            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4592            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
4593            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
4594            ! ext/Encode/lib/Encode/Config.pm
4595            ! ext/Encode/lib/Encode/Encoder.pm
4596            ! ext/Encode/lib/Encode/Encoding.pm
4597            ! ext/Encode/lib/Encode/JP/H2Z.pm
4598            ! ext/Encode/lib/Encode/JP/JIS7.pm
4599            ! ext/Encode/lib/Encode/KR/2022_KR.pm
4600            ! ext/Encode/lib/Encode/PerlIO.pod
4601            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
4602            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4603            ! ext/Encode/ucm/big5-hkscs.ucm
4604 ____________________________________________________________________________
4605 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
4606         Log: Comment tweak from Philip.
4607      Branch: perl
4608            ! opcode.pl
4609 ____________________________________________________________________________
4610 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
4611         Log: a Test::Harness tweak to make the test lines show up prettier
4612      Branch: perl
4613            ! lib/Test/Harness.pm
4614 ____________________________________________________________________________
4615 [ 16067] By: nick                                  on 2002/04/22  09:19:23
4616         Log: Integrate mainline
4617      Branch: perlio
4618           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4619           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4620           !> t/lib/warnings/perlio t/win32/system.t
4621 ____________________________________________________________________________
4622 [ 16066] By: nick                                  on 2002/04/22  09:01:43
4623         Log: Integrate //depot/perlio into mainline
4624      Branch: perl
4625           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4626           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
4627           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
4628 ____________________________________________________________________________
4629 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
4630         Log: clean up after stray test file littering
4631              
4632              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
4633              it seems that it shouldn't (looks like a handle leak in PerlIO
4634              to me)
4635      Branch: perl
4636            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4637            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4638            ! t/lib/warnings/perlio t/win32/system.t
4639 ____________________________________________________________________________
4640 [ 16064] By: nick                                  on 2002/04/22  08:02:58
4641         Log: Integrate mainline into perlio
4642      Branch: perlio
4643           +> ext/Storable/t/malice.t
4644            ! pod/perliol.pod
4645           !> (integrate 57 files)
4646 ____________________________________________________________________________
4647 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
4648         Log: integrate change#16062 from mainline
4649              
4650              another windows fix: only create a new console for subprocesses
4651              when all three stdhandles are invalid (from Jan Dubois)
4652      Branch: maint-5.6/perl
4653            ! win32/win32.c
4654 ____________________________________________________________________________
4655 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
4656         Log: another windows fix: only create a new console for subprocesses
4657              when all three stdhandles are invalid (from Jan Dubois)
4658      Branch: perl
4659            ! win32/win32.c
4660 ____________________________________________________________________________
4661 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
4662         Log: all the thread tests now pass on windows (32-bit and 64-bit)
4663      Branch: perl
4664            ! README.win32
4665 ____________________________________________________________________________
4666 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
4667         Log: enable maximal optimizations on win64
4668      Branch: perl
4669            ! win32/Makefile win32/makefile.mk
4670 ____________________________________________________________________________
4671 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
4672         Log: Tweaks copied from Philip Newton's Encode patches.
4673      Branch: perl
4674            ! AUTHORS
4675 ____________________________________________________________________________
4676 [ 16057] By: sky                                   on 2002/04/22  00:19:40
4677         Log: End blocks were not run on Win32.
4678              The real fix should be to turn this flag on in RunPerl but
4679              I think we are too close 5.8 to change that.
4680      Branch: perl
4681            ! ext/threads/threads.xs
4682 ____________________________________________________________________________
4683 [ 16056] By: sky                                   on 2002/04/21  23:29:22
4684         Log: Do not unlock mutex twice.
4685              Do not unlock mutex after it has been destroyed and freed.
4686              Do not email p5p without uncrossing eyes.
4687      Branch: perl
4688            ! ext/threads/threads.xs
4689 ____________________________________________________________________________
4690 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
4691         Log: squelch some more type mismatch warnings
4692              
4693              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
4694              missing parens in macro definition
4695      Branch: perl
4696            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
4697            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
4698            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
4699            ! pp.c regexec.c sv.h
4700 ____________________________________________________________________________
4701 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
4702         Log: Make writing user-defined character properties nicer.
4703      Branch: perl
4704            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
4705 ____________________________________________________________________________
4706 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
4707         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
4708              isn't the case on win64
4709      Branch: perl
4710            ! ext/Storable/t/malice.t
4711 ____________________________________________________________________________
4712 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
4713         Log: One more way to do character class subtraction.
4714      Branch: perl
4715            ! pod/perlunicode.pod
4716 ____________________________________________________________________________
4717 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
4718         Log: Mopup of #16048.
4719      Branch: perl
4720            ! pp_sys.c
4721 ____________________________________________________________________________
4722 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
4723         Log: some test failures have been fixed
4724      Branch: perl
4725            ! README.win32
4726 ____________________________________________________________________________
4727 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
4728         Log: use compare_text() rather than compare() to avoid bogus
4729              failures when the test files happen to be CRLF terminated
4730      Branch: perl
4731            ! ext/Encode/t/JP.t
4732 ____________________________________________________________________________
4733 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
4734         Log: fixes for all the warnings reported by Visual C (most of this
4735              change is from change#12026)
4736      Branch: perl
4737            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
4738            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
4739            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
4740            ! regexec.c sv.c toke.c universal.c utf8.c util.c
4741            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
4742 ____________________________________________________________________________
4743 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
4744         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
4745              From: Nicholas Clark <nick@unfortu.net>
4746              Date: Sun, 21 Apr 2002 19:15:24 +0100
4747              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
4748      Branch: perl
4749            + ext/Storable/t/malice.t
4750            ! MANIFEST ext/Storable/Storable.pm
4751 ____________________________________________________________________________
4752 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
4753         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
4754              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4755              Date: Sun, 21 Apr 2002 19:37:51 +0200
4756              Message-ID: <3CC3150F.5798.22A05AE@localhost>
4757      Branch: perl
4758            ! ext/Encode/t/perlio.t
4759 ____________________________________________________________________________
4760 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
4761         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
4762              From: Andrey Sapozhnikov <sapa@icb.chel.su>
4763              Date: Fri, 19 Apr 2002 19:55:56 +0600
4764              Message-ID: <3CC021EC.5080005@icb.chel.su>
4765              
4766              (tweaked a bit)
4767      Branch: perl
4768            ! pod/perltrap.pod
4769 ____________________________________________________________________________
4770 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
4771         Log: Do not assume that io buffer flushing happens in the same
4772              order as joins (that assumption broke in a multicpu IRIX box)
4773      Branch: perl
4774            ! ext/threads/t/thread.t
4775 ____________________________________________________________________________
4776 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
4777         Log: As if people would be reading the documentation :-)
4778      Branch: perl
4779            ! opcode.pl
4780 ____________________________________________________________________________
4781 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
4782         Log: Typo tweaks.
4783      Branch: perl
4784            ! pod/perlrun.pod
4785 ____________________________________________________________________________
4786 [ 16041] By: sky                                   on 2002/04/21  13:53:54
4787         Log: Got the last memory leak in the while(1) { threads->create(sub 
4788              {})->join() }, now we can loop over a million threads without a 
4789              problem. 
4790              Cleared up SVs that should have been mortal but never where.
4791      Branch: perl
4792            ! ext/threads/threads.xs
4793 ____________________________________________________________________________
4794 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
4795         Log: Make doc clearer, as suggested by Brent Dax
4796      Branch: perl
4797            ! opcode.pl
4798 ____________________________________________________________________________
4799 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
4800         Log: Revert change #15974.
4801      Branch: perl
4802            ! ext/B/B/Deparse.pm
4803 ____________________________________________________________________________
4804 [ 16038] By: nick                                  on 2002/04/21  08:43:48
4805         Log: Integrate mainline
4806      Branch: perlio
4807           +> win32/config.vc64 win32/config_H.vc64
4808           !> (integrate 43 files)
4809 ____________________________________________________________________________
4810 [ 16037] By: nick                                  on 2002/04/21  08:10:07
4811         Log: Integrate mainline
4812      Branch: perlio
4813           +> ext/Encode/ucm/big5-eten.ucm
4814            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
4815            - win32/config.win64 win32/config_H.win64
4816           !> MANIFEST Porting/makerel ext/Encode/Changes
4817           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
4818           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4819           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4820           !> ext/Encode/lib/Encode/Config.pm
4821           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4822           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
4823           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
4824           !> pod/perlunicode.pod vms/vms.c
4825 ____________________________________________________________________________
4826 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
4827         Log: S_ stands sfor static.
4828      Branch: perl
4829            ! hv.c
4830 ____________________________________________________________________________
4831 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
4832         Log: htovs et al might be macros.
4833      Branch: perl
4834            ! perl.h
4835 ____________________________________________________________________________
4836 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
4837         Log: missed checkin of this file in change#16033
4838      Branch: perl
4839            ! makedef.pl
4840 ____________________________________________________________________________
4841 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
4842         Log: Windows 64-bit support:
4843              
4844              * support for building it in the regular makefiles
4845              * large files support via the _*i64() functions (this should be
4846              portable to the 32-bit universe too, but quite untested and
4847              and binary-incompatible, therefore not enabled there)
4848              * three additional test failures in addition to the t/end.t one
4849              (see README.win32)
4850              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
4851              the ones available from the CRT (needed because Perl uses
4852              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
4853              * add a few 64-bit notes to README.win32
4854              
4855              The following general problems were also fixed:
4856              
4857              * s/struct stat/Stat_t/g
4858              * Data::Dumper had some naughty 'long' typecasts
4859              * Errno_pm.PL didn't work safe when winsock.h was not in the same
4860              directory as errno.h
4861              * various tell/seek things were incorrectly prototyped
4862              * squelch ugly looking noise when running tests
4863              * Embed.t wasn't linking in all the libraries
4864              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
4865              * re-enable all the disabled warnings (additional fixes may be
4866              needed for the warnings uncovered by this)
4867      Branch: perl
4868            + win32/config.vc64 win32/config_H.vc64
4869            ! MANIFEST README.win32 doio.c dosish.h
4870            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
4871            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
4872            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
4873            ! win32/config.vc win32/makefile.mk win32/perlglob.c
4874            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
4875            ! win32/win32iop.h win32/win32sck.c
4876 ____________________________________________________________________________
4877 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
4878         Log: Upgrade to Encode 1.52, from Dan Kogai.
4879      Branch: perl
4880            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4881            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
4882            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
4883            ! ext/Encode/lib/Encode/JP/JIS7.pm
4884            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
4885            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4886            ! ext/Encode/ucm/big5-hkscs.ucm
4887 ____________________________________________________________________________
4888 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
4889         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
4890              From: Mark-Jason Dominus <mjd@plover.com>
4891              Date: Sat, 20 Apr 2002 03:36:28 -0400
4892              Message-ID: <20020420073628.324.qmail@plover.com>
4893      Branch: perl
4894            ! pod/perlopentut.pod
4895 ____________________________________________________________________________
4896 [ 16030] By: sky                                   on 2002/04/20  22:02:32
4897         Log: Remove auto-detach
4898              Cleans up memory now, destroys the mutex and frees thread
4899              Makes returnvalues mortal
4900              Doesn't run thread_destruct until the thread has stopped AND
4901              all references to it are gone.
4902      Branch: perl
4903            ! ext/threads/threads.xs
4904 ____________________________________________________________________________
4905 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
4906         Log: Subject: [PATCH @16005] rescue perldoc for VMS
4907              From: "Craig A. Berry" <craigberry@mac.com>
4908              Date: Sat, 20 Apr 2002 15:16:30 -0500
4909              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
4910      Branch: perl
4911            ! vms/vms.c
4912 ____________________________________________________________________________
4913 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
4914         Log: Subject: Re: [PATCH] typo
4915              From: andreas.koenig@anima.de (Andreas J. Koenig)
4916              Date: Sat, 20 Apr 2002 15:41:23 +0200
4917              Message-ID: <m37kn2o5bw.fsf@anima.de>
4918      Branch: perl
4919            ! ext/Encode/encoding.pm
4920 ____________________________________________________________________________
4921 [ 16027] By: nick                                  on 2002/04/20  21:42:09
4922         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
4923              and change test not to skip them.
4924      Branch: perlio
4925            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
4926 ____________________________________________________________________________
4927 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
4928         Log: Upgrade to Encode 1.51, from Dan Kogai.
4929      Branch: perl
4930            + ext/Encode/ucm/big5-eten.ucm
4931            - ext/Encode/ucm/big5.ucm
4932            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4933            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
4934            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4935            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
4936            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4937            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
4938 ____________________________________________________________________________
4939 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
4940         Log: purge existing win64 stuff (this never really worked in 5.7.x)
4941              in preparation for completely redone win64 support
4942      Branch: perl
4943            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
4944            ! MANIFEST Porting/makerel
4945 ____________________________________________________________________________
4946 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
4947         Log: Subject: Re: perl@16005
4948              From: Stas Bekman <stas@stason.org>
4949              Date: Sat, 20 Apr 2002 13:06:49 +0800
4950              Message-ID: <3CC0F769.1010705@stason.org>
4951              (with a minor formatting nit)
4952      Branch: perl
4953            ! pod/perlfunc.pod
4954 ____________________________________________________________________________
4955 [ 16023] By: nick                                  on 2002/04/20  19:06:04
4956         Log: Some tweaks for encodings which need lines.
4957              Also disabled trial of using fallbacks.
4958      Branch: perlio
4959            ! ext/PerlIO/encoding/encoding.pm
4960            ! ext/PerlIO/encoding/encoding.xs
4961 ____________________________________________________________________________
4962 [ 16022] By: nick                                  on 2002/04/20  18:37:38
4963         Log: Various tweaks to Encode
4964      Branch: perlio
4965            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4966            ! ext/Encode/Unicode/Unicode.xs
4967            ! ext/Encode/lib/Encode/Encoding.pm
4968            ! ext/Encode/lib/Encode/JP/JIS7.pm
4969            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
4970 ____________________________________________________________________________
4971 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
4972         Log: Subject: [PATCH] perlunicode.pod typos
4973              From: andreas.koenig@anima.de (Andreas J. Koenig)     
4974              Date: Sat, 20 Apr 2002 11:20:25 +0200
4975              Message-ID: <m3vgamoheu.fsf@anima.de>
4976      Branch: perl
4977            ! pod/perlunicode.pod
4978 ____________________________________________________________________________
4979 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
4980         Log: Test tweak from mjd.
4981      Branch: perl
4982            ! lib/Memoize/t/errors.t
4983 ____________________________________________________________________________
4984 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
4985         Log: Integrate perlio;
4986              
4987              Tweak to Encode.xs to avoid buffer overrun.
4988              
4989              Add :bytes to POD part.
4990              Remove 'alias' to Encode now it exists as a module.
4991              
4992              Fill in the PERLIO sections.
4993      Branch: perl
4994           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
4995 ____________________________________________________________________________
4996 [ 16018] By: nick                                  on 2002/04/20  13:38:24
4997         Log: Fill in the PERLIO sections.
4998      Branch: perlio
4999            ! pod/perlrun.pod
5000 ____________________________________________________________________________
5001 [ 16017] By: nick                                  on 2002/04/20  13:37:15
5002         Log: Add :bytes to POD part.
5003              Remove 'alias' to Encode now it exists as a module.
5004      Branch: perlio
5005            ! lib/PerlIO.pm
5006 ____________________________________________________________________________
5007 [ 16016] By: sky                                   on 2002/04/20  13:12:31
5008         Log: Really let the update of the link list do something.
5009      Branch: perl
5010            ! ext/threads/threads.xs
5011 ____________________________________________________________________________
5012 [ 16015] By: nick                                  on 2002/04/20  07:51:26
5013         Log: Integrate mainline
5014      Branch: perlio
5015           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
5016           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
5017           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
5018 ____________________________________________________________________________
5019 [ 16014] By: nick                                  on 2002/04/20  07:46:11
5020         Log: Tweak to Encode.xs to avoid buffer overrun.
5021      Branch: perlio
5022            ! ext/Encode/Encode.xs
5023 ____________________________________________________________________________
5024 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
5025         Log: Subject: [PATCH] t/japh/abigail.t
5026              From: abigail@foad.org
5027              Date: Fri, 19 Apr 2002 02:21:36 +0200
5028              Message-ID: <20020419002136.16948.qmail@foad.org>
5029              
5030              Subject: Re: [PATCH] t/japh/abigail.t
5031              From: "Craig A. Berry" <craigberry@mac.com>
5032              Date: Fri, 19 Apr 2002 11:23:45 -0500
5033              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
5034      Branch: perl
5035            ! t/japh/abigail.t
5036 ____________________________________________________________________________
5037 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
5038         Log: User-defined character properties were unintentionally
5039              removed, noticed by Dan Kogai.
5040      Branch: perl
5041            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
5042            ! pod/perlunicode.pod t/op/pat.t
5043 ____________________________________________________________________________
5044 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
5045         Log: Subject: Re: [PATCH] Big5-related changes.
5046              From: Autrijus Tang <autrijus@autrijus.org>
5047              Date: Sat, 20 Apr 2002 04:06:31 +0800
5048              Message-ID: <20020419200631.GA20964@not.autrijus.org>
5049      Branch: perl
5050            ! README.cn README.tw
5051 ____________________________________________________________________________
5052 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
5053         Log: Add a BUGS sections to O.pm
5054      Branch: perl
5055            ! ext/B/O.pm
5056 ____________________________________________________________________________
5057 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
5058         Log: Disable warning noise
5059      Branch: perl
5060            ! t/io/open.t
5061 ____________________________________________________________________________
5062 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
5063         Log: More tests for the 3-arg open
5064      Branch: perl
5065            ! t/io/open.t t/lib/warnings/doio
5066 ____________________________________________________________________________
5067 [ 16007] By: nick                                  on 2002/04/19  17:45:53
5068         Log: Silence warning generating warning message for U+FFFF does not map etc.
5069      Branch: perlio
5070            ! ext/Encode/Encode.xs
5071 ____________________________________________________________________________
5072 [ 16006] By: nick                                  on 2002/04/19  15:24:57
5073         Log: Integrate mainline (for Tk with Encode testing)
5074              Some perlio & encode issues otherwise cleanish.
5075      Branch: perlio
5076           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
5077           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
5078           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
5079           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
5080           +> ext/threads/t/thread.t
5081            - ext/Encode/lib/Encode/Unicode.pm
5082           !> (integrate 38 files)
5083 ____________________________________________________________________________
5084 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
5085         Log: Update Changes.
5086      Branch: perl
5087            ! Changes patchlevel.h
5088 ____________________________________________________________________________
5089 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
5090         Log: Subject: [PATCH] warn on ref open without perlio
5091              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5092              Date: Thu, 18 Apr 2002 23:17:44 +0200
5093              Message-ID: <20020418231744.A24159@rafael>
5094              
5095              (with one nit, the skip message needed "# " prefix)
5096      Branch: perl
5097            ! doio.c pod/perldiag.pod t/lib/warnings/doio
5098 ____________________________________________________________________________
5099 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
5100         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
5101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5102              Date: Fri, 19 Apr 2002 15:43:47 +0200
5103              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
5104      Branch: perl
5105            ! README.hpux
5106 ____________________________________________________________________________
5107 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
5108         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
5109      Branch: perl
5110            ! ext/PerlIO/encoding/encoding.pm
5111            ! ext/PerlIO/encoding/encoding.xs
5112 ____________________________________________________________________________
5113 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
5114         Log: Upgrade to Encode 1.50, from Dan Kogai.
5115      Branch: perl
5116            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
5117            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
5118            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
5119            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
5120            - ext/Encode/lib/Encode/Unicode.pm
5121            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
5122            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5123            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
5124            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
5125            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5126            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
5127            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
5128            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
5129            ! ext/Encode/t/jisx0208.ref
5130 ____________________________________________________________________________
5131 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
5132         Log: Subject: CPAN.pm sync
5133              From: andreas.koenig@anima.de (Andreas J. Koenig)
5134              Date: Fri, 19 Apr 2002 11:55:07 +0200
5135              Message-ID: <m3ads0qah0.fsf@anima.de>
5136      Branch: perl
5137            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5138 ____________________________________________________________________________
5139 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
5140         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
5141      Branch: perl
5142            ! pod/perltooc.pod
5143 ____________________________________________________________________________
5144 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
5145         Log: The previous change on this was *ahem* slightly off-topic.
5146      Branch: perl
5147            ! ext/PerlIO/encoding/encoding.pm
5148 ____________________________________________________________________________
5149 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
5150         Log: variant of change#14657 from mainline, modified for binary
5151              compatibility for 5.6.x (from  Jan Dubois)
5152      Branch: maint-5.6/perl
5153            ! lib/Win32.pod win32/win32.c
5154 ____________________________________________________________________________
5155 [ 15996] By: ams                                   on 2002/04/18  16:16:26
5156         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
5157              From: abigail@foad.org
5158              Date: Thu, 18 Apr 2002 17:09:45 +0200
5159              Message-Id: <20020418150945.389.qmail@foad.org>
5160      Branch: perl
5161            ! pod/perldebtut.pod
5162 ____________________________________________________________________________
5163 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
5164         Log: z/OS situation update.
5165      Branch: perl
5166            ! pod/perldelta.pod
5167 ____________________________________________________________________________
5168 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
5169         Log: Doc tweaks.
5170      Branch: perl
5171            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
5172 ____________________________________________________________________________
5173 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
5174         Log: The tests need perlio.
5175      Branch: perl
5176            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
5177 ____________________________________________________________________________
5178 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
5179         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
5180              From: Mark-Jason Dominus <mjd@plover.com>
5181              Date: Thu, 18 Apr 2002 09:38:17 -0400
5182              Message-ID: <20020418133817.22436.qmail@plover.com>    
5183              
5184              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
5185              From: Mark-Jason Dominus <mjd@plover.com>
5186              Date: Thu, 18 Apr 2002 09:54:50 -0400
5187              Message-ID: <20020418135450.22999.qmail@plover.com>    
5188      Branch: perl
5189            ! pod/perlfaq8.pod
5190 ____________________________________________________________________________
5191 [ 15991] By: sky                                   on 2002/04/18  09:18:14
5192         Log: Port testcases from thr5005 tests so we don't fail on same things.
5193              Added yield support using threads->yield().
5194      Branch: perl
5195            + ext/threads/t/thread.t
5196            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
5197 ____________________________________________________________________________
5198 [ 15990] By: nick                                  on 2002/04/18  07:56:40
5199         Log: Integrate mainline
5200      Branch: perlio
5201            - t/io/full.t
5202           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
5203           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
5204           !> perl.c t/op/groups.t toke.c win32/win32.c
5205 ____________________________________________________________________________
5206 [ 15989] By: sky                                   on 2002/04/18  07:15:55
5207         Log: Always flush the PerlIO buffers after running END blocks in 
5208              perl_destruct. This should fix ext/threads/t/end.t under Win32.
5209      Branch: perl
5210            ! perl.c
5211 ____________________________________________________________________________
5212 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
5213         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
5214      Branch: perl
5215            ! perl.c
5216 ____________________________________________________________________________
5217 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
5218         Log: Move /dev/full testing post-5.8.0.
5219      Branch: perl
5220            - t/io/full.t
5221            ! MANIFEST
5222 ____________________________________________________________________________
5223 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
5224         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
5225              ("Crays have only REAL memory.")
5226      Branch: perl
5227            ! hints/unicos.sh hints/unicosmk.sh
5228 ____________________________________________________________________________
5229 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
5230         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
5231              From: luc.st-louis@ca.transport.bombardier.com
5232              Date: Wed, 17 Apr 2002 14:22:25 -0400
5233              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
5234      Branch: perl
5235            ! win32/win32.c
5236 ____________________________________________________________________________
5237 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
5238         Log: With -Uuseperlio the error might be EBADF.
5239      Branch: perl
5240            ! t/io/full.t
5241 ____________________________________________________________________________
5242 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
5243         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
5244              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5245              Date: Wed, 17 Apr 2002 21:16:22 +0400
5246              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
5247      Branch: perl
5248            ! lib/ExtUtils/t/Embed.t
5249 ____________________________________________________________________________
5250 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
5251         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
5252              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5253              Date: Wed, 17 Apr 2002 20:08:03 +0400
5254              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
5255      Branch: perl
5256            ! win32/win32.c
5257 ____________________________________________________________________________
5258 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
5259         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
5260              From: Mark-Jason Dominus <mjd@plover.com>
5261              Date: Wed, 17 Apr 2002 11:14:17 -0400
5262              Message-ID: <20020417151417.27268.qmail@plover.com>
5263      Branch: perl
5264            ! t/io/full.t
5265 ____________________________________________________________________________
5266 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
5267         Log: README.cjk update.
5268      Branch: perl
5269            ! README.cn README.jp README.ko README.tw
5270 ____________________________________________________________________________
5271 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
5272         Log: Subject: [PATCH toke.c] @:foo?
5273              From: Philip Newton <Philip.Newton@gmx.net>
5274              Date: Wed, 17 Apr 2002 19:48:09 +0200
5275              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
5276      Branch: perl
5277            ! toke.c
5278 ____________________________________________________________________________
5279 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
5280         Log: Subject: Re: gcc on HP
5281              From: Philip Newton <Philip.Newton@gmx.net>
5282              Date: Wed, 17 Apr 2002 20:36:34 +0200
5283              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
5284      Branch: perl
5285            ! README.hpux
5286 ____________________________________________________________________________
5287 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
5288         Log: Adjust test for groups that appear multiple times on Cygwin
5289      Branch: perl
5290            ! t/op/groups.t
5291 ____________________________________________________________________________
5292 [ 15976] By: nick                                  on 2002/04/17  17:03:40
5293         Log: Integrate mainline
5294      Branch: perlio
5295           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
5296           +> ext/PerlIO/encoding/encoding.pm
5297           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
5298           +> ext/threads/shared/t/queue.t t/io/full.t
5299            - ext/Encode/lib/Encode/XS.pm
5300           !> (integrate 50 files)
5301 ____________________________________________________________________________
5302 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
5303         Log: Update Changes.
5304      Branch: perl
5305            ! Changes patchlevel.h
5306 ____________________________________________________________________________
5307 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
5308         Log: Subject: [PATCH B::Deparse] "foo bar"->()
5309              From: Robin Houston <robin@kitsite.com>
5310              Date: Wed, 17 Apr 2002 15:45:32 +0100
5311              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
5312      Branch: perl
5313            ! ext/B/B/Deparse.pm
5314 ____________________________________________________________________________
5315 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
5316         Log: metaconfig unit change for #15972.
5317      Branch: metaconfig/U/perl
5318            ! Extensions.U
5319 ____________________________________________________________________________
5320 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
5321         Log: As suggested by Arthur: the threads and threads::shared
5322              modules are always present.  This tries to preempt two
5323              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
5324              to have this new fancy threads implementation but my Perl
5325              doesn't seem to have it" (2) someone attempting to install
5326              threads using CPAN.pm and CPAN.pm helpfully starting to
5327              install perl 5.8.0 (which they might already have installed).
5328      Branch: perl
5329            ! Configure ext/threads/Makefile.PL
5330            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
5331            ! ext/threads/shared/shared.xs ext/threads/threads.pm
5332            ! ext/threads/threads.xs
5333 ____________________________________________________________________________
5334 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
5335         Log: More signedness nits.
5336      Branch: perl
5337            ! ext/Encode/Encode.xs
5338 ____________________________________________________________________________
5339 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
5340         Log: fast_abs_path() is tainted.
5341      Branch: perl
5342            ! ext/Cwd/t/cwd.t
5343 ____________________________________________________________________________
5344 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
5345         Log: Signedness nit.
5346      Branch: perl
5347            ! ext/Encode/bin/enc2xs
5348 ____________________________________________________________________________
5349 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
5350         Log: Subject: gcc on HP
5351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5352              Date: Wed, 17 Apr 2002 12:43:38 +0200
5353              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
5354      Branch: perl
5355            ! README.hpux
5356 ____________________________________________________________________________
5357 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
5358         Log: Add just a little bit more explanation to PerlIO::encoding.
5359      Branch: perl
5360            ! ext/PerlIO/encoding/encoding.pm
5361 ____________________________________________________________________________
5362 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
5363         Log: PerlIO::encoding 0.01 from Dan Kogai.
5364      Branch: perl
5365            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
5366            + ext/PerlIO/encoding/encoding.pm
5367            + ext/PerlIO/encoding/encoding.xs
5368            ! MANIFEST
5369 ____________________________________________________________________________
5370 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
5371         Log: Upgrade to Encode 1.42, from Dan Kogai.
5372      Branch: perl
5373            - ext/Encode/lib/Encode/XS.pm
5374            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
5375            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
5376            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5377            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
5378            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
5379            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
5380            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5381            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
5382            ! ext/Encode/lib/Encode/Config.pm
5383            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
5384            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
5385            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
5386            ! ext/Encode/t/encoding.t
5387 ____________________________________________________________________________
5388 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
5389         Log: Test tweaks from mjd and Benjamin Goldberg.
5390      Branch: perl
5391            ! t/io/full.t
5392 ____________________________________________________________________________
5393 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
5394         Log: Document taint-safeness.   Life in the fast_abs_path()
5395              lane is unsafe.
5396      Branch: perl
5397            ! lib/Cwd.pm
5398 ____________________________________________________________________________
5399 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
5400         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
5401              From: Mark-Jason Dominus <mjd@plover.com>
5402              Date: Tue, 16 Apr 2002 19:24:12 -0400
5403              Message-ID: <20020416232412.14297.qmail@plover.com>
5404      Branch: perl
5405            + t/io/full.t
5406            ! MANIFEST perlio.c
5407 ____________________________________________________________________________
5408 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
5409         Log: Manifestations of mjd, from mjd.
5410      Branch: perl
5411            ! MANIFEST
5412 ____________________________________________________________________________
5413 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
5414         Log: metaconfig unit change for #15959.
5415      Branch: metaconfig/U/perl
5416            ! Extensions.U
5417 ____________________________________________________________________________
5418 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
5419         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
5420              From: Andy Dougherty <doughera@lafayette.edu>
5421              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
5422              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
5423      Branch: perl
5424            ! Configure
5425 ____________________________________________________________________________
5426 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
5427         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
5428              From: Nicholas Clark <nick@unfortu.net>
5429              Date: Tue, 16 Apr 2002 22:22:41 +0100
5430              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
5431      Branch: perl
5432            ! embed.fnc global.sym hv.c universal.c
5433 ____________________________________________________________________________
5434 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
5435         Log: Documents for Merijn and lots of XXXs for NI-S :-)
5436      Branch: perl
5437            ! pod/perlfunc.pod pod/perlrun.pod
5438 ____________________________________________________________________________
5439 [ 15956] By: sky                                   on 2002/04/16  21:26:53
5440         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
5441              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
5442              stuff being 0xabababab on cleanup.
5443      Branch: perl
5444            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
5445            ! MANIFEST
5446 ____________________________________________________________________________
5447 [ 15955] By: nick                                  on 2002/04/16  20:46:03
5448         Log: Integate mainline (other machine)
5449      Branch: perlio
5450           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
5451           !> t/op/magic.t
5452 ____________________________________________________________________________
5453 [ 15954] By: nick                                  on 2002/04/16  20:13:32
5454         Log: Integrate mainline
5455      Branch: perlio
5456           +> README.cn README.jp README.ko README.tw
5457           +> ext/threads/shared/t/av_refs.t
5458           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
5459           !> (integrate 41 files)
5460 ____________________________________________________________________________
5461 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
5462         Log: B::walkoptree bugfix (see also #15850)
5463      Branch: perl
5464            ! ext/B/B.xs ext/B/t/terse.t
5465 ____________________________________________________________________________
5466 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
5467         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
5468              From: Philip Newton <Philip.Newton@gmx.net>
5469              Date: Tue, 16 Apr 2002 21:09:44 +0200
5470              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
5471      Branch: perl
5472            ! pod/perltodo.pod
5473 ____________________________________________________________________________
5474 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
5475         Log: Subject: [PATCH] B::Deparse problems with japhs
5476              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5477              Date: Tue, 16 Apr 2002 15:47:33 +0100
5478              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
5479      Branch: perl
5480            ! ext/B/B/Deparse.pm
5481 ____________________________________________________________________________
5482 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
5483         Log: Stas' tainting worries, obscured by me.
5484      Branch: perl
5485            ! ext/Cwd/t/cwd.t lib/Cwd.pm
5486 ____________________________________________________________________________
5487 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
5488         Log: Pod tweak to avoid =item<japanese> problems.
5489      Branch: perl
5490            ! README.jp
5491 ____________________________________________________________________________
5492 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
5493         Log: Some UTF-8 todos.
5494      Branch: perl
5495            ! pod/perltodo.pod
5496 ____________________________________________________________________________
5497 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
5498         Log: Let's not promise too much: use utf8 only works on identifier
5499              names, not package or subroutine names (admittedly limited [1], but
5500              that's what the Camel says, and that's what we are going to stick
5501              to for 5.8.0).  Also document that use vars does not do utf8.
5502              [1] The obvious problem in both is that package and subroutine
5503              names need to mappable to the filesystem.
5504      Branch: perl
5505            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
5506 ____________________________________________________________________________
5507 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
5508         Log: Subject: [PATCH] small typo in IO::Pipe pod
5509              From: Slaven Rezic <rezic@onlineoffice.de>
5510              Date: Tue, 16 Apr 2002 12:31:10 +0200
5511              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
5512      Branch: perl
5513            ! ext/IO/lib/IO/Pipe.pm
5514 ____________________________________________________________________________
5515 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
5516         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
5517              From: Arthur Bergman <arthur@contiller.se>
5518              Date: Tue, 16 Apr 2002 11:58:45 +0200
5519              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
5520      Branch: perl
5521            ! lib/Attribute/Handlers.pm
5522 ____________________________________________________________________________
5523 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
5524         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
5525              Jungshik Shin.  Regen toc.
5526      Branch: perl
5527            + README.cn README.jp README.ko README.tw
5528            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5529 ____________________________________________________________________________
5530 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
5531         Log: my $utf8here, our $utf8here, and package variable $utf8here.
5532              
5533              The actual minimal fix is in utf8.c and from NI-S,
5534              the rest are the tests (in fresh_perl since I couldn't get
5535              them easily to work elsewhere) and a slight behaviour change:
5536              previously UTF-8 identifiers had to start with an alphabetic
5537              character.  No more so, now they can start with an (Unicode)
5538              ID_Continue character (which however is not a (Unicode) digit).
5539              (Limiting the first character to ID_Start would be rather
5540              restrictive, since ID_Start allows only alphabetic letters.)
5541              
5542              TODO: use vars qw($utf8here).  This I don't find to be
5543              a showstopper.
5544      Branch: perl
5545            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
5546            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
5547 ____________________________________________________________________________
5548 [ 15942] By: ams                                   on 2002/04/16  02:24:25
5549         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
5550              From: "Craig A. Berry" <craigberry@mac.com>
5551              Date: Mon, 15 Apr 2002 22:06:14 -0500
5552              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
5553      Branch: perl
5554            ! lib/FileCache.t
5555 ____________________________________________________________________________
5556 [ 15941] By: ams                                   on 2002/04/16  02:16:35
5557         Log: Subject: [PATCH] s2p fix for VMS
5558              From: "Craig A. Berry" <craigberry@mac.com>
5559              Date: Mon, 15 Apr 2002 21:48:36 -0500
5560              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
5561      Branch: perl
5562            ! configure.com t/x2p/s2p.t x2p/s2p.PL
5563 ____________________________________________________________________________
5564 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
5565         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
5566              (and the licensing of the other code clarified, from Mark Bixby.)
5567      Branch: perl
5568            ! mpeix/mpeix.c
5569 ____________________________________________________________________________
5570 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
5571         Log: AUTHORS updates.
5572      Branch: perl
5573            ! AUTHORS
5574 ____________________________________________________________________________
5575 [ 15938] By: sky                                   on 2002/04/15  22:13:17
5576         Log: Add support for my $foo : shared; 
5577              Add testcase for this.
5578              Update manifest.
5579      Branch: perl
5580            + ext/threads/shared/t/shared_attr.t
5581            ! MANIFEST ext/threads/shared/shared.pm
5582 ____________________________________________________________________________
5583 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
5584         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
5585              From: abigail@foad.org
5586              Date: Mon, 15 Apr 2002 17:41:17 +0200
5587              Message-ID: <20020415154117.1559.qmail@foad.org>
5588              
5589              (With EBCDIC skippage added, and the skip reason
5590              skippage on the two ?? loops tweaked.)
5591      Branch: perl
5592            + t/japh/abigail.t
5593            ! MANIFEST t/TEST
5594 ____________________________________________________________________________
5595 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
5596         Log: Subject: Re: [ID 20020412.005] Dancing ??s
5597              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
5598              Date: Sun, 14 Apr 2002 16:09:30 +0100
5599              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
5600      Branch: perl
5601            ! pod/perlop.pod pp_hot.c t/op/pat.t
5602 ____________________________________________________________________________
5603 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
5604         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
5605              From: abigail@foad.org
5606              Date: Mon, 15 Apr 2002 17:40:02 +0200
5607              Message-ID: <20020415154002.1549.qmail@foad.org>
5608      Branch: perl
5609            ! t/test.pl
5610 ____________________________________________________________________________
5611 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
5612         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
5613              From: "Craig A. Berry" <craigberry@mac.com>
5614              Date: Mon, 15 Apr 2002 14:05:26 -0500
5615              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
5616      Branch: perl
5617            ! universal.c
5618 ____________________________________________________________________________
5619 [ 15933] By: sky                                   on 2002/04/15  21:26:16
5620         Log: Test arrays containing references, and references to shared arrays.
5621      Branch: perl
5622            + ext/threads/shared/t/av_refs.t
5623 ____________________________________________________________________________
5624 [ 15932] By: nick                                  on 2002/04/15  15:06:49
5625         Log: Integrate mainline (for Encode)
5626      Branch: perlio
5627           +> ext/Encode/Encode/ConfigLocal_PM.e2x
5628           +> ext/Encode/lib/Encode/JP/JIS7.pm
5629            - ext/Encode/lib/Encode/JP/2022_JP.pm
5630            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5631            - ext/Encode/lib/Encode/JP/JIS.pm
5632           !> (integrate 26 files)
5633 ____________________________________________________________________________
5634 [ 15931] By: ams                                   on 2002/04/15  14:51:31
5635         Log: Subject: [PATCH] Chip didn't time travel.
5636              From: abigail@foad.org
5637              Date: Mon, 15 Apr 2002 17:40:22 +0200
5638              Message-Id: <20020415154022.1554.qmail@foad.org>
5639      Branch: perl
5640            ! pod/perlhist.pod
5641 ____________________________________________________________________________
5642 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
5643         Log: Update Changes.
5644      Branch: perl
5645            ! Changes patchlevel.h
5646 ____________________________________________________________________________
5647 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
5648         Log: The #15921 made the 'no warnings' unnecessary.
5649      Branch: perl
5650            ! t/op/magic.t
5651 ____________________________________________________________________________
5652 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
5653         Log: Subject: Re: [FILE] FileCache.t
5654              From: belg4mit <belg4mit@mit.edu>
5655              Date: Mon, 15 Apr 2002 01:31:21 -0400
5656              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
5657      Branch: perl
5658            ! lib/FileCache.t
5659 ____________________________________________________________________________
5660 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
5661         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
5662      Branch: perl
5663            ! lib/FileCache.pm lib/FileCache.t
5664 ____________________________________________________________________________
5665 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
5666         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
5667              From: Nicholas Clark <nick@unfortu.net>
5668              Date: Sun, 14 Apr 2002 22:54:43 +0100
5669              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
5670      Branch: perl
5671            ! lib/Hash/Util.t
5672 ____________________________________________________________________________
5673 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
5674         Log: Subject: [Encode] 1.40 released!
5675              From: Dan Kogai <dankogai@dan.co.jp>
5676              Date: Mon, 15 Apr 2002 07:51:52 +0900
5677              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
5678      Branch: perl
5679            + ext/Encode/Encode/ConfigLocal_PM.e2x
5680            + ext/Encode/lib/Encode/JP/JIS7.pm
5681            - ext/Encode/lib/Encode/JP/2022_JP.pm
5682            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5683            - ext/Encode/lib/Encode/JP/JIS.pm
5684            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
5685            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5686            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
5687            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
5688            ! ext/Encode/lib/Encode/Config.pm
5689            ! ext/Encode/lib/Encode/Encoder.pm
5690            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
5691            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
5692 ____________________________________________________________________________
5693 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
5694         Log: return undef is of questionable style.
5695      Branch: perl
5696            ! lib/Hash/Util.pm
5697 ____________________________________________________________________________
5698 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
5699         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
5700              From: mjd@plover.com
5701              Date: 15 Apr 2002 06:46:02 -0000
5702              Message-ID: <20020415064602.17052.qmail@plover.com>     
5703      Branch: perl
5704            ! t/op/magic.t
5705 ____________________________________________________________________________
5706 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
5707         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
5708              From: mjd@plover.com
5709              Date: 14 Apr 2002 22:30:17 -0000
5710              Message-ID: <20020414223017.17361.qmail@plover.com>
5711      Branch: perl
5712            ! t/op/re_tests
5713 ____________________________________________________________________________
5714 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
5715         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
5716              From: Mark-Jason Dominus <mjd@plover.com>
5717              Date: Mon, 15 Apr 2002 02:41:52 -0400
5718              Message-ID: <20020415064152.16958.qmail@plover.com>
5719      Branch: perl
5720            ! perl.c t/lib/warnings/toke
5721 ____________________________________________________________________________
5722 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
5723         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
5724              From: "Craig A. Berry" <craigberry@mac.com>
5725              Date: Sun, 14 Apr 2002 18:56:02 -0500
5726              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
5727      Branch: perl
5728            ! configure.com
5729 ____________________________________________________________________________
5730 [ 15919] By: nick                                  on 2002/04/15  06:14:25
5731         Log: Integrate mainline
5732      Branch: perlio
5733           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
5734           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
5735           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
5736 ____________________________________________________________________________
5737 [ 15918] By: ams                                   on 2002/04/15  04:25:48
5738         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
5739              From: Stas Bekman <stas@stason.org>
5740              Date: Mon, 15 Apr 2002 11:45:03 +0800
5741              Message-Id: <3CBA4CBF.9030306@stason.org>
5742      Branch: perl
5743            ! lib/Cwd.pm
5744 ____________________________________________________________________________
5745 [ 15917] By: ams                                   on 2002/04/15  04:21:14
5746         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
5747              From: Mark-Jason Dominus <mjd@plover.com>
5748              Date: Mon, 15 Apr 2002 00:30:26 -0400
5749              Message-Id: <20020415043026.11417.qmail@plover.com>
5750      Branch: perl
5751            ! perl.c t/lib/warnings/toke
5752 ____________________________________________________________________________
5753 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
5754         Log: Correct precedence problem in #15915
5755      Branch: perl
5756            ! lib/vars.pm
5757 ____________________________________________________________________________
5758 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
5759         Log: use vars wasn't use utf8 aware.
5760      Branch: perl
5761            ! lib/vars.pm
5762 ____________________________________________________________________________
5763 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
5764         Log: Subject: [PATCH] Re: restricted hashes are unblessable
5765              From: Nicholas Clark <nick@unfortu.net>
5766              Date: Sat, 13 Apr 2002 23:43:02 +0100
5767              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
5768              
5769              The function name sucks but can't think of anything better.
5770      Branch: perl
5771            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
5772 ____________________________________________________________________________
5773 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
5774         Log: Subject: AUTHORS update
5775              From: Chris Nandor <pudge@pobox.com>
5776              Date: Sun, 14 Apr 2002 11:54:40 -0400
5777              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
5778      Branch: perl
5779            ! AUTHORS
5780 ____________________________________________________________________________
5781 [ 15912] By: nick                                  on 2002/04/14  14:47:18
5782         Log: XS versions of encode/decode for Encode::Unicode
5783      Branch: perlio
5784            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
5785 ____________________________________________________________________________
5786 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
5787         Log: metaconfig unit changes for #15910.
5788      Branch: metaconfig
5789            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5790            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5791            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5792            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5793            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5794            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5795            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5796            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5797            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5798            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5799            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5800            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5801            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5802            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5803            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5804            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5805            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5806            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5807            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5808            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5809            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5810            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5811            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5812            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5813 ____________________________________________________________________________
5814 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
5815         Log: Simplify the _r probing code by adding the i_systime
5816              only for the APIs where it matters.
5817      Branch: perl
5818            ! Configure reentr.pl
5819 ____________________________________________________________________________
5820 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
5821         Log: Integrate perlio;
5822              
5823              Avoid expensive paranoid check that decoder does return legal UTF-8
5824              
5825              Disable test code (assertions) in CRLF layer.
5826      Branch: perl
5827           !> ext/Encode/Encode.xs perlio.c
5828 ____________________________________________________________________________
5829 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
5830         Log: Subject: patch for FileCache in 5.7.3
5831              From: JPIERCE <belg4mit@MIT.EDU>
5832              Date: Sun, 14 Apr 2002 00:38:21 -0400
5833              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
5834      Branch: perl
5835            ! lib/FileCache.pm
5836 ____________________________________________________________________________
5837 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
5838         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
5839              From: Tim Bunce <Tim.Bunce@pobox.com>
5840              Date: Sun, 14 Apr 2002 12:07:35 +0100
5841              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
5842      Branch: perl
5843            ! ext/Storable/Storable.xs
5844 ____________________________________________________________________________
5845 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
5846         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
5847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5848              Date: Sun, 14 Apr 2002 16:29:59 +0200
5849              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
5850      Branch: perl
5851            ! hints/hpux.sh
5852 ____________________________________________________________________________
5853 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
5854         Log: Subject: Enable portable gcc code on hp-ux
5855              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5856              Date: Sun, 14 Apr 2002 16:30:01 +0200
5857              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
5858      Branch: perl
5859            ! hints/hpux.sh
5860 ____________________________________________________________________________
5861 [ 15904] By: nick                                  on 2002/04/14  09:18:01
5862         Log: Disable test code (assertions) in CRLF layer.
5863      Branch: perlio
5864            ! perlio.c
5865 ____________________________________________________________________________
5866 [ 15903] By: nick                                  on 2002/04/14  09:16:39
5867         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
5868      Branch: perlio
5869            ! ext/Encode/Encode.xs
5870 ____________________________________________________________________________
5871 [ 15902] By: nick                                  on 2002/04/14  09:15:45
5872         Log: Integrate mainline
5873      Branch: perlio
5874           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
5875           +> t/win32/longpath.t t/win32/system.t
5876            - t/op/winsystem.t
5877           !> (integrate 30 files)
5878 ____________________________________________________________________________
5879 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
5880         Log: Fixed URL for the Alpha editor.
5881      Branch: perl
5882            ! pod/perlfaq3.pod
5883 ____________________________________________________________________________
5884 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
5885         Log: Dedodgify.
5886      Branch: perl
5887            ! ext/Storable/Storable.xs
5888 ____________________________________________________________________________
5889 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
5890         Log: AUTHORS updates.
5891      Branch: perl
5892            ! AUTHORS
5893 ____________________________________________________________________________
5894 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
5895         Log: s2p needs Config.pm.
5896      Branch: perl
5897            ! Makefile.SH
5898 ____________________________________________________________________________
5899 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
5900         Log: Subject: [PATCH] Benchmark.t 75,90,109
5901              From: Nicholas Clark <nick@unfortu.net>
5902              Date: Sat, 13 Apr 2002 21:43:04 +0100
5903              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
5904      Branch: perl
5905            ! lib/Benchmark.t
5906 ____________________________________________________________________________
5907 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
5908         Log: Tweaks by Autrijus Tang.
5909      Branch: perl
5910            ! ext/Encode/encoding.pm
5911 ____________________________________________________________________________
5912 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
5913         Log: FAQ sync.
5914      Branch: perl
5915            ! pod/perlfaq5.pod
5916 ____________________________________________________________________________
5917 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
5918         Log: z/OS tally update.
5919      Branch: perl
5920            ! pod/perldelta.pod
5921 ____________________________________________________________________________
5922 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
5923         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
5924              From: Nicholas Clark <nick@unfortu.net>
5925              Date: Sat, 13 Apr 2002 02:58:07 +0100
5926              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
5927      Branch: perl
5928            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
5929            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
5930            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
5931            ! t/lib/st-dump.pl
5932 ____________________________________________________________________________
5933 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
5934         Log: Add piconv and enc2xs to the list of utilities.
5935      Branch: perl
5936            ! utils.lst
5937 ____________________________________________________________________________
5938 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
5939         Log: s.
5940      Branch: perl
5941            ! pod/perlunicode.pod
5942 ____________________________________________________________________________
5943 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
5944         Log: Phrasing fixes by Nick Clark
5945      Branch: perl
5946            ! pod/perlunicode.pod
5947 ____________________________________________________________________________
5948 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
5949         Log: More POD fixes and typos
5950      Branch: perl
5951            ! pod/perlunicode.pod
5952 ____________________________________________________________________________
5953 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
5954         Log: Subject: Re: UTF-8 and DB_File ?
5955              From: andreas.koenig@anima.de (Andreas J. Koenig)
5956              Date: Sat, 13 Apr 2002 13:29:41 +0200
5957              Message-ID: <m3ads7j0pm.fsf@anima.de>
5958      Branch: perl
5959            ! pod/perlunicode.pod
5960 ____________________________________________________________________________
5961 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
5962         Log: Fix a typo noticed by Paul Johnson.
5963      Branch: perl
5964            ! MANIFEST
5965 ____________________________________________________________________________
5966 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
5967         Log: Subject: Re: Win32 Status
5968              From: Michael G Schwern <schwern@pobox.com>
5969              Date: Fri, 12 Apr 2002 10:15:33 -0400
5970              Message-ID: <20020412141533.GB9788@blackrider>
5971      Branch: perl
5972            ! lib/ExtUtils/t/INST.t
5973 ____________________________________________________________________________
5974 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
5975         Log: Upgrade to Encode 1.34, from Dan Kogai.
5976      Branch: perl
5977            ! ext/Encode/Changes ext/Encode/Encode.pm
5978            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
5979            ! ext/Encode/t/Unicode.t
5980 ____________________________________________________________________________
5981 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
5982         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
5983              From: Graham TerMarsch <graham@howlingfrog.com>
5984              Date: Fri, 12 Apr 2002 12:28:47 -0700
5985              Message-Id: <200204121228.47826.graham@howlingfrog.com>
5986      Branch: perl
5987            ! AUTHORS
5988 ____________________________________________________________________________
5989 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
5990         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
5991              From: Nicholas Clark <nick@unfortu.net>
5992              Date: Fri, 12 Apr 2002 21:59:06 +0100
5993              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
5994      Branch: perl
5995            ! pp_pack.c t/op/pack.t
5996 ____________________________________________________________________________
5997 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
5998         Log: Re-sort MANIFEST.
5999      Branch: perl
6000            ! MANIFEST
6001 ____________________________________________________________________________
6002 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
6003         Log: Move also the Win32 system testing to t/win32.
6004      Branch: perl
6005            + t/win32/system.t
6006            - t/op/winsystem.t
6007            ! MANIFEST
6008 ____________________________________________________________________________
6009 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
6010         Log: Integrate change #15879 from maint-5.6;
6011              
6012              Win32::GetLongPathName() did not return valid results if there
6013              were "." and ".." components in the path; also fix a potential
6014              buffer overflow if the long path happens to be longer than
6015              MAX_PATH (this can presumably happen if they use \\?\... style
6016              paths); add a rather limited testsuite that exercises just the
6017              edge cases
6018      Branch: perl
6019           +> t/win32/longpath.t
6020           !> MANIFEST t/harness win32/win32.c
6021 ____________________________________________________________________________
6022 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
6023         Log: Win32::GetLongPathName() did not return valid results if there
6024              were "." and ".." components in the path; also fix a potential
6025              buffer overflow if the long path happens to be longer than
6026              MAX_PATH (this can presumably happen if they use \\?\... style
6027              paths); add a rather limited testsuite that exercises just the
6028              edge cases
6029      Branch: maint-5.6/perl
6030            + t/win32/longpath.t
6031            ! MANIFEST t/harness win32/win32.c
6032 ____________________________________________________________________________
6033 [ 15878] By: nick                                  on 2002/04/12  14:38:32
6034         Log: Integrate mainline
6035      Branch: perlio
6036           +> lib/ExtUtils/t/INST_PREFIX.t
6037           !> (integrate 37 files)
6038 ____________________________________________________________________________
6039 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
6040         Log: Update Changes.
6041      Branch: perl
6042            ! Changes patchlevel.h
6043 ____________________________________________________________________________
6044 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
6045         Log: Discuss the magic of \w in security terms.
6046      Branch: perl
6047            ! pod/perlsec.pod pod/perlunicode.pod
6048 ____________________________________________________________________________
6049 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
6050         Log: Add a warning about the symbolic methods and
6051              symbolic sub refs not being checked for taint.
6052      Branch: perl
6053            ! pod/perlsec.pod
6054 ____________________________________________________________________________
6055 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
6056         Log: In EBCDIC the BOM detection doesn't seem
6057              to be working right.  For now skipping the test,
6058              waiting for Dan's opinion.
6059      Branch: perl
6060            ! ext/Encode/t/Unicode.t
6061 ____________________________________________________________________________
6062 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
6063         Log: Update to Net::Ping 2.16.
6064      Branch: perl
6065            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6066 ____________________________________________________________________________
6067 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
6068         Log: Upgrade to CGI.pm 2.81.
6069      Branch: perl
6070            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
6071 ____________________________________________________________________________
6072 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
6073         Log: Move up restricted hashes a bit.
6074      Branch: perl
6075            ! pod/perldelta.pod
6076 ____________________________________________________________________________
6077 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
6078         Log: Now using Unicode 3.2.0.
6079      Branch: perl
6080            ! pod/perldelta.pod
6081 ____________________________________________________________________________
6082 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
6083         Log: UNICOS too has sockpair issues (unsurprisingly,
6084              since UNICOS/mk has them too)
6085      Branch: perl
6086            ! ext/Socket/socketpair.t
6087 ____________________________________________________________________________
6088 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
6089         Log: FAQ patch from mjd regarding Tie::File.
6090      Branch: perl
6091            ! pod/perlfaq5.pod
6092 ____________________________________________________________________________
6093 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
6094         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
6095              consider using the NamesList.
6096      Branch: perl
6097            ! lib/charnames.pm lib/charnames.t
6098 ____________________________________________________________________________
6099 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
6100         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
6101              From: "Craig A. Berry" <craigberry@mac.com>
6102              Date: Thu, 11 Apr 2002 13:47:21 -0500
6103              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
6104      Branch: perl
6105            ! lib/File/CheckTree.pm lib/File/CheckTree.t
6106 ____________________________________________________________________________
6107 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
6108         Log: More NT Unicode information from Jan Dubois.
6109      Branch: perl
6110            ! pod/perltodo.pod
6111 ____________________________________________________________________________
6112 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
6113         Log: Add one perltodo item (and move bunch of them to better spot),
6114              add sysopen() to "Functions for filehandles, files, or directories".
6115      Branch: perl
6116            ! pod/perlfunc.pod pod/perltodo.pod
6117 ____________________________________________________________________________
6118 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
6119         Log: Prettyprinting: shorten the lines to avoid linewrapping.
6120      Branch: perl
6121            ! t/TEST
6122 ____________________________________________________________________________
6123 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
6124         Log: Also NEC SUPER-UX has buggy sockpair().
6125      Branch: perl
6126            ! ext/Socket/socketpair.t
6127 ____________________________________________________________________________
6128 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
6129         Log: dTHX works on its own just fine.
6130      Branch: perl
6131            ! ext/DynaLoader/dl_aix.xs
6132 ____________________________________________________________________________
6133 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
6134         Log: Must hold off building s2p until there's a miniperl.
6135      Branch: perl
6136            ! Makefile.SH
6137 ____________________________________________________________________________
6138 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
6139         Log: AIX: strerror_r() needs dTHX.
6140      Branch: perl
6141            ! ext/DynaLoader/dl_aix.xs
6142 ____________________________________________________________________________
6143 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
6144         Log: Extracting the s2p may require the right dynlibpath.
6145      Branch: perl
6146            ! Makefile.SH
6147 ____________________________________________________________________________
6148 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
6149         Log: Doc tweaks.
6150      Branch: perl
6151            ! ext/Time/HiRes/HiRes.pm
6152 ____________________________________________________________________________
6153 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
6154         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
6155              From: Michael G Schwern <schwern@pobox.com>
6156              Date: Thu, 11 Apr 2002 01:25:26 -0400
6157              Message-ID: <20020411052525.GA17038@blackrider>
6158      Branch: perl
6159            + lib/ExtUtils/t/INST_PREFIX.t
6160            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
6161            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6162            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6163            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
6164            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6165            ! lib/ExtUtils/t/prefixify.t
6166 ____________________________________________________________________________
6167 [ 15855] By: nick                                  on 2002/04/11  06:26:44
6168         Log: Integrate mainline
6169      Branch: perlio
6170           !> (integrate 42 files)
6171 ____________________________________________________________________________
6172 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
6173         Log: Unused variables.
6174      Branch: perl
6175            ! ext/threads/shared/shared.xs ext/threads/threads.xs
6176 ____________________________________________________________________________
6177 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
6178         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
6179              From: Ilya Martynov <ilya@martynov.org>
6180              Date: 11 Apr 2002 03:21:17 +0400
6181              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
6182      Branch: perl
6183            ! lib/Term/ReadLine.pm
6184 ____________________________________________________________________________
6185 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
6186         Log: Upgrade to Encode 1.33, from Dan Kogai.
6187      Branch: perl
6188            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6189            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
6190            ! ext/Encode/lib/Encode/Supported.pod
6191            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
6192            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
6193            ! ext/Encode/ucm/adobeSymbol.ucm
6194            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
6195 ____________________________________________________________________________
6196 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
6197         Log: Backward portability from Dan Kogai.
6198      Branch: perl
6199            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6200            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
6201            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6202            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6203            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
6204            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6205            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6206            ! ext/Storable/t/utf8.t
6207 ____________________________________________________________________________
6208 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
6209         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
6210              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
6211              bug in B::walkoptree still to be fixed.
6212      Branch: perl
6213            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
6214 ____________________________________________________________________________
6215 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
6216         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
6217              From: Philip Newton <Philip.Newton@gmx.net>
6218              Date: Wed, 10 Apr 2002 21:29:58 +0200
6219              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
6220      Branch: perl
6221            ! pod/perldelta.pod
6222 ____________________________________________________________________________
6223 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
6224         Log: Integrate perlio;
6225              
6226              Add a \t to Win32 pm_to_blib $(TOUCH) line.
6227      Branch: perl
6228           !> lib/ExtUtils/MM_Win32.pm
6229 ____________________________________________________________________________
6230 [ 15847] By: nick                                  on 2002/04/10  13:08:29
6231         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
6232      Branch: perlio
6233            ! lib/ExtUtils/MM_Win32.pm
6234 ____________________________________________________________________________
6235 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
6236         Log: Try to fool old AIX when threading, from Merijn.
6237      Branch: perl
6238            ! perl.h
6239 ____________________________________________________________________________
6240 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
6241         Log: Update Changes.
6242      Branch: perl
6243            ! Changes patchlevel.h
6244 ____________________________________________________________________________
6245 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
6246         Log: Welcome to the 5.7.3.
6247      Branch: perl
6248            ! NetWare/Makefile win32/Makefile
6249 ____________________________________________________________________________
6250 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
6251         Log: Make x2p/s2p part of the test_prep target now that we
6252              have a test for it.
6253      Branch: perl
6254            ! Makefile.SH
6255 ____________________________________________________________________________
6256 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
6257         Log: Integrate perlio.
6258              
6259              We have been 5.7.3 for a while - install there ...
6260      Branch: perl
6261           !> win32/makefile.mk
6262 ____________________________________________________________________________
6263 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
6264         Log: SImilarly to old HP-UX, in old AIX too including
6265              crypt.h leads into trouble.  (from Merijn)
6266      Branch: perl
6267            ! hints/aix.sh
6268 ____________________________________________________________________________
6269 [ 15840] By: nick                                  on 2002/04/10  10:04:19
6270         Log: We have been 5.7.3 for a while - install there ...
6271      Branch: perlio
6272            ! win32/makefile.mk
6273 ____________________________________________________________________________
6274 [ 15839] By: nick                                  on 2002/04/10  10:03:46
6275         Log: Intgrate mainline
6276      Branch: perlio
6277           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
6278            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
6279            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
6280           !> (integrate 40 files)
6281 ____________________________________________________________________________
6282 [ 15838] By: ams                                   on 2002/04/10  04:16:45
6283         Log: Subject: [PATCH] ext/attrs.t getting skipped
6284              From: "Craig A. Berry" <craigberry@mac.com>
6285              Date: Tue, 9 Apr 2002 23:58:49 -0500
6286              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
6287      Branch: perl
6288            ! t/TEST
6289 ____________________________________________________________________________
6290 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
6291         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
6292              From: Michael G Schwern <schwern@pobox.com>
6293              Date: Tue, 9 Apr 2002 20:52:55 -0400
6294              Message-ID: <20020410005254.GI8954@blackrider>
6295      Branch: perl
6296            ! t/op/sub_lval.t
6297 ____________________________________________________________________________
6298 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
6299         Log: Undo accident in #15385.
6300      Branch: metaconfig/U/perl
6301            ! Extensions.U
6302 ____________________________________________________________________________
6303 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
6304         Log: Retract the UTF-8 filenames patch.  This may be
6305              better dealt with in Perl level, a la File::Spec
6306              (since the whole mess is strongly filesystem-specific).
6307      Branch: metaconfig/U/perl
6308            + usecjk.U
6309            ! Extensions.U
6310      Branch: perl
6311            - ext/File/Glob/t/utf8.t
6312            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6313            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
6314            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6315            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
6316            ! t/op/readdir.t
6317 ____________________________________________________________________________
6318 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
6319         Log: Upgrade to Encode 1.32, from Dan Kogai.
6320      Branch: perl
6321            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
6322            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
6323            - ext/Encode/ucm/macGurmukhi.ucm
6324            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
6325            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
6326            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
6327            ! ext/Encode/lib/Encode/Encoder.pm
6328            ! ext/Encode/lib/Encode/Supported.pod
6329            ! ext/Encode/lib/Encode/Unicode.pm
6330            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
6331            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
6332 ____________________________________________________________________________
6333 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
6334         Log: Add tests for s2p/psed, from Wolfgang Laun.
6335      Branch: perl
6336            + t/x2p/s2p.t
6337            ! MANIFEST t/TEST
6338 ____________________________________________________________________________
6339 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
6340         Log: FAQ sync.
6341      Branch: perl
6342            ! pod/perlfaq2.pod pod/perlfaq3.pod
6343 ____________________________________________________________________________
6344 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
6345         Log: Remove false dependency between getgrent and setpwent
6346              having/not having FILE**.  Also make the names of the
6347              {set,get,end}* interface struct members a bit shorter.
6348      Branch: perl
6349            ! reentr.c reentr.h reentr.pl
6350 ____________________________________________________________________________
6351 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
6352         Log: Avoid bad prototypes.
6353      Branch: perl
6354            ! hints/hpux.sh
6355 ____________________________________________________________________________
6356 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
6357         Log: metaconfig unit change for #15828.
6358      Branch: metaconfig
6359            ! U/protos/Protochk.U
6360 ____________________________________________________________________________
6361 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
6362         Log: As Merijn points out, pthread.h really needs to be known
6363              by protochk.
6364      Branch: perl
6365            ! Configure
6366 ____________________________________________________________________________
6367 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
6368         Log: Integrate perlio;
6369              
6370              Patch up Encode for Tk
6371      Branch: perl
6372           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
6373           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6374 ____________________________________________________________________________
6375 [ 15826] By: nick                                  on 2002/04/09  12:38:25
6376         Log: Patch up Encode for Tk
6377      Branch: perlio
6378            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
6379            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6380 ____________________________________________________________________________
6381 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
6382         Log: Portability tweak.
6383      Branch: perl
6384            ! lib/File/CheckTree.t
6385 ____________________________________________________________________________
6386 [ 15824] By: sky                                   on 2002/04/09  10:51:07
6387         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
6388              From: Abigail <abigail@osp.nl>
6389              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
6390              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
6391      Branch: perl
6392            ! pod/perlhist.pod
6393 ____________________________________________________________________________
6394 [ 15823] By: nick                                  on 2002/04/09  08:17:59
6395         Log: Integrate mainline
6396      Branch: perlio
6397           +> ext/Encode/lib/Encode/Config.pm
6398           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
6399           !> (integrate 37 files)
6400 ____________________________________________________________________________
6401 [ 15822] By: ams                                   on 2002/04/09  06:43:50
6402         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
6403              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6404              Date: Tue, 09 Apr 2002 02:00:51 -0400
6405              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
6406      Branch: perl
6407            ! lib/File/CheckTree.pm
6408 ____________________________________________________________________________
6409 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
6410         Log: Small perldelta tweaks.
6411      Branch: perl
6412            ! pod/perldelta.pod
6413 ____________________________________________________________________________
6414 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
6415         Log: File::Checktree update from Paul Grassie.
6416      Branch: perl
6417            ! lib/File/CheckTree.pm lib/File/CheckTree.t
6418 ____________________________________________________________________________
6419 [ 15819] By: ams                                   on 2002/04/08  22:43:48
6420         Log: Subject: patch against t/op/sub_lval.t
6421              From: Jim Cromie <jcromie@divsol.com>
6422              Date: Mon, 08 Apr 2002 17:38:16 -0600
6423              Message-Id: <3CB229E8.9080500@divsol.com>
6424      Branch: perl
6425            ! t/op/sub_lval.t
6426 ____________________________________________________________________________
6427 [ 15818] By: ams                                   on 2002/04/08  22:40:16
6428         Log: Humbly pay homage to the redundancy gods.
6429      Branch: perl
6430            ! mg.c
6431 ____________________________________________________________________________
6432 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
6433         Log: metaconfig mirror #15816.
6434      Branch: metaconfig
6435            ! U/modified/Unix.U
6436 ____________________________________________________________________________
6437 [ 15816] By: ams                                   on 2002/04/08  22:18:32
6438         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
6439      Branch: perl
6440            ! Porting/Glossary
6441 ____________________________________________________________________________
6442 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
6443         Log: Small piconv tweaks (sent to Dan).
6444      Branch: perl
6445            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
6446            ! ext/Encode/lib/Encode/Alias.pm
6447 ____________________________________________________________________________
6448 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
6449         Log: Update Changes.
6450      Branch: perl
6451            ! Changes patchlevel.h
6452 ____________________________________________________________________________
6453 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
6454         Log: FAQ sync.  (Ignoring the few URL differences for now.)
6455      Branch: perl
6456            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6457            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6458            ! pod/perlfaq7.pod pod/perlfaq9.pod
6459 ____________________________________________________________________________
6460 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
6461         Log: Upgrade to Encode 1.31, from Dan Kogai.
6462      Branch: perl
6463            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
6464            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6465            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
6466            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6467 ____________________________________________________________________________
6468 [ 15811] By: ams                                   on 2002/04/08  17:00:37
6469         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
6470              From: Andy Dougherty <doughera@lafayette.edu>
6471              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
6472              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
6473      Branch: perl
6474            ! lib/sort.t pp_sort.c
6475 ____________________________________________________________________________
6476 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
6477         Log: metaconfig unit changes for #15809.
6478      Branch: metaconfig
6479            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
6480 ____________________________________________________________________________
6481 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
6482         Log: Mirroring #15806.
6483      Branch: perl
6484            ! Porting/Glossary Porting/config.sh Porting/config_H
6485 ____________________________________________________________________________
6486 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
6487         Log: metaconfig unit changes for #15807.
6488      Branch: metaconfig
6489            ! U/protos/Protochk.U U/threads/d_asctime_r.U
6490            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
6491            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
6492            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
6493            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
6494            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
6495            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
6496            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
6497            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
6498            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
6499            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
6500            ! U/threads/d_getprotobyname_r.U
6501            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6502            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6503            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6504            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6505            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6506            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6507            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6508            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6509            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6510            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6511            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6512            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6513            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6514            ! U/threads/i_pthread.U
6515      Branch: perl
6516            ! config_h.SH
6517 ____________________________________________________________________________
6518 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
6519         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
6520              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6521              Date: Mon, 08 Apr 2002 14:34:27 +0200
6522              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
6523      Branch: perl
6524            ! Configure hints/hpux.sh reentr.pl
6525 ____________________________________________________________________________
6526 [ 15806] By: ams                                   on 2002/04/08  13:50:43
6527         Log: Subject: [PATCH] Updates to Porting/Glossary
6528              From: Paul_GreenVOS@vos.stratus.com
6529              Date: Mon, 8 Apr 02 10:44 edt
6530              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
6531      Branch: perl
6532            ! Porting/Glossary
6533 ____________________________________________________________________________
6534 [ 15805] By: ams                                   on 2002/04/08  13:47:32
6535         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
6536              coredumps on startup)
6537              From: Michael G Schwern <schwern@pobox.com>
6538              Date: Mon, 8 Apr 2002 10:34:49 -0400
6539              Message-Id: <20020408143449.GB3245@blackrider>
6540      Branch: perl
6541            ! lib/ExtUtils/MM_Unix.pm
6542 ____________________________________________________________________________
6543 [ 15804] By: ams                                   on 2002/04/08  13:29:28
6544         Log: Subject: [PATCH] example in pod/perllexwarn.pod
6545              From: Slaven Rezic <slaven.rezic@berlin.de>
6546              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
6547              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
6548      Branch: perl
6549            ! pod/perllexwarn.pod
6550 ____________________________________________________________________________
6551 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
6552         Log: Upgrade to Encode 1.30, from Dan Kogai. 
6553      Branch: perl
6554            + ext/Encode/lib/Encode/Encoder.pm
6555            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6556            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
6557            ! ext/Encode/lib/Encode/Supported.pod
6558            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6559            ! ext/Encode/t/grow.t
6560 ____________________________________________________________________________
6561 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
6562         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
6563              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6564              Date: Mon, 08 Apr 2002 01:08:40 +0100
6565              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
6566      Branch: perl
6567            ! ext/MIME/Base64/t/base64.t
6568 ____________________________________________________________________________
6569 [ 15801] By: nick                                  on 2002/04/08  07:28:27
6570         Log: Integrate mainline
6571      Branch: perlio
6572           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
6573           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
6574           +> ext/File/Glob/t/utf8.t
6575           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6576           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6577           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
6578            - ext/Encode/lib/Encode/10646_1.pm
6579            - ext/Encode/lib/Encode/Internal.pm
6580            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6581            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
6582            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
6583            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
6584            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
6585            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
6586            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
6587           !> (integrate 157 files)
6588 ____________________________________________________________________________
6589 [ 15800] By: ams                                   on 2002/04/08  07:06:21
6590         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
6591              From: Jan Dubois <JanD@ActiveState.com>
6592              Date: Mon, 08 Apr 2002 00:10:39 -0700
6593              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
6594      Branch: perl
6595            ! lib/ExtUtils/Packlist.pm
6596 ____________________________________________________________________________
6597 [ 15799] By: ams                                   on 2002/04/08  04:50:36
6598         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
6599              From: Stas Bekman <stas@stason.org>
6600              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
6601              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
6602      Branch: perl
6603            ! pod/perlguts.pod
6604 ____________________________________________________________________________
6605 [ 15798] By: ams                                   on 2002/04/08  03:56:52
6606         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
6607      Branch: perl
6608            ! util.c
6609 ____________________________________________________________________________
6610 [ 15797] By: ams                                   on 2002/04/08  01:30:38
6611         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
6612              same line of code. (As suggested by Simon Cozens.)
6613      Branch: perl
6614            ! mg.c
6615 ____________________________________________________________________________
6616 [ 15796] By: ams                                   on 2002/04/08  01:27:24
6617         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
6618              Simon Cozens.
6619      Branch: perl
6620            ! embed.fnc util.c
6621 ____________________________________________________________________________
6622 [ 15795] By: ams                                   on 2002/04/08  01:05:16
6623         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
6624              From: Tom Brown <thecap@peach.ece.utexas.edu>
6625              Date: Sun, 07 Apr 2002 23:20:05 GMT
6626              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
6627      Branch: perl
6628            ! ext/Devel/DProf/DProf.xs
6629 ____________________________________________________________________________
6630 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
6631         Log: Retract #15793 since #15775 should fix the problem.
6632      Branch: perl
6633            ! hv.c
6634 ____________________________________________________________________________
6635 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
6636         Log: (Retracted by #15794)
6637              Subject: [PATCH] hv.c
6638              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6639              Date: Sun, 7 Apr 2002 14:25:48 +0200
6640              Message-ID: <3CB056EC.16340.1119992@localhost>
6641      Branch: perl
6642            ! hv.c
6643 ____________________________________________________________________________
6644 [ 15792] By: ams                                   on 2002/04/07  21:48:49
6645         Log: Make other nits nervous.
6646      Branch: perl
6647            ! gv.c perl.c
6648 ____________________________________________________________________________
6649 [ 15791] By: ams                                   on 2002/04/07  20:31:08
6650         Log: Subject: [MIME::Base64 patch] t/base64.t fix
6651              From: Dan Kogai <dankogai@dan.co.jp>
6652              Date: Mon, 8 Apr 2002 06:19:29 +0900
6653              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
6654      Branch: perl
6655            ! ext/MIME/Base64/t/base64.t
6656 ____________________________________________________________________________
6657 [ 15790] By: ams                                   on 2002/04/07  20:15:52
6658         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
6659              From: Slaven Rezic <slaven.rezic@berlin.de>
6660              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
6661              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
6662      Branch: perl
6663            ! ext/Devel/Peek/Peek.xs
6664 ____________________________________________________________________________
6665 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
6666         Log: Fully qualify in warning message the name of a subroutine redefined
6667              via glob assignment
6668      Branch: perl
6669            ! sv.c t/lib/warnings/op t/lib/warnings/sv
6670 ____________________________________________________________________________
6671 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
6672         Log: Update from Dan Kogai.
6673      Branch: perl
6674            ! ext/Encode/t/Unicode.t
6675 ____________________________________________________________________________
6676 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
6677         Log: Can't right now twist my brain to figure out
6678              the right CR/LF code point mappings in EBCDIC.
6679      Branch: perl
6680            ! lib/Pod/t/eol.t
6681 ____________________________________________________________________________
6682 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
6683         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
6684              From: Nicholas Clark <nick@ccl4.org>
6685              Date: Sun, 7 Apr 2002 15:01:56 +0100
6686              Message-ID: <20020407150156.R10686@plum.flirble.org>
6687      Branch: perl
6688            ! ext/Data/Dumper/Dumper.xs
6689 ____________________________________________________________________________
6690 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
6691         Log: Tpyo.
6692      Branch: perl
6693            ! lib/Pod/t/eol.t
6694 ____________________________________________________________________________
6695 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
6696         Log: EBCDIC branch was forgotten.
6697      Branch: perl
6698            ! ext/Devel/Peek/Peek.t
6699 ____________________________________________________________________________
6700 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
6701         Log: charnames::viacode() was broken, noticed by Jeffrey.
6702      Branch: perl
6703            ! lib/charnames.pm lib/charnames.t
6704 ____________________________________________________________________________
6705 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
6706         Log: Missing files.
6707      Branch: perl
6708            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
6709            ! MANIFEST ext/Encode/MANIFEST
6710 ____________________________________________________________________________
6711 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
6712         Log: (intentionally empty)
6713      Branch: perl
6714            ! MANIFEST sv.h
6715 ____________________________________________________________________________
6716 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
6717         Log: Upgrade to Encode 1.26, from Dan Kogai.
6718      Branch: perl
6719            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
6720            + ext/Encode/ucm/jis0212.ucm
6721            - ext/Encode/lib/Encode/10646_1.pm
6722            - ext/Encode/lib/Encode/Internal.pm
6723            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6724            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
6725            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
6726            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
6727            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
6728            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
6729            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
6730            - ext/Encode/ucm/macRumanian.ucm
6731            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6732            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
6733            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
6734            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
6735            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
6736            ! ext/Encode/lib/Encode/Encoding.pm
6737            ! ext/Encode/lib/Encode/Supported.pod
6738            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6739            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
6740            ! ext/Encode/ucm/adobeSymbol.ucm
6741            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
6742            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
6743            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
6744            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
6745            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
6746            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
6747            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
6748            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
6749            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
6750            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
6751            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
6752            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
6753            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
6754            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
6755            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
6756            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
6757            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
6758            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
6759            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
6760            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
6761            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
6762            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
6763            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
6764            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
6765            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
6766            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
6767            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
6768            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
6769            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
6770            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
6771            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
6772            ! ext/Encode/ucm/nextstep.ucm
6773 ____________________________________________________________________________
6774 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
6775         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
6776              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
6777              Now, where was my coffee mug...
6778      Branch: perl
6779            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
6780            ! pp_sys.c
6781 ____________________________________________________________________________
6782 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
6783         Log: Subject: [PATCH] MakeMaker basic.t on Win32
6784              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6785              Date: Sun, 7 Apr 2002 14:25:48 +0200
6786              Message-ID: <3CB056EC.27101.1119A3D@localhost>
6787              
6788              Subject: [PATCH] MakeMaker && Win32 && nmake
6789              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6790              Date: Sun, 7 Apr 2002 14:25:48 +0200
6791              Message-ID: <3CB056EC.9001.11199ED@localhost>
6792      Branch: perl
6793            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6794 ____________________________________________________________________________
6795 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
6796         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
6797              From: Philip Newton <Philip.Newton@gmx.net>
6798              Date: Sun, 07 Apr 2002 07:51:49 +0200      
6799              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
6800      Branch: perl
6801            ! utf8.c
6802 ____________________________________________________________________________
6803 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
6804         Log: There was no nice way of getting in UTF-8 filenames:
6805              now one can use in the (new) three-arg form of readdir()
6806              and in File::Glob import a ":utf8" to transparently accept
6807              the filenames as Unicode.  Note that only :utf8 is supported,
6808              not fancier stuff like :encoding(foobar)
6809      Branch: perl
6810            + ext/File/Glob/t/utf8.t
6811            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6812            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
6813            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6814            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
6815            ! t/op/readdir.t
6816 ____________________________________________________________________________
6817 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
6818         Log: Subject: [PATCH] Re: perl@15772
6819              From: Nicholas Clark <nick@ccl4.org>
6820              Date: Sun, 7 Apr 2002 11:06:42 +0100
6821              Message-ID: <20020407110641.O10686@plum.flirble.org>
6822      Branch: perl
6823            ! hv.c
6824 ____________________________________________________________________________
6825 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
6826         Log: Subject: [PATCH] Re: 15764 breakage
6827              From: Michael G Schwern <schwern@pobox.com>
6828              Date: Sat, 6 Apr 2002 19:14:02 -0500
6829              Message-ID: <20020407001401.GA7076@blackrider>
6830      Branch: perl
6831            ! lib/ExtUtils/MM_Unix.pm
6832 ____________________________________________________________________________
6833 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
6834         Log: Instruction tweak.
6835      Branch: perl
6836            ! README.os390
6837 ____________________________________________________________________________
6838 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
6839         Log: Update Changes.
6840      Branch: perl
6841            ! Changes patchlevel.h
6842 ____________________________________________________________________________
6843 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
6844         Log: Subject: [PATCH] Encode tweaks for VMS
6845              From: Michael G Schwern <schwern@pobox.com>
6846              Date: Sat, 6 Apr 2002 03:26:09 -0500
6847              Message-ID: <20020406082609.GA28758@blackrider>
6848      Branch: perl
6849            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6850            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6851            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6852            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
6853 ____________________________________________________________________________
6854 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
6855         Log: Prettyprinting and version paranoia.
6856      Branch: perl
6857            ! ext/DB_File/t/db-recno.t
6858 ____________________________________________________________________________
6859 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
6860         Log: Be explicit about the two DB_File tests croaking
6861              in Mac OS X.
6862      Branch: perl
6863            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
6864 ____________________________________________________________________________
6865 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
6866         Log: Regen toc.
6867      Branch: perl
6868            ! pod/perltoc.pod
6869 ____________________________________________________________________________
6870 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
6871         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6872              From: Benjamin Goldberg <goldbb2@earthlink.net>
6873              Date: Fri, 05 Apr 2002 19:15:42 -0500
6874              Message-ID: <3CAE3E2E.8483505@earthlink.net>
6875      Branch: perl
6876            ! hv.h
6877 ____________________________________________________________________________
6878 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
6879         Log: Underline that the current implementation is not
6880              guaranteed to be forever; and reformat a bit.
6881      Branch: perl
6882            ! lib/utf8.pm
6883 ____________________________________________________________________________
6884 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
6885         Log: Subject: Weak spots in the utf8 manpage
6886              From: andreas.koenig@anima.de (Andreas J. Koenig)
6887              Date: Fri, 05 Apr 2002 10:08:44 +0200      
6888              Message-ID: <m3u1qqefeb.fsf@anima.de>      
6889      Branch: perl
6890            ! lib/utf8.pm
6891 ____________________________________________________________________________
6892 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
6893         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
6894              From: Michael G Schwern <schwern@pobox.com>
6895              Date: Sat, 6 Apr 2002 03:22:03 -0500
6896              Message-ID: <20020406082203.GA28713@blackrider>
6897      Branch: perl
6898            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6899            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6900            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
6901            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
6902            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
6903            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6904            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6905            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
6906            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
6907            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
6908 ____________________________________________________________________________
6909 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
6910         Log: No need to avoid utf8 warnings after #15762.
6911      Branch: perl
6912            ! lib/Unicode/Collate.pm
6913 ____________________________________________________________________________
6914 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
6915         Log: As noted by Philip Newton: nothing wrong with BOM,
6916              but 0xFFFE quite wrong.
6917      Branch: perl
6918            ! t/lib/warnings/utf8 utf8.c utf8.h
6919 ____________________________________________________________________________
6920 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
6921         Log: Explain the "gaps" in the UTF-8 encoding.
6922      Branch: perl
6923            ! pod/perlunicode.pod utf8.h
6924 ____________________________________________________________________________
6925 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
6926         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
6927              From: Nicholas Clark <nick@unfortu.net>
6928              Date: Sat, 6 Apr 2002 14:54:51 +0100
6929              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
6930      Branch: perl
6931            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6932 ____________________________________________________________________________
6933 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
6934         Log: Signedness nits.
6935      Branch: perl
6936            ! hv.c
6937 ____________________________________________________________________________
6938 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
6939         Log: Make hv_notallowed a static as suggested by Nick Clark;
6940              and synchronize the nomenclature to talk about restricted
6941              (not fixed) hashes.
6942      Branch: perl
6943            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
6944            ! proto.h
6945 ____________________________________________________________________________
6946 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
6947         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6948              From: Nicholas Clark <nick@unfortu.net>
6949              Date: Sat, 6 Apr 2002 00:21:17 +0100
6950              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
6951              
6952              (with the last one reversed)
6953      Branch: perl
6954            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
6955            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
6956 ____________________________________________________________________________
6957 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
6958         Log: Update the warning message.
6959      Branch: perl
6960            ! README.tru64
6961 ____________________________________________________________________________
6962 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
6963         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
6964              From: Dan Kogai <dankogai@dan.co.jp>
6965              Date: Sat, 6 Apr 2002 06:08:40 +0900
6966              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
6967      Branch: perl
6968            ! pod/perlunicode.pod
6969 ____________________________________________________________________________
6970 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
6971         Log: Some tests were failing silently instead of saying "not ok"
6972      Branch: perl
6973            ! t/comp/proto.t
6974 ____________________________________________________________________________
6975 [ 15753] By: nick                                  on 2002/04/05  19:30:12
6976         Log: Integrate mainline
6977      Branch: perlio
6978           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
6979           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
6980           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
6981 ____________________________________________________________________________
6982 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
6983         Log: Minor Tie::File test patch, from mjd.
6984      Branch: perl
6985            ! lib/Tie/File/t/24_cache_loop.t
6986 ____________________________________________________________________________
6987 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
6988         Log: Not *that* different line endings (noticed by Philip Newton)
6989      Branch: perl
6990            ! pod/perldelta.pod
6991 ____________________________________________________________________________
6992 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
6993         Log: Retract #15745 for now; won't work without more Encode fixes.
6994      Branch: perl
6995            ! ext/Encode/lib/Encode/10646_1.pm
6996 ____________________________________________________________________________
6997 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
6998         Log: metaconfig unit change for #15748.
6999      Branch: metaconfig
7000            ! U/modified/Oldconfig.U
7001 ____________________________________________________________________________
7002 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
7003         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
7004              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7005              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
7006              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
7007      Branch: perl
7008            ! Configure
7009 ____________________________________________________________________________
7010 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
7011         Log: NetWare update from C Aditya.
7012      Branch: perl
7013            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
7014 ____________________________________________________________________________
7015 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
7016         Log: Win32 pacifying from mjd.
7017      Branch: perl
7018            ! lib/Tie/File/t/26_twrite.t
7019 ____________________________________________________________________________
7020 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
7021         Log: Integrate perlio;
7022              
7023              Not only did UCS-2 have dodgy name it was buggy.
7024      Branch: perl
7025           !> ext/Encode/lib/Encode/10646_1.pm
7026 ____________________________________________________________________________
7027 [ 15744] By: nick                                  on 2002/04/05  13:02:36
7028         Log: Not only did UCS-2 have dodgy name it was buggy.
7029      Branch: perlio
7030            ! ext/Encode/lib/Encode/10646_1.pm
7031 ____________________________________________________________________________
7032 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
7033         Log: Subject: Patch for bug ID 20020221.007
7034              From: Archer Sully <archer@meer.net>
7035              Date: Thu, 4 Apr 2002 21:45:34 -0700
7036              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
7037              
7038              Fix for "[ID 20020221.007] SEGV in Storable with empty string
7039              scalar object" (dclone)
7040      Branch: perl
7041            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
7042 ____________________________________________________________________________
7043 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
7044         Log: Subject: Re: lib/sort.t failure 
7045              From: "John P. Linderman" <jpl@research.att.com>
7046              Date: Fri, 05 Apr 2002 06:19:07 -0500
7047              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
7048              
7049              with a minor formatting tweak
7050      Branch: perl
7051            ! pod/perlfunc.pod
7052 ____________________________________________________________________________
7053 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
7054         Log: Subject: Re: lib/sort.t failure (and [PATCH])
7055              From: "John P. Linderman" <jpl@research.att.com>
7056              Date: Fri, 05 Apr 2002 07:13:27 -0500
7057              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
7058      Branch: perl
7059            ! lib/sort.t
7060 ____________________________________________________________________________
7061 [ 15740] By: nick                                  on 2002/04/05  09:31:42
7062         Log: Integrate mainline
7063      Branch: perlio
7064           +> (branch 49 files)
7065           !> (integrate 82 files)
7066 ____________________________________________________________________________
7067 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
7068         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
7069              From: Dan Kogai <dankogai@dan.co.jp>
7070              Date: Fri, 5 Apr 2002 11:52:50 +0900
7071              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
7072      Branch: perl
7073            ! ext/Encode/t/Aliases.t
7074 ____________________________________________________________________________
7075 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
7076         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
7077              From: Dan Kogai <dankogai@dan.co.jp>
7078              Date: Fri, 5 Apr 2002 11:39:55 +0900
7079              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
7080      Branch: perl
7081            ! ext/Encode/lib/Encode/Alias.pm
7082 ____________________________________________________________________________
7083 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
7084         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
7085              From: Ilmari Karonen <iltzu@sci.fi>
7086              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
7087              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
7088      Branch: perl
7089            ! gv.c t/op/method.t
7090 ____________________________________________________________________________
7091 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
7092         Log: I was fooled for a while, somebody else might be too.
7093      Branch: perl
7094            ! t/test.pl
7095 ____________________________________________________________________________
7096 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
7097         Log: test.pl-ify.
7098      Branch: perl
7099            ! t/op/method.t
7100 ____________________________________________________________________________
7101 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
7102         Log: Upgrade to Encode 1.20, from Dan Kogai.
7103      Branch: perl
7104            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
7105            + ext/Encode/ucm/adobeSymbol.ucm
7106            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
7107            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
7108            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
7109            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
7110            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
7111            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
7112            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
7113            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
7114            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
7115            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
7116            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
7117            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
7118            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
7119            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
7120            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
7121            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
7122            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
7123            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
7124            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
7125            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
7126            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
7127            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
7128            + ext/Encode/ucm/macSymbol.ucm
7129            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
7130            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
7131            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
7132            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
7133            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7134            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
7135            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
7136            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7137            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
7138            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
7139            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
7140            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
7141            ! ext/Encode/lib/Encode/Alias.pm
7142            ! ext/Encode/lib/Encode/Supported.pod
7143            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7144            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
7145            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
7146            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
7147            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
7148            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
7149            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
7150            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
7151            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
7152            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
7153            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7154            ! ext/Encode/ucm/nextstep.ucm
7155 ____________________________________________________________________________
7156 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
7157         Log: Subject: left-over "use 5.7.2" in threads.pm
7158              From: Slaven Rezic <slaven.rezic@berlin.de>
7159              Date: 21 Mar 2002 23:18:13 +0100
7160              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
7161      Branch: perl
7162            ! ext/threads/threads.pm
7163 ____________________________________________________________________________
7164 [ 15732] By: ams                                   on 2002/04/04  17:08:13
7165         Log: Subject: [PATCH 5.7.3 DOCS]
7166              From: mjd@plover.com
7167              Date: 4 Apr 2002 15:59:39 -0000
7168              Message-Id: <20020404155939.6754.qmail@plover.com>
7169      Branch: perl
7170            ! pod/perlfaq9.pod
7171 ____________________________________________________________________________
7172 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
7173         Log: metaconfig unit change for #15730.
7174      Branch: metaconfig
7175            ! U/threads/usethreads.U
7176 ____________________________________________________________________________
7177 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
7178         Log: Subject: Re: lib/sort.t failure [PATCH]
7179              From: Andy Dougherty <doughera@lafayette.edu>
7180              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
7181              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
7182              
7183              Default to usethreads in case the user most probably forgot it.
7184      Branch: perl
7185            ! Configure
7186 ____________________________________________________________________________
7187 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
7188         Log: Typo nits from Wolfgang Laun.
7189      Branch: perl
7190            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
7191 ____________________________________________________________________________
7192 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
7193         Log: Detypo in diagnostics.
7194      Branch: perl
7195            ! lib/locale.t
7196 ____________________________________________________________________________
7197 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
7198         Log: pod2html: try to be EOL agnostic.
7199              (Needs testing on CRLF and CR platforms.)
7200      Branch: perl
7201            + lib/Pod/t/eol.t
7202            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
7203 ____________________________________________________________________________
7204 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
7205         Log: Subject: [PATCH} Pod::HTML and HTML4
7206              From: Robert Spier <rspier@pobox.com>
7207              Date: Wed, 03 Apr 2002 16:26:21 -0800
7208              Message-ID: <3CAB9DAD.20305@pobox.com>
7209      Branch: perl
7210            ! lib/Pod/Html.pm
7211 ____________________________________________________________________________
7212 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
7213         Log: Byebye, beebee.
7214      Branch: perl
7215            ! t/lib/warnings/perlio
7216 ____________________________________________________________________________
7217 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
7218         Log: Subject: Re: enc2xs needs portable way to know it's in the core
7219              From: PPrymmer@factset.com
7220              Date: Wed, 3 Apr 2002 14:29:32 -0500
7221              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
7222      Branch: perl
7223            ! configure.com
7224 ____________________________________________________________________________
7225 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
7226         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
7227              From: Dominic Dunlop <domo@computer.org>
7228              Date: Wed, 3 Apr 2002 22:44:01 +0200
7229              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
7230      Branch: perl
7231            ! lib/File/Spec/t/rel2abs2rel.t
7232 ____________________________________________________________________________
7233 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
7234         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
7235              From: Paul_GreenVOS@vos.stratus.com
7236              Date: Wed, 3 Apr 02 16:34 est
7237              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
7238      Branch: perl
7239            ! pp_pack.c
7240 ____________________________________________________________________________
7241 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
7242         Log: Upgrade to Tie::File 0.93, from mjd.
7243      Branch: perl
7244            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7245            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7246            ! lib/Tie/File/t/41_heap.t
7247 ____________________________________________________________________________
7248 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
7249         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
7250              From: Andy Dougherty <doughera@lafayette.edu>
7251              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
7252              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
7253      Branch: perl
7254            ! lib/AnyDBM_File.t
7255 ____________________________________________________________________________
7256 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
7257         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
7258              and ccflags including -DNO_LOCALE
7259      Branch: perl
7260            ! perl.h
7261 ____________________________________________________________________________
7262 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
7263         Log: EPOC tweaks from Olaf Flebbe.
7264      Branch: perl
7265            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
7266 ____________________________________________________________________________
7267 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
7268         Log: Subject: [PATCH] Set @INC earlier
7269              From: Andy Dougherty <doughera@lafayette.edu>
7270              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
7271              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
7272      Branch: perl
7273            ! lib/AnyDBM_File.t lib/sort.t
7274 ____________________________________________________________________________
7275 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
7276         Log: perlcompile.pod was listing all B:: modules, except B::Concise
7277              (resubmitted)
7278      Branch: perl
7279            ! pod/perlcompile.pod
7280 ____________________________________________________________________________
7281 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
7282         Log: perlcompile.pod was listing all B:: modules, except B::Concise
7283      Branch: perl
7284            ! pod/perlcompile.pod
7285 ____________________________________________________________________________
7286 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
7287         Log: non-perlio robustness.
7288      Branch: perl
7289            ! ext/Socket/socketpair.t lib/utf8.t
7290 ____________________________________________________________________________
7291 [ 15713] By: nick                                  on 2002/04/03  18:06:49
7292         Log: Integrate mainline
7293      Branch: perlio
7294           +> lib/Tie/File/t/41_heap.t
7295           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
7296           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
7297           !> regexec.c t/op/re_tests t/op/tiearray.t
7298 ____________________________________________________________________________
7299 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
7300         Log: Tweak for 8.3 compat.
7301      Branch: perl
7302            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7303            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
7304            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
7305            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7306            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7307            ! ext/Encode/bin/enc2xs
7308 ____________________________________________________________________________
7309 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
7310         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
7311              From: Mark-Jason Dominus <mjd@plover.com>
7312              Date: Wed, 03 Apr 2002 13:04:40 -0500
7313              Message-ID: <20020403180440.7614.qmail@plover.com>
7314      Branch: perl
7315            ! t/op/tiearray.t
7316 ____________________________________________________________________________
7317 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
7318         Log: Forgotten.
7319      Branch: perl
7320            + lib/Tie/File/t/41_heap.t
7321            ! MANIFEST
7322 ____________________________________________________________________________
7323 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
7324         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7325              From: Mark Kvale <kvale@phy.ucsf.edu>
7326              Date: Tue, 2 Apr 2002 13:57:37 -0800
7327              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
7328      Branch: perl
7329            ! t/op/re_tests
7330 ____________________________________________________________________________
7331 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
7332         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
7333              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
7334              Date: Wed, 03 Apr 2002 03:34:34 +0100
7335              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
7336      Branch: perl
7337            ! regcomp.c
7338 ____________________________________________________________________________
7339 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
7340         Log: The leavetry crash should now be history.
7341      Branch: perl
7342            ! t/op/tiearray.t
7343 ____________________________________________________________________________
7344 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
7345         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
7346              From: Michael G Schwern <schwern@pobox.com>
7347              Date: Wed, 3 Apr 2002 10:56:44 -0500
7348              Message-ID: <20020403155644.GC916@blackrider>
7349      Branch: perl
7350            ! lib/ExtUtils/MM_Win95.pm
7351 ____________________________________________________________________________
7352 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
7353         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
7354              From: Dave Mitchell <davem@fdgroup.com>
7355              Date: Wed, 3 Apr 2002 02:08:26 +0100
7356              Message-ID: <20020403020825.B16724@fdgroup.com>
7357      Branch: perl
7358            ! pp_ctl.c
7359 ____________________________________________________________________________
7360 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
7361         Log: Prototype tweak for non-threaded builds.
7362      Branch: perl
7363            ! perl.c
7364 ____________________________________________________________________________
7365 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
7366         Log: Detached threads do not help; they still hold resources.
7367      Branch: perl
7368            ! ext/threads/threads.pm pod/perldiag.pod
7369 ____________________________________________________________________________
7370 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
7371         Log: Doc tweak from Wolfgang Laun.
7372      Branch: perl
7373            ! lib/File/Compare.pm
7374 ____________________________________________________________________________
7375 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
7376         Log: Subject: [PATCH bleadperl] regexec.c
7377              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7378              Date: Wed, 3 Apr 2002 11:13:30 +0200
7379              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
7380      Branch: perl
7381            ! regexec.c
7382 ____________________________________________________________________________
7383 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
7384         Log: Document the "Cleanup skipped ..." warning.
7385      Branch: perl
7386            ! ext/threads/threads.pm pod/perldiag.pod
7387 ____________________________________________________________________________
7388 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
7389         Log: Integrate perlio;
7390              
7391              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
7392              
7393              Fix segfaults when mainthread exits with other threads running:
7394              - track number of running threads
7395              - if main thread calls perl_destruct() with other threads running
7396              skip most of cleanup (with a warning).
7397      Branch: perl
7398           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
7399           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
7400           !> pod/perlapi.pod proto.h
7401 ____________________________________________________________________________
7402 [ 15698] By: nick                                  on 2002/04/03  13:15:30
7403         Log: Fix segfaults when mainthread exits with other threads running:
7404              - track number of running threads
7405              - if main thread calls perl_destruct() with other threads running
7406              skip most of cleanup (with a warning).
7407      Branch: perlio
7408            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
7409            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
7410 ____________________________________________________________________________
7411 [ 15697] By: nick                                  on 2002/04/03  07:34:13
7412         Log: Integrate mainline
7413      Branch: perlio
7414           +> lib/Net/Ping/t/250_ping_hires.t
7415           !> (integrate 33 files)
7416 ____________________________________________________________________________
7417 [ 15696] By: nick                                  on 2002/04/03  06:41:58
7418         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
7419      Branch: perlio
7420            ! lib/ExtUtils/xsubpp
7421 ____________________________________________________________________________
7422 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
7423         Log: Subject: [PATCH @15047] debugger
7424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7425              Date: Sat, 16 Mar 2002 04:38:50 -0500
7426              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
7427      Branch: perl
7428            ! lib/perl5db.pl
7429 ____________________________________________________________________________
7430 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
7431         Log: Third Degree flags.
7432      Branch: perl
7433            ! Makefile.SH
7434 ____________________________________________________________________________
7435 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
7436         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
7437              From: Mark-Jason Dominus <mjd@plover.com>
7438              Date: Tue, 02 Apr 2002 16:35:11 -0500
7439              Message-ID: <20020402213511.27781.qmail@plover.com>
7440              
7441              (tweaked)
7442      Branch: perl
7443            ! pod/perlfunc.pod
7444 ____________________________________________________________________________
7445 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
7446         Log: Upgrade to Tie::File 0.92, from mjd.
7447      Branch: perl
7448            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7449            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7450            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
7451            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
7452            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
7453            ! lib/Tie/File/t/40_abs_cache.t
7454 ____________________________________________________________________________
7455 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
7456         Log: Subject: [PATCH] Update my email address in perl.c
7457              From: Paul_GreenVOS@vos.stratus.com
7458              Date: Tue, 2 Apr 02 15:27 est
7459              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
7460      Branch: perl
7461            ! AUTHORS perl.c
7462 ____________________________________________________________________________
7463 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
7464         Log: POD fix.
7465      Branch: perl
7466            ! pod/perldelta.pod
7467 ____________________________________________________________________________
7468 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
7469         Log: What started as a small nit (the charnames test, nit found
7470              be Hugo), ballooned a bit... the goal is Larry's wish that
7471              illegal Unicode (such as U+FFFF) by default doesn't warn,
7472              since what if somebody WANTS to create illegal Unicode?
7473              Now getting close to this in the regex runtime.
7474              (Also, fix more of my fixation that BOM would be U+FFFE.)
7475      Branch: perl
7476            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
7477            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
7478 ____________________________________________________________________________
7479 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
7480         Log: Talk more about Net::Ping.
7481      Branch: perl
7482            ! pod/perldelta.pod
7483 ____________________________________________________________________________
7484 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
7485         Log: Upgrade to Net::Ping 2.14.
7486      Branch: perl
7487            + lib/Net/Ping/t/250_ping_hires.t
7488            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
7489            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
7490            ! lib/Net/Ping/t/140_stream_inst.t
7491 ____________________________________________________________________________
7492 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
7493         Log: XML::Parser 2.31 should be out shortly.
7494      Branch: perl
7495            ! pod/perldelta.pod
7496 ____________________________________________________________________________
7497 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
7498         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
7499              From: George Necula <necula@eecs.berkeley.edu>
7500              Date: Tue, 2 Apr 2002 10:22:41 -0800
7501              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
7502      Branch: perl
7503            ! lib/File/Spec/Cygwin.pm
7504 ____________________________________________________________________________
7505 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
7506         Log: EBCDIC test tweak.
7507      Branch: perl
7508            ! pod/perldelta.pod t/uni/case.pl
7509 ____________________________________________________________________________
7510 [ 15683] By: nick                                  on 2002/04/02  15:36:17
7511         Log: Integrate mainline
7512      Branch: perlio
7513           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
7514           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7515           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
7516 ____________________________________________________________________________
7517 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
7518         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
7519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7520              Date: Tue, 2 Apr 2002 00:37:08 -0500
7521              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
7522      Branch: perl
7523            ! os2/os2ish.h perlio.c
7524 ____________________________________________________________________________
7525 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
7526         Log: Subject: [PATCH @15047] debugger again
7527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7528              Date: Tue, 2 Apr 2002 00:30:31 -0500
7529              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
7530      Branch: perl
7531            ! lib/perl5db.pl
7532 ____________________________________________________________________________
7533 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
7534         Log: Subject: [PATCH @15047] test() in CPAN.pm
7535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7536              Date: Tue, 2 Apr 2002 00:46:45 -0500
7537              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
7538      Branch: perl
7539            ! lib/CPAN.pm
7540 ____________________________________________________________________________
7541 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
7542         Log: Sync with libnet-1.11
7543      Branch: perl
7544            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7545            ! lib/Net/SMTP.pm
7546 ____________________________________________________________________________
7547 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
7548         Log: NetWare tweaks from C Aditya.
7549      Branch: perl
7550            ! NetWare/t/NWScripts.pl scope.c
7551 ____________________________________________________________________________
7552 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
7553         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
7554              From: Dan Kogai <dankogai@dan.co.jp>
7555              Date: Tue, 2 Apr 2002 22:21:47 +0900
7556              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
7557      Branch: perl
7558            ! ext/Encode/Encode.xs
7559 ____________________________________________________________________________
7560 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
7561         Log: Integrate perlio;
7562              
7563              Calculate buffer size needs in float to avoid 32-bit overflow.
7564              
7565              Add buffer size growth test.
7566      Branch: perl
7567           +> ext/Encode/t/grow.t
7568           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
7569 ____________________________________________________________________________
7570 [ 15675] By: nick                                  on 2002/04/02  07:49:41
7571         Log: Add buffer size growth test.
7572      Branch: perlio
7573            + ext/Encode/t/grow.t
7574            ! MANIFEST ext/Encode/MANIFEST
7575 ____________________________________________________________________________
7576 [ 15674] By: nick                                  on 2002/04/02  07:40:49
7577         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
7578      Branch: perlio
7579            ! ext/Encode/Encode.xs
7580 ____________________________________________________________________________
7581 [ 15673] By: nick                                  on 2002/04/02  07:40:06
7582         Log: Integrate mainline
7583      Branch: perlio
7584           +> (branch 102 files)
7585            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7586            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7587            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7588            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7589            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7590            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7591            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7592            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7593            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
7594            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
7595            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7596            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
7597            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
7598            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
7599            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
7600            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
7601            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
7602            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
7603            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
7604            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
7605            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
7606            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
7607            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
7608            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
7609            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
7610            - ext/Encode/Encode/macCentEuro.ucm
7611            - ext/Encode/Encode/macCroatian.ucm
7612            - ext/Encode/Encode/macCyrillic.ucm
7613            - ext/Encode/Encode/macDingbats.ucm
7614            - ext/Encode/Encode/macGreek.ucm
7615            - ext/Encode/Encode/macIceland.ucm
7616            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7617            - ext/Encode/Encode/macRumanian.ucm
7618            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7619            - ext/Encode/Encode/macTurkish.ucm
7620            - ext/Encode/Encode/macUkraine.ucm
7621            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7622            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
7623            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
7624            - ext/Encode/compile ext/Encode/encode.h
7625            - ext/Encode/lib/Encode/CN/2022_CN.pm
7626            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
7627            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7628            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
7629            - lib/unicore/PropertyValueAliases.txt
7630           !> (integrate 143 files)
7631 ____________________________________________________________________________
7632 [ 15672] By: ams                                   on 2002/04/02  04:42:44
7633         Log: Win32 fix for Tie::File from MJD.
7634      Branch: perl
7635            ! lib/Tie/File.pm
7636 ____________________________________________________________________________
7637 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
7638         Log: Add a few tests to the timing-sensitive list.
7639      Branch: perl
7640            ! INSTALL
7641 ____________________________________________________________________________
7642 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
7643         Log: Subject: [PATCH sort.t] extensive regression testing
7644              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7645              Date: Mon, 1 Apr 2002 23:50:24 +0200
7646              Message-ID: <20020401235024.E677@rafael>
7647      Branch: perl
7648            ! lib/sort.t
7649 ____________________________________________________________________________
7650 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
7651         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)
7652              From: Nicholas Clark <nick@unfortu.net>
7653              Date: Mon, 1 Apr 2002 21:54:05 +0100
7654              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
7655      Branch: perl
7656            ! lib/Memoize/t/errors.t
7657 ____________________________________________________________________________
7658 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
7659         Log: Subject: getting rid of a few superfluous $&/$`
7660              From: Jeffrey Friedl <jfriedl@yahoo.com>
7661              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
7662              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
7663              
7664              (with more-backward-compat than just using @- and @+, also by Jeffrey)
7665              
7666              (The version number of Text::Balanced intentionally not
7667              increased since Damian will make a new release after 5.8)
7668      Branch: perl
7669            ! lib/Pod/Html.pm lib/Text/Balanced.pm
7670 ____________________________________________________________________________
7671 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
7672         Log: Subject: [PATCH 5.7.3 TESTS]
7673              From: mjd@plover.com
7674              Date: 1 Apr 2002 20:32:18 -0000
7675              Message-ID: <20020401203218.25230.qmail@plover.com>
7676      Branch: perl
7677            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7678            ! t/op/tiearray.t t/test.pl
7679 ____________________________________________________________________________
7680 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
7681         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
7682              From: Paul_GreenVOS@vos.stratus.com
7683              Date: Mon, 1 Apr 02 15:15 est
7684              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
7685      Branch: perl
7686            ! iperlsys.h
7687 ____________________________________________________________________________
7688 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
7689         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
7690              From: Paul_GreenVOS@vos.stratus.com
7691              Date: Mon, 1 Apr 02 14:11 est
7692              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
7693      Branch: perl
7694            ! lib/ExtUtils/MM_Unix.pm
7695 ____________________________________________________________________________
7696 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
7697         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
7698              From: Nicholas Clark <nick@unfortu.net>
7699              Date: Mon, 1 Apr 2002 19:30:05 +0100
7700              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
7701      Branch: perl
7702            ! t/op/pat.t t/op/utfhash.t
7703 ____________________________________________________________________________
7704 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
7705         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
7706              From: Mark-Jason Dominus <mjd@plover.com>
7707              Date: Mon, 01 Apr 2002 13:22:01 -0500
7708              Message-ID: <20020401182201.21189.qmail@plover.com>
7709      Branch: perl
7710            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
7711 ____________________________________________________________________________
7712 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
7713         Log: Update Changes.
7714      Branch: perl
7715            ! Changes patchlevel.h
7716 ____________________________________________________________________________
7717 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
7718         Log: Subject: [PATCH 5.7.3 DOC]
7719              From: mjd@plover.com
7720              Date: 1 Apr 2002 17:23:40 -0000
7721              Message-ID: <20020401172340.16410.qmail@plover.com>
7722      Branch: perl
7723            ! pod/perldelta.pod
7724 ____________________________________________________________________________
7725 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
7726         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
7727      Branch: perl
7728            ! hints/unicos.sh
7729 ____________________________________________________________________________
7730 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
7731         Log: Advertise piconv and enc2xs.
7732      Branch: perl
7733            ! pod/perldelta.pod
7734 ____________________________________________________________________________
7735 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
7736         Log: Add enc2xs.
7737      Branch: perl
7738            + utils/enc2xs.PL
7739            ! MANIFEST utils/Makefile
7740 ____________________________________________________________________________
7741 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
7742         Log: Integrate perlio;
7743              
7744              Be more explicit testing for \015 not \r
7745      Branch: perl
7746           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
7747           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
7748 ____________________________________________________________________________
7749 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
7750         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
7751              From: Philip Newton <Philip.Newton@gmx.net>
7752              Date: Mon, 01 Apr 2002 17:06:18 +0200
7753              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
7754      Branch: perl
7755            ! lib/charnames.pm lib/charnames.t
7756 ____________________________________________________________________________
7757 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
7758         Log: Subject: detypo patch
7759              From: andreas.koenig@anima.de (Andreas J. Koenig)
7760              Date: Mon, 01 Apr 2002 10:09:21 +0200
7761              Message-ID: <m3r8lzsuvi.fsf@anima.de>
7762      Branch: perl
7763            ! INSTALL
7764 ____________________________________________________________________________
7765 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
7766         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
7767              From: Philip Newton <Philip.Newton@gmx.net>
7768              Date: Mon, 01 Apr 2002 08:12:01 +0200
7769              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
7770      Branch: perl
7771            ! lib/charnames.pm lib/charnames.t
7772 ____________________________________________________________________________
7773 [ 15653] By: nick                                  on 2002/04/01  09:20:24
7774         Log: Be more explicit testing for \015 not \r
7775      Branch: perlio
7776            ! t/io/crlf.t
7777 ____________________________________________________________________________
7778 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
7779         Log: If under UTF-8 locale the utf8.pm really needs to be found.
7780      Branch: perl
7781            ! t/comp/cpp.t t/run/switchPx.t
7782 ____________________________________________________________________________
7783 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
7784         Log: Upgrade to Tie::File 0.91, from mjd.
7785      Branch: perl
7786            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
7787            + lib/Tie/File/t/26_twrite.t
7788            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7789            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7790            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7791            ! lib/Tie/File/t/16_handle.t
7792 ____________________________________________________________________________
7793 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
7794         Log: DJGPP tweaks from Laszlo.
7795      Branch: perl
7796            ! lib/ExtUtils/MM_DOS.pm util.c
7797 ____________________________________________________________________________
7798 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
7799         Log: Discussion about minimal installations.
7800      Branch: perl
7801            ! INSTALL
7802 ____________________________________________________________________________
7803 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
7804         Log: Comment tweak from Hugo.
7805      Branch: perl
7806            ! regexec.c
7807 ____________________________________________________________________________
7808 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
7809         Log: Another UTF-8 locale tweak from Hugo.
7810      Branch: perl
7811            ! regexec.c
7812 ____________________________________________________________________________
7813 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
7814         Log: Document the known MacOS X locale problem.
7815      Branch: perl
7816            ! pod/perldelta.pod
7817 ____________________________________________________________________________
7818 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
7819         Log: Regex fix from Hugo: in UTF-8 locales the character
7820              counting code didn't work right for minimal matches.
7821      Branch: perl
7822            ! regexec.c
7823 ____________________________________________________________________________
7824 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
7825         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
7826              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7827              Date: Sun, 31 Mar 2002 20:32:43 -0500
7828              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
7829      Branch: perl
7830            ! lib/ExtUtils/xsubpp
7831 ____________________________________________________________________________
7832 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
7833         Log: Document known FreeBSD locale glitch. 
7834      Branch: perl
7835            ! pod/perldelta.pod
7836 ____________________________________________________________________________
7837 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
7838         Log: There is --list in glibc iconv.
7839      Branch: perl
7840            ! ext/Encode/bin/piconv
7841 ____________________________________________________________________________
7842 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
7843         Log: Slight usage tweaks to piconv: show usage with
7844              no -t -f or -l arguments, or with -h.
7845      Branch: perl
7846            ! ext/Encode/bin/piconv
7847 ____________________________________________________________________________
7848 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
7849         Log: Get the piconv installed.
7850      Branch: perl
7851            + utils/piconv.PL
7852            ! MANIFEST utils/Makefile
7853 ____________________________________________________________________________
7854 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
7855         Log: Spelling tweaks.
7856      Branch: perl
7857            ! ext/Encode/bin/piconv
7858 ____________________________________________________________________________
7859 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
7860         Log: Upgrade to Encode 1.11, from Dan Kogai.
7861      Branch: perl
7862            + ext/Encode/Encode/Changes.e2x
7863            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
7864            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
7865            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
7866            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
7867            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
7868            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
7869            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
7870            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
7871            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
7872            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
7873            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
7874            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
7875            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
7876            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
7877            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
7878            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
7879            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
7880            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
7881            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
7882            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
7883            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
7884            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
7885            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
7886            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
7887            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
7888            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
7889            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
7890            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
7891            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
7892            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
7893            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
7894            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
7895            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
7896            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
7897            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7898            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
7899            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
7900            + ext/Encode/ucm/viscii.ucm
7901            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7902            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7903            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7904            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7905            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7906            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7907            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7908            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7909            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
7910            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
7911            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
7912            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
7913            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
7914            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
7915            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
7916            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
7917            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
7918            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
7919            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
7920            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
7921            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
7922            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
7923            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
7924            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
7925            - ext/Encode/Encode/ksc5601.ucm
7926            - ext/Encode/Encode/macCentEuro.ucm
7927            - ext/Encode/Encode/macCroatian.ucm
7928            - ext/Encode/Encode/macCyrillic.ucm
7929            - ext/Encode/Encode/macDingbats.ucm
7930            - ext/Encode/Encode/macGreek.ucm
7931            - ext/Encode/Encode/macIceland.ucm
7932            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7933            - ext/Encode/Encode/macRumanian.ucm
7934            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7935            - ext/Encode/Encode/macTurkish.ucm
7936            - ext/Encode/Encode/macUkraine.ucm
7937            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7938            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
7939            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
7940            - lib/encoding.pm lib/encoding.t
7941            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
7942            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7943            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
7944            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
7945            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7946            ! ext/Encode/Makefile.PL ext/Encode/README
7947            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7948            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7949            ! ext/Encode/lib/Encode/Alias.pm
7950            ! ext/Encode/lib/Encode/Supported.pod
7951 ____________________________________________________________________________
7952 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
7953         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
7954              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
7955              respective test    and doc tweaks.
7956      Branch: perl
7957            ! lib/charnames.pm lib/charnames.t
7958 ____________________________________________________________________________
7959 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
7960         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
7961              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7962              Date: Sun, 31 Mar 2002 22:47:31 +0200
7963              Message-ID: <20020331224731.E854@rafael>
7964      Branch: perl
7965            ! pod/perlfunc.pod
7966 ____________________________________________________________________________
7967 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
7968         Log: Subject: [PATCH] __attribute__ problems with g++
7969              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7970              Date: Sun, 31 Mar 2002 22:43:03 +0200
7971              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
7972      Branch: perl
7973            ! perl.h
7974 ____________________________________________________________________________
7975 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
7976         Log: Put back the #! line, false alarm.
7977      Branch: perl
7978            ! lib/ExtUtils/t/Constant.t
7979 ____________________________________________________________________________
7980 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
7981         Log: Subject: Re: [Patch] pod/perlvar.pod
7982              From: Philip Newton <Philip.Newton@gmx.net>
7983              Date: Sun, 31 Mar 2002 07:40:43 +0200
7984              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
7985      Branch: perl
7986            ! pod/perlvar.pod
7987 ____________________________________________________________________________
7988 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
7989         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
7990              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7991              Date: Sat, 30 Mar 2002 21:37:37 -0500
7992              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
7993      Branch: perl
7994            ! ext/Socket/socketpair.t
7995 ____________________________________________________________________________
7996 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
7997         Log: Subject: Re: compile tweak for Win32
7998              From: Michael G Schwern <schwern@pobox.com>
7999              Date: Fri, 29 Mar 2002 17:48:22 -0500      
8000              Message-ID: <20020329224822.GG16816@blackrider>
8001      Branch: perl
8002            ! win32/buildext.pl
8003 ____________________________________________________________________________
8004 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
8005         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
8006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8007              Date: Sat, 30 Mar 2002 22:19:46 +0100
8008              Message-ID: <20020330221946.A28497@rafael>
8009      Branch: perl
8010            ! t/lib/1_compile.t
8011 ____________________________________________________________________________
8012 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
8013         Log: Subject: [PATCH regmesg.t] increase output verbosity
8014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8015              Date: Sat, 30 Mar 2002 22:34:08 +0100
8016              Message-ID: <20020330223408.C28497@rafael>
8017      Branch: perl
8018            ! t/op/regmesg.t
8019 ____________________________________________________________________________
8020 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
8021         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
8022              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8023              Date: Sat, 30 Mar 2002 21:36:23 +0100
8024              Message-ID: <20020330213623.A677@rafael>
8025      Branch: perl
8026            ! regcomp.c
8027 ____________________________________________________________________________
8028 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
8029         Log: If using a network filesystem several different hosts
8030              may be trying to lock the same file.  In this case offering
8031              to kill the other process is not that helpful.  (Unless one
8032              has *real* clustering, but that's not usually the case.)
8033      Branch: perl
8034            ! lib/CPAN.pm
8035 ____________________________________________________________________________
8036 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
8037         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
8038              From: andreas.koenig@anima.de (Andreas J. Koenig)
8039              Date: Sat, 30 Mar 2002 06:12:36 +0100
8040              Message-ID: <m3hemyvdtn.fsf@anima.de>
8041      Branch: perl
8042            ! lib/Dumpvalue.pm
8043 ____________________________________________________________________________
8044 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
8045         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
8046              From: Jeremy Zawodny <Jeremy@Zawodny.com>
8047              Date: Fri, 29 Mar 2002 17:55:20 -0800
8048              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
8049      Branch: perl
8050            ! utils/dprofpp.PL
8051 ____________________________________________________________________________
8052 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
8053         Log: Subject: [Patch] pod/perlvar.pod
8054              From: Dan Kogai <dankogai@dan.co.jp>
8055              Date: Sun, 31 Mar 2002 02:03:36 +0900
8056              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
8057      Branch: perl
8058            ! pod/perlvar.pod
8059 ____________________________________________________________________________
8060 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
8061         Log: Subject: [PATCH] MM & Encode fixes
8062              From: Michael G Schwern <schwern@pobox.com>
8063              Date: Sat, 30 Mar 2002 06:41:56 -0500
8064              Message-ID: <20020330114156.GA16533@blackrider>
8065      Branch: perl
8066            + lib/ExtUtils/t/basic.t
8067            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
8068            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
8069            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8070            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8071            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
8072            ! lib/ExtUtils/t/hints.t
8073 ____________________________________________________________________________
8074 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
8075         Log: EBCDICification.
8076      Branch: perl
8077            ! lib/charnames.t
8078 ____________________________________________________________________________
8079 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
8080         Log: Upgrade to Tie::File 0.90, from mjd.
8081      Branch: perl
8082            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
8083            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
8084            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
8085            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
8086            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
8087            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
8088            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
8089            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
8090            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
8091 ____________________________________________________________________________
8092 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
8093         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
8094              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8095              Date: Sat, 30 Mar 2002 00:20:39 +0100
8096              Message-ID: <20020330002039.A716@rafael>
8097      Branch: perl
8098            ! lib/sort.pm
8099 ____________________________________________________________________________
8100 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
8101         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
8102              From: Michael G Schwern <schwern@pobox.com>
8103              Date: Fri, 29 Mar 2002 18:14:20 -0500
8104              Message-ID: <20020329231419.GI16816@blackrider>
8105      Branch: perl
8106            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
8107            ! wince/Makefile.ce
8108 ____________________________________________________________________________
8109 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
8110         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
8111              From: Paul_GreenVOS@vos.stratus.com
8112              Date: Fri, 29 Mar 02 18:01 est
8113              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
8114      Branch: perl
8115            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
8116 ____________________________________________________________________________
8117 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
8118         Log: AUTHORS updates.
8119      Branch: perl
8120            ! AUTHORS
8121 ____________________________________________________________________________
8122 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
8123         Log: Upgrade to Encode 1.01, from Dan Kogai.
8124      Branch: perl
8125            ! ext/Encode/Changes ext/Encode/Encode.pm
8126            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8127            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8128            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8129            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8130            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8131            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8132            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8133            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8134            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
8135            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8136            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
8137            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
8138            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
8139            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
8140            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
8141            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
8142            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
8143            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8144            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8145            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8146            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8147            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
8148            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
8149            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8150            ! ext/Encode/Encode/ksc5601.ucm
8151            ! ext/Encode/Encode/macCentEuro.ucm
8152            ! ext/Encode/Encode/macCroatian.ucm
8153            ! ext/Encode/Encode/macCyrillic.ucm
8154            ! ext/Encode/Encode/macDingbats.ucm
8155            ! ext/Encode/Encode/macGreek.ucm
8156            ! ext/Encode/Encode/macIceland.ucm
8157            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8158            ! ext/Encode/Encode/macRumanian.ucm
8159            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8160            ! ext/Encode/Encode/macTurkish.ucm
8161            ! ext/Encode/Encode/macUkraine.ucm
8162            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8163            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
8164            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
8165            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8166            ! ext/Encode/lib/Encode/CJKConstants.pm
8167            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
8168            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
8169            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
8170 ____________________________________________________________________________
8171 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
8172         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
8173              From: "Craig A. Berry" <craigberry@mac.com>
8174              Date: Fri, 29 Mar 2002 13:46:28 -0600
8175              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
8176      Branch: perl
8177            ! configure.com
8178 ____________________________________________________________________________
8179 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
8180         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
8181              which one has to get from the CPAN distribution.
8182      Branch: perl
8183            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
8184            + lib/Memoize/t/expmod_t.t
8185            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8186            - lib/Memoize/t/expire_module_t.t
8187            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
8188            ! lib/Memoize/README
8189 ____________________________________________________________________________
8190 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
8191         Log: metaconfig unit tweak.
8192      Branch: metaconfig/U/perl
8193            ! versiononly.U
8194 ____________________________________________________________________________
8195 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
8196         Log: Configure-related tweaks.
8197      Branch: perl
8198            ! Porting/Glossary Porting/config.sh Porting/config_H
8199            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8200            ! vos/config.ga.h
8201 ____________________________________________________________________________
8202 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
8203         Log: Ooops.
8204      Branch: perl
8205            ! t/op/ver.t
8206 ____________________________________________________________________________
8207 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
8208         Log: Subject: [PATCH @15606] d_time for vms
8209              From: "Craig A. Berry" <craigberry@mac.com>
8210              Date: Fri, 29 Mar 2002 11:58:29 -0600
8211              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
8212      Branch: perl
8213            ! configure.com
8214 ____________________________________________________________________________
8215 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
8216         Log: Subject: Re: Regex-Unicode bugs
8217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8218              Date: Thu, 28 Mar 2002 10:12:35 +0100
8219              Message-ID: <20020328101235.F678@rafael>
8220      Branch: perl
8221            ! t/op/regmesg.t
8222 ____________________________________________________________________________
8223 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
8224         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
8225              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8226              Date: Fri, 29 Mar 2002 16:53:27 +0000
8227              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
8228      Branch: perl
8229            ! pod/perlre.pod pod/perlretut.pod
8230 ____________________________________________________________________________
8231 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
8232         Log: Subject: Re: debugger debuggers wanted
8233              From: spidb@cpan.org
8234              Date: Fri, 29 Mar 2002 06:34:11 -0500
8235              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
8236      Branch: perl
8237            ! lib/perl5db.pl
8238 ____________________________________________________________________________
8239 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
8240         Log: Update Changes.
8241      Branch: perl
8242            ! Changes patchlevel.h
8243 ____________________________________________________________________________
8244 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
8245         Log: Rename for 8.3-friendliness.
8246      Branch: perl
8247            + lib/unicore/PropValueAliases.txt
8248            - lib/unicore/PropertyValueAliases.txt
8249            ! MANIFEST lib/unicore/README.perl
8250 ____________________________________________________________________________
8251 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
8252         Log: Retract ExtUtils/t/basic.t until it works.
8253      Branch: perl
8254            - lib/ExtUtils/t/basic.t
8255            ! MANIFEST
8256 ____________________________________________________________________________
8257 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
8258         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
8259              From: Slaven Rezic <slaven.rezic@berlin.de>
8260              Date: 28 Mar 2002 22:27:14 +0100
8261              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
8262      Branch: perl
8263            ! hints/freebsd.sh
8264 ____________________________________________________________________________
8265 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
8266         Log: Interesting... where did this come from?
8267              (The Configure change in #15600)
8268      Branch: perl
8269            ! config_h.SH
8270 ____________________________________________________________________________
8271 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
8272         Log: metaconfig unit change for #15600.
8273      Branch: metaconfig/U/perl
8274            ! versiononly.U
8275 ____________________________________________________________________________
8276 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
8277         Log: Subject: versiononly should not put `old' versions in inc
8278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8279              Date: Fri, 29 Mar 2002 12:53:49 +0100
8280              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
8281      Branch: perl
8282            ! Configure
8283 ____________________________________________________________________________
8284 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
8285         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
8286              From: Michael G Schwern <schwern@pobox.com>
8287              Date: Fri, 29 Mar 2002 04:12:47 -0500
8288              Message-ID: <20020329091247.GA7432@blackrider>
8289              
8290              (with two nits: (1) change lib/Extutils/Command/MM.pm
8291              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
8292              @INC to compile.t)
8293      Branch: perl
8294            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
8295            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
8296            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
8297            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
8298            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8299            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8300            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
8301            + lib/ExtUtils/t/Problem-Module/Makefile.PL
8302            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8303            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
8304            + t/lib/MakeMaker/Test/Utils.pm
8305            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
8306            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8307            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
8308            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
8309            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
8310            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8311            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8312            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
8313            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
8314            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
8315            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
8316            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
8317            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
8318            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
8319            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
8320            ! t/lib/TieOut.pm
8321 ____________________________________________________________________________
8322 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
8323         Log: Leftovers from Encode 0.99.
8324      Branch: perl
8325            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
8326            - ext/Encode/compile ext/Encode/encode.h
8327            - ext/Encode/lib/Encode/CN/2022_CN.pm
8328            - ext/Encode/lib/Encode/Details.pod
8329 ____________________________________________________________________________
8330 [ 15597] By: nick                                  on 2002/03/29  14:03:35
8331         Log: Integrate mainline
8332      Branch: perlio
8333           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
8334           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
8335           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8336           !> (integrate 130 files)
8337 ____________________________________________________________________________
8338 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
8339         Log: Subject: Another Unicode-3.2-induced doc fix
8340              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8341              Date: Fri, 29 Mar 2002 21:45:47 +0900
8342              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
8343      Branch: perl
8344            ! ext/Unicode/Normalize/Normalize.pm
8345 ____________________________________________________________________________
8346 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
8347         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
8348              From: Slaven Rezic <slaven.rezic@berlin.de>
8349              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
8350              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
8351      Branch: perl
8352            ! reentr.c reentr.pl
8353 ____________________________________________________________________________
8354 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
8355         Log: Subject: [PATCH] Quieting OS X
8356              From: Michael G Schwern <schwern@pobox.com>
8357              Date: Fri, 29 Mar 2002 05:46:23 -0500
8358              Message-ID: <20020329104622.GA9163@blackrider>
8359      Branch: perl
8360            ! ext/POSIX/t/posix.t t/op/stat.t
8361 ____________________________________________________________________________
8362 [ 15593] By: ams                                   on 2002/03/29  07:32:22
8363         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
8364              From: Paul_GreenVOS@vos.stratus.com
8365              Date: Fri, 29 Mar 02 0:05 est
8366              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
8367      Branch: perl
8368            ! ext/Time/HiRes/HiRes.xs
8369 ____________________________________________________________________________
8370 [ 15592] By: ams                                   on 2002/03/29  07:28:29
8371         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
8372              From: Spider Boardman <spidb@cpan.org>
8373              Date: Fri, 29 Mar 2002 00:52:24 -0500
8374              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
8375      Branch: perl
8376            ! op.c t/op/attrs.t
8377 ____________________________________________________________________________
8378 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
8379         Log: It's perlce.
8380      Branch: perl
8381            ! pod/perldelta.pod
8382 ____________________________________________________________________________
8383 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
8384         Log: MPE/iX tweaks from Mark Bixby.
8385      Branch: perl
8386            ! ext/Storable/t/lock.t mpeix/relink
8387 ____________________________________________________________________________
8388 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
8389         Log: Upgrade to Encode 1.00, from Dan Kogai.
8390              
8391              (one nit: bin/enc2xs needed also ../..)
8392      Branch: perl
8393            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
8394            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
8395            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8396            ! (edit 104 files)
8397 ____________________________________________________________________________
8398 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
8399         Log: Subject: [PATCH] NEXT LINE --> NEL
8400              From: Philip Newton <Philip.Newton@gmx.net>
8401              Date: Thu, 28 Mar 2002 21:03:10 +0000
8402              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
8403      Branch: perl
8404            ! lib/charnames.pm lib/charnames.t
8405 ____________________________________________________________________________
8406 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
8407         Log: binmode :bytes, again.
8408      Branch: perl
8409            ! lib/utf8.t
8410 ____________________________________________________________________________
8411 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
8412         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
8413              From: Mark-Jason Dominus <mjd@plover.com>
8414              Date: Thu, 28 Mar 2002 10:36:03 -0500
8415              Message-ID: <20020328153603.11992.qmail@plover.com>
8416      Branch: perl
8417            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
8418 ____________________________________________________________________________
8419 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
8420         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
8421      Branch: perl
8422            ! lib/charnames.pm lib/charnames.t pp_pack.c
8423 ____________________________________________________________________________
8424 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
8425         Log: If expecting UTF-8, probably not expecting UTF-16.
8426      Branch: perl
8427            ! t/comp/require.t
8428 ____________________________________________________________________________
8429 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
8430         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
8431              From: Paul_GreenVOS@vos.stratus.com
8432              Date: Thu, 28 Mar 02 8:22 est
8433              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
8434      Branch: perl
8435            ! lib/Time/Local.pm
8436 ____________________________________________________________________________
8437 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
8438         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
8439              From: Paul_GreenVOS@vos.stratus.com
8440              Date: Thu, 28 Mar 02 7:46 est
8441              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
8442      Branch: perl
8443            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
8444 ____________________________________________________________________________
8445 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
8446         Log: A little bit better error message for \pq, still
8447              not good because the script context is not shown.
8448      Branch: perl
8449            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
8450 ____________________________________________________________________________
8451 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
8452         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
8453              From: Jeffrey Friedl <jfriedl@yahoo.com>
8454              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
8455              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
8456      Branch: perl
8457            ! sv.c t/op/pat.t
8458 ____________________________________________________________________________
8459 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
8460         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
8461              From: Mark-Jason Dominus <mjd@plover.com>
8462              Date: Thu, 28 Mar 2002 05:04:40 -0500
8463              Message-ID: <20020328100440.22081.qmail@plover.com>
8464      Branch: perl
8465            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
8466 ____________________________________________________________________________
8467 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
8468         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
8469              From: mjd@plover.com
8470              Date: 28 Mar 2002 09:22:06 -0000
8471              Message-ID: <20020328092206.18833.qmail@plover.com>
8472      Branch: perl
8473            ! lib/encoding.t
8474 ____________________________________________________________________________
8475 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
8476         Log: Unicode 3.2.0-induced doc tweaks.
8477      Branch: perl
8478            ! pod/perlretut.pod pod/perlunicode.pod
8479 ____________________________________________________________________________
8480 [ 15576] By: nick                                  on 2002/03/28  07:40:04
8481         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
8482      Branch: perlio
8483           +> (branch 31 files)
8484           !> (integrate 162 files)
8485 ____________________________________________________________________________
8486 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
8487         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
8488              From: Paul_GreenVOS@vos.stratus.com
8489              Date: Thu, 28 Mar 02 0:16 est
8490              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
8491      Branch: perl
8492            ! ext/POSIX/t/posix.t
8493 ____________________________________________________________________________
8494 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
8495         Log: Subject: Re: Regex-Unicode bugs
8496              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8497              Date: Wed, 27 Mar 2002 13:48:06 +0100
8498              Message-ID: <20020327134806.C18945@rafael>
8499              
8500              regmesg.t patch still would be nice.
8501      Branch: perl
8502            ! regcomp.c
8503 ____________________________________________________________________________
8504 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
8505         Log: Subject: Re: Regex-Unicode bugs
8506              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
8507              Date: Wed, 27 Mar 2002 12:39:57 +0000
8508              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
8509      Branch: perl
8510            ! pod/perldiag.pod regcomp.c
8511 ____________________________________________________________________________
8512 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
8513         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
8514              From: Paul_GreenVOS@vos.stratus.com
8515              Date: Wed, 27 Mar 02 23:33 est
8516              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
8517      Branch: perl
8518            ! t/io/fs.t
8519 ____________________________________________________________________________
8520 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
8521         Log: The Official 3.2.0 came out.
8522      Branch: perl
8523            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
8524            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
8525            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
8526            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
8527            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
8528            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
8529            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
8530            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
8531            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
8532            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
8533            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
8534            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
8535            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
8536            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
8537            + lib/unicore/lib/UnifiedI.pl
8538            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
8539 ____________________________________________________________________________
8540 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
8541         Log: socketpair binmode :bytes.
8542      Branch: perl
8543            ! ext/Socket/socketpair.t
8544 ____________________________________________________________________________
8545 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
8546         Log: Don't install anything beneath 't' directories.
8547      Branch: perl
8548            ! installperl
8549 ____________________________________________________________________________
8550 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
8551         Log: More UTF-8 locale sensitivity.
8552      Branch: perl
8553            ! t/io/utf8.t
8554 ____________________________________________________________________________
8555 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
8556         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
8557              From: Stas Bekman <stas@stason.org>
8558              Date: Thu, 28 Mar 2002 10:13:45 +0800
8559              Message-ID: <3CA27C59.4020209@stason.org>
8560              
8561              Temp file cleanup.
8562      Branch: perl
8563            ! lib/Pod/t/pod2html-lib.pl
8564 ____________________________________________________________________________
8565 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
8566         Log: Be compatible also with non-UTF-8 locales.
8567      Branch: perl
8568            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
8569            ! lib/Locale/Language.pod
8570 ____________________________________________________________________________
8571 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
8572         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
8573              From: Spider Boardman <spidb@cpan.org>
8574              Date: Wed, 27 Mar 2002 20:52:28 -0500
8575              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
8576      Branch: perl
8577            ! cv.h op.c t/op/attrs.t toke.c
8578 ____________________________________________________________________________
8579 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
8580         Log: "Last element".
8581      Branch: perl
8582            ! pod/perlfunc.pod
8583 ____________________________________________________________________________
8584 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
8585         Log: Subject: Error in perlfunc for "die"
8586              From: William R Ward <bill@wards.net>
8587              Date: 27 Mar 2002 12:31:32 -0800
8588              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
8589      Branch: perl
8590            ! pod/perlfunc.pod
8591 ____________________________________________________________________________
8592 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
8593         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
8594              From: Mark Kvale <kvale@phy.ucsf.edu>
8595              Date: Wed, 27 Mar 2002 16:45:37 -0800
8596              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
8597      Branch: perl
8598            ! pod/perlre.pod pod/perlretut.pod
8599 ____________________________________________________________________________
8600 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
8601         Log: Try to handle UTF-8 locales.
8602      Branch: perl
8603            ! lib/locale.t
8604 ____________________________________________________________________________
8605 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
8606         Log: More binmode :bytes.
8607      Branch: perl
8608            ! t/io/utf8.t
8609 ____________________________________________________________________________
8610 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
8611         Log: binmode(FH, ":bytes") is the right way, methinks.
8612      Branch: perl
8613            ! ext/PerlIO/t/encoding.t
8614 ____________________________________________________________________________
8615 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
8616         Log: UTF-8 locale: need to open explicitly for bytes.
8617      Branch: perl
8618            ! ext/PerlIO/t/encoding.t
8619 ____________________________________________________________________________
8620 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
8621         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
8622      Branch: perl
8623            ! lib/Locale/Language.pm lib/Locale/Language.pod
8624 ____________________________________________________________________________
8625 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
8626         Log: Warn instead of croak.
8627      Branch: perl
8628            ! pod/perldiag.pod utf8.c
8629 ____________________________________________________________________________
8630 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
8631         Log: UTF-8 locale: there might already be one UTF-8 discipline.
8632      Branch: perl
8633            ! lib/open.t
8634 ____________________________________________________________________________
8635 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
8636         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
8637              From: "Craig A. Berry" <craigberry@mac.com>
8638              Date: Wed, 27 Mar 2002 15:22:13 -0600
8639              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
8640      Branch: perl
8641            ! t/lib/1_compile.t t/lib/compmod.pl
8642 ____________________________________________________________________________
8643 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
8644         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
8645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8646              Date: Wed, 27 Mar 2002 22:35:03 +0100
8647              Message-ID: <20020327223503.A678@rafael>
8648      Branch: perl
8649            ! pod/perlop.pod
8650 ____________________________________________________________________________
8651 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
8652         Log: Start using the Unicode 3.2.0 data (NOTE: still
8653              unofficial, but the data is unlikely to change much.
8654              Doublecheck when 3.2.0 gets released.)
8655      Branch: perl
8656            + lib/unicore/PropertyAliases.txt
8657            + lib/unicore/PropertyValueAliases.txt
8658            ! (edit 129 files)
8659 ____________________________________________________________________________
8660 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
8661         Log: Update Changes.
8662      Branch: perl
8663            ! Changes patchlevel.h
8664 ____________________________________________________________________________
8665 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
8666         Log: Further fixing for #15549.  Six tests are failing
8667              under Solaris with en_US.UTF-8 but those failures seem
8668              unrelated to the BOUND problem, will look at them later.
8669      Branch: perl
8670            ! regexec.c
8671 ____________________________________________________________________________
8672 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
8673         Log: Possible fix for "Orks, Dragons, and Elves":
8674              should now build under UTF-8 locales (is building
8675              under Solaris en_US.UTF-8 right now).
8676      Branch: perl
8677            ! Makefile.SH regexec.c
8678 ____________________________________________________________________________
8679 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
8680         Log: Forgotten from #15523.
8681      Branch: perl
8682            ! lib/Math/BigInt/Calc.pm
8683 ____________________________________________________________________________
8684 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
8685         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
8686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
8687              Date: Wed, 27 Mar 2002 13:32:00 +0100
8688              Message-ID: <20020327133200.A18945@rafael>
8689      Branch: perl
8690            ! regcomp.c t/lib/warnings/regcomp
8691 ____________________________________________________________________________
8692 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
8693         Log: Subject: [PATCH] MANIFES --> MANIFEST
8694              From: Philip Newton <Philip.Newton@gmx.net>
8695              Date: Wed, 27 Mar 2002 10:05:46 +0000
8696              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
8697              
8698              (plus a few tweaks more)
8699      Branch: perl
8700            ! Porting/check83.pl
8701 ____________________________________________________________________________
8702 [ 15545] By: nick                                  on 2002/03/27  07:37:36
8703         Log: Integrate mainline
8704      Branch: perlio
8705           +> lib/Math/BigInt/t/with_sub.t
8706            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8707            - lib/bignum/t/trace.t
8708           !> (integrate 76 files)
8709 ____________________________________________________________________________
8710 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
8711         Log: Obsolete mailing list information.
8712      Branch: perl
8713            ! README.bs2000 README.os390 README.vmesa
8714 ____________________________________________________________________________
8715 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
8716         Log: More URL "whitespacing".
8717      Branch: perl
8718            ! README.bs2000 README.hurd README.mpeix README.netware
8719            ! README.os390 README.vmesa README.vos README.win32
8720            ! pod/perl5004delta.pod pod/perl5005delta.pod
8721            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
8722            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
8723            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
8724            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
8725            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
8726            ! pod/perltodo.pod
8727 ____________________________________________________________________________
8728 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
8729         Log: I like doubleclicking on URLs in pods to select them.
8730      Branch: perl
8731            ! README.amiga README.epoc README.vos pod/perl561delta.pod
8732            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
8733            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8734            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
8735            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
8736            ! pod/perltodo.pod pod/perlvar.pod
8737 ____________________________________________________________________________
8738 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
8739         Log: Regen modlib.
8740      Branch: perl
8741            ! pod/perlmodlib.pod
8742 ____________________________________________________________________________
8743 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
8744         Log: Update the CPAN sites list.
8745      Branch: perl
8746            ! pod/perlmodlib.PL pod/perlmodlib.pod
8747 ____________________________________________________________________________
8748 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
8749         Log: Regen modlib, toc.
8750      Branch: perl
8751            ! pod/perlmodlib.pod pod/perltoc.pod
8752 ____________________________________________________________________________
8753 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
8754         Log: s/rationale/rational/
8755      Branch: perl
8756            ! lib/Math/BigRat.pm lib/bigrat.pm
8757 ____________________________________________________________________________
8758 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
8759         Log: s/done/esac/
8760      Branch: perl
8761            ! hints/dec_osf.sh
8762 ____________________________________________________________________________
8763 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
8764         Log: Advertise big* and BigRat.
8765      Branch: perl
8766            ! pod/perldelta.pod
8767 ____________________________________________________________________________
8768 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
8769         Log: A missing ) in #15527.
8770      Branch: perl
8771            ! pp_sys.c
8772 ____________________________________________________________________________
8773 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
8774         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
8775              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8776              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
8777              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
8778      Branch: perl
8779            ! lib/ExtUtils/typemap
8780 ____________________________________________________________________________
8781 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
8782         Log: Subject: Re: Cygwin PerlIO.t failing
8783              From: Stas Bekman <stas@stason.org>
8784              Date: Wed, 27 Mar 2002 01:34:11 +0800
8785              Message-ID: <3CA0B113.1070800@stason.org>
8786      Branch: perl
8787            ! ext/PerlIO/PerlIO.t
8788 ____________________________________________________________________________
8789 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
8790         Log: Subject: [PATCH] safety check for vms/test.com
8791              From: "Craig A. Berry" <craigberry@mac.com>
8792              Date: Tue, 26 Mar 2002 12:15:21 -0600
8793              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
8794      Branch: perl
8795            ! vms/test.com
8796 ____________________________________________________________________________
8797 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
8798         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
8799              From: PPrymmer@factset.com
8800              Date: Tue, 26 Mar 2002 13:04:59 -0500
8801              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
8802      Branch: perl
8803            ! configure.com
8804 ____________________________________________________________________________
8805 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
8806         Log: Subject: [PATCH] Minor typo in test harness
8807              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
8808              Date: Tue, 26 Mar 2002 17:44:06 -0000
8809              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
8810      Branch: perl
8811            ! t/lib/warnings/perlio
8812 ____________________________________________________________________________
8813 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
8814         Log: Subject: PATCH s2p.PL
8815              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8816              Date: Tue, 26 Mar 2002 17:16:46 +0100
8817              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
8818      Branch: perl
8819            ! x2p/s2p.PL
8820 ____________________________________________________________________________
8821 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
8822         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
8823      Branch: perl
8824            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8825            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8826            ! MANIFEST
8827 ____________________________________________________________________________
8828 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
8829         Log: Avoid and document a weird bug in UNICOS/mk.
8830      Branch: perl
8831            ! pod/perldelta.pod pp_sys.c
8832 ____________________________________________________________________________
8833 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
8834         Log: Math::BigInt::Lite 0.09, from Tels.
8835      Branch: perl
8836            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8837            ! MANIFEST
8838 ____________________________________________________________________________
8839 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
8840         Log: For now disable the test in OS/390; it seems to hang,
8841              but frustratingly seems to run from command line and
8842              from Perl debugger.
8843      Branch: perl
8844            ! lib/Math/BigInt/t/mbi_rand.t
8845 ____________________________________________________________________________
8846 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
8847         Log: EPOC update from Olaf Flebbe.
8848      Branch: perl
8849            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
8850            ! pod/perlport.pod t/io/fs.t
8851 ____________________________________________________________________________
8852 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
8853         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
8854              and bignum 0.11, from Tels.
8855      Branch: perl
8856            + lib/Math/BigInt/t/with_sub.t
8857            - lib/bignum/t/trace.t
8858            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8859            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
8860            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
8861            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
8862            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
8863            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
8864            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
8865            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
8866            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
8867            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
8868            ! lib/bignum/t/bigrat.t lib/bigrat.pm
8869            ! t/lib/Math/BigInt/Subclass.pm
8870 ____________________________________________________________________________
8871 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
8872         Log: Integrate perlio;
8873              
8874              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8875              
8876              Testcase for crlf spanning buffer boundary
8877      Branch: perl
8878           +> t/io/crlf.t
8879           !> MANIFEST perlio.c
8880 ____________________________________________________________________________
8881 [ 15521] By: nick                                  on 2002/03/26  15:31:55
8882         Log: Testcase for crlf spanning buffer boundary
8883      Branch: perlio
8884            + t/io/crlf.t
8885            ! MANIFEST
8886 ____________________________________________________________________________
8887 [ 15520] By: nick                                  on 2002/03/26  15:09:52
8888         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8889      Branch: perlio
8890            ! perlio.c
8891 ____________________________________________________________________________
8892 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
8893         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
8894      Branch: perl
8895            ! t/lib/1_compile.t
8896 ____________________________________________________________________________
8897 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
8898         Log: Document the Configure (really, awk) glitch in
8899              UNICOS/mk.
8900      Branch: perl
8901            ! pod/perldelta.pod
8902 ____________________________________________________________________________
8903 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
8904         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
8905              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8906              Date: Fri, 22 Mar 2002 16:11:28 +0100
8907              Message-ID: <3C9B57B0.31936.496399@localhost>
8908      Branch: perl
8909            ! win32/win32.c
8910 ____________________________________________________________________________
8911 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
8912         Log: Subject: Re: Jarkko likes OOOOs
8913              From: "Gerrit P. Haase" <gp@familiehaase.de>
8914              Date: Tue, 26 Mar 2002 08:44:02 +0100
8915              Message-ID: <40509050505.20020326084402@familiehaase.de>
8916      Branch: perl
8917            ! t/io/fs.t
8918 ____________________________________________________________________________
8919 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
8920         Log: Subject: [patch utils/perlbug] subject header setting problem      
8921              From: Stas Bekman <stas@stason.org>
8922              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
8923              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
8924      Branch: perl
8925            ! utils/perlbug.PL
8926 ____________________________________________________________________________
8927 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
8928         Log: Subject: [PATCH] win32/makefile.mk
8929              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8930              Date: Tue, 26 Mar 2002 13:56:19 +0100
8931              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
8932      Branch: perl
8933            ! win32/makefile.mk
8934 ____________________________________________________________________________
8935 [ 15513] By: nick                                  on 2002/03/26  07:17:17
8936         Log: Integrate mainline
8937      Branch: perlio
8938           +> (branch 39 files)
8939            - (delete 109 files)
8940           !> (integrate 105 files)
8941 ____________________________________________________________________________
8942 [ 15512] By: nick                                  on 2002/03/26  06:52:42
8943         Log: Integrate mainline
8944      Branch: perlio
8945           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
8946           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
8947           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
8948           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
8949           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
8950 ____________________________________________________________________________
8951 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
8952         Log: Installation advice from Robert Spier. 
8953      Branch: perl
8954            ! INSTALL
8955 ____________________________________________________________________________
8956 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
8957         Log: Stas setting things right.
8958      Branch: perl
8959            ! ext/PerlIO/PerlIO.t
8960 ____________________________________________________________________________
8961 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
8962         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
8963              From: Paul_GreenVOS@vos.stratus.com
8964              Date: Mon, 25 Mar 02 23:57 est
8965              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
8966      Branch: perl
8967            ! ext/IO/lib/IO/t/io_unix.t
8968 ____________________________________________________________________________
8969 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
8970         Log: Add threads hints for UNICOS/mk and UNICOS.
8971              (I'm just guessing on UNICOS.)
8972      Branch: perl
8973            ! hints/unicos.sh hints/unicosmk.sh
8974 ____________________________________________________________________________
8975 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
8976         Log: Mention the effect of Unicode keys on hashes.
8977      Branch: perl
8978            ! pod/perlunicode.pod
8979 ____________________________________________________________________________
8980 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
8981         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
8982              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8983              Date: Mon, 25 Mar 2002 17:24:33 -0600
8984              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
8985      Branch: perl
8986            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
8987            ! vms/vms_yfix.pl
8988 ____________________________________________________________________________
8989 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
8990         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
8991      Branch: perl
8992            ! hints/dec_osf.sh
8993 ____________________________________________________________________________
8994 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
8995         Log: The .ucm of Encode are big when uncompressed.
8996      Branch: perl
8997            ! INSTALL
8998 ____________________________________________________________________________
8999 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
9000         Log: I don't understand what is going on what these
9001              news tests, retracting the whole lot.
9002      Branch: perl
9003            ! ext/PerlIO/PerlIO.t
9004 ____________________________________________________________________________
9005 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
9006         Log: Upgrade to Encode 0.99, from Dan Kogai.
9007      Branch: perl
9008            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
9009            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
9010            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
9011            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
9012            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
9013            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
9014            + ext/Encode/Encode/ksc5601.ucm
9015            + ext/Encode/Encode/macCentEuro.ucm
9016            + ext/Encode/Encode/macCroatian.ucm
9017            + ext/Encode/Encode/macCyrillic.ucm
9018            + ext/Encode/Encode/macDingbats.ucm
9019            + ext/Encode/Encode/macGreek.ucm
9020            + ext/Encode/Encode/macIceland.ucm
9021            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
9022            + ext/Encode/Encode/macRumanian.ucm
9023            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
9024            + ext/Encode/Encode/macTurkish.ucm
9025            + ext/Encode/Encode/macUkraine.ucm
9026            + ext/Encode/Encode/shiftjis.ucm
9027            + ext/Encode/lib/Encode/10646_1.pm
9028            + ext/Encode/lib/Encode/CJKConstants.pm
9029            + ext/Encode/lib/Encode/CN/2022_CN.pm
9030            + ext/Encode/lib/Encode/JP/2022_JP.pm
9031            + ext/Encode/lib/Encode/JP/2022_JP1.pm
9032            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
9033            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9034            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9035            + ext/Encode/ucm2table
9036            - (delete 109 files)
9037            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
9038            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
9039            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
9040            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9041            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9042            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
9043            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
9044            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
9045            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
9046            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
9047            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
9048            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
9049            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
9050            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
9051            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
9052            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
9053            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
9054            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
9055            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
9056            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
9057            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
9058            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
9059            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
9060            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
9061            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
9062            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9063            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9064            ! ext/Encode/Makefile.PL ext/Encode/README
9065            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9066            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9067            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
9068            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9069            ! ext/Encode/lib/Encode/Details.pod
9070            ! ext/Encode/lib/Encode/Encoding.pm
9071            ! ext/Encode/lib/Encode/Internal.pm
9072            ! ext/Encode/lib/Encode/JP/H2Z.pm
9073            ! ext/Encode/lib/Encode/JP/JIS.pm
9074            ! ext/Encode/lib/Encode/Supported.pod
9075            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9076            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9077            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
9078            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
9079            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
9080            ! ext/Encode/t/jisx0212.ref
9081 ____________________________________________________________________________
9082 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
9083         Log: Noise with -w.
9084      Branch: perl
9085            ! ext/PerlIO/PerlIO.t
9086 ____________________________________________________________________________
9087 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
9088         Log: If no perlio no perlio warnings, either.
9089      Branch: perl
9090            ! lib/warnings.t
9091 ____________________________________________________________________________
9092 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
9093         Log: ...and put some of the new perlio tests here.
9094              The in-memory ones not yet since my poor brain
9095              refuses to find the right TODO incantation.
9096      Branch: perl
9097            ! ext/PerlIO/PerlIO.t
9098 ____________________________________________________________________________
9099 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
9100         Log: Take away the perlio-requiring tests..
9101      Branch: perl
9102            ! t/io/open.t
9103 ____________________________________________________________________________
9104 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
9105         Log: More correct now, but actually the two new tests
9106              need to be moved, since they are perlio-only...
9107      Branch: perl
9108            ! t/io/open.t
9109 ____________________________________________________________________________
9110 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
9111         Log: More neo-io tests from Stas Bekman.
9112      Branch: perl
9113            ! t/io/open.t
9114 ____________________________________________________________________________
9115 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
9116         Log: Document the QNX6 sprintf glitch.
9117      Branch: perl
9118            ! pod/perldelta.pod
9119 ____________________________________________________________________________
9120 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
9121         Log: AmigaOS must use the ixemul directly, since there
9122              is no more vfork support.
9123      Branch: perl
9124            ! hints/amigaos.sh
9125 ____________________________________________________________________________
9126 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
9127         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
9128              From: Norton Allen <allen@huarp.harvard.edu>
9129              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
9130              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
9131      Branch: perl
9132            ! pp_sys.c
9133 ____________________________________________________________________________
9134 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
9135         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
9136              From: Norton Allen <allen@huarp.harvard.edu>
9137              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
9138              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
9139      Branch: perl
9140            ! ext/Socket/socketpair.t
9141 ____________________________________________________________________________
9142 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
9143         Log: Clarify the 8.3 rule.
9144      Branch: perl
9145            ! Porting/check83.pl
9146 ____________________________________________________________________________
9147 [ 15490] By: nick                                  on 2002/03/25  16:05:07
9148         Log: Integrate mainline
9149      Branch: perlio
9150           +> ext/Encode/lib/Encode/EncFormat.pod
9151           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
9152            - ext/Encode/lib/EncodeFormat.pod
9153           !> (integrate 41 files)
9154 ____________________________________________________________________________
9155 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
9156         Log: Update Changes.
9157      Branch: perl
9158            ! Changes patchlevel.h
9159 ____________________________________________________________________________
9160 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
9161         Log: Forgotten from #15486.
9162      Branch: perl
9163            ! perl.c
9164 ____________________________________________________________________________
9165 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
9166         Log: It seems that FreeBSD does not like using Perl's malloc
9167              when multithreaded.
9168      Branch: perl
9169            ! hints/freebsd.sh
9170 ____________________________________________________________________________
9171 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
9172         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
9173              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9174              Date: Mon, 25 Mar 2002 11:33:17 +0100
9175              Message-ID: <20020325113317.A1410@rafael>
9176              
9177              Apparently VMS does not do YYDEBUG.
9178      Branch: perl
9179            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
9180 ____________________________________________________________________________
9181 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
9182         Log: Subject: [PATCH] warnings for perlio + others
9183              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9184              Date: Mon, 25 Mar 2002 13:01:44 -0000
9185              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
9186      Branch: perl
9187            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
9188            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
9189            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
9190            ! warnings.pl
9191 ____________________________________________________________________________
9192 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
9193         Log: As verified by Doug MacEachern.
9194      Branch: perl
9195            ! pod/perldelta.pod
9196 ____________________________________________________________________________
9197 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
9198         Log: MPE/iX update from Mark Bixby.
9199      Branch: perl
9200            + mpeix/mpeix.c
9201            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
9202            ! hints/mpeix.sh mpeix/mpeixish.h
9203 ____________________________________________________________________________
9204 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
9205         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
9206              From: Nicholas Clark <nick@unfortu.net>
9207              Date: Sun, 24 Mar 2002 22:50:06 +0000
9208              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
9209      Branch: perl
9210            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
9211 ____________________________________________________________________________
9212 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
9213         Log: Subject: [PATCH] fix warning + carp interaction
9214              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
9215              Date: Sun, 24 Mar 2002 23:00:21 -0000
9216              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
9217      Branch: perl
9218            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
9219            ! warnings.pl
9220 ____________________________________________________________________________
9221 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
9222         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
9223              (All the code changes have already been applied earlier.)
9224      Branch: perl
9225            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
9226 ____________________________________________________________________________
9227 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
9228         Log: DB_File: for the core version, no need to specify
9229              a minimum MM version.
9230      Branch: perl
9231            ! ext/DB_File/Makefile.PL
9232 ____________________________________________________________________________
9233 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
9234         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
9235              From: Dave Mitchell <davem@fdgroup.com>
9236              Date: Sun, 24 Mar 2002 22:23:08 +0000
9237              Message-ID: <20020324222308.B21963@fdgroup.com>
9238      Branch: perl
9239            ! pp_pack.c
9240 ____________________________________________________________________________
9241 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
9242         Log: Subject: [PATCH @15450] errno help for VMS
9243              From: "Craig A. Berry" <craigberry@mac.com>
9244              Date: Sun, 24 Mar 2002 16:17:52 -0600
9245              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
9246      Branch: perl
9247            ! ext/POSIX/t/posix.t vms/vms.c
9248 ____________________________________________________________________________
9249 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
9250         Log: Upgrade to Locale::Codes 2.03.
9251      Branch: perl
9252            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
9253            ! lib/Locale/Country.pm
9254 ____________________________________________________________________________
9255 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
9256         Log: metaconfig unit change for #15474.
9257      Branch: metaconfig/U/perl
9258            ! Extensions.U
9259 ____________________________________________________________________________
9260 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
9261         Log: The #15472 said "properly".  Ha!
9262      Branch: perl
9263            ! Configure
9264 ____________________________________________________________________________
9265 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
9266         Log: metaconfig unit change for #15472.
9267      Branch: metaconfig/U/perl
9268            ! Extensions.U
9269 ____________________________________________________________________________
9270 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
9271         Log: Properly scan for the subextensions of Encode
9272              when doing static builds.
9273      Branch: perl
9274            ! Configure
9275 ____________________________________________________________________________
9276 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
9277         Log: Tru64: Document the known odbm failure with static builds.
9278      Branch: perl
9279            ! README.tru64
9280 ____________________________________________________________________________
9281 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
9282         Log: microperl tweaks.
9283      Branch: perl
9284            ! Makefile.micro locale.c util.c
9285 ____________________________________________________________________________
9286 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
9287         Log: metaconfig unit changes for #15468.
9288      Branch: metaconfig
9289            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
9290            ! U/modified/libc.U U/modified/libs.U
9291            ! U/threads/d_pthread_atfork.U
9292 ____________________________________________________________________________
9293 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
9294         Log: Various metaconfig unit cleanup; only one visible change
9295              in Configure, though.
9296      Branch: perl
9297            ! Configure
9298 ____________________________________________________________________________
9299 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
9300         Log: Upgrade to Encode 0.98, from Dan Kogai.
9301      Branch: perl
9302            + ext/Encode/lib/Encode/EncFormat.pod
9303            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
9304            - ext/Encode/lib/EncodeFormat.pod
9305            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
9306            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
9307            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9308            ! ext/Encode/lib/Encode/Alias.pm
9309            ! ext/Encode/lib/Encode/Details.pod
9310            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9311            ! ext/Encode/lib/Encode/JP/JIS.pm
9312            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9313 ____________________________________________________________________________
9314 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
9315         Log: Integrate perlio;
9316              
9317              Avoid core-dump in Encode with PERLIO=mmap
9318      Branch: perl
9319           !> ext/Encode/Encode.xs
9320 ____________________________________________________________________________
9321 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
9322         Log: In the spirit of #15464.
9323      Branch: perl
9324            ! perl.c sv.c
9325 ____________________________________________________________________________
9326 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
9327         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
9328              From: Michael G Schwern <schwern@pobox.com>
9329              Date: Sun, 24 Mar 2002 02:27:25 -0500
9330              Message-ID: <20020324072725.GA3554@blackrider>
9331      Branch: perl
9332            ! perl.c
9333 ____________________________________________________________________________
9334 [ 15463] By: nick                                  on 2002/03/24  10:24:41
9335         Log: Integrate mainline
9336      Branch: perlio
9337           +> (branch 28 files)
9338            - lib/bigfloat.t lib/bigint.t
9339           !> (integrate 59 files)
9340 ____________________________________________________________________________
9341 [ 15462] By: nick                                  on 2002/03/24  08:59:35
9342         Log: Avoid core-dump in Encode with PERLIO=mmap
9343      Branch: perlio
9344            ! ext/Encode/Encode.xs
9345 ____________________________________________________________________________
9346 [ 15461] By: nick                                  on 2002/03/24  08:58:21
9347         Log: Too many machines doing integrate mainline
9348      Branch: perlio
9349           !> Changes Configure lib/AutoSplit.t
9350           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
9351           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
9352           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
9353           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
9354 ____________________________________________________________________________
9355 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
9356         Log: Retract Math::BigInt::Lite for now, seems to confuse
9357              bignum and bigrat.
9358      Branch: perl
9359            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9360            ! MANIFEST
9361 ____________________________________________________________________________
9362 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
9363         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
9364              From: "Craig A. Berry" <craigberry@mac.com>
9365              Date: Sat, 23 Mar 2002 23:23:00 -0600
9366              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
9367      Branch: perl
9368            ! configure.com vms/vms.c
9369 ____________________________________________________________________________
9370 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
9371         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
9372              From: Michael G Schwern <schwern@pobox.com>
9373              Date: Sat, 23 Mar 2002 21:32:32 -0500
9374              Message-ID: <20020324023232.GA29972@blackrider>
9375              
9376              (with Russ Allbery's simplifications)
9377      Branch: perl
9378            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
9379 ____________________________________________________________________________
9380 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
9381         Log: Merge Math::BigInt::Lite 0.08, from Tels.
9382      Branch: perl
9383            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9384            ! MANIFEST
9385 ____________________________________________________________________________
9386 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
9387         Log: Too chatty.
9388      Branch: perl
9389            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
9390 ____________________________________________________________________________
9391 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
9392         Log: Merge bignum 0.10, from Tels.
9393      Branch: perl
9394            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
9395            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
9396            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
9397            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
9398            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
9399            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
9400            ! MANIFEST
9401 ____________________________________________________________________________
9402 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
9403         Log: Rename the Perl 4 tests in preparation of bignum.
9404      Branch: perl
9405            + lib/bigfloatpl.t lib/bigintpl.t
9406            - lib/bigfloat.t lib/bigint.t
9407            ! MANIFEST
9408 ____________________________________________________________________________
9409 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
9410         Log: Merge Math::BigRat 0.04, from Tels.
9411      Branch: perl
9412            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
9413            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
9414            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
9415            + t/lib/Math/BigRat/Test.pm
9416            ! MANIFEST
9417 ____________________________________________________________________________
9418 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
9419         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
9420              From: Dave Mitchell <davem@fdgroup.com>
9421              Date: Sat, 23 Mar 2002 22:27:24 +0000
9422              Message-ID: <20020323222724.A19425@fdgroup.com>
9423      Branch: perl
9424            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
9425 ____________________________________________________________________________
9426 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
9427         Log: Forgotten.
9428      Branch: perl
9429            ! ext/Unicode/Normalize/README
9430 ____________________________________________________________________________
9431 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
9432         Log: Update Changes.
9433      Branch: perl
9434            ! Changes patchlevel.h
9435 ____________________________________________________________________________
9436 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
9437         Log: Subject: perldoc -m [PATCH]
9438              From: "John L. Allen" <allen@grumman.com>
9439              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
9440              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
9441      Branch: perl
9442            ! utils/perldoc.PL
9443 ____________________________________________________________________________
9444 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
9445         Log: Subject: Re: Copious warnings from Sys::Syslog
9446              From: andreas.koenig@anima.de (Andreas J. Koenig)
9447              Date: Sat, 23 Mar 2002 06:47:08 +0100
9448              Message-ID: <m31yebvns3.fsf@anima.de>
9449      Branch: perl
9450            ! ext/Sys/Syslog/Syslog.pm
9451 ____________________________________________________________________________
9452 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
9453         Log: Upgrade to Math::BigInt 1.55, from Tels.
9454      Branch: perl
9455            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
9456            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
9457            + lib/Math/BigInt/t/use_lib4.t
9458            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9459            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
9460            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
9461            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
9462            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
9463            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
9464            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
9465            ! lib/Math/BigInt/t/upgrade.t
9466 ____________________________________________________________________________
9467 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
9468         Log: Upgrade to Encode 0.97, from Dan Kogai.
9469      Branch: perl
9470            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
9471            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9472            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
9473            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9474            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9475            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
9476            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
9477            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
9478            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
9479            ! ext/Encode/t/Tcl.t
9480 ____________________________________________________________________________
9481 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
9482         Log: Slight tweaks on #15443.
9483      Branch: perl
9484            ! pod/perlvar.pod
9485 ____________________________________________________________________________
9486 [ 15444] By: nick                                  on 2002/03/23  17:30:42
9487         Log: Integrate mainline
9488      Branch: perlio
9489           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
9490           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9491           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9492           !> (integrate 50 files)
9493 ____________________________________________________________________________
9494 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
9495         Log: Subject: patch [bleadperl]: Document %! special variable
9496              From: mjd@plover.com
9497              Date: 23 Mar 2002 18:25:44 -0000
9498              Message-ID: <20020323182544.11741.qmail@plover.com>    
9499      Branch: perl
9500            ! pod/perlvar.pod
9501 ____________________________________________________________________________
9502 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
9503         Log: Since the Encode::JP is unsupported under EBCDIC we
9504              cannot run this test (aliases as such should work fine).
9505      Branch: perl
9506            ! ext/Encode/t/Aliases.t
9507 ____________________________________________________________________________
9508 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
9509         Log: EBCDIC: the sorting order is different under
9510              byte-EBCDIC and Unicode.
9511      Branch: perl
9512            ! t/op/utfhash.t
9513 ____________________________________________________________________________
9514 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
9515         Log: EBCDIC: the character codes are different.
9516      Branch: perl
9517            ! lib/Pod/t/pod2html-lib.pl
9518 ____________________________________________________________________________
9519 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
9520         Log: Purify: #15434 got the test the wrong.
9521              (Is there an approved way of testing "is this an unop"?)
9522      Branch: perl
9523            ! op.c
9524 ____________________________________________________________________________
9525 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
9526         Log: Purify: Array bounds read: could read one character past the end.
9527      Branch: perl
9528            ! pp_pack.c
9529 ____________________________________________________________________________
9530 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
9531         Log: Purify: Array bounds read: reading one byte before the buffer.
9532      Branch: perl
9533            ! util.c
9534 ____________________________________________________________________________
9535 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
9536         Log: Purify: Unitialized memory read.  Too many code paths
9537              to keep track of, I guess.
9538      Branch: perl
9539            ! sv.c
9540 ____________________________________________________________________________
9541 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
9542         Log: Purify: Array bounds write: pre-extend the strxfrm
9543              buffer by a factor of four (suggested maximum by HP-UX;
9544              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
9545              know how portable that is; locale.c uses yet another trick
9546              (not a particularly good trick, I might add))
9547      Branch: perl
9548            ! ext/POSIX/POSIX.xs
9549 ____________________________________________________________________________
9550 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
9551         Log: Purify: Array bounds read: o->op_last was accessed
9552              for unops (via newUNOP() and ck_eof()).
9553              (analysis okay, patch bad: see #15439)
9554      Branch: perl
9555            ! op.c
9556 ____________________________________________________________________________
9557 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
9558         Log: Subject: [PATCH] vms/test.com, File::Find tests
9559              From: "Craig A. Berry" <craigberry@mac.com>
9560              Date: Fri, 22 Mar 2002 16:52:59 -0600
9561              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
9562      Branch: perl
9563            ! vms/test.com
9564 ____________________________________________________________________________
9565 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
9566         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
9567              From: Michael G Schwern <schwern@pobox.com>
9568              Date: Fri, 22 Mar 2002 18:08:19 -0500
9569              Message-ID: <20020322230819.GB16454@blackrider>
9570      Branch: perl
9571            ! ext/Sys/Syslog/Syslog.pm
9572 ____________________________________________________________________________
9573 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
9574         Log: Update the information on Encode.
9575      Branch: perl
9576            ! pod/perldelta.pod
9577 ____________________________________________________________________________
9578 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
9579         Log: Upgrade to Encode 0.96, from Dan Kogai.
9580      Branch: perl
9581            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
9582            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9583            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9584            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9585            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9586            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9587            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
9588            ! ext/Encode/lib/Encode/Alias.pm
9589            ! ext/Encode/lib/Encode/Encoding.pm
9590            ! ext/Encode/lib/Encode/Internal.pm
9591            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9592 ____________________________________________________________________________
9593 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
9594         Log: Subject: [PATCH] h2xs.t fix for VMS
9595              From: "Craig A. Berry" <craigberry@mac.com>
9596              Date: Fri, 22 Mar 2002 15:47:38 -0600
9597              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
9598      Branch: perl
9599            ! lib/h2xs.t
9600 ____________________________________________________________________________
9601 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
9602         Log: One more pass.
9603      Branch: perl
9604            ! epoc/config.sh
9605 ____________________________________________________________________________
9606 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
9607         Log: Even better version from Olaf Flebbe.
9608      Branch: perl
9609            ! epoc/config.sh pp_sys.c util.c
9610 ____________________________________________________________________________
9611 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
9612         Log: EPOC update from Olaf Flebbe.
9613      Branch: perl
9614            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
9615            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
9616 ____________________________________________________________________________
9617 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
9618         Log: Tweak from John P. Linderman.
9619      Branch: perl
9620            ! pod/perlhack.pod
9621 ____________________________________________________________________________
9622 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
9623         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
9624              From: Stas Bekman <stas@stason.org>
9625              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
9626              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
9627      Branch: perl
9628            ! pod/perlfunc.pod
9629 ____________________________________________________________________________
9630 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
9631         Log: Subject: [PATCH] check sysconf's return value in reentr.c
9632              From: <slaven.rezic@berlin.de>
9633              Date: Fri, 22 Mar 2002 18:30:36 +0100
9634              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
9635              
9636              (plus use 4k instead 2k as the "usual" size)
9637      Branch: perl
9638            ! reentr.c reentr.pl
9639 ____________________________________________________________________________
9640 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
9641         Log: Update Changes.
9642      Branch: perl
9643            ! Changes patchlevel.h
9644 ____________________________________________________________________________
9645 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
9646         Log: Forgot from #15416.
9647      Branch: perl
9648            ! pod/perlfaq3.pod
9649 ____________________________________________________________________________
9650 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
9651         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
9652              From: andreas.koenig@anima.de (Andreas J. Koenig)
9653              Date: Fri, 22 Mar 2002 16:27:51 +0100
9654              Message-ID: <m3n0x0vczs.fsf@anima.de>
9655      Branch: perl
9656            ! pod/perlmodstyle.pod
9657 ____________________________________________________________________________
9658 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
9659         Log: metaconfig unit changes for #15418.
9660      Branch: metaconfig
9661            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9662            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9663            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9664            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9665            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9666            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9667            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9668            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9669            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9670            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9671            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9672            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9673            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9674            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9675            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9676            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9677            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9678            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9679            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9680            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9681            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9682            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9683            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9684            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9685 ____________________________________________________________________________
9686 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
9687         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
9688              Also, there's no i_stdio.
9689      Branch: perl
9690            ! Configure reentr.h reentr.pl
9691 ____________________________________________________________________________
9692 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
9693         Log: Document a known AIX warning.
9694      Branch: perl
9695            ! pod/perldelta.pod
9696 ____________________________________________________________________________
9697 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
9698         Log: Undo #15415, allow the faq people to catch up first.
9699      Branch: perl
9700            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9701 ____________________________________________________________________________
9702 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
9703         Log: FAQ sync.
9704      Branch: perl
9705            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
9706 ____________________________________________________________________________
9707 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
9708         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
9709              From: andreas.koenig@anima.de (Andreas J. Koenig)
9710              Date: Fri, 22 Mar 2002 15:16:19 +0100
9711              Message-ID: <m38z8kwuvg.fsf@anima.de>
9712              
9713              (plus reformat)
9714      Branch: perl
9715            ! pod/perldelta.pod
9716 ____________________________________________________________________________
9717 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
9718         Log: Integrate perlio;
9719              
9720              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
9721              
9722              Check for sanity of UTF-8 keys in hashes
9723      Branch: perl
9724           +> t/op/utfhash.t
9725           !> MANIFEST doio.c
9726 ____________________________________________________________________________
9727 [ 15412] By: nick                                  on 2002/03/22  10:50:53
9728         Log: Check for sanity of UTF-8 keys in hashes
9729              (feel free to add more tests...)
9730      Branch: perlio
9731            + t/op/utfhash.t
9732            ! MANIFEST
9733 ____________________________________________________________________________
9734 [ 15411] By: ams                                   on 2002/03/22  08:36:33
9735         Log: Revert #15200 for backwards compatiblity reasons.
9736      Branch: perl
9737            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
9738            ! pp_ctl.c t/op/override.t
9739 ____________________________________________________________________________
9740 [ 15410] By: nick                                  on 2002/03/22  07:47:41
9741         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
9742              - when (e.g.) STDOUT is char special file and gets IoOFP
9743              created - do _NOT_ pass num_svs as that fopen-s stringified
9744              glob, and not fdopen-s the fd.
9745      Branch: perlio
9746            ! doio.c
9747 ____________________________________________________________________________
9748 [ 15409] By: nick                                  on 2002/03/22  07:19:33
9749         Log: Integrate mainline
9750      Branch: perlio
9751           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
9752           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
9753           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
9754           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
9755           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
9756           +> ext/Encode/lib/Encode/Details.pod
9757           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9758           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
9759           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9760           +> lib/Pod/t/pod2html-lib.pl
9761            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9762           !> (integrate 39 files)
9763 ____________________________________________________________________________
9764 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
9765         Log: Win32 tweak from mjd.
9766      Branch: perl
9767            ! lib/Tie/File.pm
9768 ____________________________________________________________________________
9769 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
9770         Log: If Unicode keys are entered to a hash, a bit is turned on.
9771              If the bit is on, when the keys are fetched from the hash
9772              (%h, each %h, keys %h), the Unicodified versions of the keys
9773              are returned if needed.  This solution errs on the size of
9774              over-Unicodifying, the old solution erred on the side of
9775              under-Unicodifying.  As long as the hash keys can be a mix
9776              of byte and Unicode strings, a perfect fit is hard to come by.
9777      Branch: perl
9778            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
9779            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
9780 ____________________________________________________________________________
9781 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
9782         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9783              From: Mike Guy <mjtg@cam.ac.uk>
9784              Date: Fri, 22 Mar 2002 02:08:20 +0000
9785              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
9786      Branch: perl
9787            ! pod/perldelta.pod
9788 ____________________________________________________________________________
9789 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
9790         Log: PM_SETRE() fallout.
9791      Branch: perl
9792            ! ext/ByteLoader/bytecode.h
9793 ____________________________________________________________________________
9794 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
9795         Log: Subject: [PATCH pod/perlxs.pod] doc fix
9796              From: Stas Bekman <stas@stason.org>
9797              Date: Thu, 21 Mar 2002 18:47:35 +0800
9798              Message-ID: <3C99BA47.9010403@stason.org>
9799      Branch: perl
9800            ! pod/perlxs.pod
9801 ____________________________________________________________________________
9802 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
9803         Log: Subject: [PATCH]
9804              From: Slaven Rezic <slaven.rezic@berlin.de>
9805              Date: 21 Mar 2002 10:19:23 +0100
9806              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
9807              
9808              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
9809      Branch: perl
9810            ! hints/freebsd.sh
9811 ____________________________________________________________________________
9812 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
9813         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
9814              From: Tim Bunce <Tim.Bunce@pobox.com>
9815              Date: Thu, 21 Mar 2002 21:18:05 +0000
9816              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
9817      Branch: perl
9818            ! ext/Storable/Storable.xs
9819 ____________________________________________________________________________
9820 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
9821         Log: Reword the Apache^Wmod_perl bit so that Sarathy
9822              can sleep easier :-)
9823      Branch: perl
9824            ! pod/perldelta.pod
9825 ____________________________________________________________________________
9826 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
9827         Log: It seems that the strange failure (core dump) of
9828              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
9829              (1) using Sun's cc helps
9830              (2) rewriting the ithreads PM_SETRE() to do the
9831              setting in two steps helps
9832              (3) no other platforms have the crash
9833              (4) Tru64's Third Degree sees nothing evil
9834              So we implement (2).
9835      Branch: perl
9836            ! op.h
9837 ____________________________________________________________________________
9838 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
9839         Log: Solaris: default to the SUNwspro cc if it is available.
9840      Branch: perl
9841            ! hints/solaris_2.sh
9842 ____________________________________________________________________________
9843 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
9844         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9845              does not get fixed in time.
9846      Branch: perl
9847            ! pod/perldelta.pod
9848 ____________________________________________________________________________
9849 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
9850         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
9851              From: Dave Mitchell <davem@fdgroup.com>
9852              Date: Thu, 21 Mar 2002 17:24:40 +0000
9853              Message-ID: <20020321172440.C13683@fdgroup.com>
9854      Branch: perl
9855            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
9856            ! pod/perlapi.pod proto.h sv.h toke.c
9857 ____________________________________________________________________________
9858 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
9859         Log: One more proto escapee.
9860      Branch: perl
9861            ! hints/linux.sh
9862 ____________________________________________________________________________
9863 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
9864         Log: metaconfig unit change for #15394.
9865      Branch: metaconfig/U/perl
9866            ! Checkcc.U
9867 ____________________________________________________________________________
9868 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
9869         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
9870              From: Robin Barker <rmb1@cise.npl.co.uk>
9871              Date: Thu, 21 Mar 2002 17:35:00 GMT
9872              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
9873      Branch: perl
9874            ! Configure
9875 ____________________________________________________________________________
9876 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
9877         Log: Subject: Re: [tests for Pod::Html]
9878              From: Stas Bekman <stas@stason.org>
9879              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
9880              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
9881      Branch: perl
9882            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9883            - t/pod2html/README
9884            ! MANIFEST lib/Pod/t/pod2html-lib.pl
9885 ____________________________________________________________________________
9886 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
9887         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
9888              From: Stas Bekman <stas@stason.org>
9889              Date: Thu, 21 Mar 2002 18:50:56 +0800
9890              Message-ID: <3C99BB10.50004@stason.org>
9891      Branch: perl
9892            ! ext/Cwd/Cwd.xs
9893 ____________________________________________________________________________
9894 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
9895         Log: Upgrade to Encode 0.95, from Dan Kogai.
9896      Branch: perl
9897            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
9898            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
9899            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
9900            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
9901            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
9902            + ext/Encode/lib/Encode/Details.pod
9903            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9904            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9905            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9906            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
9907            ! ext/Encode/Makefile.PL
9908 ____________________________________________________________________________
9909 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
9910         Log: Mention the new syslog try-harder feature.
9911      Branch: perl
9912            ! pod/perldelta.pod
9913 ____________________________________________________________________________
9914 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
9915         Log: metaconfig unit changes for #15388.
9916      Branch: metaconfig
9917            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9918            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9919            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9920            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9921            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9922            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9923            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9924            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9925            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9926            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9927            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9928            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9929            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9930            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9931            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9932            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9933            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9934            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9935            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9936            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9937            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9938            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9939            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9940            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9941 ____________________________________________________________________________
9942 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
9943         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
9944              From: Spider Boardman <spider@web.zk3.dec.com>
9945              Date: Thu, 21 Mar 2002 09:23:45 -0500
9946              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
9947      Branch: perl
9948            ! Configure hints/hpux.sh reentr.pl
9949 ____________________________________________________________________________
9950 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
9951         Log: NetWare diff from C Aditya.
9952      Branch: perl
9953            ! perl.h
9954 ____________________________________________________________________________
9955 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
9956         Log: The htmlview test doesn't work yet.
9957      Branch: perl
9958            + t/pod2html/README
9959            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9960            ! MANIFEST
9961 ____________________________________________________________________________
9962 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
9963         Log: Placeholder.
9964      Branch: perl
9965            ! MANIFEST
9966 ____________________________________________________________________________
9967 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
9968         Log: Integrate perlio: missing tabs in makefile.mk.
9969      Branch: perl
9970           !> win32/makefile.mk
9971 ____________________________________________________________________________
9972 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
9973         Log: Subject: [tests for Pod::Html]
9974              From: Stas Bekman <stas@stason.org>
9975              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
9976              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
9977      Branch: perl
9978            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
9979            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9980            + lib/Pod/t/pod2html-lib.pl
9981            ! MANIFEST
9982 ____________________________________________________________________________
9983 [ 15382] By: nick                                  on 2002/03/21  07:21:57
9984         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
9985      Branch: perlio
9986           +> ext/Encode/AUTHORS ext/Encode/Changes
9987           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9988           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9989           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9990           +> ext/I18N/Langinfo/fallback/const-c.inc
9991           +> ext/I18N/Langinfo/fallback/const-xs.inc
9992           +> lib/ExtUtils/t/Constant.t
9993            - ext/Encode/Encode/euc-jp-0212.enc
9994            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
9995            - ext/Encode/t/table.euc ext/Encode/t/table.ref
9996            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
9997           !> (integrate 105 files)
9998 ____________________________________________________________________________
9999 [ 15381] By: nick                                  on 2002/03/21  06:59:57
10000         Log: Restore tabs so dmake will parse file!
10001      Branch: perlio
10002            ! win32/makefile.mk
10003 ____________________________________________________________________________
10004 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
10005         Log: Upgrade to Unicode::Normalize 0.16.
10006      Branch: perl
10007            ! ext/Unicode/Normalize/Changes
10008            ! ext/Unicode/Normalize/Normalize.pm
10009 ____________________________________________________________________________
10010 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
10011         Log: Schwern's wallet is a bit more loose.
10012      Branch: perl
10013            ! t/lib/1_compile.t
10014 ____________________________________________________________________________
10015 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
10016         Log: Subject: [PATCH]
10017              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10018              Date: Wed, 20 Mar 2002 22:56:17 -0000
10019              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
10020              
10021              packWARN also for subdirs.
10022      Branch: perl
10023            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
10024            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
10025            ! win32/win32.c
10026 ____________________________________________________________________________
10027 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
10028         Log: A plan is better.
10029      Branch: perl
10030            ! ext/Encode/t/CJKalias.t
10031 ____________________________________________________________________________
10032 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
10033         Log: Upgrade to Encode 0.94, from Dan Kogai.
10034      Branch: perl
10035            + ext/Encode/lib/Encode/Description.pod
10036            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10037            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
10038            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10039            ! ext/Encode/lib/Encode/Encoding.pm
10040            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10041            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10042            ! ext/Encode/t/CJKalias.t
10043 ____________________________________________________________________________
10044 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
10045         Log: Rats' nest.
10046      Branch: perl
10047            ! hints/solaris_2.sh
10048 ____________________________________________________________________________
10049 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
10050         Log: Rrright.
10051      Branch: perl
10052            ! pod/perlguts.pod
10053 ____________________________________________________________________________
10054 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
10055         Log: Update Changes.
10056      Branch: perl
10057            ! Changes patchlevel.h
10058 ____________________________________________________________________________
10059 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
10060         Log: Reapply #15336.
10061      Branch: perl
10062            ! ext/Encode/lib/Encode/Tcl.pm
10063 ____________________________________________________________________________
10064 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
10065         Log: Upgrade to Encode 0.93, from Dan Kogai.
10066      Branch: perl
10067            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
10068            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
10069            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
10070            ! ext/Encode/README ext/Encode/TW/TW.pm
10071            ! ext/Encode/lib/Encode/CN/HZ.pm
10072            ! ext/Encode/lib/Encode/Encoding.pm
10073            ! ext/Encode/lib/Encode/Internal.pm
10074            ! ext/Encode/lib/Encode/JP/Constants.pm
10075            ! ext/Encode/lib/Encode/JP/H2Z.pm
10076            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10077            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10078            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10079            ! ext/Encode/lib/Encode/Tcl/Table.pm
10080            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10081            ! ext/Encode/lib/Encode/iso10646_1.pm
10082            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10083            ! ext/Encode/t/JP.t
10084 ____________________________________________________________________________
10085 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
10086         Log: Subject: patch for syslog
10087              From: <Nick.Williams@morganstanley.com>
10088              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
10089              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
10090      Branch: perl
10091            ! ext/Sys/Syslog/Syslog.pm
10092 ____________________________________________________________________________
10093 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
10094         Log: Some failure updates.
10095      Branch: perl
10096            ! pod/perldelta.pod
10097 ____________________________________________________________________________
10098 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
10099         Log: Getopt::Long 2.29 from Johan Vromans.
10100      Branch: perl
10101            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
10102 ____________________________________________________________________________
10103 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
10104         Log: Rename ExtUtils.t to Constant.t, as suggested by
10105              Nicholas Clark.
10106      Branch: perl
10107            + lib/ExtUtils/t/Constant.t
10108            - lib/ExtUtils/t/ExtUtils.t
10109            ! MANIFEST
10110 ____________________________________________________________________________
10111 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
10112         Log: Subject: [PATCH] TODO - Make Schwern Poorer
10113              From: Nicholas Clark <nick@unfortu.net>
10114              Date: Tue, 19 Mar 2002 22:50:28 +0000
10115              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
10116      Branch: perl
10117            ! t/lib/1_compile.t
10118 ____________________________________________________________________________
10119 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
10120         Log: Subject: Re: The story of O [PATCH]
10121              From: Richard.Foley@t-online.de (Richard Foley)
10122              Date: Sun, 17 Mar 2002 08:37:26 +0100
10123              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
10124      Branch: perl
10125            ! lib/perl5db.pl
10126 ____________________________________________________________________________
10127 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
10128         Log: Mention the external modules Encode::HanExtra and
10129              PadWalker.
10130      Branch: perl
10131            ! pod/perldelta.pod
10132 ____________________________________________________________________________
10133 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
10134         Log: Subject: [PATCH] List lexicals from debugger
10135              From: Peter Scott <Peter@PSDT.com>
10136              Date: Tue, 19 Mar 2002 12:28:52 -0800
10137              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
10138      Branch: perl
10139            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
10140 ____________________________________________________________________________
10141 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
10142         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
10143              and :encoding(xxx) was errorneously parsed.
10144      Branch: perl
10145            ! lib/open.pm
10146 ____________________________________________________________________________
10147 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
10148         Log: Subject: [PATCH bleadperl] exec.t tweak
10149              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10150              Date: Wed, 20 Mar 2002 01:21:40 +0100
10151              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
10152              
10153              4NT returns 2 as error-code for nonexistant file.
10154      Branch: perl
10155            ! t/op/exec.t
10156 ____________________________________________________________________________
10157 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
10158         Log: minor Tie::File test patch to make win32 happier, from mjd.
10159      Branch: perl
10160            ! lib/Tie/File/t/30_defer.t
10161 ____________________________________________________________________________
10162 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
10163         Log: Subject: [PATCH bleadperl] magic.t tweak
10164              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10165              Date: Wed, 20 Mar 2002 00:39:16 +0100
10166              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
10167      Branch: perl
10168            ! t/op/magic.t
10169 ____________________________________________________________________________
10170 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
10171         Log: Typo fix from Andreas Koenig, plus a tweak.
10172      Branch: perl
10173            ! pod/perlunicode.pod
10174 ____________________________________________________________________________
10175 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
10176         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
10177              in Mandrake 8.2.  Now we need to figure out a way not to
10178              unbreak Apache.
10179      Branch: perl
10180            ! hints/linux.sh
10181 ____________________________________________________________________________
10182 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
10183         Log: Fix for "UTF-8 bug with s///" from Hugo.
10184      Branch: perl
10185            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
10186            ! t/op/pat.t
10187 ____________________________________________________________________________
10188 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
10189         Log: metaconfig unit change for #15354.
10190      Branch: metaconfig
10191            ! U/threads/usethreads.U
10192 ____________________________________________________________________________
10193 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
10194         Log: Installation updates on threads and perlio.
10195      Branch: perl
10196            ! Configure INSTALL
10197 ____________________________________________________________________________
10198 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
10199         Log: Tpo.
10200      Branch: perl
10201            ! pod/perlfaq6.pod
10202 ____________________________________________________________________________
10203 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
10204         Log: Regen modlib and toc.
10205      Branch: perl
10206            ! pod/perlmodlib.pod pod/perltoc.pod
10207 ____________________________________________________________________________
10208 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
10209         Log: Whitespace tweaks.
10210      Branch: perl
10211            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
10212            ! pod/perltodo.pod pod/perlunicode.pod
10213 ____________________________________________________________________________
10214 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
10215         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
10216              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
10217              (And as suggested by Markus Kuhn.)
10218              
10219              While we are at it, document also the case of
10220              mixed hash keys as a known potential troublemaker.
10221              (Since it's locale-related, sometimes.)
10222      Branch: perl
10223            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
10224            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
10225            ! pod/perluniintro.pod
10226 ____________________________________________________________________________
10227 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
10228         Log: Surely a typo.
10229      Branch: perl
10230            ! gv.c
10231 ____________________________________________________________________________
10232 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
10233         Log: Take two.
10234      Branch: perl
10235            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10236            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10237 ____________________________________________________________________________
10238 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
10239         Log: Let's try this from scratch.
10240      Branch: perl
10241            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10242            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10243 ____________________________________________________________________________
10244 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
10245         Log: I could do this all day...
10246      Branch: perl
10247            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10248            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10249 ____________________________________________________________________________
10250 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
10251         Log: Grrr.
10252      Branch: perl
10253            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10254            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10255 ____________________________________________________________________________
10256 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
10257         Log: Subject: Re: Nearly OK for cygwin@15318
10258              From: John Peacock <jpeacock@rowman.com>
10259              Date: Tue, 19 Mar 2002 15:58:08 -0500
10260              Message-ID: <3C97A660.3060302@rowman.com>
10261      Branch: perl
10262            ! pod/perlport.pod
10263 ____________________________________________________________________________
10264 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
10265         Log: Subject: Re: Nearly OK for cygwin@15318
10266              From: <slaven.rezic@berlin.de>
10267              Date: Tue, 19 Mar 2002 21:47:49 +0100
10268              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
10269              
10270              Subject: Re: Nearly OK for cygwin@15318
10271              From: <slaven.rezic@berlin.de>
10272              Date: Tue, 19 Mar 2002 21:37:18 +0100
10273              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
10274      Branch: perl
10275            ! pod/perlport.pod t/io/fs.t
10276 ____________________________________________________________________________
10277 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
10278         Log: D'oh.
10279      Branch: perl
10280            + ext/I18N/Langinfo/fallback/const-c.inc
10281            + ext/I18N/Langinfo/fallback/const-xs.inc
10282 ____________________________________________________________________________
10283 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
10284         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
10285              From: Nicholas Clark <nick@unfortu.net>
10286              Date: Tue, 19 Mar 2002 22:37:08 +0000
10287              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
10288              
10289              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
10290              From: Nicholas Clark <nick@ccl4.org>
10291              Date: Tue, 19 Mar 2002 22:39:55 +0000
10292              Message-ID: <20020319223954.G94831@plum.flirble.org>
10293      Branch: perl
10294            - ext/I18N/Langinfo/fallback.xs
10295            ! MANIFEST
10296 ____________________________________________________________________________
10297 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
10298         Log: Text, not binary.
10299      Branch: perl
10300            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10301            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10302 ____________________________________________________________________________
10303 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
10304         Log: Subject: Re: perl@15244
10305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10306              Date: Mon, 18 Mar 2002 17:37:31 +0100
10307              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
10308              
10309              (Goedendag: Dutch whitespace police)
10310      Branch: perl
10311            ! hints/hpux.sh
10312 ____________________________________________________________________________
10313 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
10314         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
10315              From: Nicholas Clark <nick@unfortu.net>
10316              Date: Tue, 19 Mar 2002 21:52:47 +0000
10317              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
10318      Branch: perl
10319            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
10320            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
10321            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
10322            ! ext/Sys/Syslog/Makefile.PL
10323 ____________________________________________________________________________
10324 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
10325         Log: More pathname portability checks.
10326      Branch: perl
10327            ! Porting/check83.pl
10328 ____________________________________________________________________________
10329 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
10330         Log: Begone, Encode::Tcl::Extended.
10331      Branch: perl
10332            ! ext/Encode/lib/Encode/Tcl.pm
10333 ____________________________________________________________________________
10334 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
10335         Log: This is like trying to put the shaving cream
10336              back to the can...
10337      Branch: perl
10338            ! hints/linux.sh
10339 ____________________________________________________________________________
10340 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
10341         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
10342              types of usleep().  Fun, fun. fun.
10343      Branch: perl
10344            ! hints/linux.sh
10345 ____________________________________________________________________________
10346 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
10347         Log: Sarathy's new suggestion for Linux threading flags.
10348      Branch: perl
10349            ! hints/linux.sh
10350 ____________________________________________________________________________
10351 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
10352         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
10353      Branch: perl
10354            - ext/Encode/Encode/euc-jp-0212.ucm
10355            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
10356            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10357 ____________________________________________________________________________
10358 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
10359         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
10360              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10361              Date: Tue, 19 Mar 2002 00:42:22 +0100
10362              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
10363      Branch: perl
10364            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
10365 ____________________________________________________________________________
10366 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
10367         Log: "+" is not a valid filename character in VMS.
10368      Branch: perl
10369            + ext/Encode/Encode/euc-jp-0212.ucm
10370            - ext/Encode/Encode/euc-jp+0212.ucm
10371            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10372 ____________________________________________________________________________
10373 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
10374         Log: Update Changes.
10375      Branch: perl
10376            ! Changes patchlevel.h
10377 ____________________________________________________________________________
10378 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
10379         Log: Take away _GNU_SOURCE since that does not seem
10380              to play well with other software (like Apache),
10381              just hint away the WHOAs.
10382      Branch: perl
10383            ! hints/linux.sh
10384 ____________________________________________________________________________
10385 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
10386         Log: metaconfig unit change for #15326.
10387      Branch: metaconfig
10388            ! U/threads/d_crypt_r.U
10389 ____________________________________________________________________________
10390 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
10391         Log: Support crypt_r(const char*,const char*, CRYPTD*).
10392      Branch: perl
10393            ! Configure reentr.h reentr.pl
10394 ____________________________________________________________________________
10395 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
10396         Log: VMS acrobatics from Peter Prymmer.
10397      Branch: perl
10398            ! lib/ExtUtils/t/ExtUtils.t
10399 ____________________________________________________________________________
10400 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
10401         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
10402              From: Stas Bekman <stas@stason.org>
10403              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
10404              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
10405      Branch: perl
10406            ! lib/Pod/Html.pm
10407 ____________________________________________________________________________
10408 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
10409         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
10410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10411              Date: Tue, 19 Mar 2002 10:49:27 +0100
10412              Message-ID: <20020319104927.C705@rafael>   
10413      Branch: perl
10414            ! ext/B/t/xref.t
10415 ____________________________________________________________________________
10416 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
10417         Log: Integrate perlio;
10418              
10419              Move docs for Encode::valid_utf8 (which does not exist)
10420              to be docs for utf8::valid() (which does).
10421      Branch: perl
10422           !> ext/Encode/Encode.pm lib/utf8.pm
10423 ____________________________________________________________________________
10424 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
10425         Log: Remove Encode::Tcl::Extended, suggested by
10426              SADAHIRO Tomoyuki.
10427      Branch: perl
10428            - ext/Encode/Encode/euc-jp-0212.enc
10429            - ext/Encode/lib/Encode/Tcl/Extended.pm
10430            ! MANIFEST ext/Encode/MANIFEST
10431            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10432            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
10433 ____________________________________________________________________________
10434 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
10435         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
10436      Branch: perl
10437            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
10438            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
10439            + ext/Encode/t/jisx0212.ref
10440            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
10441            - ext/Encode/t/table.ref
10442            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
10443            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
10444            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
10445            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10446            ! ext/Encode/lib/Encode/CN/HZ.pm
10447            ! ext/Encode/lib/Encode/Encoding.pm
10448            ! ext/Encode/lib/Encode/Internal.pm
10449            ! ext/Encode/lib/Encode/JP/Constants.pm
10450            ! ext/Encode/lib/Encode/JP/H2Z.pm
10451            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10452            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10453            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10454            ! ext/Encode/lib/Encode/Tcl/Extended.pm
10455            ! ext/Encode/lib/Encode/Tcl/Table.pm
10456            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10457            ! ext/Encode/lib/Encode/iso10646_1.pm
10458            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10459            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
10460            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
10461 ____________________________________________________________________________
10462 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
10463         Log: constness+signedness nit.
10464      Branch: perl
10465            ! ext/Unicode/Normalize/Normalize.xs
10466 ____________________________________________________________________________
10467 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
10468         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
10469      Branch: perl
10470            ! ext/Unicode/Normalize/Changes
10471            ! ext/Unicode/Normalize/Normalize.pm
10472            ! ext/Unicode/Normalize/Normalize.xs
10473            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10474            ! ext/Unicode/Normalize/t/func.t
10475 ____________________________________________________________________________
10476 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
10477         Log: Split the ebcdic details to perlebcdic.
10478      Branch: perl
10479            ! pod/perlebcdic.pod pod/perluniintro.pod
10480 ____________________________________________________________________________
10481 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
10482         Log: Be explicit.
10483      Branch: perl
10484            ! pod/perluniintro.pod
10485 ____________________________________________________________________________
10486 [ 15315] By: nick                                  on 2002/03/19  09:24:18
10487         Log: Integrate mainline
10488      Branch: perlio
10489           +> ext/List/Util/t/openhan.t
10490           !> (integrate 53 files)
10491 ____________________________________________________________________________
10492 [ 15314] By: nick                                  on 2002/03/19  07:39:07
10493         Log: Move docs for Encode::valid_utf8 (which does not exist)
10494              to be docs for utf8::valid() (which does).
10495      Branch: perlio
10496            ! ext/Encode/Encode.pm lib/utf8.pm
10497 ____________________________________________________________________________
10498 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
10499         Log: Update the Unicode vs EBCDIC situation.
10500      Branch: perl
10501            ! pod/perlebcdic.pod pod/perluniintro.pod
10502 ____________________________________________________________________________
10503 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
10504         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
10505              From: Robert Spier <rspier@pobox.com>
10506              Date: Mon, 18 Mar 2002 19:22:55 -0800
10507              Message-ID: <15510.44815.383439.823671@rls.cx>
10508      Branch: perl
10509            ! ext/threads/t/end.t
10510 ____________________________________________________________________________
10511 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
10512         Log: UTF-8 walk errors that become visible in EBCDIC.
10513      Branch: perl
10514            ! regexec.c
10515 ____________________________________________________________________________
10516 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
10517         Log: s/regcinclasslen/reginclass/ and remove the old
10518              reginclass since nothing is using it.
10519      Branch: perl
10520            ! embed.fnc embed.h proto.h regexec.c
10521 ____________________________________________________________________________
10522 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
10523         Log: Close the file so it can be (a) removed (b) reopened.
10524      Branch: perl
10525            ! ext/B/t/xref.t
10526 ____________________________________________________________________________
10527 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
10528         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
10529              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10530              Date: Mon, 18 Mar 2002 23:14:31 +0100
10531              Message-ID: <20020318231431.A699@rafael>
10532      Branch: perl
10533            ! ext/B/B.xs utf8.c
10534 ____________________________________________________________________________
10535 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
10536         Log: Failed patch hunk reapplied.
10537      Branch: perl
10538            ! lib/Tie/File/t/32_defer_misc.t
10539 ____________________________________________________________________________
10540 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
10541         Log: For DEBUGGING threaded builds.
10542      Branch: perl
10543            ! sv.c
10544 ____________________________________________________________________________
10545 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
10546         Log: AUTHORS update.
10547      Branch: perl
10548            ! AUTHORS
10549 ____________________________________________________________________________
10550 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
10551         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
10552              (Fix from Craig Berry)
10553      Branch: perl
10554            ! pp_sys.c
10555 ____________________________________________________________________________
10556 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
10557         Log: Subject: [PATCH] configure.com home-grown kill() check
10558              From: "Craig A. Berry" <craigberry@mac.com>
10559              Date: Mon, 18 Mar 2002 13:52:59 -0600
10560              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
10561      Branch: perl
10562            ! configure.com
10563 ____________________________________________________________________________
10564 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
10565         Log: Upgrade to Tie::File 0.50.
10566      Branch: perl
10567            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
10568            ! lib/Tie/File/t/32_defer_misc.t
10569 ____________________________________________________________________________
10570 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
10571         Log: AUTHORS updates.
10572      Branch: perl
10573            ! AUTHORS
10574 ____________________________________________________________________________
10575 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
10576         Log: Update Changes.
10577      Branch: perl
10578            ! Changes patchlevel.h
10579 ____________________________________________________________________________
10580 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
10581         Log: OS/390 update.
10582      Branch: perl
10583            ! pod/perldelta.pod
10584 ____________________________________________________________________________
10585 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
10586         Log: Forgot from #15288.
10587      Branch: perl
10588            ! ext/B/B.xs
10589 ____________________________________________________________________________
10590 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
10591         Log: Make regex DEBUGGING faster.
10592      Branch: perl
10593            ! perl.c perl.h regexec.c
10594 ____________________________________________________________________________
10595 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
10596         Log: Undo accidental perl.h part of #15295 (wait for #15297)
10597      Branch: perl
10598            ! perl.h
10599 ____________________________________________________________________________
10600 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
10601         Log: Subject: prefix slip
10602              From: andreas.koenig@anima.de (Andreas J. Koenig)
10603              Date: Mon, 18 Mar 2002 16:24:46 +0100
10604              Message-ID: <m3y9gp3nlt.fsf@anima.de>
10605              
10606              (perl.h part accidental, undone by #15296)
10607      Branch: perl
10608            ! INSTALL perl.h
10609 ____________________________________________________________________________
10610 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
10611         Log: Be tidy.
10612      Branch: perl
10613            ! ext/B/t/xref.t
10614 ____________________________________________________________________________
10615 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
10616         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
10617              From: Spider Boardman <spider@web.zk3.dec.com>
10618              Date: Mon, 18 Mar 2002 10:09:50 -0500
10619              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
10620      Branch: perl
10621            ! README.tru64 hints/dec_osf.sh
10622 ____________________________________________________________________________
10623 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
10624         Log: NetWare tweaks from C Aditya <caditya@novell.com>
10625      Branch: perl
10626            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
10627 ____________________________________________________________________________
10628 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
10629         Log: metaconfig unit change for #15290.
10630      Branch: metaconfig/U/perl
10631            ! perlxv.U
10632 ____________________________________________________________________________
10633 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
10634         Log: Subject: d_nv_preserves_uv_bits
10635              From: Nicholas Clark <nick@unfortu.net>
10636              Date: Thu, 14 Mar 2002 22:24:19 +0000
10637              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
10638      Branch: perl
10639            ! Configure Porting/Glossary Porting/config.sh config_h.SH
10640            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
10641            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10642            ! win32/config.bc win32/config.gc win32/config.vc
10643            ! win32/config.win64
10644 ____________________________________________________________________________
10645 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
10646         Log: Subject: Re: perl@15244
10647              From: Spider Boardman <spider@web.zk3.dec.com>
10648              Date: Mon, 18 Mar 2002 09:38:55 -0500
10649              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
10650              
10651              (IA64 work.)
10652      Branch: perl
10653            ! hints/hpux.sh perl.h
10654 ____________________________________________________________________________
10655 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
10656         Log: Subject: [PATCH B] B::perlstring()
10657              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10658              Date: Sun, 17 Mar 2002 23:06:12 +0100
10659              Message-ID: <20020317230612.A24442@rafael>
10660      Branch: perl
10661            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
10662 ____________________________________________________________________________
10663 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
10664         Log: Subject: [PATCH] another pack "w" thing
10665              From: Nicholas Clark <nick@unfortu.net>
10666              Date: Sat, 16 Mar 2002 21:52:15 +0000
10667              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
10668      Branch: perl
10669            ! pp_pack.c t/op/pack.t
10670 ____________________________________________________________________________
10671 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
10672         Log: More prototypes blindness in Solaris.
10673              (TODO: readdir64_r really needs to be seen.)
10674      Branch: perl
10675            ! hints/solaris_2.sh
10676 ____________________________________________________________________________
10677 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
10678         Log: Integrate perlio;
10679              
10680              Tidy the "does not map" message for non-characters
10681              (e.g. iso-8859-3 "\xA5").
10682      Branch: perl
10683           !> ext/Encode/Encode.xs
10684 ____________________________________________________________________________
10685 [ 15284] By: nick                                  on 2002/03/18  11:00:31
10686         Log: Integrate mainline
10687      Branch: perlio
10688           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
10689           +> lib/Tie/File/t/32_defer_misc.t
10690           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
10691           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
10692           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
10693           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
10694           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
10695           !> reentr.pl regexec.c t/op/pat.t util.c
10696 ____________________________________________________________________________
10697 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
10698         Log: Sync with Scalar-List-Utils-1.07
10699      Branch: perl
10700            + ext/List/Util/t/openhan.t
10701            ! MANIFEST ext/List/Util/ChangeLog
10702            ! ext/List/Util/lib/List/Util.pm
10703            ! ext/List/Util/lib/Scalar/Util.pm
10704 ____________________________________________________________________________
10705 [ 15282] By: nick                                  on 2002/03/18  08:11:28
10706         Log: Tidy the "does not map" message for non-characters
10707              (e.g. iso-8859-3 "\xA5").
10708      Branch: perlio
10709            ! ext/Encode/Encode.xs
10710 ____________________________________________________________________________
10711 [ 15281] By: ams                                   on 2002/03/18  04:44:37
10712         Log: URL fix from MJD.
10713      Branch: perl
10714            ! pod/perlfaq3.pod
10715 ____________________________________________________________________________
10716 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
10717         Log: More prototype calming (really should fix the Configure
10718              protochk, but not at this point in time).
10719      Branch: perl
10720            ! hints/solaris_2.sh
10721 ____________________________________________________________________________
10722 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
10723         Log: return at the wrong side of #endif.
10724      Branch: perl
10725            ! util.c
10726 ____________________________________________________________________________
10727 [ 15278] By: ams                                   on 2002/03/17  23:45:31
10728         Log: Typo fix from Stas Bekman.
10729      Branch: perl
10730            ! pod/perlhack.pod
10731 ____________________________________________________________________________
10732 [ 15277] By: ams                                   on 2002/03/17  23:41:35
10733         Log: Upgrade to Tie::File 0.21.
10734      Branch: perl
10735            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
10736            + lib/Tie/File/t/32_defer_misc.t
10737            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
10738            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
10739            ! lib/Tie/File/t/22_autochomp.t
10740 ____________________________________________________________________________
10741 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
10742         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
10743              character classes use inlined macros instead of the full
10744              function call.
10745      Branch: perl
10746            ! regexec.c
10747 ____________________________________________________________________________
10748 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
10749         Log: Integrate perlio;
10750              
10751              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
10752              
10753              Other :encoding oddities
10754              - we should really pop while we can still make method calls
10755              in case DESTROY does something.
10756              - Provide a no-op DESTROY
10757              - Use SvPV_only() rather than just SvPV_on()
10758      Branch: perl
10759           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10760           !> ext/Encode/lib/Encode/Encoding.pm sv.c
10761 ____________________________________________________________________________
10762 [ 15274] By: nick                                  on 2002/03/17  20:00:12
10763         Log: Other :encoding oddities
10764              - we should really pop while we can still make method calls
10765              in case DESTROY does something.
10766              - Provide a no-op DESTROY
10767              - Use SvPV_only() rather than just SvPV_on()
10768      Branch: perlio
10769            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10770            ! ext/Encode/lib/Encode/Encoding.pm
10771 ____________________________________________________________________________
10772 [ 15273] By: nick                                  on 2002/03/17  19:53:24
10773         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
10774      Branch: perlio
10775            ! sv.c
10776 ____________________________________________________________________________
10777 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
10778         Log: Implement the retry-on-ERANGE for the get*_r().
10779              The buffer will keep doubling until 64k.
10780      Branch: perl
10781            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
10782            ! reentr.h reentr.pl
10783 ____________________________________________________________________________
10784 [ 15271] By: nick                                  on 2002/03/17  17:38:44
10785         Log: Integrate mainline
10786      Branch: perlio
10787           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10788           +> t/op/pow.t
10789           !> (integrate 28 files)
10790 ____________________________________________________________________________
10791 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
10792         Log: Subject: UTF-8 bug (maybe alreayd known?)
10793              From: andreas.koenig@anima.de (Andreas J. Koenig)
10794              Date: Fri, 08 Mar 2002 16:36:01 +0100
10795              Message-ID: <m3n0xjul5q.fsf@anima.de>
10796      Branch: perl
10797            ! pp_hot.c t/op/pat.t
10798 ____________________________________________________________________________
10799 [ 15269] By: nick                                  on 2002/03/17  09:12:39
10800         Log: Integarate mainline
10801      Branch: perlio
10802           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
10803           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
10804           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
10805           !> (integrate 69 files)
10806 ____________________________________________________________________________
10807 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
10808         Log: Subject: SEGV in s/// and UTF-8
10809              From: andreas.koenig@anima.de (Andreas J. Koenig)
10810              Date: Tue, 12 Mar 2002 00:40:09 +0100
10811              Message-ID: <m3r8mqad2e.fsf@anima.de>
10812      Branch: perl
10813            ! regexec.c t/op/pat.t
10814 ____________________________________________________________________________
10815 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
10816         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
10817              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
10818              which assume that 2**someinteger is accurate.
10819      Branch: perl
10820            + t/op/pow.t
10821            ! MANIFEST pp.c t/test.pl
10822 ____________________________________________________________________________
10823 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
10824         Log: _r-ify config.win64, too.
10825      Branch: perl
10826            ! win32/config.win64
10827 ____________________________________________________________________________
10828 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
10829         Log: Better place to initialize (IRIX cc noticed that
10830              the many "goto defchars" bypass the initialization)
10831      Branch: perl
10832            ! regcomp.c
10833 ____________________________________________________________________________
10834 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
10835         Log: If not building threaded, never mind the threaded prototypes.
10836      Branch: perl
10837            ! Configure reentr.pl
10838 ____________________________________________________________________________
10839 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
10840         Log: metaconfig: If not using threads, not point probing for the
10841              prototypes (since they might be hidden behind many defines
10842              we won't have if not building threaded)
10843      Branch: metaconfig
10844            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10845            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10846            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10847            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10848            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10849            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10850            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10851            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10852            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10853            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10854            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10855            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10856            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10857            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10858            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10859            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10860            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10861            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10862            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10863            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10864            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10865            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10866            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10867            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10868 ____________________________________________________________________________
10869 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
10870         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
10871      Branch: perl
10872            ! hints/freebsd.sh
10873 ____________________________________________________________________________
10874 [ 15261] By: ams                                   on 2002/03/16  18:14:04
10875         Log: Upgrade to Tie::File 0.20.
10876      Branch: perl
10877            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10878            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
10879            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
10880            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
10881            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
10882            ! lib/Tie/File/t/11_rv_splice_rs.t
10883            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
10884            ! lib/Tie/File/t/16_handle.t
10885 ____________________________________________________________________________
10886 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
10887         Log: There seems to be a trend for the *time_r to be hidden.
10888      Branch: perl
10889            ! hints/irix_6.sh
10890 ____________________________________________________________________________
10891 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
10892         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
10893              From: Stas Bekman <stas@stason.org>
10894              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
10895              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
10896      Branch: perl
10897            ! lib/Pod/Html.pm
10898 ____________________________________________________________________________
10899 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
10900         Log: Subject: [PATCH] Re: dumpvar.pl bug
10901              From: Peter Scott <Peter@PSDT.com>
10902              Date: Fri, 15 Mar 2002 18:19:21 -0800
10903              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
10904      Branch: perl
10905            ! lib/dumpvar.pl lib/perl5db.pl
10906 ____________________________________________________________________________
10907 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
10908         Log: More paranoid _r protochecking.  At least Tru64 and
10909              Linux need additional hinting help to believe that
10910              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
10911              to see what goes bang.
10912      Branch: perl
10913            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
10914            ! reentr.pl
10915 ____________________________________________________________________________
10916 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
10917         Log: metaconfig: more paranoid _r protochecking.
10918      Branch: metaconfig
10919            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10920            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10921            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10922            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10923            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10924            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10925            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10926            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10927            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10928            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10929            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10930            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10931            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10932            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10933            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10934            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10935            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10936            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10937            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10938            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10939            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10940            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10941            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10942            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10943 ____________________________________________________________________________
10944 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
10945         Log: HP-UX gcc 3 warnings found by Sarathy.
10946      Branch: perl
10947            ! regcomp.c sv.c
10948 ____________________________________________________________________________
10949 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
10950         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
10951              From: Slaven Rezic <slaven.rezic@berlin.de>
10952              Date: 16 Mar 2002 15:29:18 +0100
10953              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
10954      Branch: perl
10955            ! pod/perldelta.pod
10956 ____________________________________________________________________________
10957 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
10958         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
10959      Branch: perl
10960            ! Porting/findrfuncs reentr.h reentr.pl
10961 ____________________________________________________________________________
10962 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
10963         Log: UIN32_MAX with borken under HP-UX+gcc
10964      Branch: perl
10965            ! handy.h
10966 ____________________________________________________________________________
10967 [ 15251] By: ams                                   on 2002/03/16  02:38:08
10968         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
10969              *::DESTROY() is deprecated
10970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10971              Date: Thu, 14 Mar 2002 18:39:22 -0500
10972              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
10973              
10974              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
10975              *::DESTROY() is deprecated
10976              From: Dave Mitchell <davem@fdgroup.com>
10977              Date: Fri, 15 Mar 2002 19:22:49 +0000
10978              Message-Id: <20020315192249.A22389@fdgroup.com>
10979      Branch: perl
10980            ! gv.c t/op/method.t
10981 ____________________________________________________________________________
10982 [ 15250] By: ams                                   on 2002/03/16  02:14:41
10983         Log: Plural nit.
10984      Branch: perl
10985            ! pod/perldelta.pod
10986 ____________________________________________________________________________
10987 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
10988         Log: Doesn't make sense to test for protos if the
10989              functions are not to be used (!= functions exist!)
10990              This might be the key (well, a key) to the HP-UX
10991              problems.
10992      Branch: perl
10993            ! reentr.h reentr.pl
10994 ____________________________________________________________________________
10995 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
10996         Log: Typo in #15247.
10997      Branch: perl
10998            ! hints/hpux.sh
10999 ____________________________________________________________________________
11000 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
11001         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
11002              in HP-UX (from H.Merijn Brand)
11003      Branch: perl
11004            ! hints/hpux.sh
11005 ____________________________________________________________________________
11006 [ 15246] By: ams                                   on 2002/03/15  17:53:23
11007         Log: Subject: minor corrections in perldelta.pod
11008              From: mjd@plover.com
11009              Date: 15 Mar 2002 18:48:42 -0000
11010              Message-Id: <20020315184842.13573.qmail@plover.com>
11011      Branch: perl
11012            ! pod/perldelta.pod
11013 ____________________________________________________________________________
11014 [ 15245] By: ams                                   on 2002/03/15  17:37:52
11015         Log: Upgrade to Tie::File 0.19.
11016      Branch: perl
11017            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
11018            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
11019            + lib/Tie/File/t/21_win32.t
11020            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
11021            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
11022            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
11023            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
11024            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
11025            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
11026            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
11027            ! lib/Tie/File/t/17_misc_meth.t
11028 ____________________________________________________________________________
11029 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
11030         Log: Update Changes.
11031      Branch: perl
11032            ! Changes patchlevel.h
11033 ____________________________________________________________________________
11034 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
11035         Log: Forgot from #15241.
11036      Branch: perl
11037            ! win32/config_sh.PL
11038 ____________________________________________________________________________
11039 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
11040         Log: Subject: patch pod/perltodo.pod
11041              From: mjd@plover.com
11042              Date: 15 Mar 2002 15:42:18 -0000
11043              Message-ID: <20020315154218.10163.qmail@plover.com>
11044              
11045              (With s/WANT/Want/)
11046      Branch: perl
11047            ! pod/perltodo.pod
11048 ____________________________________________________________________________
11049 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
11050         Log: Subject: [PATCH bleadperl] (revision 5 undef)
11051              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11052              Date: Fri, 15 Mar 2002 00:39:48 +0100
11053              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
11054      Branch: perl
11055            ! win32/config.bc win32/config.gc win32/config.vc
11056            ! win32/config.win64
11057 ____________________________________________________________________________
11058 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
11059         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
11060              From: Michael G Schwern <schwern@pobox.com>
11061              Date: Thu, 14 Mar 2002 16:39:29 -0500
11062              Message-ID: <20020314213929.GA2912@blackrider>
11063      Branch: perl
11064            ! lib/perl5db.pl
11065 ____________________________________________________________________________
11066 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
11067         Log: Integrate perlio.
11068      Branch: perl
11069           !> embed.fnc ext/Encode/t/JP.t
11070 ____________________________________________________________________________
11071 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
11072         Log: Monster _r patch: try to scan for all known _r variants,
11073              and then use them (under ithreads).  May fail in HP-UX,
11074              and the op/groups is known to be fickle everywhere.  Known
11075              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
11076              warnings in AIX since the first arguments of getnetbyaddr
11077              and getnetbyadd_r are of different types.  Thanks, IBM.)
11078              
11079              In non-Configure platforms deny the existence of any
11080              of the _r thingies.  (Also add the recently introduced
11081              d_tm_* to places it wasn't already in.)
11082              
11083              TODO: the suggested glibc buffer growth retry loop in case
11084              some entries (at least for: gr*, host*) are big.
11085              Forgot win32/config.win64.
11086      Branch: perl
11087            + reentr.c reentr.h reentr.pl
11088            ! Configure MANIFEST Makefile.SH NetWare/Makefile
11089            ! NetWare/config.wc Porting/Glossary Porting/config.sh
11090            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
11091            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
11092            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
11093            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
11094            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
11095            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
11096            ! win32/config.bc win32/config.gc win32/config.vc
11097            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
11098 ____________________________________________________________________________
11099 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
11100         Log: Be more explicit on when is the $! worth anything.
11101      Branch: perl
11102            ! pod/perlvar.pod
11103 ____________________________________________________________________________
11104 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
11105         Log: metaconfig: _r _r we go.
11106      Branch: metaconfig
11107            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11108            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11109            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11110            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11111            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11112            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11113            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11114            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11115            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11116            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11117            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11118            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11119            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11120            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11121            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11122            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11123            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11124            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11125            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11126            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11127            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11128            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11129            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11130            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11131 ____________________________________________________________________________
11132 [ 15235] By: nick                                  on 2002/03/15  07:31:54
11133         Log: Add the binmode()s to make JP.t pass on Win32
11134      Branch: perlio
11135            ! ext/Encode/t/JP.t
11136 ____________________________________________________________________________
11137 [ 15234] By: nick                                  on 2002/03/15  07:20:49
11138         Log: Integrate perlio
11139      Branch: perl
11140           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
11141 ____________________________________________________________________________
11142 [ 15233] By: nick                                  on 2002/03/15  07:18:02
11143         Log: Mark JP.t's data files as binary
11144      Branch: perlio
11145            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
11146 ____________________________________________________________________________
11147 [ 15232] By: nick                                  on 2002/03/15  07:13:38
11148         Log: Integrate mainline
11149      Branch: perlio
11150           +> ext/B/t/xref.t
11151           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
11152           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
11153           !> perl.c t/op/arith.t
11154 ____________________________________________________________________________
11155 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
11156         Log: The section needs to be in the makedepend script
11157              (from Jan-Erik Karlsson).
11158      Branch: perl
11159            ! makedepend.SH
11160 ____________________________________________________________________________
11161 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
11162         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
11163              From: Nicholas Clark <nick@unfortu.net>
11164              Date: Thu, 14 Mar 2002 23:05:23 +0000
11165              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
11166      Branch: perl
11167            ! ext/Safe/safe2.t
11168 ____________________________________________________________________________
11169 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
11170         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
11171              From: "Brent Dax" <brentdax@cpan.org>
11172              Date: Thu, 14 Mar 2002 09:08:41 -0800
11173              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
11174      Branch: perl
11175            ! lib/Pod/Html.pm
11176 ____________________________________________________________________________
11177 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
11178         Log: metaconfig: one round again for the _r.
11179      Branch: metaconfig
11180            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11181            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11182            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11183            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11184            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11185            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11186            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11187            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11188            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11189            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11190            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11191            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11192            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11193            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11194            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11195            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11196            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11197            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11198            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11199            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11200            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11201            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11202            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11203            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11204 ____________________________________________________________________________
11205 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
11206         Log: metaconfig: new round of the _r units.
11207      Branch: metaconfig
11208            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11209            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11210            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11211            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11212            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11213            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11214            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11215            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11216            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11217            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11218            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11219            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11220            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11221            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11222            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11223            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11224            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11225            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11226            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11227            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11228            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11229            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11230            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11231            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11232      Branch: metaconfig/U/perl
11233            + i_crypt.U
11234 ____________________________________________________________________________
11235 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
11236         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
11237              From: Paul_GreenVOS@vos.stratus.com
11238              Date: Tue, 12 Mar 02 19:22 est   
11239              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
11240      Branch: perl
11241            ! lib/Benchmark.t t/op/arith.t
11242 ____________________________________________________________________________
11243 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
11244         Log: Subject: Re: Win32: C:\Program Files
11245              From: "Ken Williams" <ken@mathforum.org>
11246              Date: Wed, 13 Mar 2002 17:50:59 -0600
11247              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
11248              
11249              Add -t to perl -h.
11250      Branch: perl
11251            ! perl.c
11252 ____________________________________________________________________________
11253 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
11254         Log: Extra paranoia from Nick Clark.
11255      Branch: perl
11256            ! ext/Safe/safe2.t
11257 ____________________________________________________________________________
11258 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
11259         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
11260              From: Nicholas Clark <nick@ccl4.org>
11261              Date: Wed, 13 Mar 2002 14:22:50 +0000
11262              Message-ID: <20020313142250.G92566@plum.flirble.org>
11263      Branch: perl
11264            ! ext/Safe/safe2.t
11265 ____________________________________________________________________________
11266 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
11267         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
11268              From: <slaven.rezic@berlin.de>
11269              Date: Tue, 12 Mar 2002 13:03:41 +0100      
11270              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
11271      Branch: perl
11272            ! Makefile.SH
11273 ____________________________________________________________________________
11274 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
11275         Log: Subject: [PATCH] a test for B::Xref
11276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11277              Date: Wed, 13 Mar 2002 17:18:57 +0100
11278              Message-ID: <20020313171857.F1144@rafael>
11279      Branch: perl
11280            + ext/B/t/xref.t
11281            ! MANIFEST ext/B/B/Xref.pm
11282 ____________________________________________________________________________
11283 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
11284         Log: Subject: [PATCH] Exporter.pm POD fixups
11285              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11286              Date: Wed, 13 Mar 2002 16:21:42 +0100
11287              Message-ID: <20020313162142.A1144@rafael>
11288      Branch: perl
11289            ! lib/Exporter.pm
11290 ____________________________________________________________________________
11291 [ 15219] By: nick                                  on 2002/03/14  07:00:16
11292         Log: Integrate mainline
11293      Branch: perlio
11294           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
11295 ____________________________________________________________________________
11296 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
11297         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
11298              From: Michael G Schwern <schwern@pobox.com>
11299              Date: Wed, 13 Mar 2002 17:43:00 -0500
11300              Message-ID: <20020313224300.GG3311@blackrider>
11301      Branch: perl
11302            ! lib/ExtUtils/MM_VMS.pm
11303 ____________________________________________________________________________
11304 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
11305         Log: Pod tweak.
11306      Branch: perl
11307            ! lib/open.pm
11308 ____________________________________________________________________________
11309 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
11310         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
11311              From: "Craig A. Berry" <craigberry@mac.com>
11312              Date: Wed, 13 Mar 2002 01:44:01 -0600
11313              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
11314      Branch: perl
11315            ! vms/descrip_mms.template
11316 ____________________________________________________________________________
11317 [ 15215] By: nick                                  on 2002/03/13  08:08:36
11318         Log: Integrate mainline.
11319      Branch: perlio
11320           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
11321            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11322            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11323            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11324            - ext/Data/Util/t/Hash.t
11325           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
11326           !> ext/Encode/lib/Encode/CN/HZ.pm
11327           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11328           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
11329           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
11330           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11331           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
11332           !> t/op/override.t toke.c universal.c
11333 ____________________________________________________________________________
11334 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
11335         Log: metaconfig: three guesses.
11336      Branch: metaconfig
11337            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11338            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11339            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11340            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11341            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11342            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11343            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11344            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11345            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11346            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11347            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11348            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11349            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11350            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11351            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11352            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11353            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11354            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11355            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11356            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11357            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11358            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11359            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11360            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11361 ____________________________________________________________________________
11362 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
11363         Log: metaconfig: regen _r units again.
11364      Branch: metaconfig
11365            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11366            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11367            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11368            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11369            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11370            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11371            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11372            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11373            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11374            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11375            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11376            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11377            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11378            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11379            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11380            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11381            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11382            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11383            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11384            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11385            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11386            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11387            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11388            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11389 ____________________________________________________________________________
11390 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
11391         Log: metaconfig: regen _r units.
11392      Branch: metaconfig
11393            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
11394            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11395            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11396            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11397            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11398            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11399            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11400            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11401            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11402            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11403            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11404            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11405            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11406            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11407            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11408            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11409            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11410            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11411            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11412            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11413            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11414            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11415            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11416            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11417            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11418 ____________________________________________________________________________
11419 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
11420         Log: metaconfig unit tweaks.
11421      Branch: metaconfig
11422            + U/threads/d_setprotoent_r.U
11423            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
11424            ! U/threads/d_tmpnam_r.U
11425 ____________________________________________________________________________
11426 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
11427         Log: metaconfig: replace the _r units with autogenerated ones.
11428      Branch: metaconfig
11429            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11430            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
11431            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11432            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
11433            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
11434            + U/threads/d_getprotobyname_r.U
11435            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11436            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
11437            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
11438            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11439            + U/threads/d_setservent_r.U
11440            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
11441            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
11442            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
11443            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
11444            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
11445            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
11446            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
11447            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
11448            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
11449            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11450            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11451            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11452            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
11453            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11454            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
11455            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
11456            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11457            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11458            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11459            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11460            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
11461            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
11462            ! U/threads/d_ttyname_r.U
11463 ____________________________________________________________________________
11464 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
11465         Log: More known threadsafings.
11466      Branch: perl
11467            ! Porting/findrfuncs
11468 ____________________________________________________________________________
11469 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
11470         Log: Small tweaks.
11471      Branch: perl
11472            ! lib/Internals.t universal.c
11473 ____________________________________________________________________________
11474 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
11475         Log: VERSIONize.
11476      Branch: perl
11477            ! ext/Encode/lib/Encode/CN/HZ.pm
11478            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11479            ! ext/Encode/lib/Encode/JP/JIS.pm
11480 ____________________________________________________________________________
11481 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
11482         Log: Subject: perl datastructure conversion shortcuts for DDD
11483              From: Stas Bekman <stas@stason.org>
11484              Date: Mon, 11 Mar 2002 14:54:31 +0800
11485              Message-ID: <3C8C54A7.5020502@stason.org>
11486      Branch: perl
11487            ! pod/perlhack.pod
11488 ____________________________________________________________________________
11489 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
11490         Log: Regen modlib.
11491      Branch: perl
11492            ! pod/perlmodlib.pod
11493 ____________________________________________________________________________
11494 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
11495         Log: Regen toc.
11496      Branch: perl
11497            ! pod/perltoc.pod
11498 ____________________________________________________________________________
11499 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
11500         Log: Tiny pod tweaks.
11501      Branch: perl
11502            ! lib/Hash/Util.pm
11503 ____________________________________________________________________________
11504 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
11505         Log: perldeltaize Hash::Util.
11506      Branch: perl
11507            ! pod/perldelta.pod
11508 ____________________________________________________________________________
11509 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
11510         Log: Move the readonly interface back to universal.c,
11511              (new name: Internals::SvREADONLY), remove Data::Util,
11512              move Hash::Util to lib, also introduce refcnt interface
11513              (Internals::SvREFCNT).     Make both the new interfaces
11514              to be more sane so that if they set the value, they return
11515              the new value, not the old one.
11516      Branch: perl
11517            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
11518            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11519            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11520            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11521            - ext/Data/Util/t/Hash.t
11522            ! MANIFEST ext/B/t/stash.t universal.c
11523 ____________________________________________________________________________
11524 [ 15200] By: ams                                   on 2002/03/12  15:16:05
11525         Log: Subject: Disambiguate "Can't locate"
11526              From: Mike Guy <mjtg@cam.ac.uk>
11527              Date: Tue, 12 Mar 2002 16:04:23 +0000
11528              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
11529      Branch: perl
11530            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
11531            ! pp_ctl.c t/op/override.t
11532 ____________________________________________________________________________
11533 [ 15199] By: ams                                   on 2002/03/12  15:04:43
11534         Log: Subject: [PATCH] perl/lib/File/stat.t
11535              From: Paul_GreenVOS@vos.stratus.com
11536              Date: Tue, 12 Mar 02 11:00 est
11537              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
11538      Branch: perl
11539            ! lib/File/stat.t
11540 ____________________________________________________________________________
11541 [ 15198] By: ams                                   on 2002/03/12  15:00:44
11542         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
11543              From: Robin Barker <rmb1@cise.npl.co.uk>
11544              Date: Tue, 12 Mar 2002 13:31:58 GMT
11545              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
11546      Branch: perl
11547            ! pod/perlfunc.pod
11548 ____________________________________________________________________________
11549 [ 15197] By: ams                                   on 2002/03/12  14:57:34
11550         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
11551              From: "Clinton A. Pierce" <clintp@geeksalad.org>
11552              Date: Tue, 12 Mar 2002 10:11:53 -0500
11553              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
11554      Branch: perl
11555            ! toke.c
11556 ____________________________________________________________________________
11557 [ 15196] By: nick                                  on 2002/03/12  13:40:35
11558         Log: Integrate mainline
11559      Branch: perlio
11560           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11561           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11562           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11563           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
11564            - t/lib/access.t
11565           !> (integrate 96 files)
11566 ____________________________________________________________________________
11567 [ 15195] By: nick                                  on 2002/03/12  06:08:24
11568         Log: Integrate mainline (a while ago)
11569      Branch: perlio
11570           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
11571           +> ext/Encode/t/TW.t
11572            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
11573            - ext/Encode/lib/Encode/Tcl/HanZi.pm
11574            - ext/I18N/Langinfo/fallback.c
11575           !> (integrate 80 files)
11576 ____________________________________________________________________________
11577 [ 15194] By: ams                                   on 2002/03/12  06:02:20
11578         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
11579              From: Jonathan Stowe <gellyfish@gellyfish.com>
11580              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
11581              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
11582      Branch: perl
11583            ! ext/Encode/CN/Makefile.PL
11584 ____________________________________________________________________________
11585 [ 15193] By: ams                                   on 2002/03/12  05:55:07
11586         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
11587              From: Dave Mitchell <davem@fdgroup.co.uk>
11588              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
11589              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
11590      Branch: perl
11591            ! pod/perlguts.pod
11592 ____________________________________________________________________________
11593 [ 15192] By: ams                                   on 2002/03/12  05:50:08
11594         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
11595              From: Anton Tagunov <tagunov@motor.ru>
11596              Date: Tue, 12 Mar 2002 01:40:58 +0300
11597              Message-Id: <1194068830.20020312014058@motor.ru>
11598              (Applied with tweaks.)
11599      Branch: perl
11600            ! lib/utf8.pm
11601 ____________________________________________________________________________
11602 [ 15191] By: ams                                   on 2002/03/12  05:42:21
11603         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
11604              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11605              Date: Sun, 10 Mar 2002 22:10:15 +0100
11606              Message-Id: <3C8BD9C7.13988.73992D@localhost>
11607      Branch: perl
11608            ! iperlsys.h
11609 ____________________________________________________________________________
11610 [ 15190] By: ams                                   on 2002/03/12  05:38:08
11611         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
11612              From: Anton Tagunov <tagunov@motor.ru>
11613              Date: Mon, 11 Mar 2002 23:27:47 +0300
11614              Message-Id: <19414222180.20020311232747@motor.ru>
11615      Branch: perl
11616            ! pod/perlsub.pod
11617 ____________________________________________________________________________
11618 [ 15189] By: ams                                   on 2002/03/12  05:34:49
11619         Log: Subject: minor patch for comment in utfebcdic.h
11620              From: Anton Tagunov <tagunov@motor.ru>
11621              Date: Tue, 12 Mar 2002 00:20:21 +0300
11622              Message-Id: <13817376786.20020312002021@motor.ru>
11623      Branch: perl
11624            ! utfebcdic.h
11625 ____________________________________________________________________________
11626 [ 15188] By: ams                                   on 2002/03/12  05:32:30
11627         Log: Subject: [PATCH ?] B::Xref improvements
11628              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11629              Date: Mon, 11 Mar 2002 23:32:20 +0100
11630              Message-Id: <20020311233220.A12677@rafael>
11631      Branch: perl
11632            ! ext/B/B/Xref.pm
11633 ____________________________________________________________________________
11634 [ 15187] By: ams                                   on 2002/03/12  05:30:02
11635         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
11636              From: Paul_GreenVOS@vos.stratus.com
11637              Date: Mon, 11 Mar 02 17:23 est
11638              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
11639      Branch: perl
11640            ! lib/ExtUtils/MM_Unix.pm
11641 ____________________________________________________________________________
11642 [ 15186] By: ams                                   on 2002/03/12  05:27:06
11643         Log: Subject: [PATCH] installperl - minor untangle for VOS
11644              From: Paul_GreenVOS@vos.stratus.com
11645              Date: Mon, 11 Mar 02 17:05 est
11646              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
11647      Branch: perl
11648            ! installperl
11649 ____________________________________________________________________________
11650 [ 15185] By: ams                                   on 2002/03/12  05:25:59
11651         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
11652              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11653              Date: Mon, 11 Mar 2002 22:37:39 +0100
11654              Message-Id: <20020311223739.A691@rafael>
11655      Branch: perl
11656            ! ext/B/B/Deparse.pm
11657 ____________________________________________________________________________
11658 [ 15184] By: ams                                   on 2002/03/12  05:20:54
11659         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
11660              From: Michael G Schwern <schwern@pobox.com>
11661              Date: Tue, 12 Mar 2002 01:12:08 -0500
11662              Message-Id: <20020312061208.GD904@blackrider>
11663      Branch: perl
11664            ! hints/netbsd.sh
11665 ____________________________________________________________________________
11666 [ 15183] By: ams                                   on 2002/03/12  04:12:30
11667         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11668              From: Autrijus Tang <autrijus@autrijus.org>
11669              Date: Tue, 12 Mar 2002 13:05:53 +0800
11670              Message-Id: <20020312050553.GA7864@not.autrijus.org>
11671              (Only doc hunk applied, supplementing #15182.)
11672      Branch: perl
11673            ! ext/Encode/Encode.pm
11674 ____________________________________________________________________________
11675 [ 15182] By: ams                                   on 2002/03/12  04:04:34
11676         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11677              From: Autrijus Tang <autrijus@autrijus.org>
11678              Date: Tue, 12 Mar 2002 12:56:46 +0800
11679              Message-Id: <20020312045646.GA7689@not.autrijus.org>
11680              (Private mail.)
11681      Branch: perl
11682            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
11683 ____________________________________________________________________________
11684 [ 15181] By: ams                                   on 2002/03/12  03:09:20
11685         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11686              From: Autrijus Tang <autrijus@autrijus.org>
11687              Date: Tue, 12 Mar 2002 11:55:06 +0800
11688              Message-Id: <20020312035506.GA6946@not.autrijus.org>
11689      Branch: perl
11690            ! ext/Encode/Encode.pm
11691 ____________________________________________________________________________
11692 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
11693         Log: Deypo.
11694      Branch: metaconfig
11695            ! U/threads/d_asctime_r.U
11696 ____________________________________________________________________________
11697 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
11698         Log: FAQ sync.
11699      Branch: perl
11700            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11701            ! pod/perlfaq4.pod pod/perlfaq5.pod
11702 ____________________________________________________________________________
11703 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
11704         Log: The test needs perlio.
11705      Branch: perl
11706            ! lib/open.t
11707 ____________________________________________________________________________
11708 [ 15177] By: ams                                   on 2002/03/11  15:41:08
11709         Log: Subject: perlreftut update
11710              From: Mark-Jason Dominus <mjd@plover.com>
11711              Date: Mon, 11 Mar 2002 11:36:27 -0500
11712              Message-Id: <20020311163627.31020.qmail@plover.com>
11713      Branch: perl
11714            ! pod/perlreftut.pod
11715 ____________________________________________________________________________
11716 [ 15176] By: ams                                   on 2002/03/11  15:35:24
11717         Log: Subject: Minor correction in perlfaq5
11718              From: mjd@plover.com
11719              Date: 11 Mar 2002 16:34:22 -0000
11720              Message-Id: <20020311163422.30963.qmail@plover.com>
11721      Branch: perl
11722            ! pod/perlfaq5.pod
11723 ____________________________________________________________________________
11724 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
11725         Log: number of skipped tests was incorrect
11726      Branch: perl
11727            ! t/op/stat.t
11728 ____________________________________________________________________________
11729 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
11730         Log: remove doubled CRs
11731      Branch: perl
11732            ! win32/Makefile
11733 ____________________________________________________________________________
11734 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
11735         Log: Update Changes.
11736      Branch: perl
11737            ! Changes patchlevel.h
11738 ____________________________________________________________________________
11739 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
11740         Log: Regen toc.
11741      Branch: perl
11742            ! pod/perltoc.pod
11743 ____________________________________________________________________________
11744 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
11745         Log: Add t/CN.t and t/TW.t; re-sort.
11746      Branch: perl
11747            ! ext/Encode/MANIFEST
11748 ____________________________________________________________________________
11749 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
11750         Log: Document what to do if one yearns back to
11751              the old legacy encoding.
11752      Branch: perl
11753            ! lib/encoding.pm
11754 ____________________________________________________________________________
11755 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
11756         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
11757              as general purpose encoding transformation interfaces
11758              since that's not what they are.
11759      Branch: perl
11760            ! lib/utf8.pm pod/perlunicode.pod sv.c
11761 ____________________________________________________________________________
11762 [ 15168] By: ams                                   on 2002/03/11  12:54:16
11763         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
11764              warnings
11765              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11766              Date: Mon, 11 Mar 2002 14:35:22 +0100
11767              Message-Id: <20020311143522.A7431@rafael>
11768      Branch: perl
11769            ! t/lib/warnings/pp_sys
11770 ____________________________________________________________________________
11771 [ 15167] By: ams                                   on 2002/03/11  04:57:20
11772         Log: A little commonsense is better than 1_compile.
11773      Branch: perl
11774            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11775 ____________________________________________________________________________
11776 [ 15166] By: ams                                   on 2002/03/11  04:53:50
11777         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
11778              From: Michael G Schwern <schwern@pobox.com>
11779              Date: Sun, 10 Mar 2002 13:27:12 -0500
11780              Message-Id: <20020310182712.GC693@blackrider>
11781              
11782              Subject: [PATCH] Hash::Util part 2
11783              From: Michael G Schwern <schwern@pobox.com>
11784              Date: Sun, 10 Mar 2002 15:09:34 -0500
11785              Message-Id: <20020310200934.GB27112@blackrider>
11786              
11787              Subject: [PATCH] Hash::Util MANIFEST correction
11788              From: Michael G Schwern <schwern@pobox.com>
11789              Date: Sun, 10 Mar 2002 16:27:07 -0500
11790              Message-Id: <20020310212707.GF27112@blackrider>
11791              
11792              (Also changes find.t and taint.t, which were looking for access.t)
11793      Branch: perl
11794            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11795            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11796            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11797            + ext/Data/Util/t/Hash.t
11798            - t/lib/access.t
11799            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
11800            ! pod/perldiag.pod pod/perltodo.pod universal.c
11801 ____________________________________________________________________________
11802 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
11803         Log: metaconfig: more thready fixes.
11804      Branch: metaconfig
11805            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
11806            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
11807            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
11808            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
11809            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
11810            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
11811            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11812            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11813            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
11814 ____________________________________________________________________________
11815 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
11816         Log: Skip obsoleted interfaces.
11817      Branch: perl
11818            ! Porting/findrfuncs
11819 ____________________________________________________________________________
11820 [ 15162] By: ams                                   on 2002/03/11  03:48:14
11821         Log: Typo fixes.
11822      Branch: perl
11823            ! perl.c
11824 ____________________________________________________________________________
11825 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
11826         Log: Upgrade to Locale::Codes 2.02.
11827      Branch: perl
11828            + lib/Locale/Codes/t/rename.t
11829            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11830            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
11831            ! lib/Locale/Country.pod
11832 ____________________________________________________________________________
11833 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
11834         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11835              From: Nicholas Clark <nick@unfortu.net>
11836              Date: Sun, 10 Mar 2002 18:17:50 +0000
11837              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
11838              
11839              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11840              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11841              Date: Sun, 10 Mar 2002 13:53:34 -0800
11842              Message-ID: <eX9i8gzkg26G092yn@efn.org>
11843              
11844              (and reenable the feature in freebsd,
11845              and move the freebsd pr url to perl.c)
11846      Branch: perl
11847            ! hints/freebsd.sh perl.c pod/perldelta.pod
11848 ____________________________________________________________________________
11849 [ 15159] By: ams                                   on 2002/03/11  03:34:13
11850         Log: Subject: [PATCH stash.t] access::readonly is gone
11851              From: Michael G Schwern <schwern@pobox.com>
11852              Date: Sun, 10 Mar 2002 16:18:14 -0500
11853              Message-Id: <20020310211813.GE27112@blackrider>
11854      Branch: perl
11855            ! ext/B/t/stash.t
11856 ____________________________________________________________________________
11857 [ 15158] By: ams                                   on 2002/03/11  03:28:04
11858         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
11859              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11860              Date: Sun, 10 Mar 2002 22:10:15 +0100
11861              Message-Id: <3C8BD9C7.610.7398DD@localhost>
11862      Branch: perl
11863            ! lib/Net/Ping/t/110_icmp_inst.t
11864 ____________________________________________________________________________
11865 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
11866         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
11867              From: Michael G Schwern <schwern@pobox.com>
11868              Date: Sun, 10 Mar 2002 19:22:33 -0500
11869              Message-ID: <20020311002233.GE4927@blackrider>
11870      Branch: perl
11871            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
11872            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
11873            ! lib/Test/Simple/t/fail-more.t
11874 ____________________________________________________________________________
11875 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
11876         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
11877              From: Michael G Schwern <schwern@pobox.com>
11878              Date: Sun, 10 Mar 2002 17:14:10 -0500
11879              Message-ID: <20020310221410.GA4915@blackrider>
11880      Branch: perl
11881            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
11882            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
11883 ____________________________________________________________________________
11884 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
11885         Log: Subject: [PATCH] more warnings tidyup
11886              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11887              Date: Sun, 10 Mar 2002 21:01:39 -0000
11888              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
11889      Branch: perl
11890            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
11891            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
11892            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
11893            ! util.c
11894 ____________________________________________________________________________
11895 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
11896         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
11897              From: Nicholas Clark <nick@unfortu.net>
11898              Date: Sun, 10 Mar 2002 23:21:07 +0000
11899              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
11900      Branch: perl
11901            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
11902            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
11903            ! ext/Encode/TW/Makefile.PL
11904 ____________________________________________________________________________
11905 [ 15153] By: ams                                   on 2002/03/11  03:06:59
11906         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
11907              From: Max Baker <max@warped.org>
11908              Date: Fri, 8 Mar 2002 10:56:19 -0800
11909              Message-Id: <20020308105619.A15039@warped.org>
11910      Branch: perl
11911            ! ext/IO/lib/IO/Socket/INET.pm
11912 ____________________________________________________________________________
11913 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
11914         Log: Subject: [PATCH] spelling correction
11915              From: Nicholas Clark <nick@unfortu.net>
11916              Date: Sun, 10 Mar 2002 18:34:42 +0000
11917              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
11918      Branch: perl
11919            ! pp.c pp_hot.c
11920 ____________________________________________________________________________
11921 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
11922         Log: DG/UX updates from Takis Psarogiannakopoulos.
11923      Branch: perl
11924            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
11925 ____________________________________________________________________________
11926 [ 15150] By: ams                                   on 2002/03/11  03:02:47
11927         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
11928              From: Chris Nandor <pudge@pobox.com>
11929              Date: Mon, 04 Mar 2002 17:48:12 -0500
11930              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
11931      Branch: perl
11932            ! lib/DB.pm lib/perl5db.pl
11933 ____________________________________________________________________________
11934 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
11935         Log: metaconfig unit changes in preparation of reentrancy changes.
11936      Branch: metaconfig
11937            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
11938            + U/threads/d_ttyname_r.U
11939            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
11940            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
11941            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
11942            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
11943            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11944            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
11945            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11946            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
11947            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
11948            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11949            ! U/threads/d_strerror_r.U
11950 ____________________________________________________________________________
11951 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
11952         Log: Mysterious characters.
11953      Branch: perl
11954            ! utf8.h
11955 ____________________________________________________________________________
11956 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
11957         Log: Unused.
11958      Branch: perl
11959            ! op.c
11960 ____________________________________________________________________________
11961 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
11962         Log: Implement :std subpragma of the open pragma
11963              that makes the standard filehandles to talk in
11964              encodings.  This change set off a weird warning
11965              from op.c, though: disabled it now until someone
11966              who knows what it is about comes along.
11967      Branch: perl
11968            ! lib/open.pm op.c
11969 ____________________________________________________________________________
11970 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
11971         Log: Document the logic of :locale better.
11972      Branch: perl
11973            ! lib/open.pm
11974 ____________________________________________________________________________
11975 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
11976         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
11977              From: Slaven Rezic <slaven.rezic@berlin.de>
11978              Date: 10 Mar 2002 02:49:17 +0100
11979              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
11980      Branch: perl
11981            ! hints/freebsd.sh
11982 ____________________________________________________________________________
11983 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
11984         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
11985              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11986              Date: Sun, 10 Mar 2002 17:08:54 +0900
11987              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
11988      Branch: perl
11989            ! ext/Encode/lib/Encode/Tcl.pm
11990            ! ext/Encode/lib/Encode/Tcl/Escape.pm
11991            ! ext/Encode/lib/Encode/Tcl/Extended.pm
11992            ! ext/Encode/lib/Encode/Tcl/Table.pm
11993 ____________________________________________________________________________
11994 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
11995         Log: The patch does the following:
11996              - Nix the unneccessary diagnostics line
11997              - Quell -w warnings if the first ENV doesn't exist
11998              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
11999              is too baroque and bloated for daily use (and for perl core inclusion).
12000              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
12001              non-fatal.
12002              - Consequently, the ^OPEN bits is set only when needed.
12003      Branch: perl
12004            ! lib/open.pm
12005 ____________________________________________________________________________
12006 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
12007         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
12008      Branch: perl
12009            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
12010 ____________________________________________________________________________
12011 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
12012         Log: Precedence problem.
12013      Branch: perl
12014            ! ext/Socket/socketpair.t
12015 ____________________________________________________________________________
12016 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
12017         Log: Renaming tweaks, and split off the reentrant "superbuffer"
12018              init routine.
12019      Branch: perl
12020            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
12021            ! sv.c util.c
12022 ____________________________________________________________________________
12023 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
12024         Log: The 7-bit jis seems to be the hanging one.
12025      Branch: perl
12026            ! ext/Encode/t/Tcl.t
12027 ____________________________________________________________________________
12028 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
12029         Log: Begone.
12030      Branch: perl
12031            ! ext/Encode/MANIFEST
12032 ____________________________________________________________________________
12033 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
12034         Log: Better fix from Autrijus.
12035      Branch: perl
12036            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
12037            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
12038 ____________________________________________________________________________
12039 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
12040         Log: Not everybody has Encode::HanExtra.
12041      Branch: perl
12042            ! ext/Encode/Encode.pm
12043 ____________________________________________________________________________
12044 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
12045         Log: Decutandpasto.
12046      Branch: perl
12047            ! ext/Encode/lib/Encode/Tcl.pm
12048 ____________________________________________________________________________
12049 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
12050         Log: Subject: [PATCH] Data::Dumper
12051              From: Nicholas Clark <nick@unfortu.net>
12052              Date: Sat, 9 Mar 2002 19:03:54 +0000
12053              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
12054      Branch: perl
12055            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12056            ! ext/Data/Dumper/t/dumper.t
12057 ____________________________________________________________________________
12058 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
12059         Log: Subject: [PATCH] socketpair.t w/o fork
12060              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12061              Date: Sat, 9 Mar 2002 14:55:11 +0100
12062              Message-ID: <3C8A224F.29578.13691BA@localhost>
12063              
12064              (modified as suggested by Sarathy)
12065      Branch: perl
12066            ! ext/Socket/socketpair.t
12067 ____________________________________________________________________________
12068 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
12069         Log: Subject: [PATCH perldelta] Mention Change 14727
12070              From: Autrijus Tang <autrijus@autrijus.org>
12071              Date: Sat, 9 Mar 2002 23:31:40 +0800
12072              Message-ID: <20020309153140.GA4224@not.autrijus.org>
12073      Branch: perl
12074            ! pod/perldelta.pod
12075 ____________________________________________________________________________
12076 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
12077         Log: Make Encode.pm implicitly load external CJK tables the first
12078              time they're needed (instead of immediately), from Autrijus
12079              Tang.
12080      Branch: perl
12081            ! ext/Encode/Encode.pm
12082 ____________________________________________________________________________
12083 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
12084         Log: Subject: Re: Two questions
12085              From: Nicholas Clark <nick@unfortu.net>
12086              Date: Sat, 9 Mar 2002 12:42:40 +0000
12087              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
12088      Branch: perl
12089            ! Porting/pumpkin.pod
12090 ____________________________________________________________________________
12091 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
12092         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
12093              From: Paul_GreenVOS@vos.stratus.com
12094              Date: Fri, 8 Mar 02 22:34 est
12095              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
12096      Branch: perl
12097            ! pp_sys.c
12098 ____________________________________________________________________________
12099 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
12100         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
12101              From: davem@fdgroup.co.uk
12102              Date: Sat, 9 Mar 2002 00:13:27 GMT
12103              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
12104      Branch: perl
12105            ! dump.c
12106 ____________________________________________________________________________
12107 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
12108         Log: Deglitch from Rafael.
12109      Branch: perl
12110            ! ext/B/t/lint.t
12111 ____________________________________________________________________________
12112 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
12113         Log: Still more portability.
12114      Branch: perl
12115            ! Porting/findrfuncs
12116 ____________________________________________________________________________
12117 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
12118         Log: More portability.
12119      Branch: perl
12120            ! Porting/findrfuncs
12121 ____________________________________________________________________________
12122 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
12123         Log: Shared library paths; running tests manually.
12124      Branch: perl
12125            ! INSTALL
12126 ____________________________________________________________________________
12127 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
12128         Log: Subject: RE: Two questions
12129              From: "Green, Paul" <Paul.Green@stratus.com>
12130              Date: Fri, 8 Mar 2002 17:55:19 -0500
12131              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
12132      Branch: perl
12133            ! Porting/pumpkin.pod
12134 ____________________________________________________________________________
12135 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
12136         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
12137              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
12138      Branch: perl
12139            + ext/B/t/lint.t
12140            ! MANIFEST ext/B/B/Lint.pm
12141 ____________________________________________________________________________
12142 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
12143         Log: metaconfig unit change for #15119.
12144      Branch: metaconfig
12145            ! U/threads/d_pthread_atfork.U
12146 ____________________________________________________________________________
12147 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
12148         Log: In DG/UX finding pthread_atfork requires a true compile,
12149              from Takis Psarogiannakopoulos.
12150      Branch: perl
12151            ! Configure config_h.SH
12152 ____________________________________________________________________________
12153 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
12154         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
12155              From: John Peacock <jpeacock@rowman.com>
12156              Date: Fri, 08 Mar 2002 15:52:41 -0500
12157              Message-ID: <3C892499.4050502@rowman.com>
12158      Branch: perl
12159            ! lib/ExtUtils/xsubpp
12160 ____________________________________________________________________________
12161 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
12162         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
12163              From: "Craig A. Berry" <craigberry@mac.com>
12164              Date: Fri, 08 Mar 2002 15:02:51 -0600
12165              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
12166      Branch: perl
12167            ! t/op/write.t
12168 ____________________________________________________________________________
12169 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
12170         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
12171              From: Paul_GreenVOS@vos.stratus.com
12172              Date: Fri, 8 Mar 02 14:45 est
12173              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
12174      Branch: perl
12175            ! installperl
12176 ____________________________________________________________________________
12177 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
12178         Log: Subject: [PATCH @15109] tm_tm_* for VMS
12179              From: "Craig A. Berry" <craigberry@mac.com>
12180              Date: Fri, 08 Mar 2002 13:07:52 -0600
12181              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
12182      Branch: perl
12183            ! configure.com
12184 ____________________________________________________________________________
12185 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
12186         Log: Detypo.
12187      Branch: perl
12188            ! Changes
12189 ____________________________________________________________________________
12190 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
12191         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
12192      Branch: perl
12193            ! t/op/pat.t
12194 ____________________________________________________________________________
12195 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
12196         Log: HP-UX nm seems to repeat itself.
12197      Branch: perl
12198            ! Porting/findrfuncs
12199 ____________________________________________________________________________
12200 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
12201         Log: Nice porting script from Sarathy.  Well, less nice
12202              in the sense that it shows the looong road ahead.
12203      Branch: perl
12204            + Porting/findrfuncs
12205            ! MANIFEST Porting/makerel
12206 ____________________________________________________________________________
12207 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
12208         Log: Subject: Re: Performance considerations for UTF-8
12209              From: Jarkko Hietaniemi <jhi@iki.fi>
12210              Date: Fri, 8 Mar 2002 18:53:28 +0200
12211              Message-ID: <20020308185328.D640@alpha.hut.fi>
12212              
12213              (put all in perlunicode)
12214      Branch: perl
12215            ! pod/perlunicode.pod
12216 ____________________________________________________________________________
12217 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
12218         Log: Update Changes.
12219      Branch: perl
12220            ! Changes patchlevel.h
12221 ____________________________________________________________________________
12222 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
12223         Log: Subject: Cygwin cygipc support skipped
12224              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
12225              Date: Fri, 8 Mar 2002 16:59:34 +0100
12226              Message-ID: <113694157285.20020308165934@familiehaase.de>
12227      Branch: perl
12228            ! hints/cygwin.sh
12229 ____________________________________________________________________________
12230 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
12231         Log: metaconfig unit change for #15106.
12232      Branch: metaconfig
12233            ! U/compline/d_gconvert.U
12234 ____________________________________________________________________________
12235 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
12236         Log: Subject: Re: [PATCH] tests for Gconvert
12237              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12238              Date: Thu, 07 Mar 2002 16:48:10 -0800
12239              Message-ID: <KpAi8gzkganW092yn@efn.org>
12240      Branch: perl
12241            ! Configure config_h.SH t/base/num.t
12242 ____________________________________________________________________________
12243 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
12244         Log: The new test has some teething problems.
12245      Branch: perl
12246            - ext/B/t/lint.t
12247            ! MANIFEST
12248 ____________________________________________________________________________
12249 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
12250         Log: Subject: [PATCH] B::Lint tests
12251              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12252              Date: Fri, 8 Mar 2002 14:47:19 +0100
12253              Message-ID: <20020308144719.A2663@rafael>
12254      Branch: perl
12255            + ext/B/t/lint.t
12256            ! MANIFEST ext/B/B/Lint.pm
12257 ____________________________________________________________________________
12258 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
12259         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
12260              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
12261              Date: Fri, 8 Mar 2002 13:24:14 GMT
12262              Message-Id: <200203081324.NAA00642@cleo>
12263      Branch: perl
12264            ! hints/powerux.sh
12265 ____________________________________________________________________________
12266 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
12267         Log: Subject: HP has some new models
12268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12269              Date: Fri, 08 Mar 2002 13:07:02 +0100
12270              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
12271      Branch: perl
12272            ! README.hpux
12273 ____________________________________________________________________________
12274 [ 15101] By: ams                                   on 2002/03/08  09:11:40
12275         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
12276              From: Stas Bekman <stas@stason.org>
12277              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
12278              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
12279      Branch: perl
12280            ! pod/perlguts.pod
12281 ____________________________________________________________________________
12282 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
12283         Log: Update Changes
12284      Branch: maint-5.6/macperl
12285            ! macos/Changes
12286 ____________________________________________________________________________
12287 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
12288         Log: Replace macperlbundled with macperldelta
12289      Branch: maint-5.6/macperl
12290            ! macos/macperl/MacPerl.podhelp
12291 ____________________________________________________________________________
12292 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
12293         Log: Comsetic fixes (Thomas Wegner)
12294      Branch: maint-5.6/macperl
12295            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
12296 ____________________________________________________________________________
12297 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
12298         Log: Bump OS version
12299      Branch: maint-5.6/macperl
12300            ! macos/config.sh
12301 ____________________________________________________________________________
12302 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
12303         Log: Thought I deleted this already?
12304      Branch: perl
12305            - ext/I18N/Langinfo/fallback.c
12306 ____________________________________________________________________________
12307 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
12308         Log: perlport updates from Pudge.
12309      Branch: perl
12310            ! pod/perlport.pod
12311 ____________________________________________________________________________
12312 [ 15094] By: ams                                   on 2002/03/08  03:06:03
12313         Log: Nitpick.
12314      Branch: perl
12315            ! MANIFEST
12316 ____________________________________________________________________________
12317 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
12318         Log: Wrong test.
12319      Branch: perl
12320            ! pod/perldelta.pod
12321 ____________________________________________________________________________
12322 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
12323         Log: Integrate change 14064 from macperl to blead.
12324      Branch: perl
12325           !> pod/perlmodinstall.pod pod/perlport.pod
12326 ____________________________________________________________________________
12327 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
12328         Log: Integrate recent perlport changes
12329      Branch: maint-5.6/macperl
12330           !> pod/perlport.pod
12331 ____________________________________________________________________________
12332 [ 15089] By: ams                                   on 2002/03/08  01:54:03
12333         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
12334              minor typo in perlguts.pod
12335              From: Anton Tagunov <tagunov@motor.ru>
12336              Date: Fri, 8 Mar 2002 05:26:59 +0300
12337              Message-Id: <4649821189.20020308052659@motor.ru>
12338      Branch: perl
12339            ! pod/perlguts.pod
12340 ____________________________________________________________________________
12341 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
12342         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"! 
12343              From: Anton Tagunov <tagunov@newmail.ru>
12344              Date: Fri, 8 Mar 2002 04:31:44 +0300
12345              Message-ID: <13946506773.20020308043144@newmail.ru>
12346              
12347              (one test changed)
12348      Branch: perl
12349            ! lib/encoding.t sv.c
12350 ____________________________________________________________________________
12351 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
12352         Log: Subject: [PATCH perldelta] some more deltas
12353              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12354              Date: Thu, 7 Mar 2002 23:13:23 +0100
12355              Message-ID: <20020307231323.A13068@rafael>
12356      Branch: perl
12357            ! pod/perldelta.pod
12358 ____________________________________________________________________________
12359 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
12360         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
12361              From: Paul_GreenVOS@vos.stratus.com
12362              Date: Thu, 7 Mar 02 14:25 est
12363              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
12364      Branch: perl
12365            ! t/io/fs.t
12366 ____________________________________________________________________________
12367 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
12368         Log: As suggested by Anton Tagunov, eq and cmp now obey the
12369              encoding pragma (by remapping their byte argument if the
12370              other argument is in Unicode).  Also fix a bug found by
12371              Anton where ord undef under the encoding pragma would barf.
12372              ([ID 20020307.009] A null pointer dereference with 'use encoding')
12373              Finally, use the nicer form of sv_recode_to_utf8.
12374      Branch: perl
12375            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
12376 ____________________________________________________________________________
12377 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
12378         Log: Retract #14985, #14899, and #14990, following the principles
12379              "Do no harm." and "If it ain't broke, don't fix it."
12380              
12381              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
12382              some, but still broken, and I do not have the extra brain
12383              cells for the EBCDIC backport.  Secondly, the old version
12384              worked both in EBCDIC and non-.  Thirdly, the old version
12385              may be more amenable for the behaviour suggsted by Anton
12386              Tagunov regarding the encoding pragma.
12387      Branch: perl
12388            ! embed.fnc embed.h global.sym proto.h sv.c util.c
12389 ____________________________________________________________________________
12390 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
12391         Log: Long doubles give you long doubles.
12392      Branch: perl
12393            ! t/base/num.t
12394 ____________________________________________________________________________
12395 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
12396         Log: Forgotten deMANIFESTation.
12397      Branch: perl
12398            ! MANIFEST
12399 ____________________________________________________________________________
12400 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
12401         Log: Obsolete unused file, noticed by Dank Kogai.
12402      Branch: perl
12403            - ext/Encode/lib/Encode/JP/Tr.pm
12404 ____________________________________________________________________________
12405 [ 15080] By: ams                                   on 2002/03/07  11:31:46
12406         Log: Subject: [PATCH Changes] Changes should mirror version number
12407              From: Robin Barker <rmb1@cise.npl.co.uk>
12408              Date: Thu, 7 Mar 2002 11:04:24 GMT
12409              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
12410      Branch: perl
12411            ! Porting/pumpkin.pod
12412 ____________________________________________________________________________
12413 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
12414         Log: metaconfig unit change for #15078.
12415      Branch: metaconfig
12416            ! U/compline/d_gconvert.U
12417 ____________________________________________________________________________
12418 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
12419         Log: Subject: Re: [PATCH] tests for Gconvert
12420              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12421              Date: Wed, 06 Mar 2002 20:22:54 -0800
12422              Message-ID: <esuh8gzkg2/b092yn@efn.org>
12423      Branch: perl
12424            ! Configure pod/perldelta.pod t/base/num.t
12425 ____________________________________________________________________________
12426 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
12427         Log: Mac OS X UFS does not do ctime.
12428      Branch: perl
12429            ! pod/perldelta.pod pod/perlport.pod
12430 ____________________________________________________________________________
12431 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
12432         Log: AUTHORS updates.
12433      Branch: perl
12434            ! AUTHORS
12435 ____________________________________________________________________________
12436 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
12437         Log: Continued Chinese puzzles from Autrijus.
12438      Branch: perl
12439            + ext/Encode/t/CN.t ext/Encode/t/TW.t
12440            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
12441 ____________________________________________________________________________
12442 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
12443         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
12444              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12445              Date: Wed, 6 Mar 2002 18:13:51 +0100
12446              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
12447      Branch: perl
12448            ! lib/File/Spec/Win32.pm
12449 ____________________________________________________________________________
12450 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
12451         Log: perlport tweaks.
12452      Branch: perl
12453            ! pod/perlport.pod
12454 ____________________________________________________________________________
12455 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
12456         Log: Subject: Re: [PATCH docs] Re: Bug with -M
12457              From: Michael G Schwern <schwern@pobox.com>
12458              Date: Wed, 6 Mar 2002 16:20:27 -0500
12459              Message-ID: <20020306212027.GC4257@blackrider>
12460      Branch: perl
12461            ! pod/perlfunc.pod pod/perlport.pod
12462 ____________________________________________________________________________
12463 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
12464         Log: perldelta updates.
12465      Branch: perl
12466            ! pod/perldelta.pod
12467 ____________________________________________________________________________
12468 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
12469         Log: 5005threads wasn't even compiling.
12470      Branch: perl
12471            ! perl.c
12472 ____________________________________________________________________________
12473 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
12474         Log: Subject: Re: perl@15047 New format tests for still existing bugs
12475              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12476              Date: Wed, 06 Mar 2002 12:59:29 +0100
12477              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
12478      Branch: perl
12479            ! t/op/write.t
12480 ____________________________________________________________________________
12481 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
12482         Log: Regen Glossary et al.
12483      Branch: perl
12484            ! Porting/Glossary Porting/config.sh Porting/config_H
12485 ____________________________________________________________________________
12486 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
12487         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
12488              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
12489      Branch: perl
12490            ! util.c
12491 ____________________________________________________________________________
12492 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
12493         Log: metaconfig unit change for #15065.
12494      Branch: metaconfig
12495            ! U/compline/i_time.U
12496 ____________________________________________________________________________
12497 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
12498         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
12499      Branch: perl
12500            ! Configure config_h.SH
12501 ____________________________________________________________________________
12502 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
12503         Log: Must remove fallback.c also from here.
12504      Branch: perl
12505            ! MANIFEST
12506 ____________________________________________________________________________
12507 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
12508         Log: Subject: Re: perl@15047 WinCE
12509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12510              Date: Wed, 06 Mar 2002 13:41:30 +0100
12511              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
12512              
12513              Subject: Re: perl@15047 Win32
12514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12515              Date: Wed, 06 Mar 2002 13:46:02 +0100
12516              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
12517              
12518              Subject: Re: perl@15047 Epoc
12519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12520              Date: Wed, 06 Mar 2002 13:48:31 +0100
12521              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
12522              
12523              Subject: Re: perl@15047 NetWare
12524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12525              Date: Wed, 06 Mar 2002 13:55:46 +0100
12526              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
12527      Branch: perl
12528            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
12529            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12530            ! wince/Makefile.ce wince/config.h
12531 ____________________________________________________________________________
12532 [ 15062] By: ams                                   on 2002/03/06  09:26:49
12533         Log: Subject: Re: perl@15047
12534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12535              Date: Wed, 06 Mar 2002 11:25:50 +0100
12536              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
12537      Branch: perl
12538            ! cygwin/perlld.in
12539 ____________________________________________________________________________
12540 [ 15061] By: ams                                   on 2002/03/06  08:44:12
12541         Log: Subject: Re: perl@15047
12542              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12543              Date: Wed, 06 Mar 2002 10:38:02 +0100
12544              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
12545      Branch: perl
12546            ! pod/perldelta.pod
12547 ____________________________________________________________________________
12548 [ 15060] By: ams                                   on 2002/03/06  08:30:33
12549         Log: Subject: Update perlhist.pod
12550              From: mjd@plover.com
12551              Date: 6 Mar 2002 07:11:55 -0000
12552              Message-Id: <20020306071155.10240.qmail@plover.com>
12553              
12554              Subject: [PATCH pod/perlvar.pod] $^V => string
12555              From: Stas Bekman <stas@stason.org>
12556              Date: Wed, 06 Mar 2002 14:56:55 +0800
12557              Message-Id: <3C85BDB7.7050700@stason.org>
12558      Branch: perl
12559            ! pod/perlhist.pod pod/perlvar.pod
12560 ____________________________________________________________________________
12561 [ 15059] By: ams                                   on 2002/03/06  04:15:38
12562         Log: Subject: [PATCH] assorted configure.com fix-ups
12563              From: "Craig A. Berry" <craigberry@mac.com>
12564              Date: Tue, 5 Mar 2002 23:11:22 -0600
12565              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
12566      Branch: perl
12567            ! configure.com
12568 ____________________________________________________________________________
12569 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
12570         Log: IRIX failure with long doubles.
12571      Branch: perl
12572            ! t/op/pack.t
12573 ____________________________________________________________________________
12574 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
12575         Log: Make reality and Changes coincide.
12576      Branch: perl
12577            ! Changes
12578 ____________________________________________________________________________
12579 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
12580         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
12581              From: Anton Tagunov <tagunov@motor.ru>
12582              Date: Wed, 6 Mar 2002 02:10:21 +0300
12583              Message-ID: <11152782757.20020306021021@motor.ru>
12584              
12585              (reworded)
12586      Branch: perl
12587            ! pod/perluniintro.pod
12588 ____________________________________________________________________________
12589 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
12590         Log: Subject: [PATCH] B::Lint doesn't work
12591              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12592              Date: Tue, 5 Mar 2002 22:51:18 +0100
12593              Message-ID: <20020305225118.C733@rafael>
12594      Branch: perl
12595            ! ext/B/B/Lint.pm
12596 ____________________________________________________________________________
12597 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
12598         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
12599              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12600              Date: Mon, 04 Mar 2002 16:24:32 -0800
12601              Message-ID: <ABBh8gzkgezX092yn@efn.org>
12602      Branch: perl
12603            ! op.h pp_ctl.c t/op/flip.t
12604 ____________________________________________________________________________
12605 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
12606         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
12607              From: Nicholas Clark <nick@unfortu.net>
12608              Date: Tue, 5 Mar 2002 22:30:49 +0000
12609              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
12610      Branch: perl
12611            ! pod/perldelta.pod
12612 ____________________________________________________________________________
12613 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
12614         Log: Subject: [PATCH] tests for Gconvert
12615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12616              Date: Tue, 05 Mar 2002 16:35:45 -0800
12617              Message-ID: <hRWh8gzkgONX092yn@efn.org>
12618      Branch: perl
12619            ! t/base/num.t
12620 ____________________________________________________________________________
12621 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
12622         Log: Subject: [PATCH] toplevel Makefile.SH
12623              From: Paul_GreenVOS@vos.stratus.com
12624              Date: Tue, 5 Mar 02 17:34 est
12625              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
12626      Branch: perl
12627            ! Makefile.SH
12628 ____________________________________________________________________________
12629 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
12630         Log: Subject: [PATCH] pointer to perldelta in Changes
12631              From: Chris Nandor <pudge@pobox.com>
12632              Date: Tue, 05 Mar 2002 16:04:50 -0500
12633              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
12634      Branch: perl
12635            ! Changes
12636 ____________________________________________________________________________
12637 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
12638         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
12639              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12640              Date: Tue, 5 Mar 2002 22:26:20 +0100
12641              Message-ID: <20020305222620.A733@rafael>
12642      Branch: perl
12643            ! pod/perldelta.pod
12644 ____________________________________________________________________________
12645 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
12646         Log: Solaris: allow for /usr/bin/df not to exist.
12647              
12648              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
12649              From: Kingpin <mthurn@copper.dulles.tasc.com>
12650              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
12651              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
12652      Branch: perl
12653            ! hints/solaris_2.sh
12654 ____________________________________________________________________________
12655 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
12656         Log: Update Changes.
12657      Branch: perl
12658            ! Changes patchlevel.h
12659 ____________________________________________________________________________
12660 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
12661         Log: Double MANIFESTing.
12662      Branch: perl
12663            ! ext/Encode/MANIFEST
12664 ____________________________________________________________________________
12665 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
12666         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
12667      Branch: perl
12668            - ext/Encode/Encode/7bit-kr.enc
12669            - ext/Encode/lib/Encode/Tcl/HanZi.pm
12670            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
12671 ____________________________________________________________________________
12672 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
12673         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
12674              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12675              Date: Tue, 5 Mar 2002 14:35:57 +0100
12676              Message-ID: <20020305143557.C695@rafael>   
12677      Branch: perl
12678            ! pp_sys.c t/lib/warnings/pp_sys
12679 ____________________________________________________________________________
12680 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
12681         Log: Subject: [PATCH Devel::PPPort]
12682              From: Robin Barker <rmb1@cise.npl.co.uk>
12683              Date: Tue, 5 Mar 2002 13:37:59 GMT
12684              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
12685      Branch: perl
12686            ! ext/Devel/PPPort/Makefile.PL
12687 ____________________________________________________________________________
12688 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
12689         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
12690      Branch: perl
12691            ! ext/Encode/t/Tcl.t
12692 ____________________________________________________________________________
12693 [ 15041] By: nick                                  on 2002/03/05  07:23:58
12694         Log: Integrate mainline (5.7.3)
12695      Branch: perlio
12696           +> ext/Encode/lib/Encode/CN/HZ.pm
12697            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
12698           !> (integrate 54 files)
12699 ____________________________________________________________________________
12700 [ 15040] By: ams                                   on 2002/03/05  05:10:33
12701         Log: Subject: DOC PATCH 5.7.3 (perldelta)
12702              From: mjd@plover.com
12703              Date: 5 Mar 2002 05:35:58 -0000
12704              Message-Id: <20020305053558.31677.qmail@plover.com>
12705      Branch: perl
12706            ! pod/perldelta.pod
12707 ____________________________________________________________________________
12708 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
12709         Log: This is 5.7.3.
12710      Branch: perl
12711            ! patchlevel.h
12712 ____________________________________________________________________________
12713 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
12714         Log: Shoo.
12715      Branch: perl
12716            ! ext/Encode/t/Tcl.t
12717 ____________________________________________________________________________
12718 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
12719         Log: Update Changes.
12720      Branch: perl
12721            ! Changes patchlevel.h
12722 ____________________________________________________________________________
12723 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
12724         Log: Regen perlapi.
12725      Branch: perl
12726            ! pod/perlapi.pod
12727 ____________________________________________________________________________
12728 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
12729         Log: Tie::File doc tweak for Win32 from mjd. 
12730      Branch: perl
12731            ! lib/Tie/File.pm
12732 ____________________________________________________________________________
12733 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
12734         Log: Regen toc.
12735      Branch: perl
12736            ! pod/perltoc.pod
12737 ____________________________________________________________________________
12738 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
12739         Log: Decommission Encode::Tcl HZ testing for now.
12740      Branch: perl
12741            ! ext/Encode/t/Tcl.t
12742 ____________________________________________________________________________
12743 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
12744         Log: Must have a return.
12745      Branch: perl
12746            ! pp_pack.c
12747 ____________________________________________________________________________
12748 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
12749         Log: The very latest win32 score from Jan Dubois.
12750      Branch: perl
12751            ! pod/perldelta.pod
12752 ____________________________________________________________________________
12753 [ 15030] By: ams                                   on 2002/03/05  01:40:01
12754         Log: Subject: [PATCH] README.macos
12755              From: Chris Nandor <pudge@pobox.com>
12756              Date: Mon, 04 Mar 2002 17:37:59 -0500
12757              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
12758      Branch: perl
12759            ! README.macos
12760 ____________________________________________________________________________
12761 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
12762         Log: "The last pieces of Chinese puzzle" from Autrijus.
12763      Branch: perl
12764            + ext/Encode/lib/Encode/CN/HZ.pm
12765            - ext/Encode/Encode/HZ.enc
12766            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
12767            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
12768 ____________________________________________________________________________
12769 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
12770         Log: Known test failures updates.
12771      Branch: perl
12772            ! pod/perldelta.pod
12773 ____________________________________________________________________________
12774 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
12775         Log: One more nit from mjd.
12776      Branch: perl
12777            ! lib/Tie/File/t/16_handle.t
12778 ____________________________________________________________________________
12779 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
12780         Log: Upgrade to Tie::File 0.17 from mjd.
12781      Branch: perl
12782            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
12783            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12784 ____________________________________________________________________________
12785 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
12786         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12787              From: Nicholas Clark <nick@unfortu.net>
12788              Date: Mon, 4 Mar 2002 23:33:52 +0000
12789              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
12790      Branch: perl
12791            ! pod/perldelta.pod
12792 ____________________________________________________________________________
12793 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
12794         Log: Escapee.
12795      Branch: perl
12796            ! proto.h
12797 ____________________________________________________________________________
12798 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
12799         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
12800              From: Nicholas Clark <nick@unfortu.net>
12801              Date: Mon, 4 Mar 2002 22:48:38 +0000
12802              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
12803      Branch: perl
12804            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
12805            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
12806            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
12807            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
12808            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
12809            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
12810            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
12811 ____________________________________________________________________________
12812 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
12813         Log: Cleaner.
12814      Branch: perl
12815            ! Makefile.SH
12816 ____________________________________________________________________________
12817 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
12818         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
12819              From: Jeffrey Friedl <jfriedl@yahoo.com>
12820              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
12821              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
12822      Branch: perl
12823            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
12824            ! pod/perlvar.pod
12825 ____________________________________________________________________________
12826 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
12827         Log: More Han tweaks from Autrjius Tang: most importantly,
12828              gbk is identical to cp936, so gbk can be removed and
12829              taken care of by an alias.
12830      Branch: perl
12831            - ext/Encode/Encode/gbk.enc
12832            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12833            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
12834            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12835            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12836 ____________________________________________________________________________
12837 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
12838         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12839              From: Nicholas Clark <nick@unfortu.net>
12840              Date: Mon, 4 Mar 2002 22:20:13 +0000
12841              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
12842      Branch: perl
12843            ! pod/perldelta.pod
12844 ____________________________________________________________________________
12845 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
12846         Log: Based on
12847              
12848              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
12849              From: Anton Tagunov <tagunov@motor.ru>
12850              Date: Mon, 4 Mar 2002 21:14:39 +0300
12851              Message-ID: <1814137429.20020304211439@motor.ru>
12852      Branch: perl
12853            ! pod/perlunicode.pod
12854 ____________________________________________________________________________
12855 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
12856         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12857              From: John Peacock <jpeacock@rowman.com>
12858              Date: Mon, 04 Mar 2002 16:18:42 -0500
12859              Message-ID: <3C83E4B2.3060700@rowman.com>
12860              
12861              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12862              From: John Peacock <jpeacock@rowman.com>
12863              Date: Mon, 04 Mar 2002 16:42:55 -0500
12864              Message-ID: <3C83EA5F.80303@rowman.com>
12865      Branch: perl
12866            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12867 ____________________________________________________________________________
12868 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
12869         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12870              From: "Craig A. Berry" <craigberry@mac.com>
12871              Date: Mon, 04 Mar 2002 14:47:59 -0600
12872              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
12873              
12874              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12875              From: "Craig A. Berry" <craigberry@mac.com>
12876              Date: Mon, 04 Mar 2002 15:04:58 -0600
12877              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
12878      Branch: perl
12879            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
12880 ____________________________________________________________________________
12881 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
12882         Log: metaconfig unit change for #15014.
12883      Branch: metaconfig/U/perl
12884            ! Extensions.U
12885 ____________________________________________________________________________
12886 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
12887         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
12888              of known extensions, where Encode::JP already is.
12889      Branch: perl
12890            ! Configure Porting/config.sh Porting/config_H uconfig.h
12891 ____________________________________________________________________________
12892 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
12893         Log: SJIS, from Dan Kogai.
12894      Branch: perl
12895            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
12896 ____________________________________________________________________________
12897 [ 15012] By: nick                                  on 2002/03/04  17:35:50
12898         Log: Intergrate perlio's Encode/compile
12899      Branch: perl
12900           !> ext/Encode/compile
12901 ____________________________________________________________________________
12902 [ 15011] By: nick                                  on 2002/03/04  17:29:54
12903         Log: Avoid $Id$ cleverness and just have a $VERSION.
12904      Branch: perlio
12905            ! ext/Encode/compile
12906 ____________________________________________________________________________
12907 [ 15010] By: nick                                  on 2002/03/04  17:29:14
12908         Log: Integrate mainline
12909      Branch: perlio
12910           +> lib/Math/BigInt/t/isa.t
12911           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
12912           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
12913           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
12914           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
12915           !> warnings.pl
12916 ____________________________________________________________________________
12917 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
12918         Log: Integrate ext/Encode/compile from perlio.
12919      Branch: perl
12920           !> ext/Encode/compile
12921 ____________________________________________________________________________
12922 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
12923         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
12924              updates not integrated, something odd going on in there.)
12925      Branch: perl
12926           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
12927           !> lib/Tie/File/t/16_handle.t
12928 ____________________________________________________________________________
12929 [ 15007] By: nick                                  on 2002/03/04  17:08:17
12930         Log: Integrate mainline
12931      Branch: perlio
12932           !> AUTHORS Changes Porting/Glossary Porting/config.sh
12933           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
12934           !> pod/perltoc.pod
12935 ____________________________________________________________________________
12936 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
12937         Log: A new M::BI test.
12938      Branch: perl
12939            + lib/Math/BigInt/t/isa.t
12940            ! MANIFEST
12941 ____________________________________________________________________________
12942 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
12943         Log: Subject: VMS test and perldelta update
12944              From: "Craig A. Berry" <craigberry@mac.com>
12945              Date: Mon, 04 Mar 2002 11:03:37 -0600
12946              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
12947      Branch: perl
12948            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
12949 ____________________________________________________________________________
12950 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
12951         Log: Needed for threaded builds.
12952      Branch: perl
12953            ! embed.fnc embed.h
12954 ____________________________________________________________________________
12955 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
12956         Log: Subject: [PATCH] taint + deprecated warnings
12957              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12958              Date: Mon, 4 Mar 2002 16:33:23 -0000
12959              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
12960      Branch: perl
12961            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
12962            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
12963            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
12964 ____________________________________________________________________________
12965 [ 15002] By: nick                                  on 2002/03/04  16:19:06
12966         Log: Win32 tweak
12967      Branch: perlio
12968            ! lib/Tie/File/t/16_handle.t
12969 ____________________________________________________________________________
12970 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
12971         Log: Update Changes.
12972      Branch: perl
12973            ! Changes patchlevel.h
12974 ____________________________________________________________________________
12975 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
12976         Log: AUTHORS updates.
12977      Branch: perl
12978            ! AUTHORS
12979 ____________________________________________________________________________
12980 [ 14999] By: nick                                  on 2002/03/04  15:26:43
12981         Log: Win32 hack
12982      Branch: perlio
12983            ! ext/Encode/compile ext/Encode/t/JP.t
12984 ____________________________________________________________________________
12985 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
12986         Log: Encode doc tweak from Autrijus Tang.
12987      Branch: perl
12988            ! ext/Encode/Encode.pm
12989 ____________________________________________________________________________
12990 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
12991         Log: Regen Glossary et al.  (It seems the #14875 didn't
12992              quite work in removing the double-dot?)
12993      Branch: perl
12994            ! Porting/Glossary Porting/config.sh Porting/config_H
12995 ____________________________________________________________________________
12996 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
12997         Log: Regen toc.
12998      Branch: perl
12999            ! pod/perltoc.pod
13000 ____________________________________________________________________________
13001 [ 14995] By: nick                                  on 2002/03/04  14:42:09
13002         Log: Remove debugging assert
13003      Branch: perlio
13004            ! ext/threads/shared/shared.xs
13005 ____________________________________________________________________________
13006 [ 14994] By: nick                                  on 2002/03/04  14:41:54
13007         Log: Integrate mainline
13008      Branch: perlio
13009           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
13010           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13011           !> lib/Tie/File/t/15_pushpop.t util.c
13012 ____________________________________________________________________________
13013 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
13014         Log: Han update from Autrijus Tang. 
13015      Branch: perl
13016            ! ext/Encode/Encode.pm
13017 ____________________________________________________________________________
13018 [ 14992] By: nick                                  on 2002/03/04  14:08:38
13019         Log: Integrate mainline - all tests pass - some noise from threads
13020              av_simple (SuSE7.3).
13021      Branch: perlio
13022           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
13023           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
13024           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13025           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
13026           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
13027           +> lib/Tie/File/t/11_rv_splice_rs.t
13028           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
13029           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
13030           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13031            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13032            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13033            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13034            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13035            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13036            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13037            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
13038            - lib/Tie/File/15_pushpop.t
13039           !> (integrate 47 files)
13040 ____________________________________________________________________________
13041 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
13042         Log: Missing MANIFESTations.
13043      Branch: perl
13044            ! MANIFEST
13045 ____________________________________________________________________________
13046 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
13047         Log: Attempt at portability.
13048      Branch: perl
13049            ! util.c
13050 ____________________________________________________________________________
13051 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
13052         Log: Needed by #14985.
13053      Branch: perl
13054            ! embed.h global.sym proto.h
13055 ____________________________________________________________________________
13056 [ 14988] By: ams                                   on 2002/03/04  08:59:27
13057         Log: Upgrade to Tie::File 0.16.
13058      Branch: perl
13059            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13060            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
13061            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13062            ! lib/Tie/File/t/15_pushpop.t
13063 ____________________________________________________________________________
13064 [ 14987] By: ams                                   on 2002/03/04  08:48:11
13065         Log: Subject: [PATCH @14577] perly-fixer
13066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13067              Date: Mon, 4 Mar 2002 02:28:51 -0500
13068              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
13069      Branch: perl
13070            ! Makefile.SH perly.fixer
13071 ____________________________________________________________________________
13072 [ 14986] By: ams                                   on 2002/03/04  08:43:37
13073         Log: Subject: [PATCH @14577] xsubpp
13074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13075              Date: Mon, 4 Mar 2002 02:25:52 -0500
13076              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
13077      Branch: perl
13078            ! lib/ExtUtils/xsubpp pod/perlxs.pod
13079 ____________________________________________________________________________
13080 [ 14985] By: ams                                   on 2002/03/04  08:40:46
13081         Log: Subject: [PATCH @14577] sv_cmp and friends
13082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13083              Date: Mon, 4 Mar 2002 02:31:04 -0500
13084              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
13085      Branch: perl
13086            ! embed.fnc sv.c util.c
13087 ____________________________________________________________________________
13088 [ 14984] By: ams                                   on 2002/03/04  08:16:06
13089         Log: Fix File::Path docs as suggested by Ronald Kimball.
13090      Branch: perl
13091            ! lib/File/Path.pm
13092 ____________________________________________________________________________
13093 [ 14983] By: ams                                   on 2002/03/04  08:11:20
13094         Log: Update perldata fix as suggested by Benjamin Goldberg.
13095      Branch: perl
13096            ! pod/perldata.pod
13097 ____________________________________________________________________________
13098 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
13099         Log: Faulty skip.
13100      Branch: perl
13101            ! ext/DB_File/t/db-recno.t
13102 ____________________________________________________________________________
13103 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
13104         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
13105              From: Anton Tagunov <tagunov@motor.ru>
13106              Date: Mon, 4 Mar 2002 05:41:41 +0300
13107              Message-Id: <7916563907.20020304054141@motor.ru>
13108              
13109              Subject: [ID 20020303.005] Patch perlinicode C API description
13110              From: Anton Tagunov <tagunov@motor.ru>
13111              Date: Mon, 4 Mar 2002 06:08:23 +0300
13112              Message-Id: <2018165510.20020304060823@motor.ru>
13113      Branch: perl
13114            ! lib/utf8.pm pod/perlunicode.pod
13115 ____________________________________________________________________________
13116 [ 14980] By: ams                                   on 2002/03/04  02:19:20
13117         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
13118              From: Anton Tagunov <tagunov@motor.ru>
13119              Date: Mon, 4 Mar 2002 02:17:40 +0300
13120              Message-Id: <1344322124.20020304021740@motor.ru>
13121      Branch: perl
13122            ! pod/perldata.pod
13123 ____________________________________________________________________________
13124 [ 14979] By: ams                                   on 2002/03/04  02:17:54
13125         Log: Subject: RE: [PATCH] RE: DB_File breakage
13126              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13127              Date: Sun, 3 Mar 2002 23:56:31 -0000
13128              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
13129      Branch: perl
13130            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13131            ! ext/DB_File/t/db-recno.t
13132 ____________________________________________________________________________
13133 [ 14978] By: ams                                   on 2002/03/04  02:07:16
13134         Log: Subject: [PATCH] docs for ExtUtils::Manifest
13135              From: Nicholas Clark <nick@unfortu.net>
13136              Date: Sun, 3 Mar 2002 23:29:25 +0000
13137              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
13138      Branch: perl
13139            ! lib/ExtUtils/Manifest.pm
13140 ____________________________________________________________________________
13141 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
13142         Log: Forgot from the M::BI 1.54 update.
13143      Branch: perl
13144            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
13145            ! lib/Math/BigInt/t/upgrade.inc
13146 ____________________________________________________________________________
13147 [ 14976] By: ams                                   on 2002/03/04  02:04:32
13148         Log: Subject: [PATCH] attr
13149              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13150              Date: Sun, 3 Mar 2002 22:09:58 -0000
13151              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
13152      Branch: perl
13153            ! lib/warnings.pm warnings.pl
13154 ____________________________________________________________________________
13155 [ 14975] By: ams                                   on 2002/03/04  02:01:27
13156         Log: Subject: [PATCH] File::Path documentation
13157              From: Colin Meyer <cmeyer@helvella.org>
13158              Date: Sun, 3 Mar 2002 14:54:24 -0800
13159              Message-Id: <20020303145424.A21774@hobart.helvella.org>
13160      Branch: perl
13161            ! lib/File/Path.pm
13162 ____________________________________________________________________________
13163 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
13164         Log: Typo.
13165      Branch: perl
13166            ! lib/Math/BigInt/t/upgrade.t
13167 ____________________________________________________________________________
13168 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
13169         Log: Editing errors.
13170      Branch: perl
13171            ! MANIFEST
13172 ____________________________________________________________________________
13173 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
13174         Log: Upgrade to Math::BigInt 1.54.
13175      Branch: perl
13176            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13177            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13178            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
13179            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
13180            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
13181            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
13182 ____________________________________________________________________________
13183 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
13184         Log: Test tweak from Craig Berry.
13185      Branch: perl
13186            ! lib/Tie/File/t/15_pushpop.t
13187 ____________________________________________________________________________
13188 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
13189         Log: Upgrade to Tie::File 0.15.
13190      Branch: perl
13191            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
13192            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
13193            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13194            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
13195            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
13196            + lib/Tie/File/t/11_rv_splice_rs.t
13197            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
13198            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
13199            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13200            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13201            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13202            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13203            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13204            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13205            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
13206            - lib/Tie/File/15_pushpop.t
13207            ! MANIFEST lib/Tie/File.pm
13208 ____________________________________________________________________________
13209 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
13210         Log: The EBCDIC gaps apply only to the real A-Z.
13211      Branch: perl
13212            ! ext/B/B/Deparse.pm
13213 ____________________________________________________________________________
13214 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
13215         Log: EBCDIC: deparse \cX correctly.
13216      Branch: perl
13217            ! ext/B/B/Deparse.pm
13218 ____________________________________________________________________________
13219 [ 14967] By: ams                                   on 2002/03/03  18:18:00
13220         Log: Subject: [PATCH] nit in perlsyn.pod
13221              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13222              Date: Sun, 03 Mar 2002 20:16:10 +0100
13223              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
13224      Branch: perl
13225            ! pod/perlsyn.pod
13226 ____________________________________________________________________________
13227 [ 14966] By: ams                                   on 2002/03/03  18:06:32
13228         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
13229              From: Michael G Schwern <schwern@pobox.com>
13230              Date: Sun, 3 Mar 2002 13:33:28 -0500
13231              Message-Id: <20020303183328.GA3296@blackrider>
13232      Branch: perl
13233            ! utils/h2xs.PL
13234 ____________________________________________________________________________
13235 [ 14965] By: ams                                   on 2002/03/03  18:00:03
13236         Log: Subject: [ PATCH ] HP back to default
13237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13238              Date: Sun, 03 Mar 2002 18:48:34 +0100
13239              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
13240      Branch: perl
13241            ! hints/hpux.sh
13242 ____________________________________________________________________________
13243 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
13244         Log: EBCDIC: special cases of special cases.
13245      Branch: perl
13246            ! t/uni/case.pl
13247 ____________________________________________________________________________
13248 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
13249         Log: EBCDIC: the v-string components cannot exceed 2147483647.
13250      Branch: perl
13251            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
13252 ____________________________________________________________________________
13253 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
13254         Log: Remove the bogus "incorrect case" warning completely.
13255              The problem exists, but the cure, in which ever form
13256              it will be, needs to be something more subtle.
13257      Branch: perl
13258            ! op.c pod/perldiag.pod
13259 ____________________________________________________________________________
13260 [ 14961] By: ams                                   on 2002/03/03  13:39:09
13261         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
13262              From: Mark-Jason Dominus <mjd@plover.com>
13263              Date: Sun, 03 Mar 2002 09:32:16 -0500
13264              Message-Id: <20020303143216.10536.qmail@plover.com>
13265      Branch: perl
13266            ! t/op/tiearray.t
13267 ____________________________________________________________________________
13268 [ 14960] By: nick                                  on 2002/03/03  09:59:59
13269         Log: Integrate mainline
13270      Branch: perlio
13271           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
13272            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
13273            ! ext/Encode/compile
13274           !> (integrate 27 files)
13275 ____________________________________________________________________________
13276 [ 14959] By: ams                                   on 2002/03/03  08:11:34
13277         Log: Fix #14957.
13278      Branch: perl
13279            ! ext/DB_File/t/db-recno.t
13280 ____________________________________________________________________________
13281 [ 14958] By: ams                                   on 2002/03/03  05:51:00
13282         Log: Subject: [PATCH @14577] NL in debugger
13283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13284              Date: Sat, 2 Mar 2002 05:34:12 -0500
13285              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
13286      Branch: perl
13287            ! lib/perl5db.pl
13288 ____________________________________________________________________________
13289 [ 14957] By: ams                                   on 2002/03/03  05:00:04
13290         Log: Subject: Re: DB_File breakage
13291              From: Schuyler Erle <schuyler@oreilly.com>
13292              Date: Sat, 02 Mar 2002 21:50:30 -0800
13293              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
13294      Branch: perl
13295            ! ext/DB_File/t/db-recno.t
13296 ____________________________________________________________________________
13297 [ 14956] By: ams                                   on 2002/03/03  04:40:08
13298         Log: Subject: [PATCH @14577] Debugging OPs
13299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13300              Date: Sat, 2 Mar 2002 05:49:58 -0500
13301              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
13302      Branch: perl
13303            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
13304            ! pod/perlrun.pod sv.h
13305 ____________________________________________________________________________
13306 [ 14955] By: ams                                   on 2002/03/03  04:34:41
13307         Log: Subject: Tie::Array doc patch
13308              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
13309              Date: Sat, 02 Mar 2002 08:42:56 +0900
13310              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
13311      Branch: perl
13312            ! lib/Tie/Array.pm
13313 ____________________________________________________________________________
13314 [ 14954] By: ams                                   on 2002/03/03  04:23:33
13315         Log: Subject: Re: Smoke 14870
13316              From: Nicholas Clark <nick@unfortu.net>
13317              Date: Sat, 2 Mar 2002 20:00:53 +0000
13318              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
13319      Branch: perl
13320            ! README.hpux
13321 ____________________________________________________________________________
13322 [ 14953] By: ams                                   on 2002/03/03  04:15:49
13323         Log: Subject: RE: VERSION core
13324              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13325              Date: Sat, 2 Mar 2002 22:50:44 -0000
13326              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
13327      Branch: perl
13328            ! t/comp/use.t
13329 ____________________________________________________________________________
13330 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
13331         Log: The #14949 removed this error from non-Win32.
13332      Branch: perl
13333            ! t/lib/warnings/op
13334 ____________________________________________________________________________
13335 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
13336         Log: BeOS back on track.
13337      Branch: perl
13338            ! README.beos
13339 ____________________________________________________________________________
13340 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
13341         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
13342              higher is okay.
13343      Branch: perl
13344            ! ext/POSIX/t/posix.t
13345 ____________________________________________________________________________
13346 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
13347         Log: For now, make "incorrect case" a Win32-only warning.
13348      Branch: perl
13349            ! op.c
13350 ____________________________________________________________________________
13351 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
13352         Log: Demand more before attempting socketpair().
13353      Branch: perl
13354            ! pp_sys.c
13355 ____________________________________________________________________________
13356 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
13357         Log: Remove obsolete hack.
13358      Branch: perl
13359            ! makedepend.SH
13360 ____________________________________________________________________________
13361 [ 14946] By: ams                                   on 2002/03/02  16:00:32
13362         Log: Forgot to delete encode.* from MANIFEST.
13363      Branch: perl
13364            ! MANIFEST
13365 ____________________________________________________________________________
13366 [ 14945] By: ams                                   on 2002/03/02  14:41:03
13367         Log: Delete ex-test output.
13368      Branch: perl
13369            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
13370 ____________________________________________________________________________
13371 [ 14944] By: ams                                   on 2002/03/02  13:54:35
13372         Log: Subject: [PATCH] DB_File 1.803
13373              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13374              Date: Sat, 2 Mar 2002 14:33:32 -0000
13375              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
13376      Branch: perl
13377            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13378            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13379 ____________________________________________________________________________
13380 [ 14943] By: ams                                   on 2002/03/02  13:43:06
13381         Log: Upgrade to Tie::File 0.14.
13382      Branch: perl
13383            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
13384            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
13385            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
13386 ____________________________________________________________________________
13387 [ 14942] By: nick                                  on 2002/03/02  11:05:53
13388         Log: Integrate mainline
13389      Branch: perlio
13390           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
13391           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
13392           +> ext/Encode/t/table.utf8
13393           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
13394           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
13395           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13396           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
13397           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
13398           !> universal.c utils/perldoc.PL
13399 ____________________________________________________________________________
13400 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
13401         Log: More CJK (just C, really) tables from Autrijus Tang
13402              (originally from iconv, used with permission of Bruno Haible)
13403      Branch: perl
13404            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
13405            + ext/Encode/Encode/iso-ir-165.enc
13406            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13407            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
13408            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
13409 ____________________________________________________________________________
13410 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
13411         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
13412              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13413              Date: Fri, 1 Mar 2002 15:32:13 -0500
13414              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
13415      Branch: perl
13416            ! utils/perldoc.PL
13417 ____________________________________________________________________________
13418 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
13419         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
13420              From: Schuyler Erle <schuyler@oreilly.com>
13421              Date: Fri, 01 Mar 2002 14:22:19 -0800
13422              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
13423              
13424              Subject: Re: PATCH: "splice() offset past end of array" warning.
13425              From: Mark-Jason Dominus <mjd@plover.com>
13426              Date: Fri, 01 Mar 2002 17:19:49 -0500
13427              Message-ID: <20020301221949.7610.qmail@plover.com>
13428      Branch: perl
13429            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
13430 ____________________________________________________________________________
13431 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
13432         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
13433              From: Mark-Jason Dominus <mjd@plover.com>
13434              Date: Fri, 01 Mar 2002 18:35:35 -0500
13435              Message-ID: <20020301233535.15969.qmail@plover.com>
13436      Branch: perl
13437            ! av.c
13438 ____________________________________________________________________________
13439 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
13440         Log: Subject: RE: VERSION core
13441              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13442              Date: Fri, 1 Mar 2002 23:47:48 -0000
13443              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
13444      Branch: perl
13445            ! pod/perldiag.pod universal.c
13446 ____________________________________________________________________________
13447 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
13448         Log: Update Changes
13449      Branch: maint-5.6/macperl
13450            ! macos/Changes
13451 ____________________________________________________________________________
13452 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
13453         Log: Fix update to resources
13454      Branch: maint-5.6/macperl
13455            ! macos/macperl/MacPerl.r
13456 ____________________________________________________________________________
13457 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
13458         Log: metaconfig unit change for #14930.
13459      Branch: metaconfig
13460            ! U/modified/Init.U
13461 ____________________________________________________________________________
13462 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
13463         Log: Fix debugger to handle Mac OS psedofiles
13464      Branch: maint-5.6/macperl
13465            ! lib/DB.pm lib/perl5db.pl
13466 ____________________________________________________________________________
13467 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
13468         Log: Various fixes from Thomas Wegner
13469      Branch: maint-5.6/macperl
13470            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
13471 ____________________________________________________________________________
13472 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
13473         Log: Some resource updates
13474      Branch: maint-5.6/macperl
13475            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
13476            ! macos/macperl/MacPerl.rsrc
13477 ____________________________________________________________________________
13478 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
13479         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
13480              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13481              Date: Fri, 01 Mar 2002 09:38:59 -0800
13482              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
13483      Branch: perl
13484            ! Configure
13485 ____________________________________________________________________________
13486 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
13487         Log: Add some missing sfio symbols (Alan Fry)
13488      Branch: maint-5.6/macperl
13489            ! macos/macperl.sym
13490 ____________________________________________________________________________
13491 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
13492         Log: Update version and README
13493      Branch: maint-5.6/macperl
13494            ! README.macos macos/MPVersion.r
13495 ____________________________________________________________________________
13496 [ 14926] By: nick                                  on 2002/03/01  15:56:41
13497         Log: Integrate mainline
13498      Branch: perlio
13499           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
13500           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13501           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13502           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13503           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13504           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13505           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13506           +> lib/Tie/File/13_size_rs.t
13507           !> (integrate 80 files)
13508 ____________________________________________________________________________
13509 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
13510         Log: Better advertising.
13511      Branch: perl
13512            ! pod/perldelta.pod pod/perlfaq5.pod
13513 ____________________________________________________________________________
13514 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
13515         Log: Update Changes.
13516      Branch: perl
13517            ! Changes patchlevel.h
13518 ____________________________________________________________________________
13519 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
13520         Log: Lost in the shuffle.
13521      Branch: perl
13522            + lib/Math/BigInt/t/downgrade.t
13523            ! MANIFEST
13524 ____________________________________________________________________________
13525 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
13526         Log: Advertise Tie::File.
13527      Branch: perl
13528            ! pod/perldelta.pod pod/perlfaq5.pod
13529 ____________________________________________________________________________
13530 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
13531         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
13532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13533              Date: Thu, 28 Feb 2002 18:55:48 +0100
13534              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
13535      Branch: perl
13536            ! x2p/walk.c
13537 ____________________________________________________________________________
13538 [ 14920] By: ams                                   on 2002/03/01  09:06:01
13539         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
13540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13541              Date: Tue, 26 Feb 2002 19:54:31 -0500
13542              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
13543      Branch: perl
13544            ! embed.fnc ext/B/B/Deparse.pm gv.c
13545 ____________________________________________________________________________
13546 [ 14919] By: ams                                   on 2002/03/01  03:03:12
13547         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
13548      Branch: perl
13549            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
13550            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13551            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13552            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13553            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13554            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13555            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13556 ____________________________________________________________________________
13557 [ 14918] By: ams                                   on 2002/03/01  02:36:58
13558         Log: Add Tie::File 0.12 from MJD.
13559      Branch: perl
13560            + lib/Tie/File.pm lib/Tie/File/01_gen.t
13561            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13562            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13563            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13564            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13565            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13566            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13567            ! MANIFEST
13568 ____________________________________________________________________________
13569 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
13570         Log: Encoding name mapping tweaks.
13571      Branch: perl
13572            ! ext/Encode/Encode.pm
13573 ____________________________________________________________________________
13574 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
13575         Log: metaconfig unit change for #14915.
13576      Branch: metaconfig
13577            ! U/modified/Init.U
13578 ____________________________________________________________________________
13579 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
13580         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
13581              From: Paul_GreenVOS@vos.stratus.com
13582              Date: Thu, 28 Feb 02 15:05 est
13583              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
13584      Branch: perl
13585            ! Configure
13586 ____________________________________________________________________________
13587 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
13588         Log: PL_bostr was pointing to the wrong string
13589              (a string left around from the loading of the Unicode \w)
13590              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
13591              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
13592      Branch: perl
13593            ! regexec.c
13594 ____________________________________________________________________________
13595 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
13596         Log: Sync with libnet-1.10
13597      Branch: perl
13598            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
13599            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
13600            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
13601            ! lib/Net/t/netrc.t
13602 ____________________________________________________________________________
13603 [ 14912] By: ams                                   on 2002/02/28  13:02:50
13604         Log: Subject: [PATCH] perldelta.pod fixes
13605              From: Autrijus Tang <autrijus@autrijus.org>
13606              Date: Thu, 28 Feb 2002 21:44:15 +0800
13607              Message-Id: <20020228134415.GB16422@not.autrijus.org>
13608      Branch: perl
13609            ! pod/perldelta.pod
13610 ____________________________________________________________________________
13611 [ 14911] By: ams                                   on 2002/02/28  11:31:44
13612         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
13613              From: Stas Bekman <stas@stason.org>
13614              Date: Mon, 04 Feb 2002 16:18:53 +0800
13615              Message-Id: <3C7E1E5F.1000605@stason.org>
13616              (Applied by hand).
13617      Branch: perl
13618            ! lib/File/Copy.pm
13619 ____________________________________________________________________________
13620 [ 14910] By: ams                                   on 2002/02/28  11:26:47
13621         Log: Subject: [PATCH lib/Pod/Html.pm]
13622              From: Stas Bekman <stas@stason.org>
13623              Date: Thu, 28 Feb 2002 20:05:01 +0800
13624              Message-Id: <3C7E1CED.7000307@stason.org>
13625      Branch: perl
13626            ! lib/Pod/Html.pm
13627 ____________________________________________________________________________
13628 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
13629         Log: Tests for #14908.
13630      Branch: perl
13631            ! t/op/pat.t
13632 ____________________________________________________________________________
13633 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
13634         Log: Make shared hash keys to be \0-terminated:
13635              one possible resolution for
13636              "UTF-8, weird \w behaviour after HASH-KEY-ification"
13637              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
13638              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
13639              The hash keys weren't \0-terminated.  This meant that the EOL ($)
13640              in regmatch() got the nextchr beyond the last character.  Since
13641              the keys were UTF-8, the nextchr was \1, not the usual
13642              string-terminating \0.  Wham, no match.
13643              
13644              I think another possible resolution could be to stop the nextchr
13645              computation in regmatch() from peeking beyond the last character
13646              of the string:
13647              
13648              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
13649      Branch: perl
13650            ! hv.c hv.h
13651 ____________________________________________________________________________
13652 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
13653         Log: Subject: [PATCH] Perl interface to newIO()
13654              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13655              Date: Wed, 27 Feb 2002 20:15:27 -0800
13656              Message-ID: <f7af8gzkgaET092yn@efn.org>
13657      Branch: perl
13658            ! lib/Symbol.pm
13659 ____________________________________________________________________________
13660 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
13661         Log: The "list" part of
13662              
13663              Subject: [PATCH perlop] .. returns a *list* of *integers*
13664              From: Mike Guy <mjtg@cam.ac.uk>
13665              Date: Tue, 26 Feb 2002 18:30:22 +0000
13666              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
13667              
13668              plus few nits.
13669      Branch: perl
13670            ! pod/perlop.pod
13671 ____________________________________________________________________________
13672 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
13673         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
13674              From: Abe Timmerman <abe@ztreet.demon.nl>
13675              Date: Thu, 28 Feb 2002 00:04:06 +0100
13676              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
13677      Branch: perl
13678            ! lib/File/stat.t
13679 ____________________________________________________________________________
13680 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
13681         Log: Integrate from maintperl.
13682      Branch: maint-5.6/macperl
13683           !> doio.c op.c t/io/open.t t/pragma/strict-subs
13684 ____________________________________________________________________________
13685 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
13686         Log: Upgrade to Math::BigInt 1.53.
13687      Branch: perl
13688            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13689            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13690            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13691            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
13692            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
13693            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
13694 ____________________________________________________________________________
13695 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
13696         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
13697              From: "Craig A. Berry" <craigberry@mac.com>
13698              Date: Wed, 27 Feb 2002 15:36:38 -0600
13699              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
13700      Branch: perl
13701            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
13702            ! vms/ext/filespec.t
13703 ____________________________________________________________________________
13704 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
13705         Log: Subject: [PATCH] Some minor changes for Cygwin
13706              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
13707              Date: Wed, 27 Feb 2002 22:25:41 +0100
13708              Message-ID: <14296492589.20020227222541@familiehaase.de>
13709      Branch: perl
13710            ! Makefile.SH README.cygwin cygwin/perlld.in
13711 ____________________________________________________________________________
13712 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
13713         Log: Update the UTF-8 explanation table.
13714      Branch: perl
13715            ! pod/perlunicode.pod utf8.h
13716 ____________________________________________________________________________
13717 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
13718         Log: Repatch from Robin Barker: anon subs in C<package;> are
13719              now __ANON__::__ANON__ (should help for mod_perl package
13720              since #12251)
13721      Branch: perl
13722            ! gv.c op.c t/op/runlevel.t toke.c
13723 ____________________________________________________________________________
13724 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
13725         Log: Update Changes.
13726      Branch: perl
13727            ! Changes patchlevel.h
13728 ____________________________________________________________________________
13729 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
13730         Log: perldelta updates.
13731      Branch: perl
13732            ! pod/perldelta.pod
13733 ____________________________________________________________________________
13734 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
13735         Log: Signedness nit.
13736      Branch: perl
13737            ! regexec.c
13738 ____________________________________________________________________________
13739 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
13740         Log: Subject: Re: Smoke 14870
13741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13742              Date: Wed, 27 Feb 2002 16:48:35 +0100
13743              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
13744              
13745              (with some additional garnish)
13746      Branch: perl
13747            ! README.hpux hints/hpux.sh
13748 ____________________________________________________________________________
13749 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
13750         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
13751              into perl.exp in AIX.
13752      Branch: perl
13753            ! makedef.pl perl.h
13754 ____________________________________________________________________________
13755 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
13756         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
13757              From: Robin Barker <rmb1@cise.npl.co.uk>
13758              Date: Wed, 27 Feb 2002 14:39:35 GMT
13759              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
13760      Branch: perl
13761            ! pod/perlrun.pod
13762 ____________________________________________________________________________
13763 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
13764         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
13765              From: Robin Barker <rmb1@cise.npl.co.uk>
13766              Date: Wed, 27 Feb 2002 12:25:30 GMT
13767              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
13768      Branch: perl
13769            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
13770            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
13771            ! pod/perlunicode.pod pod/perluniintro.pod
13772 ____________________________________________________________________________
13773 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
13774         Log: Only modify LD_LIBRARY_PATH in case there are directories.
13775      Branch: perl
13776            ! hints/dec_osf.sh
13777 ____________________________________________________________________________
13778 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
13779         Log: Subject: [PATCH] perl/hints/vos.sh
13780              From: Paul_GreenVOS@vos.stratus.com
13781              Date: Tue, 26 Feb 02 15:19 est
13782              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
13783      Branch: perl
13784            ! hints/vos.sh
13785 ____________________________________________________________________________
13786 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
13787         Log: Forgot from #14888.
13788      Branch: perl
13789            ! ext/Unicode/Normalize/mkheader
13790 ____________________________________________________________________________
13791 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
13792         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
13793      Branch: perl
13794            ! ext/Unicode/Normalize/Changes
13795            ! ext/Unicode/Normalize/Normalize.pm
13796            ! ext/Unicode/Normalize/Normalize.xs
13797            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
13798            ! ext/Unicode/Normalize/t/test.t
13799 ____________________________________________________________________________
13800 [ 14887] By: ams                                   on 2002/02/26  23:51:52
13801         Log: Subject: Missing diagnostics
13802              From: Simon Glover <scog@roe.ac.uk>
13803              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
13804              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
13805              
13806              Subject: [PATCH] Better wording for the lvalue vec diagnostic
13807              From: Simon Glover <scog@roe.ac.uk>
13808              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
13809              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
13810      Branch: perl
13811            ! doop.c pod/perldiag.pod t/op/vec.t
13812 ____________________________________________________________________________
13813 [ 14886] By: ams                                   on 2002/02/26  15:48:34
13814         Log: Subject: [PATCH] Not OK 5.7.2@14884
13815              From: andreas.koenig@anima.de (Andreas J. Koenig)
13816              Date: Tue, 26 Feb 2002 15:03:55 +0100
13817              Message-Id: <m38z9gfigk.fsf@anima.de>
13818      Branch: perl
13819            ! t/lib/access.t
13820 ____________________________________________________________________________
13821 [ 14885] By: nick                                  on 2002/02/26  13:48:55
13822         Log: Integrate mainline
13823      Branch: perlio
13824           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
13825           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
13826           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
13827            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
13828           !> (integrate 102 files)
13829 ____________________________________________________________________________
13830 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
13831         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
13832              1.1999999999999996, or thereabouts (yes, even sprintf).
13833      Branch: perl
13834            ! t/base/num.t
13835 ____________________________________________________________________________
13836 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
13837         Log: Neither.
13838      Branch: perl
13839            ! pod/perldelta.pod
13840 ____________________________________________________________________________
13841 [ 14882] By: ams                                   on 2002/02/26  08:46:55
13842         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
13843              From: Michael G Schwern <schwern@pobox.com>
13844              Date: Tue, 26 Feb 2002 01:01:28 -0500
13845              Message-Id: <20020226060128.GA2439@blackrider>
13846      Branch: perl
13847            ! hv.c pod/perldiag.pod
13848 ____________________________________________________________________________
13849 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
13850         Log: Subject: [PATCH B::Concise] docs, typos
13851              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13852              Date: Mon, 25 Feb 2002 16:41:16 +0100
13853              Message-ID: <20020225164116.A1054@rafael>
13854      Branch: perl
13855            ! ext/B/B/Concise.pm
13856 ____________________________________________________________________________
13857 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
13858         Log: POSIX: add isatty to @EXPORT_OK, reformat.
13859      Branch: perl
13860            ! ext/POSIX/POSIX.pm
13861 ____________________________________________________________________________
13862 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
13863         Log: If using -Dloclibpth=... the directories need to
13864              be appended to LD_LIBRARY_PATH (and ickily, if those
13865              directories contain a (newer?) libdb.so, we need to
13866              prepend    /usr/shlib to loclibpth).
13867      Branch: perl
13868            ! hints/dec_osf.sh
13869 ____________________________________________________________________________
13870 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
13871         Log: Subject: [PATCH] Perl interface to newIO()
13872              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
13873              Date: Mon, 25 Feb 2002 15:04:57 -0800
13874              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
13875      Branch: perl
13876            ! lib/Symbol.pm lib/Symbol.t
13877 ____________________________________________________________________________
13878 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
13879         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
13880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
13881              Date: Mon, 25 Feb 2002 21:58:30 +0100
13882              Message-ID: <20020225215830.A744@rafael>
13883      Branch: perl
13884            ! pod/perlvar.pod
13885 ____________________________________________________________________________
13886 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
13887         Log: Big5 tweaks from Autrijus Tang.
13888      Branch: perl
13889            ! ext/Encode/Encode/big5.enc
13890 ____________________________________________________________________________
13891 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
13892         Log: Subject: [PATCH Glossary configpm] cleanups
13893              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13894              Date: Mon, 25 Feb 2002 23:27:15 +0100
13895              Message-ID: <20020225232715.C744@rafael>
13896      Branch: perl
13897            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
13898 ____________________________________________________________________________
13899 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
13900         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
13901              From: Nicholas Clark <nick@unfortu.net>
13902              Date: Mon, 25 Feb 2002 21:53:24 +0000
13903              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
13904      Branch: perl
13905            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
13906            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13907            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
13908 ____________________________________________________________________________
13909 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
13910         Log: Upgrade to I18N::LangTags 0.27.
13911              (Causes one flipflop back to perl.com URL, must poke Sean.)
13912      Branch: perl
13913            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13914            ! lib/I18N/LangTags/List.pm
13915 ____________________________________________________________________________
13916 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
13917         Log: Upgrade to Getopt::Long 2.28.
13918      Branch: perl
13919            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
13920            ! lib/Getopt/Long/README
13921 ____________________________________________________________________________
13922 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
13923         Log: No =head.
13924      Branch: perl
13925            ! pod/perlebcdic.pod
13926 ____________________________________________________________________________
13927 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
13928         Log: Update Changes.
13929      Branch: perl
13930            ! Changes patchlevel.h
13931 ____________________________________________________________________________
13932 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
13933         Log: metaconfig unit change for #14868.
13934      Branch: metaconfig
13935            ! U/modified/Chk_MANI.U
13936 ____________________________________________________________________________
13937 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
13938         Log: Some hosts understand split -l 50, some only split -50
13939              (from Paul Eggert).
13940      Branch: perl
13941            ! Configure
13942 ____________________________________________________________________________
13943 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
13944         Log: Subject: Re: [PATCH bleadperl] socketpair.t
13945              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13946              Date: Sun, 24 Feb 2002 10:31:25 +0100
13947              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
13948              
13949              (the pid half only)
13950      Branch: perl
13951            ! win32/win32.c
13952 ____________________________________________________________________________
13953 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
13954         Log: Mention the new pack tricks.
13955      Branch: perl
13956            ! pod/perldelta.pod
13957 ____________________________________________________________________________
13958 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
13959         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
13960              From: Richard.Foley@t-online.de (Richard Foley)
13961              Date: Mon, 25 Feb 2002 13:47:03 +0100
13962              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
13963      Branch: perl
13964            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
13965            ! pod/perldebug.pod pod/perldelta.pod
13966 ____________________________________________________________________________
13967 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
13968         Log: Typo corrections from John P. Linderman.
13969      Branch: perl
13970            ! ext/IPC/SysV/Semaphore.pm
13971 ____________________________________________________________________________
13972 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
13973         Log: Upgrade to Math::BigInt 1.52.
13974      Branch: perl
13975            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13976            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13977            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13978            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
13979            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
13980 ____________________________________________________________________________
13981 [ 14862] By: ams                                   on 2002/02/25  10:39:40
13982         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
13983              From: Robin Barker <rmb1@cise.npl.co.uk>
13984              Date: Mon, 25 Feb 2002 11:35:06 GMT
13985              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
13986              
13987              Subject: [PATCH Net/Cmd.pm]
13988              From: Robin Barker <rmb1@cise.npl.co.uk>
13989              Date: Mon, 25 Feb 2002 11:37:06 GMT
13990              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
13991      Branch: perl
13992            ! lib/Cwd.pm lib/Net/Cmd.pm
13993 ____________________________________________________________________________
13994 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
13995         Log: Cut-and-paste errors.
13996      Branch: perl
13997            ! t/op/pat.t
13998 ____________________________________________________________________________
13999 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
14000         Log: EBCDIC: the control characters are not that easy to find.
14001      Branch: perl
14002            ! t/op/pat.t
14003 ____________________________________________________________________________
14004 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
14005         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
14006              From: John Peacock <jpeacock@rowman.com>
14007              Date: Sun, 24 Feb 2002 22:08:28 -0500
14008              Message-ID: <3C79AAAC.6060903@rowman.com>
14009      Branch: perl
14010            ! sv.c
14011 ____________________________________________________________________________
14012 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
14013         Log: SvSetSV() is not returnable, but that's okay since
14014              sv_copypv() returns void.
14015      Branch: perl
14016            ! sv.c
14017 ____________________________________________________________________________
14018 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
14019         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
14020              From: John Peacock <jpeacock@rowman.com>                 
14021              Date: Sun, 24 Feb 2002 16:40:07 -0500
14022              Message-ID: <3C795DB7.40105@rowman.com>               
14023      Branch: perl
14024            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
14025            ! pp_hot.c proto.h sv.c
14026 ____________________________________________________________________________
14027 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
14028         Log: Tiny code cleanup.
14029      Branch: perl
14030            ! regexec.c
14031 ____________________________________________________________________________
14032 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
14033         Log: Use to_uni_fold().
14034      Branch: perl
14035            ! regcomp.c
14036 ____________________________________________________________________________
14037 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
14038         Log: Document the new taint behaviour of exec LIST and
14039              system LIST.
14040      Branch: perl
14041            ! pod/perldelta.pod
14042 ____________________________________________________________________________
14043 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
14044         Log: Subject: [PATCH] Re: taint news
14045              From: Rick Delaney <rick.delaney@rogers.com>             
14046              Date: 24 Feb 2002 11:35:00 -0500
14047              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
14048      Branch: perl
14049            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
14050 ____________________________________________________________________________
14051 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
14052         Log: EBCDIC tweak (native instead of uni) and comment update.
14053      Branch: perl
14054            ! regexec.c
14055 ____________________________________________________________________________
14056 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
14057         Log: Using uninitialized (and wrong) variables is not good.
14058      Branch: perl
14059            ! regcomp.c
14060 ____________________________________________________________________________
14061 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
14062         Log: EBCDIC: this seems to calm the last of the
14063              Malformed UTF-8 warnings.
14064      Branch: perl
14065            ! regcomp.c utf8.c
14066 ____________________________________________________________________________
14067 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
14068         Log: EBCDIC: document using Encode for character conversions.
14069      Branch: perl
14070            ! pod/perlebcdic.pod
14071 ____________________________________________________________________________
14072 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
14073         Log: EBCDIC: disable also Unicode::Collate and
14074              Unicode::Normalize for now.  Real users of
14075              EBCDIC have to decide what they want.
14076      Branch: perl
14077            ! ext/Unicode/Normalize/Normalize.pm
14078            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14079            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
14080            ! lib/Unicode/Collate/t/test.t
14081 ____________________________________________________________________________
14082 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
14083         Log: AUTHORS updates.
14084      Branch: perl
14085            ! AUTHORS
14086 ____________________________________________________________________________
14087 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
14088         Log: Retract #14571: there may be a better solution than
14089              tweaking the test.
14090      Branch: perl
14091            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14092 ____________________________________________________________________________
14093 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
14094         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
14095              From: "Craig A. Berry" <craigberry@mac.com> 
14096              Date: Sat, 23 Feb 2002 14:14:35 -0600
14097              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
14098      Branch: perl
14099            ! configure.com
14100 ____________________________________________________________________________
14101 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
14102         Log: metaconfig unit change for #14843.
14103      Branch: metaconfig/U/perl
14104            ! Extensions.U
14105 ____________________________________________________________________________
14106 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
14107         Log: Also Encode/JP needs to be listed explicitly.
14108              (Any other sub-Encode extensions?)
14109      Branch: perl
14110            ! Configure
14111 ____________________________________________________________________________
14112 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
14113         Log: Document known UNICOS/mk deficiency.
14114      Branch: perl
14115            ! pod/perldelta.pod
14116 ____________________________________________________________________________
14117 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
14118         Log: Subject: [PATCH] README mention version 5.0
14119              From: Autrijus Tang <autrijus@autrijus.org>
14120              Date: Sat, 23 Feb 2002 09:35:22 +0800
14121              Message-ID: <20020223013522.GA8694@not.autrijus.org>
14122      Branch: perl
14123            ! README
14124 ____________________________________________________________________________
14125 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
14126         Log: metaconfig unit change for #14839.
14127      Branch: metaconfig
14128            ! U/modified/Signal.U
14129 ____________________________________________________________________________
14130 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
14131         Log: Old hosts like NeXT Classic don't have sort -k,
14132              from Paul Eggert.
14133      Branch: perl
14134            ! Configure
14135 ____________________________________________________________________________
14136 [ 14838] By: ams                                   on 2002/02/22  21:14:29
14137         Log: Minor clarifications as suggested by Anton Tagunov.
14138      Branch: perl
14139            ! pod/perlsyn.pod
14140 ____________________________________________________________________________
14141 [ 14837] By: ams                                   on 2002/02/22  21:07:02
14142         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
14143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14144              Date: Fri, 22 Feb 2002 23:01:07 +0100
14145              Message-Id: <20020222230107.A15069@rafael>
14146      Branch: perl
14147            ! sv.c t/op/gv.t
14148 ____________________________________________________________________________
14149 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
14150         Log: metaconfig unit change for #14835.
14151      Branch: metaconfig
14152            ! U/modified/Chk_MANI.U
14153 ____________________________________________________________________________
14154 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
14155         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
14156      Branch: perl
14157            ! Configure
14158 ____________________________________________________________________________
14159 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
14160         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
14161              From: Michael G Schwern <schwern@pobox.com>
14162              Date: Fri, 22 Feb 2002 12:10:28 -0500
14163              Message-ID: <20020222171027.GB4181@blackrider>
14164      Branch: perl
14165            ! ext/Encode/compile
14166 ____________________________________________________________________________
14167 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
14168         Log: Update Changes.
14169      Branch: perl
14170            ! Changes patchlevel.h
14171 ____________________________________________________________________________
14172 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
14173         Log: Implement IV/UV/NV/long double pack/unpack with
14174              template letters j/J/F/D (the latter two have been
14175              undocumented aliases of f/d).
14176      Branch: perl
14177            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
14178 ____________________________________________________________________________
14179 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
14180         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
14181              From: Nicholas Clark <nick@unfortu.net>
14182              Date: Fri, 22 Feb 2002 14:01:25 +0000
14183              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
14184      Branch: perl
14185            ! ext/Encode/compile
14186 ____________________________________________________________________________
14187 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
14188         Log: NetWare change from Ananth Kesari.
14189      Branch: perl
14190            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
14191            ! MANIFEST
14192 ____________________________________________________________________________
14193 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
14194         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
14195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14196              Date: Fri, 22 Feb 2002 03:55:13 -0500
14197              Message-ID: <20020222035513.A894@math.ohio-state.edu>
14198      Branch: perl
14199            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
14200 ____________________________________________________________________________
14201 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
14202         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
14203      Branch: perl
14204            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
14205 ____________________________________________________________________________
14206 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
14207         Log: Make measure_struct a file static.
14208      Branch: perl
14209            ! pp_pack.c
14210 ____________________________________________________________________________
14211 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
14212         Log: EBCDIC: someone who knows what they are doing
14213              and whether it is possible at all in the first
14214              place needs to figure these tests out on EBCDIC.
14215              The CJK encodings heavily abuse their knowledge
14216              of ASCII and that may require a translation layer
14217              or four to survive UTF-EBCDIC.
14218      Branch: perl
14219            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
14220 ____________________________________________________________________________
14221 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
14222         Log: croak() needs context.
14223      Branch: perl
14224            ! pp_pack.c
14225 ____________________________________________________________________________
14226 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
14227         Log: Subject: [PATCH @14577] pack with a human face: the sequel
14228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14229              Date: Thu, 21 Feb 2002 21:33:37 -0500
14230              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
14231      Branch: perl
14232            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
14233            ! proto.h t/op/pack.t
14234 ____________________________________________________________________________
14235 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
14236         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
14237              From: Nicholas Clark <nick@unfortu.net> 
14238              Date: Fri, 22 Feb 2002 00:49:44 +0000
14239              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
14240      Branch: perl
14241            ! ext/Encode/compile
14242 ____________________________________________________________________________
14243 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
14244         Log: Test for #14795.
14245      Branch: perl
14246            ! t/op/pat.t
14247 ____________________________________________________________________________
14248 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
14249         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
14250      Branch: perl
14251            ! t/op/pat.t
14252 ____________________________________________________________________________
14253 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
14254         Log: Subject: [PATCH] next batch of bugfixes
14255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14256              Date: Thu, 21 Feb 2002 23:54:41 +0100
14257              Message-ID: <20020221235441.A17260@rafael>
14258      Branch: perl
14259            ! ext/B/B/Deparse.pm
14260 ____________________________________________________________________________
14261 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
14262         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)
14263              From: chromatic <chromatic@rmci.net>
14264              Date: Thu, 21 Feb 2002 14:17:35 -0700
14265              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
14266      Branch: perl
14267            ! lib/File/stat.pm lib/File/stat.t
14268 ____________________________________________________________________________
14269 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
14270         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
14271      Branch: perl
14272            ! ext/re/re.xs
14273 ____________________________________________________________________________
14274 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
14275         Log: Upgrade to Math::BigInt 1.51.
14276      Branch: perl
14277            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
14278            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
14279            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
14280            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14281            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14282            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14283            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
14284            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
14285            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
14286            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
14287            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
14288            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
14289 ____________________________________________________________________________
14290 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
14291         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
14292              From: "Gerrit P. Haase" <gp@familiehaase.de>
14293              Date: Thu, 21 Feb 2002 21:20:25 +0100
14294              Message-ID: <69510538936.20020221212025@familiehaase.de>
14295      Branch: perl
14296            ! Makefile.SH
14297 ____________________________________________________________________________
14298 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
14299         Log: Subject: [PATCH @14577] grouping in pack/unpack
14300              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14301              Date: Thu, 21 Feb 2002 06:06:14 -0500
14302              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
14303      Branch: perl
14304            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
14305            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
14306 ____________________________________________________________________________
14307 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
14308         Log: Subject: [PATCH propose] question about fs.t
14309              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14310              Date: Thu, 21 Feb 2002 15:10:21 +0100
14311              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
14312      Branch: perl
14313            ! t/io/fs.t
14314 ____________________________________________________________________________
14315 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
14316         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
14317              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
14318              Date: Thu, 21 Feb 2002 09:54:28 +0100
14319              Message-ID: <13576559576.20020221095428@familiehaase.de>     
14320      Branch: perl
14321            ! Makefile.SH
14322 ____________________________________________________________________________
14323 [ 14812] By: ams                                   on 2002/02/21  14:59:09
14324         Log: Subject: typo correction
14325              From: mjd@plover.com
14326              Date: 21 Feb 2002 15:43:49 -0000
14327              Message-Id: <20020221154349.22772.qmail@plover.com>
14328      Branch: perl
14329            ! pod/perldebug.pod
14330 ____________________________________________________________________________
14331 [ 14811] By: ams                                   on 2002/02/21  14:02:12
14332         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
14333              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14334              Date: Thu, 21 Feb 2002 15:22:22 +0100
14335              Message-Id: <20020221152222.A15095@rafael>
14336      Branch: perl
14337            ! op.h toke.c
14338 ____________________________________________________________________________
14339 [ 14810] By: ams                                   on 2002/02/21  12:45:28
14340         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
14341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14342              Date: Thu, 21 Feb 2002 06:02:48 -0500
14343              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
14344      Branch: perl
14345            ! lib/ExtUtils/Mksymlists.pm makedef.pl
14346 ____________________________________________________________________________
14347 [ 14809] By: nick                                  on 2002/02/21  09:31:08
14348         Log: Integrate mainline
14349      Branch: perlio
14350           +> lib/Pod/t/Select.t
14351           !> (integrate 37 files)
14352 ____________________________________________________________________________
14353 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
14354         Log: metaconfig unit change for #14807.
14355      Branch: metaconfig
14356            ! U/modified/Signal.U
14357 ____________________________________________________________________________
14358 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
14359         Log: Revert #14805, didn't quite work.
14360      Branch: perl
14361            ! Configure config_h.SH
14362 ____________________________________________________________________________
14363 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
14364         Log: metaconfig changes for #14805.
14365      Branch: metaconfig
14366            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
14367 ____________________________________________________________________________
14368 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
14369         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
14370              From: Paul Eggert <eggert@twinsun.com>
14371              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
14372              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
14373      Branch: perl
14374            ! Configure config_h.SH
14375 ____________________________________________________________________________
14376 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
14377         Log: More advice.
14378      Branch: perl
14379            ! README.os390
14380 ____________________________________________________________________________
14381 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
14382         Log: Missing MANIFESTation.
14383      Branch: perl
14384            ! MANIFEST
14385 ____________________________________________________________________________
14386 [ 14802] By: ams                                   on 2002/02/20  22:55:25
14387         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
14388              From: Autrijus Tang <autrijus@autrijus.org>
14389              Date: Thu, 21 Feb 2002 07:13:12 +0800
14390              Message-Id: <20020220231312.GA775@not.autrijus.org>
14391      Branch: perl
14392            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
14393 ____________________________________________________________________________
14394 [ 14801] By: ams                                   on 2002/02/20  22:27:20
14395         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
14396              From: Abe Timmerman <abe@ztreet.demon.nl>
14397              Date: Thu, 21 Feb 2002 00:20:40 +0100
14398              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
14399      Branch: perl
14400            + lib/Pod/t/Select.t
14401 ____________________________________________________________________________
14402 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
14403         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
14404              twice, causing the loop to skip every other character.
14405      Branch: perl
14406            ! utf8.c
14407 ____________________________________________________________________________
14408 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
14409         Log: Better debugging info.
14410      Branch: perl
14411            ! t/uni/case.pl
14412 ____________________________________________________________________________
14413 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
14414         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
14415              From: Nicholas Clark <nick@unfortu.net>
14416              Date: Wed, 20 Feb 2002 22:13:05 +0000
14417              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
14418      Branch: perl
14419            ! ext/Encode/compile
14420 ____________________________________________________________________________
14421 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
14422         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
14423              From: Paul Eggert <eggert@twinsun.com>
14424              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
14425              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
14426      Branch: perl
14427            ! pod/perlhack.pod
14428 ____________________________________________________________________________
14429 [ 14796] By: nick                                  on 2002/02/20  18:15:00
14430         Log: Integrate mainline
14431      Branch: perlio
14432           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14433           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
14434           +> lib/Locale/Country.pod lib/Locale/Currency.pod
14435           +> lib/Locale/Language.pod lib/Locale/Script.pm
14436           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
14437           +> t/uni/title.t t/uni/upper.t
14438           !> (integrate 41 files)
14439 ____________________________________________________________________________
14440 [ 14795] By: ams                                   on 2002/02/20  17:08:38
14441         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
14442              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14443              Date: Wed, 20 Feb 2002 18:06:59 +0000
14444              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
14445      Branch: perl
14446            ! pp_ctl.c
14447 ____________________________________________________________________________
14448 [ 14794] By: ams                                   on 2002/02/20  16:41:56
14449         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
14450              From: Paul_GreenVOS@vos.stratus.com
14451              Date: Wed, 20 Feb 02 12:21 est
14452              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
14453      Branch: perl
14454            ! Makefile.SH
14455 ____________________________________________________________________________
14456 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
14457         Log: Forgot from #14790.
14458      Branch: perl
14459            ! pp_pack.c
14460 ____________________________________________________________________________
14461 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
14462         Log: Update Changes.
14463      Branch: perl
14464            ! Changes patchlevel.h
14465 ____________________________________________________________________________
14466 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
14467         Log: Integrate change #14778 from maintperl.
14468      Branch: perl
14469            ! t/lib/strict/subs
14470           !> op.c
14471 ____________________________________________________________________________
14472 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
14473         Log: Subject: Re: [ID 20020220.001] pack w with objects
14474              From: Ulrich Pfeifer <upf@de.uu.net>
14475              Date: 20 Feb 2002 11:21:15 +0100
14476              Message-ID: <p5g03wcv38.fsf@de.uu.net>
14477      Branch: perl
14478            ! t/op/pack.t
14479 ____________________________________________________________________________
14480 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
14481         Log: Subject: Re: [PATCH] go faster for Encode's compile
14482              From: Nicholas Clark <nick@unfortu.net> 
14483              Date: Tue, 19 Feb 2002 23:38:36 +0000
14484              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
14485      Branch: perl
14486            ! ext/Encode/compile
14487 ____________________________________________________________________________
14488 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
14489         Log: Regen Glossary.
14490      Branch: perl
14491            ! Porting/Glossary Porting/config.sh Porting/config_H
14492 ____________________________________________________________________________
14493 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
14494         Log: metaconfig unit change for #14786 (not visible yet,
14495              since Glossary needs regenerating)
14496      Branch: metaconfig
14497            ! U/compline/d_gconvert.U
14498 ____________________________________________________________________________
14499 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
14500         Log: Subject: d_Gconvert hints and Glossary
14501              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14502              Date: Tue, 19 Feb 2002 11:55:36 -0800
14503              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
14504      Branch: perl
14505            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
14506            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
14507            ! hints/svr5.sh
14508 ____________________________________________________________________________
14509 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
14510         Log: metaconfig unit changes for #14784.
14511      Branch: metaconfig
14512            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
14513 ____________________________________________________________________________
14514 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
14515         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
14516              From: Paul Eggert <eggert@twinsun.com>              
14517              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
14518              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
14519      Branch: perl
14520            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
14521            ! pod/perlhack.pod
14522 ____________________________________________________________________________
14523 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
14524         Log: metaconfig unit change for #14782.
14525      Branch: metaconfig/U/perl
14526            ! Mksymlinks.U
14527 ____________________________________________________________________________
14528 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
14529         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
14530              From: "Gerrit P. Haase" <gp@familiehaase.de>
14531              Date: Wed, 20 Feb 2002 00:23:29 +0100
14532              Message-ID: <70348722516.20020220002329@familiehaase.de>
14533      Branch: perl
14534            ! Configure
14535 ____________________________________________________________________________
14536 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
14537         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
14538              From: Nicholas Clark <nick@unfortu.net> 
14539              Date: Tue, 19 Feb 2002 19:27:42 +0000
14540              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
14541              
14542              (with modifications)
14543      Branch: perl
14544            ! pod/perlsub.pod
14545 ____________________________________________________________________________
14546 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
14547         Log: NetWare tweak from Ananth Kesari.
14548      Branch: perl
14549            ! lib/ExtUtils/MakeMaker.pm
14550 ____________________________________________________________________________
14551 [ 14779] By: ams                                   on 2002/02/20  06:51:55
14552         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
14553      Branch: perl
14554            ! pod/perlfaq4.pod
14555 ____________________________________________________________________________
14556 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
14557         Log: constant folding on the range operator had the effect of disabling
14558              peephole optimizations in all the siblings of the range OP; the
14559              effect of this was that barewords could escape strictures when
14560              they were hiding in such places
14561      Branch: maint-5.6/perl
14562            ! op.c t/pragma/strict-subs
14563 ____________________________________________________________________________
14564 [ 14777] By: ams                                   on 2002/02/20  00:56:21
14565         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
14566              From: Graham Barr <gbarr@pobox.com>
14567              Date: Tue, 19 Feb 2002 23:08:47 +0000
14568              Message-Id: <20020219230847.G66560@pobox.com>
14569      Branch: perl
14570            ! lib/Time/Local.pm
14571 ____________________________________________________________________________
14572 [ 14776] By: ams                                   on 2002/02/19  17:20:28
14573         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
14574              From: Nicholas Clark <nick@unfortu.net>
14575              Date: Tue, 19 Feb 2002 16:23:22 +0000
14576              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
14577      Branch: perl
14578            ! lib/Tie/Hash.pm
14579 ____________________________________________________________________________
14580 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
14581         Log: Regen doc, regen toc.
14582      Branch: perl
14583            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
14584 ____________________________________________________________________________
14585 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
14586         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14587              From: Dave Mitchell <davem@fdgroup.co.uk>
14588              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
14589              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
14590      Branch: perl
14591            ! pod/perlsub.pod
14592 ____________________________________________________________________________
14593 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
14594         Log: Detypo.
14595      Branch: perl
14596            ! lib/Tie/Memoize.pm
14597 ____________________________________________________________________________
14598 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
14599         Log: UTF-8 C API doc tweaks.
14600      Branch: perl
14601            ! pod/perlunicode.pod
14602 ____________________________________________________________________________
14603 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
14604         Log: Mention that the case-switchers know about Unicode, too.
14605      Branch: perl
14606            ! pod/perlop.pod
14607 ____________________________________________________________________________
14608 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
14609         Log: Upgrade to Locale::Codes 2.01.
14610      Branch: perl
14611            + lib/Locale/Constants.pod lib/Locale/Country.pod
14612            + lib/Locale/Currency.pod lib/Locale/Language.pod
14613            + lib/Locale/Script.pod
14614            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14615            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14616            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14617            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
14618 ____________________________________________________________________________
14619 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
14620         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14621              From: Dave Mitchell <davem@fdgroup.co.uk>
14622              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
14623              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
14624      Branch: perl
14625            ! pod/perlsub.pod
14626 ____________________________________________________________________________
14627 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
14628         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
14629              From: Sam Tregar <sam@tregar.com> 
14630              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
14631              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
14632      Branch: perl
14633            ! sv.h
14634 ____________________________________________________________________________
14635 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
14636         Log: The test requires perlio.
14637      Branch: perl
14638            ! ext/Encode/t/JP.t
14639 ____________________________________________________________________________
14640 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
14641         Log: Misplaced block end.
14642      Branch: perl
14643            ! utf8.c
14644 ____________________________________________________________________________
14645 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
14646         Log: The POSIX extensions are deadly.
14647      Branch: perl
14648            ! regcomp.c
14649 ____________________________________________________________________________
14650 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
14651         Log: Let's not overdo the growth.
14652      Branch: perl
14653            ! pp.c
14654 ____________________________________________________________________________
14655 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
14656         Log: Third time makes the charm.
14657      Branch: perl
14658            ! README.os390
14659 ____________________________________________________________________________
14660 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
14661         Log: Oops.
14662      Branch: perl
14663            ! utf8.c
14664 ____________________________________________________________________________
14665 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
14666         Log: Add back the new casing tests.
14667      Branch: perl
14668            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14669            ! MANIFEST
14670 ____________________________________________________________________________
14671 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
14672         Log: Prefer special case mappings.
14673      Branch: perl
14674            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14675            ! lib/unicore/To/Upper.pl lib/unicore/mktables
14676 ____________________________________________________________________________
14677 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
14678         Log: Try special casing first.
14679      Branch: perl
14680            ! utf8.c
14681 ____________________________________________________________________________
14682 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
14683         Log: Not extending enough.
14684      Branch: perl
14685            ! pp.c utf8.h
14686 ____________________________________________________________________________
14687 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
14688         Log: No need to store identity mappings.
14689      Branch: perl
14690            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14691            ! lib/unicore/mktables
14692 ____________________________________________________________________________
14693 [ 14756] By: ams                                   on 2002/02/18  20:21:17
14694         Log: Forward port #14704 from maint-5.6.
14695      Branch: perl
14696            ! doio.c
14697 ____________________________________________________________________________
14698 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
14699         Log: Regen Changes.
14700      Branch: perl
14701            ! Changes
14702 ____________________________________________________________________________
14703 [ 14754] By: ams                                   on 2002/02/18  19:01:09
14704         Log: Subject: [PATCH] VMS cando_by_name and current process privs
14705              From: "Craig A. Berry" <craigberry@mac.com>
14706              Date: Mon, 18 Feb 2002 14:03:30 -0600
14707              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
14708      Branch: perl
14709            ! vms/vms.c
14710 ____________________________________________________________________________
14711 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
14712         Log: Update Changes.
14713      Branch: perl
14714            ! Changes patchlevel.h
14715 ____________________________________________________________________________
14716 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
14717         Log: What do you know; these tests unearthed nasty problems.
14718              Will resolve those first.
14719      Branch: perl
14720            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14721            ! MANIFEST
14722 ____________________________________________________________________________
14723 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
14724         Log: Update Changes.
14725      Branch: perl
14726            ! Changes patchlevel.h
14727 ____________________________________________________________________________
14728 [ 14750] By: ams                                   on 2002/02/18  17:36:05
14729         Log: Subject: Re: IO::Poll: Removing Handles
14730              From: Matthew Sachs <matthewg@zevils.com>
14731              Date: Mon, 18 Feb 2002 13:19:01 -0500
14732              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
14733      Branch: perl
14734            ! ext/IO/lib/IO/t/io_poll.t
14735 ____________________________________________________________________________
14736 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
14737         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
14738              From: "Craig A. Berry" <craigberry@mac.com>
14739              Date: Mon, 18 Feb 2002 11:52:21 -0600
14740              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
14741      Branch: perl
14742            ! t/op/alarm.t t/op/glob.t
14743 ____________________________________________________________________________
14744 [ 14748] By: ams                                   on 2002/02/18  15:53:36
14745         Log: s/load_module/Perl_load_module/
14746      Branch: perl
14747            ! gv.c
14748 ____________________________________________________________________________
14749 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
14750         Log: Unused in ASCII, used in EBCDIC.
14751      Branch: perl
14752            ! utf8.c
14753 ____________________________________________________________________________
14754 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
14755         Log: Upgrade to Locale::Codes 2.00.
14756      Branch: perl
14757            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14758            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
14759            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
14760            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14761            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14762 ____________________________________________________________________________
14763 [ 14745] By: ams                                   on 2002/02/18  15:20:44
14764         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
14765              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14766              Date: Sat, 16 Feb 2002 00:06:01 +0100
14767              Message-Id: <20020216000601.A17249@rafael>
14768      Branch: perl
14769            ! gv.c
14770 ____________________________________________________________________________
14771 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
14772         Log: More Unicode casing checks.
14773      Branch: perl
14774            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14775            ! MANIFEST
14776 ____________________________________________________________________________
14777 [ 14743] By: ams                                   on 2002/02/18  14:35:38
14778         Log: Subject: IO::Poll: Removing Handles
14779              From: Matthew Sachs <matthewg@zevils.com>
14780              Date: Sun, 17 Feb 2002 04:49:46 -0500
14781              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
14782      Branch: perl
14783            ! ext/IO/lib/IO/Poll.pm
14784 ____________________________________________________________________________
14785 [ 14741] By: ams                                   on 2002/02/18  13:59:48
14786         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
14787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14788              Date: Mon, 18 Feb 2002 15:41:26 +0100
14789              Message-Id: <20020218154126.A692@rafael>
14790      Branch: perl
14791            ! pp_ctl.c t/op/do.t
14792 ____________________________________________________________________________
14793 [ 14740] By: nick                                  on 2002/02/18  09:09:23
14794         Log: Integrate mainline
14795      Branch: perlio
14796           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14797           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
14798           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
14799           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14800           +> ext/Encode/lib/Encode/JP/Constants.pm
14801           +> ext/Encode/lib/Encode/JP/H2Z.pm
14802           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14803           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
14804           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
14805           +> os2/OS2/Process/t/os2_process.t
14806           +> os2/OS2/Process/t/os2_process_kid.t
14807           +> os2/OS2/Process/t/os2_process_text.t
14808            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14809            - ext/Encode/t/Japanese.t
14810           !> (integrate 47 files)
14811 ____________________________________________________________________________
14812 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
14813         Log: EBCDIC: now the worst seems to be over for
14814              the "Malformed" warnings.  Still a few of them,
14815              and plenty of test failures, but getting better.
14816      Branch: perl
14817            ! regcomp.c utf8.c
14818 ____________________________________________________________________________
14819 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
14820         Log: Upgrade to Net::Ping 2.12.
14821      Branch: perl
14822            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14823            ! lib/Net/Ping/t/110_icmp_inst.t
14824 ____________________________________________________________________________
14825 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
14826         Log: After much rewriting we are now pretty much
14827              back to where we started.
14828      Branch: perl
14829            ! utf8.c
14830 ____________________________________________________________________________
14831 [ 14736] By: ams                                   on 2002/02/18  01:23:00
14832         Log: Subject: [PATCH B::Deparse] two fixes
14833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14834              Date: Sun, 17 Feb 2002 23:58:59 +0100
14835              Message-Id: <20020217235859.A32513@rafael>
14836      Branch: perl
14837            ! ext/B/B/Deparse.pm
14838 ____________________________________________________________________________
14839 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
14840         Log: Buglet.
14841      Branch: perl
14842            ! ext/Encode/lib/Encode/JP/JIS.pm
14843 ____________________________________________________________________________
14844 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
14845         Log: Clearing up to_utf8_case() continues: this time use
14846              a single return, and EBCDICification for all paths.
14847      Branch: perl
14848            ! utf8.c
14849 ____________________________________________________________________________
14850 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
14851         Log: Small tweaks to get the test running (fix @INC and
14852              do not overwrite the table.utf8 and table.rnd).
14853      Branch: perl
14854            ! ext/Encode/t/JP.t
14855 ____________________________________________________________________________
14856 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
14857         Log: Tiny tweak.
14858      Branch: perl
14859            ! utf8.c
14860 ____________________________________________________________________________
14861 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
14862         Log: Redundant casts.
14863      Branch: perl
14864            ! utf8.c
14865 ____________________________________________________________________________
14866 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
14867         Log: More filename portability tips.
14868      Branch: perl
14869            ! pod/perlport.pod
14870 ____________________________________________________________________________
14871 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
14872         Log: FAQ sync.
14873      Branch: perl
14874            ! pod/perlfaq3.pod pod/perlfaq5.pod
14875 ____________________________________________________________________________
14876 [ 14728] By: ams                                   on 2002/02/17  16:15:09
14877         Log: Subject: podlators 1.21 released
14878              From: Russ Allbery <rra@stanford.edu>
14879              Date: Sat, 16 Feb 2002 21:42:56 -0800
14880              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
14881      Branch: perl
14882            ! lib/Pod/Text/Overstrike.pm
14883 ____________________________________________________________________________
14884 [ 14727] By: sky                                   on 2002/02/17  11:36:52
14885         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
14886              From: Autrijus Tang <autrijus@autrijus.org>
14887              Date: Sun, 17 Feb 2002 19:46:47 +0800
14888              Message-ID: <20020217194647.A1410@not.autrijus.org>
14889      Branch: perl
14890            ! pp_ctl.c t/op/tiehandle.t util.c
14891 ____________________________________________________________________________
14892 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
14893         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
14894              input in native code points, not Unicode.
14895      Branch: perl
14896            ! utf8.c
14897 ____________________________________________________________________________
14898 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
14899         Log: Regen Glossary.
14900      Branch: perl
14901            ! Porting/Glossary Porting/config.sh Porting/config_H
14902 ____________________________________________________________________________
14903 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
14904         Log: The #14715 and #14716 were okay: they just revealed
14905              a bug in the EXACTF matching.
14906      Branch: perl
14907            ! regexec.c utf8.c
14908 ____________________________________________________________________________
14909 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
14910         Log: Retreat, retreat! (retract #14715 and #14716)
14911      Branch: perl
14912            ! utf8.c
14913 ____________________________________________________________________________
14914 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
14915         Log: Encode 0.40, from Dan Kogai.
14916      Branch: perl
14917            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14918            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
14919            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
14920            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14921            + ext/Encode/lib/Encode/JP/Constants.pm
14922            + ext/Encode/lib/Encode/JP/H2Z.pm
14923            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14924            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
14925            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
14926            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
14927            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14928            - ext/Encode/t/Japanese.t
14929            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
14930            ! ext/Encode/t/Encode.t
14931 ____________________________________________________________________________
14932 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
14933         Log: metaconfig unit change for #14720.
14934      Branch: perl
14935            ! Configure
14936 ____________________________________________________________________________
14937 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
14938         Log: Regenerate Configure (small tweaks on Yitzchak's,
14939              main difference being that the preference variables are
14940              called gconvert_...).
14941      Branch: metaconfig
14942            ! U/compline/d_gconvert.U
14943 ____________________________________________________________________________
14944 [ 14719] By: ams                                   on 2002/02/16  14:11:01
14945         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
14946              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14947              Date: Thu, 14 Feb 2002 22:27:33 -0800
14948              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
14949              (Applied by hand.)
14950      Branch: perl
14951            ! Configure
14952 ____________________________________________________________________________
14953 [ 14718] By: ams                                   on 2002/02/16  13:45:28
14954         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
14955              From: Philip Newton <Philip.Newton@gmx.net>
14956              Date: Sat, 16 Feb 2002 10:05:05 +0100
14957              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
14958              (Applied by hand.)
14959      Branch: perl
14960            ! pod/perlport.pod
14961 ____________________________________________________________________________
14962 [ 14717] By: ams                                   on 2002/02/16  04:30:23
14963         Log: Remove dubious test.
14964      Branch: perl
14965            ! t/io/open.t
14966 ____________________________________________________________________________
14967 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
14968         Log: Tiny tweak.
14969      Branch: perl
14970            ! utf8.c
14971 ____________________________________________________________________________
14972 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
14973         Log: Restructure to_utf8_case() for simpler execution paths.
14974      Branch: perl
14975            ! utf8.c
14976 ____________________________________________________________________________
14977 [ 14714] By: ams                                   on 2002/02/16  02:43:59
14978         Log: Absorb #14701 by Sarathy from maint-5.6.
14979      Branch: perl
14980            ! doio.c t/io/open.t
14981 ____________________________________________________________________________
14982 [ 14713] By: ams                                   on 2002/02/16  01:51:27
14983         Log: Subject: [PATCH] VOS patches for perl 5.8
14984              From: Paul_GreenVOS@vos.stratus.com
14985              Date: Fri, 15 Feb 02 17:41 est
14986              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
14987      Branch: perl
14988            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
14989            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14990            ! vos/install_perl.cm
14991 ____________________________________________________________________________
14992 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
14993         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
14994              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14995              Date: Fri, 15 Feb 2002 23:05:44 +0100
14996              Message-ID: <20020215230544.A690@rafael>
14997      Branch: perl
14998            ! ext/B/B/Deparse.pm
14999 ____________________________________________________________________________
15000 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
15001         Log: Add $VERSION.
15002      Branch: perl
15003            ! lib/Tie/Memoize.pm
15004 ____________________________________________________________________________
15005 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
15006         Log: Update Changes.
15007      Branch: perl
15008            ! Changes patchlevel.h
15009 ____________________________________________________________________________
15010 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
15011         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
15012              From: Robin Barker <rmb1@cise.npl.co.uk>
15013              Date: Thu, 14 Feb 2002 19:07:40 GMT
15014              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
15015              
15016              (the hints part only)
15017      Branch: perl
15018            ! hints/solaris_2.sh
15019 ____________________________________________________________________________
15020 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
15021         Log: metaconfig unit changes for #14707.
15022      Branch: metaconfig
15023            ! U/modified/cc.U
15024      Branch: metaconfig/U/perl
15025            ! Checkcc.U
15026 ____________________________________________________________________________
15027 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
15028         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
15029              From: Robin Barker <rmb1@cise.npl.co.uk>
15030              Date: Fri, 15 Feb 2002 12:14:39 GMT
15031              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
15032              
15033              Split checking-for-gcc and checking-for-cc.
15034      Branch: perl
15035            ! Configure
15036 ____________________________________________________________________________
15037 [ 14706] By: ams                                   on 2002/02/15  13:57:15
15038         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
15039              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
15040              Date: 15 Feb 2002 10:53:06 +0200
15041              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
15042      Branch: perl
15043            ! lib/Pod/Html.pm
15044 ____________________________________________________________________________
15045 [ 14705] By: ams                                   on 2002/02/15  08:42:55
15046         Log: Subject: [PATCH @14577] OS/2 tests and more
15047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15048              Date: Fri, 15 Feb 2002 03:56:24 -0500
15049              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
15050      Branch: perl
15051            + os2/OS2/Process/t/os2_process.t
15052            + os2/OS2/Process/t/os2_process_kid.t
15053            + os2/OS2/Process/t/os2_process_text.t
15054            ! MANIFEST configpm hints/os2.sh makedef.pl
15055            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
15056            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
15057            ! os2/os2ish.h
15058 ____________________________________________________________________________
15059 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
15060         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
15061              avoid wasteful PL_fdpid fiddling where that is not warranted;
15062              mostly whitespace fixes
15063              
15064              these were longstanding todo items from:
15065              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
15066      Branch: maint-5.6/perl
15067            ! doio.c
15068 ____________________________________________________________________________
15069 [ 14702] By: nick                                  on 2002/02/15  08:31:41
15070         Log: Integrate mainline
15071      Branch: perlio
15072           +> lib/if.pm lib/if.t
15073           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
15074           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15075           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
15076           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
15077           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
15078           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
15079           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
15080           !> t/lib/warnings/pp_sys
15081 ____________________________________________________________________________
15082 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
15083         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
15084              (and also dies quickly on Windows); this bug crept in as
15085              change#610, a.k.a change#646
15086      Branch: maint-5.6/perl
15087            ! doio.c t/io/open.t
15088 ____________________________________________________________________________
15089 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
15090         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
15091              From: Ville "Skyttä" <ville.skytta@iki.fi>
15092              Date: Wed, 13 Feb 2002 22:29:39 +0200
15093              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
15094      Branch: perl
15095            ! lib/Pod/Html.pm
15096 ____________________________________________________________________________
15097 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
15098         Log: Document and test the C0 and C1.
15099      Branch: perl
15100            ! lib/charnames.pm lib/charnames.t
15101 ____________________________________________________________________________
15102 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
15103         Log: metaconfig unit change for #14697.
15104      Branch: metaconfig
15105            ! U/modified/Init.U
15106 ____________________________________________________________________________
15107 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
15108         Log: Also OS/2 seems to need exe set early.
15109      Branch: perl
15110            ! Configure
15111 ____________________________________________________________________________
15112 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
15113         Log: Document pack U0U.
15114      Branch: perl
15115            ! pod/perluniintro.pod
15116 ____________________________________________________________________________
15117 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
15118         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
15119              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15120              Date: Thu, 14 Feb 2002 23:58:00 +0100
15121              Message-ID: <20020214235800.A12901@rafael>
15122      Branch: perl
15123            ! pp_sys.c t/lib/warnings/pp_sys
15124 ____________________________________________________________________________
15125 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
15126         Log: Subject: [PATCH @13746] conditional pragmas
15127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15128              Date: Mon, 31 Dec 2001 18:18:09 -0500
15129              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
15130      Branch: perl
15131            + lib/if.pm lib/if.t
15132            ! MANIFEST
15133 ____________________________________________________________________________
15134 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
15135         Log: Deparse bug introduced by #14615: the fix is just a workaround,
15136              I suspect there to be another deeper bug, must distill simpler
15137              test case.
15138      Branch: perl
15139            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
15140 ____________________________________________________________________________
15141 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
15142         Log: Integrate perlio; 
15143              
15144              Make dependencies more precise (for nmake)
15145      Branch: perl
15146           !> ext/Encode/EUC_JP/Makefile.PL
15147 ____________________________________________________________________________
15148 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
15149         Log: Just a guess.
15150      Branch: perl
15151            ! lib/Tie/Handle.pm
15152 ____________________________________________________________________________
15153 [ 14690] By: nick                                  on 2002/02/14  16:30:56
15154         Log: Integrate mainline
15155      Branch: perlio
15156           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
15157           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
15158           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
15159           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
15160           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
15161           !> utf8.c
15162 ____________________________________________________________________________
15163 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
15164         Log: Upgrade to Net::Ping 2.11.
15165      Branch: perl
15166            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15167            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
15168            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
15169            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
15170 ____________________________________________________________________________
15171 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
15172         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
15173              From: Robin Barker <rmb1@cise.npl.co.uk>
15174              Date: Wed, 13 Feb 2002 17:37:07 GMT
15175              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
15176              
15177              (updated version of the above)
15178      Branch: perl
15179            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
15180 ____________________________________________________________________________
15181 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
15182         Log: Excise inexact blather.
15183      Branch: perl
15184            ! utf8.c
15185 ____________________________________________________________________________
15186 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
15187         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
15188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15189              Date: Mon, 31 Dec 2001 20:28:46 -0500
15190              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
15191      Branch: perl
15192            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
15193            ! MANIFEST
15194 ____________________________________________________________________________
15195 [ 14685] By: nick                                  on 2002/02/14  14:20:20
15196         Log: Make dependencies more precise (for nmake)
15197      Branch: perlio
15198            ! ext/Encode/EUC_JP/Makefile.PL
15199 ____________________________________________________________________________
15200 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
15201         Log: Subject: [PATCH @13746] tied hashes
15202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
15203              Date: Mon, 31 Dec 2001 19:15:39 -0500
15204              Message-ID: <20011231191539.A46@math.ohio-state.edu>
15205      Branch: perl
15206            ! lib/Tie/Hash.pm pod/perltie.pod
15207 ____________________________________________________________________________
15208 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
15209         Log: Subject: Re: [PATCH] Configure followed by make minitest
15210              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15211              Date: Sun, 10 Feb 2002 23:22:05 -0800
15212              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
15213      Branch: perl
15214            ! Makefile.SH
15215 ____________________________________________________________________________
15216 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
15217         Log: Subject: Re: perl@14647
15218              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15219              Date: Mon, 11 Feb 2002 19:30:36 +0100
15220              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
15221      Branch: perl
15222            ! t/op/groups.t
15223 ____________________________________________________________________________
15224 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
15225         Log: Update Changes.
15226      Branch: perl
15227            ! Changes patchlevel.h
15228 ____________________________________________________________________________
15229 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
15230         Log: Integrate perlio;
15231              
15232              Do not lc() the file names before doing dirname() or they don't match.
15233      Branch: perl
15234           !> lib/ExtUtils/t/Installed.t
15235 ____________________________________________________________________________
15236 [ 14679] By: sky                                   on 2002/02/13  12:56:13
15237         Log: rename mutex to make a bit more sense
15238      Branch: perl
15239            ! ext/threads/threads.xs
15240 ____________________________________________________________________________
15241 [ 14678] By: sky                                   on 2002/02/13  12:46:11
15242         Log: Track active threads....
15243      Branch: perl
15244            ! ext/threads/threads.pm ext/threads/threads.xs
15245 ____________________________________________________________________________
15246 [ 14677] By: nick                                  on 2002/02/13  09:30:42
15247         Log: Do not lc() the file names before doing dirname() or they don't match.
15248      Branch: perlio
15249            ! lib/ExtUtils/t/Installed.t
15250 ____________________________________________________________________________
15251 [ 14676] By: sky                                   on 2002/02/13  09:03:37
15252         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
15253              From: Michael G Schwern <schwern@pobox.com>
15254              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
15255              Message-Id: <20020213100017.GA6288@blackrider>
15256      Branch: perl
15257            ! lib/File/Spec/t/rel2abs2rel.t
15258 ____________________________________________________________________________
15259 [ 14675] By: sky                                   on 2002/02/13  09:00:24
15260         Log: Do not propagate END blocks to child threads, test.
15261      Branch: perl
15262            + ext/threads/t/end.t
15263            ! MANIFEST ext/threads/threads.xs
15264 ____________________________________________________________________________
15265 [ 14674] By: nick                                  on 2002/02/13  08:34:55
15266         Log: Integrate mainline
15267      Branch: perlio
15268           +> ext/threads/t/join.t
15269           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
15270           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
15271           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
15272 ____________________________________________________________________________
15273 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
15274         Log: metaconfig unit change for #14672.
15275      Branch: metaconfig
15276            ! U/modified/lns.U
15277 ____________________________________________________________________________
15278 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
15279         Log: $ln is supposed to be already set to $ln + executable suffix
15280              on platforms that need it, from Paul Green.
15281      Branch: perl
15282            ! Configure
15283 ____________________________________________________________________________
15284 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
15285         Log: Subject: New command syntax for 'x' command
15286              From: Mark-Jason Dominus <mjd@plover.com>
15287              Date: Tue, 12 Feb 2002 20:54:01 -0500
15288              Message-ID: <20020213015401.25685.qmail@plover.com>
15289      Branch: perl
15290            ! lib/perl5db.pl pod/perldebug.pod
15291 ____________________________________________________________________________
15292 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
15293         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
15294              From: Mark-Jason Dominus <mjd@plover.com>
15295              Date: Tue, 12 Feb 2002 20:20:42 -0500
15296              Message-ID: <20020213012042.25245.qmail@plover.com>
15297      Branch: perl
15298            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
15299 ____________________________________________________________________________
15300 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
15301         Log: Iteration continues.
15302      Branch: perl
15303            ! utf8.c
15304 ____________________________________________________________________________
15305 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
15306         Log: Duh.
15307      Branch: perl
15308            ! pp_pack.c t/op/length.t
15309 ____________________________________________________________________________
15310 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
15311         Log: Retract #14666.
15312      Branch: perl
15313            ! t/op/lc.t
15314 ____________________________________________________________________________
15315 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
15316         Log: (retracted by #14667)
15317      Branch: perl
15318            ! t/op/lc.t
15319 ____________________________________________________________________________
15320 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
15321         Log: Tiny test script tweaks.
15322      Branch: perl
15323            ! t/uni/fold.t
15324 ____________________________________________________________________________
15325 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
15326         Log: Rewrite the "special mapping" part of to_utf8_case(),
15327              this time with fewer bugs.  (See: The Law of Cybernetic
15328              Entymology.)
15329      Branch: perl
15330            ! utf8.c
15331 ____________________________________________________________________________
15332 [ 14663] By: sky                                   on 2002/02/12  18:26:16
15333         Log: Stop failures if you pass an object, sv_dup might not be the right 
15334              thing to use since I have a feeling we end up cloning far too much. 
15335              (Like the stash for example).... Maybe we need a lightweight sv_dup 
15336              that searches the target for things....
15337              Real fix is another option to perl_clone which controls if you should 
15338              save stashes.
15339      Branch: perl
15340            ! ext/threads/threads.xs
15341 ____________________________________________________________________________
15342 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
15343         Log: Retract #14661.
15344      Branch: perl
15345            ! hints/solaris_2.sh
15346 ____________________________________________________________________________
15347 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
15348         Log: (retracted by #14662)
15349      Branch: perl
15350            ! hints/solaris_2.sh
15351 ____________________________________________________________________________
15352 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
15353         Log: EBCDIC: another "can't happen".
15354      Branch: perl
15355            ! utf8.c
15356 ____________________________________________________________________________
15357 [ 14659] By: sky                                   on 2002/02/12  14:38:21
15358         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
15359      Branch: perl
15360            + ext/threads/t/join.t
15361            ! MANIFEST ext/threads/threads.xs
15362 ____________________________________________________________________________
15363 [ 14658] By: nick                                  on 2002/02/12  13:54:06
15364         Log: Integrate mainline
15365      Branch: perlio
15366           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
15367           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
15368           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
15369 ____________________________________________________________________________
15370 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
15371         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
15372              From: Jan Dubois <JanD@ActiveState.com> 
15373              Date: Tue, 12 Feb 2002 00:56:31 -0800
15374              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
15375      Branch: perl
15376            ! lib/Win32.pod win32/win32.c win32/win32.h
15377 ____________________________________________________________________________
15378 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
15379         Log: Subject: [PATCH] Re: 14654 introduced a bug 
15380              From: Michael G Schwern <schwern@pobox.com> 
15381              Date: Tue, 12 Feb 2002 05:37:36 -0500
15382              Message-ID: <20020212103736.GC14327@blackrider>
15383      Branch: perl
15384            ! lib/File/Spec/t/rel2abs2rel.t
15385 ____________________________________________________________________________
15386 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
15387         Log: More unset installman[13]dir tweaks from chromatic.
15388      Branch: perl
15389            ! lib/ExtUtils/Installed.pm
15390 ____________________________________________________________________________
15391 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
15392         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
15393              From: Michael G Schwern <schwern@pobox.com>
15394              Date: Mon, 11 Feb 2002 12:23:02 -0500
15395              Message-ID: <20020211172302.GD9556@blackrider>
15396      Branch: perl
15397            ! lib/File/Spec/t/rel2abs2rel.t
15398 ____________________________________________________________________________
15399 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
15400         Log: Use `` instead of -| to be a little bit more portable,
15401              from Michael Schwern.
15402      Branch: perl
15403            ! lib/ExtUtils/t/Embed.t
15404 ____________________________________________________________________________
15405 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
15406         Log: EBCDIC: this change for \N{} in particular is now
15407              unnecessary because of the recent more general
15408              pack U change.
15409      Branch: perl
15410            ! toke.c
15411 ____________________________________________________________________________
15412 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
15413         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
15414              From: "Craig A. Berry" <craigberry@mac.com>
15415              Date: Mon, 11 Feb 2002 17:13:47 -0600
15416              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
15417      Branch: perl
15418            ! t/test.pl
15419 ____________________________________________________________________________
15420 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
15421         Log: EBCDIC: pack U bytes change.
15422      Branch: perl
15423            ! t/op/length.t
15424 ____________________________________________________________________________
15425 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
15426         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
15427      Branch: perl
15428            ! t/op/each.t
15429 ____________________________________________________________________________
15430 [ 14648] By: nick                                  on 2002/02/11  16:14:50
15431         Log: Integrate mainline
15432      Branch: perlio
15433           !> Changes Configure Makefile.SH autodoc.pl
15434           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
15435           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
15436           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
15437 ____________________________________________________________________________
15438 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
15439         Log: Update Changes.
15440      Branch: perl
15441            ! Changes patchlevel.h
15442 ____________________________________________________________________________
15443 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
15444         Log: Regen toc.
15445      Branch: perl
15446            ! pod/perltoc.pod
15447 ____________________________________________________________________________
15448 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
15449         Log: Forgot from #14641.
15450      Branch: perl
15451            ! lib/ExtUtils/t/Embed.t
15452 ____________________________________________________________________________
15453 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
15454         Log: A forgotten metaconfig unit.
15455      Branch: metaconfig/U/perl
15456            + i_features.U
15457 ____________________________________________________________________________
15458 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
15459         Log: metaconfig unit changes for #14642.
15460      Branch: metaconfig
15461            + U/modified/lns.U
15462      Branch: metaconfig/U/perl
15463            ! issymlink.U
15464 ____________________________________________________________________________
15465 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
15466         Log: -Dmksymlinks was broken by #14628.
15467      Branch: perl
15468            ! Configure
15469 ____________________________________________________________________________
15470 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
15471         Log: Subject: [PATCH @14577] OS/2 build
15472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15473              Date: Mon, 11 Feb 2002 06:56:41 -0500
15474              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
15475              
15476              (sans the Configure, perlio.sym, and t/op/stat.t parts)
15477      Branch: perl
15478            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
15479            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
15480            ! os2/os2ish.h
15481 ____________________________________________________________________________
15482 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
15483         Log: Integrate perlio;
15484              
15485              Re-structure Japanese encodings - part 1
15486              
15487              Split Japanese encodings - part 2
15488              - build separate .c files with separate 'compile' steps
15489              - overall Japanese.xs / Japanese.pm which loads them
15490              
15491              Add test for Japanese encoding (well euc-jp anyway).
15492              Fix one bug shown by above
15493              Skip test which does not pass yet.
15494              
15495              Patch up the failing multi-byte write case, and un-skip
15496              the test.
15497      Branch: perl
15498           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
15499           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
15500            - ext/Encode/EUC_JP/EUC_JP.pm
15501           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15502 ____________________________________________________________________________
15503 [ 14639] By: nick                                  on 2002/02/11  11:59:18
15504         Log: Patch up the failing multi-byte write case, and un-skip
15505              the test.
15506      Branch: perlio
15507            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
15508 ____________________________________________________________________________
15509 [ 14638] By: nick                                  on 2002/02/11  10:55:39
15510         Log: Add test for Japanese encoding (well euc-jp anyway).
15511              Fix one bug shown by above
15512              Skip test which does not pass yet.
15513      Branch: perlio
15514            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
15515            + ext/Encode/t/table.ref
15516            ! MANIFEST ext/Encode/Encode.xs
15517 ____________________________________________________________________________
15518 [ 14637] By: nick                                  on 2002/02/11  09:07:04
15519         Log: Split Japanese encodings - part 2
15520              - build separate .c files with separate 'compile' steps
15521              - overall Japanese.xs / Japanese.pm which loads them
15522      Branch: perlio
15523            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15524 ____________________________________________________________________________
15525 [ 14636] By: nick                                  on 2002/02/11  08:15:42
15526         Log: Re-structure Japanese encodings - part 1
15527      Branch: perlio
15528           +> ext/Encode/EUC_JP/Japanese.pm
15529            - ext/Encode/EUC_JP/EUC_JP.pm
15530            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
15531 ____________________________________________________________________________
15532 [ 14635] By: nick                                  on 2002/02/11  08:05:12
15533         Log: Integrate mainline
15534      Branch: perlio
15535           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
15536           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
15537           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
15538 ____________________________________________________________________________
15539 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
15540         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
15541              From: Mike Guy <mjtg@cam.ac.uk>
15542              Date: Mon, 11 Feb 2002 02:50:42 +0000
15543              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
15544      Branch: perl
15545            ! t/op/arith.t
15546 ____________________________________________________________________________
15547 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
15548         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
15549              Stepping backward in the string would be majorly bad.
15550      Branch: perl
15551            ! regcomp.c
15552 ____________________________________________________________________________
15553 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
15554         Log: The debugger part of
15555              
15556              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
15557              From: Michael G Schwern <schwern@pobox.com> 
15558              Date: Wed, 6 Feb 2002 17:32:12 -0500
15559              Message-ID: <20020206223212.GG1346@blackrider>
15560      Branch: perl
15561            ! lib/perl5db.pl
15562 ____________________________________________________________________________
15563 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
15564         Log: Integrate perlio;
15565              
15566              Borland/Win32 tuning
15567              
15568              Move PerlIO_perlio to layer_syms where it belongs?
15569      Branch: perl
15570           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15571 ____________________________________________________________________________
15572 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
15573         Log: EBCDIC: the low 256 needs to be shuffled also
15574              in pack/unpack U (this breaks the equivalence
15575              of pack U and v-strings, but I think if someone
15576              has to give, v-strings are a good victim)
15577      Branch: perl
15578            ! pp_pack.c t/op/pack.t
15579 ____________________________________________________________________________
15580 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
15581         Log: metaconfig unit changes for #14628.
15582      Branch: metaconfig/U/perl
15583            ! d_u32align.U issymlink.U
15584 ____________________________________________________________________________
15585 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
15586         Log: Two Configure tweaks; the u32align test was trying
15587              to write into a string literal, the ln -s test was
15588              failing in VOS.
15589      Branch: perl
15590            ! Configure
15591 ____________________________________________________________________________
15592 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
15593         Log: DJGPP tweaks from Laszlo Molnar.
15594      Branch: perl
15595            ! djgpp/djgpp.c lib/File/Spec.pm
15596 ____________________________________________________________________________
15597 [ 14626] By: nick                                  on 2002/02/10  18:36:47
15598         Log: Move PerlIO_perlio to layer_syms where it belongs?
15599      Branch: perlio
15600            ! makedef.pl
15601 ____________________________________________________________________________
15602 [ 14625] By: nick                                  on 2002/02/10  18:02:21
15603         Log: Borland/Win32 tuning
15604      Branch: perlio
15605            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15606 ____________________________________________________________________________
15607 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
15608         Log: Additional explanation for the [:...:] failure.
15609      Branch: perl
15610            ! pod/perldiag.pod
15611 ____________________________________________________________________________
15612 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
15613         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
15614              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15615              Date: Sun, 10 Feb 2002 13:32:48 +0100
15616              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
15617      Branch: perl
15618            ! makedef.pl
15619 ____________________________________________________________________________
15620 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
15621         Log: Test tweaks from chromatic for cases where there
15622              are no installman1dir or installman3dir.
15623      Branch: perl
15624            ! lib/ExtUtils/t/Installed.t
15625 ____________________________________________________________________________
15626 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
15627         Log: Integrate perlio;
15628              
15629              Nick Clark's tweaks to Encode compile process
15630              1. Use decimal constants to unit string arrays rather than
15631              very long string litterals (latter having possible "\0"
15632              on end issues, and needing ANSI C line splicing).
15633              2. Replace tail-recursion during insert process with itteration.
15634              Nick C sees 12% speedup from these.
15635      Branch: perl
15636           !> ext/Encode/Encode.pm ext/Encode/compile
15637 ____________________________________________________________________________
15638 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
15639         Log: Portability notes: filename characters, character sets.
15640      Branch: perl
15641            ! pod/perlport.pod
15642 ____________________________________________________________________________
15643 [ 14619] By: nick                                  on 2002/02/10  11:06:05
15644         Log: Integrate mainline
15645      Branch: perlio
15646            ! ext/Encode/Encode.pm
15647           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
15648           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
15649           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
15650           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
15651           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
15652 ____________________________________________________________________________
15653 [ 14618] By: nick                                  on 2002/02/10  10:48:15
15654         Log: Nick Clark's tweaks to Encode compile process
15655              1. Use decimal constants to unit string arrays rather than
15656              very long string litterals (latter having possible "\0"
15657              on end issues, and needing ANSI C line splicing).
15658              2. Replace tail-recursion during insert process with itteration.
15659              Nick C sees 12% speedup from these.
15660      Branch: perlio
15661            ! ext/Encode/compile
15662 ____________________________________________________________________________
15663 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
15664         Log: Use the "Unicode 1.0" name field for control characters,
15665              as suggested by Mark Davis.  Note that Unicode 3.2 will
15666              require some more legwork on this because of certain
15667              alternative names.
15668      Branch: perl
15669            ! lib/unicore/Name.pl lib/unicore/mktables
15670 ____________________________________________________________________________
15671 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
15672         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
15673      Branch: perl
15674            ! hints/os390.sh
15675 ____________________________________________________________________________
15676 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
15677         Log: EBCDIC: the non-printable characters are different.
15678      Branch: perl
15679            ! ext/B/B/Deparse.pm
15680 ____________________________________________________________________________
15681 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
15682         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
15683              From: Nicholas Clark <nick@unfortu.net> 
15684              Date: Sat, 9 Feb 2002 22:31:29 +0000
15685              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
15686      Branch: perl
15687            ! t/lib/warnings/pp_hot
15688 ____________________________________________________________________________
15689 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
15690         Log: Subject: [PATCH] Re: Modulus operator inconsistency
15691              From: Nicholas Clark <nick@unfortu.net>
15692              Date: Sat, 9 Feb 2002 21:00:13 +0000
15693              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
15694      Branch: perl
15695            ! op.c t/op/arith.t
15696 ____________________________________________________________________________
15697 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
15698         Log: Use the same escaping mechanism for all the *flags.
15699      Branch: perl
15700            ! lib/ExtUtils/Embed.pm
15701 ____________________________________________________________________________
15702 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
15703         Log: Protect possible parentheses in ccflags, ccdlflags, and
15704              ldflags.  (In OS/390 there are parentheses in ccflags.)
15705      Branch: perl
15706            ! lib/ExtUtils/Embed.pm
15707 ____________________________________________________________________________
15708 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
15709         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
15710              From: Peter Scott <Peter@PSDT.com>
15711              Date: Fri, 08 Feb 2002 19:20:19 -0800
15712              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
15713      Branch: perl
15714            ! lib/perl5db.pl
15715 ____________________________________________________________________________
15716 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
15717         Log: FAQ sync.
15718      Branch: perl
15719            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
15720 ____________________________________________________________________________
15721 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
15722         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
15723              From: Chris Nandor <pudge@pobox.com>
15724              Date: Fri, 08 Feb 2002 16:31:41 -0500
15725              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
15726      Branch: perl
15727            ! cop.h deb.c pp_ctl.c toke.c util.c
15728 ____________________________________________________________________________
15729 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
15730         Log: Redo CopFILE / MacPerl_MPWFIleName patch
15731      Branch: maint-5.6/macperl
15732            ! cop.h deb.c pp_ctl.c toke.c util.c
15733 ____________________________________________________________________________
15734 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
15735         Log: The metaconfig unit change to go with #14605.
15736      Branch: metaconfig/U/perl
15737            ! libperl.U
15738 ____________________________________________________________________________
15739 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
15740         Log: The Configure change to go with #14604.
15741      Branch: perl
15742            ! Configure
15743 ____________________________________________________________________________
15744 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
15745         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
15746              From: Andy Dougherty <doughera@lafayette.edu>
15747              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
15748              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
15749      Branch: perl
15750            ! hints/bsdos.sh
15751 ____________________________________________________________________________
15752 [ 14603] By: nick                                  on 2002/02/08  18:16:09
15753         Log: Integrate mainline
15754      Branch: perlio
15755           +> ext/threads/t/libc.t
15756           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
15757           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
15758 ____________________________________________________________________________
15759 [ 14602] By: sky                                   on 2002/02/08  15:19:15
15760         Log: Start testing for safe localtime functions, TODO, test more functions.
15761      Branch: perl
15762            + ext/threads/t/libc.t
15763            ! MANIFEST
15764 ____________________________________________________________________________
15765 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
15766         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
15767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15768              Date: Fri, 8 Feb 2002 00:21:07 +0100
15769              Message-ID: <20020208002107.E763@rafael>
15770      Branch: perl
15771            ! doio.c pp_sys.c t/io/argv.t
15772 ____________________________________________________________________________
15773 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
15774         Log: Subject: [PATCH] Configure followed by make minitest
15775              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15776              Date: Wed, 06 Feb 2002 21:35:20 -0800
15777              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
15778      Branch: perl
15779            ! t/op/taint.t t/run/fresh_perl.t
15780 ____________________________________________________________________________
15781 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
15782         Log: Integrate perlio;
15783              
15784              Extract something from yesterdays effort - convert my mail on pad
15785              data structures (incoporating Sarathy's corrections/clarifications)
15786              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15787      Branch: perl
15788           !> cv.h pod/perlapi.pod pod/perlintern.pod
15789 ____________________________________________________________________________
15790 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
15791         Log: metaconfig unit changes for #14597.
15792      Branch: metaconfig
15793            ! U/modified/Loc.U
15794      Branch: metaconfig/U/perl
15795            ! libperl.U
15796 ____________________________________________________________________________
15797 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
15798         Log: Configure DJGPP tweak from Laszlo Molnar.
15799      Branch: perl
15800            ! Configure
15801 ____________________________________________________________________________
15802 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
15803         Log: DJGPP tweaks from Laszlo Molnar.
15804      Branch: perl
15805            ! djgpp/djgppsed.sh perl.c
15806 ____________________________________________________________________________
15807 [ 14595] By: nick                                  on 2002/02/08  09:19:29
15808         Log: Extract something from yesterdays effort - convert my mail on pad
15809              data structures (incoporating Sarathy's corrections/clarifications)
15810              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15811      Branch: perlio
15812            ! cv.h pod/perlapi.pod pod/perlintern.pod
15813 ____________________________________________________________________________
15814 [ 14594] By: nick                                  on 2002/02/08  08:34:49
15815         Log: Integrate mainline
15816      Branch: perlio
15817           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
15818           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
15819           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
15820           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
15821           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
15822           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
15823 ____________________________________________________________________________
15824 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
15825         Log: To really skip the test an exit() is needed.
15826      Branch: perl
15827            ! lib/encoding.t
15828 ____________________________________________________________________________
15829 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
15830         Log: More diagnostics from Nicholas Clark.
15831      Branch: perl
15832            ! lib/Benchmark.t
15833 ____________________________________________________________________________
15834 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
15835         Log: In case of failure be more verbose.
15836      Branch: perl
15837            ! t/base/num.t
15838 ____________________________________________________________________________
15839 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
15840         Log: Update Changes
15841      Branch: maint-5.6/macperl
15842            ! macos/Changes
15843 ____________________________________________________________________________
15844 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
15845         Log: Merge AEGizmos library into PPC binary
15846      Branch: maint-5.6/macperl
15847            ! macos/Makefile.mk
15848 ____________________________________________________________________________
15849 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
15850         Log: Add -ansifor for MrCpp options
15851      Branch: maint-5.6/macperl
15852            ! macos/BuildRules.mk
15853 ____________________________________________________________________________
15854 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
15855         Log: Check ownership of CatInfos (MacPerl Bug #494482)
15856      Branch: maint-5.6/macperl
15857            ! macos/ext/Mac/Files/Files.xs
15858 ____________________________________________________________________________
15859 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
15860         Log: Resource updates
15861      Branch: maint-5.6/macperl
15862            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
15863 ____________________________________________________________________________
15864 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
15865         Log: Empty path is ENOENT (MacPerl Bug #512351)
15866      Branch: maint-5.6/macperl
15867            ! macos/macperl/MPAppleEvents.c
15868 ____________________________________________________________________________
15869 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
15870         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
15871      Branch: maint-5.6/macperl
15872            ! macos/macperl/MPAEVTStream.cp
15873 ____________________________________________________________________________
15874 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
15875         Log: macify(ABSTRACT_FROM)
15876      Branch: maint-5.6/macperl
15877            ! macos/lib/ExtUtils/MM_MacOS.pm
15878 ____________________________________________________________________________
15879 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
15880         Log: Use correct Mac filenames in error messages, caller()
15881      Branch: maint-5.6/macperl
15882            ! deb.c pp_ctl.c toke.c util.c
15883 ____________________________________________________________________________
15884 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
15885         Log: Sanity checks to see that the IV/NV and the PV of numeric
15886              scalars stay in sync (unearthed this via the OS/390 gcvt()
15887              brokenness)
15888      Branch: perl
15889            + t/base/num.t
15890            ! MANIFEST
15891 ____________________________________________________________________________
15892 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
15893         Log: Retract the anon leak subpatch of #14418 and #14431
15894              (the latter came into bleadperl as part of #14433).
15895      Branch: perl
15896            ! op.c t/run/fresh_perl.t
15897 ____________________________________________________________________________
15898 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
15899         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
15900              mangles 0.1 to "10".  sprintf() seems more well-behaved.
15901      Branch: perl
15902            ! hints/os390.sh
15903 ____________________________________________________________________________
15904 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
15905         Log: Subject: [PATCH @14557] another Encode fix for VMS
15906              From: "Craig A. Berry" <craigberry@mac.com>
15907              Date: Wed, 06 Feb 2002 14:44:20 -0600
15908              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
15909      Branch: perl
15910            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
15911 ____________________________________________________________________________
15912 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
15913         Log: Integrate perlio;
15914              
15915              One way to avoid OS390 winge about #line directives.
15916      Branch: perl
15917           !> ext/Encode/EUC_JP/Makefile.PL
15918 ____________________________________________________________________________
15919 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
15920         Log: Update Changes.
15921      Branch: perl
15922            ! Changes patchlevel.h
15923 ____________________________________________________________________________
15924 [ 14575] By: nick                                  on 2002/02/06  15:23:24
15925         Log: One way to avoid OS390 winge about #line directives.
15926      Branch: perlio
15927            ! ext/Encode/EUC_JP/Makefile.PL
15928 ____________________________________________________________________________
15929 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
15930         Log: s/Netware/NetWare/
15931      Branch: perl
15932            ! MANIFEST
15933 ____________________________________________________________________________
15934 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
15935         Log: New Netware scripts.
15936      Branch: perl
15937            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
15938            + NetWare/t/NWScripts-Exist.pl
15939            ! MANIFEST
15940 ____________________________________________________________________________
15941 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
15942         Log: EBCDIC: the encoding pragma would need some rethinking,
15943              probably a pass of EBCDIC->Unicode mapping.  For now,
15944              disable it on EBCDIC.
15945      Branch: perl
15946            ! lib/encoding.pm lib/encoding.t
15947 ____________________________________________________________________________
15948 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
15949         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
15950              for the low 256.  Now tweaked the tests, but maybe it's
15951              the module that needs few NATIVE_TO_UNI()s somewhere?
15952      Branch: perl
15953            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
15954 ____________________________________________________________________________
15955 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
15956         Log: Subject: [PATCH utf8.c] format problem
15957              From: Robin Barker <rmb1@cise.npl.co.uk>
15958              Date: Wed, 6 Feb 2002 14:01:43 GMT
15959              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
15960      Branch: perl
15961            ! utf8.c
15962 ____________________________________________________________________________
15963 [ 14569] By: nick                                  on 2002/02/06  09:52:23
15964         Log: Integrate mainline
15965      Branch: perlio
15966           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
15967           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
15968           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
15969           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
15970           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
15971           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
15972 ____________________________________________________________________________
15973 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
15974         Log: EBCDIC: 0x41 is not cricket.
15975      Branch: perl
15976            ! ext/Encode/t/Encode.t
15977 ____________________________________________________________________________
15978 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
15979         Log: NetWare update from Ananth Kesari.
15980      Branch: perl
15981            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
15982            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
15983            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
15984            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
15985            ! NetWare/t/NWScripts.pl makedef.pl
15986 ____________________________________________________________________________
15987 [ 14566] By: sky                                   on 2002/02/05  18:39:13
15988         Log: Subject: Re: File::Spec::rel2abs2rel (?)
15989              From: Michael G Schwern <schwern@pobox.com>
15990              Date: Tue, 5 Feb 2002 13:47:39 -0500
15991              Message-ID: <20020205184739.GB17375@blackrider>
15992      Branch: perl
15993            ! lib/File/Spec/t/rel2abs2rel.t
15994 ____________________________________________________________________________
15995 [ 14565] By: nick                                  on 2002/02/05  17:31:24
15996         Log: Integrate mainline
15997      Branch: perlio
15998           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
15999           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
16000           !> utf8.h
16001 ____________________________________________________________________________
16002 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
16003         Log: Integrate perlio;
16004              
16005              More Encode tweaks:
16006              - make expensive and marginal substring search optional (-O)
16007              - enable -O for ASCII-oid encodings (search space is small)
16008              - add ASCII-oid jis0201 to basic Encode.so
16009              - add some other Japanese encodings to EUC_JP bundle (without -O)
16010      Branch: perl
16011           +> ext/Encode/Encode/jis0201.ucm
16012           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16013           !> ext/Encode/compile
16014 ____________________________________________________________________________
16015 [ 14563] By: nick                                  on 2002/02/05  16:01:15
16016         Log: More Encode tweaks:
16017              - make expensive and marginal substring search optional (-O)
16018              - enable -O for ASCII-oid encodings (search space is small)
16019              - add ASCII-oid jis0201 to basic Encode.so
16020              - add some other Japanese encodings to EUC_JP bundle (without -O)
16021      Branch: perlio
16022            + ext/Encode/Encode/jis0201.ucm
16023            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16024            ! ext/Encode/compile
16025 ____________________________________________________________________________
16026 [ 14562] By: sky                                   on 2002/02/05  14:50:36
16027         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
16028      Branch: perl
16029            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
16030 ____________________________________________________________________________
16031 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
16032         Log: EBCDIC: SHARP S is different.
16033      Branch: perl
16034            ! regexec.c utf8.h
16035 ____________________________________________________________________________
16036 [ 14560] By: sky                                   on 2002/02/05  13:49:40
16037         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
16038      Branch: perl
16039            ! t/op/filetest.t
16040 ____________________________________________________________________________
16041 [ 14559] By: sky                                   on 2002/02/05  11:39:24
16042         Log: Add . first to the PATH environment to test that we really
16043              get ./perl and not some other older perl.
16044      Branch: perl
16045            ! lib/File/Spec/t/rel2abs2rel.t
16046 ____________________________________________________________________________
16047 [ 14558] By: sky                                   on 2002/02/05  11:20:21
16048         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...
16049      Branch: perl
16050            ! ext/POSIX/t/posix.t
16051 ____________________________________________________________________________
16052 [ 14557] By: sky                                   on 2002/02/05  10:30:58
16053         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
16054      Branch: perl
16055            ! hints/darwin.sh perl.h
16056 ____________________________________________________________________________
16057 [ 14556] By: nick                                  on 2002/02/05  06:58:52
16058         Log: Integrate mainline
16059      Branch: perlio
16060           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
16061           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
16062           !> lib/File/Find/t/taint.t
16063 ____________________________________________________________________________
16064 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
16065         Log: Integrate change #14439 from maintperl
16066      Branch: maint-5.6/macperl
16067           !> op.c
16068 ____________________________________________________________________________
16069 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
16070         Log: Subject: [PATCH] File::Find tests not cleaning up properly
16071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16072              Date: Mon, 4 Feb 2002 22:09:07 +0100
16073              Message-ID: <20020204220907.A8288@rafael>
16074      Branch: perl
16075            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16076 ____________________________________________________________________________
16077 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
16078         Log: Signedness mumblings from Tru64.
16079      Branch: perl
16080            ! ext/Encode/Encode.xs
16081 ____________________________________________________________________________
16082 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
16083         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
16084              From: "Craig A. Berry" <craigberry@mac.com>
16085              Date: Mon, 04 Feb 2002 17:16:00 -0600
16086              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
16087      Branch: perl
16088            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
16089            ! ext/Encode/Encode.xs
16090 ____________________________________________________________________________
16091 [ 14551] By: nick                                  on 2002/02/04  16:00:31
16092         Log: Integrate mainline
16093      Branch: perlio
16094           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
16095           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
16096           !> regcomp.c
16097 ____________________________________________________________________________
16098 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
16099         Log: Update Changes.
16100      Branch: perl
16101            ! Changes patchlevel.h
16102 ____________________________________________________________________________
16103 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
16104         Log: Comment microtweaks.
16105      Branch: perl
16106            ! lib/locale.t
16107 ____________________________________________________________________________
16108 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
16109         Log: Subject: trivial docu patch
16110              From: andreas.koenig@anima.de (Andreas J. Koenig)
16111              Date: 04 Feb 2002 08:15:19 +0100
16112              Message-ID: <m3pu3l7m60.fsf@anima.de>
16113      Branch: perl
16114            ! pod/perluniintro.pod
16115 ____________________________________________________________________________
16116 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
16117         Log: Subject: [PATCH] (??{ }) anomaly
16118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16119              Date: Sun, 03 Feb 2002 20:21:45 -0800
16120              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
16121      Branch: perl
16122            ! regcomp.c
16123 ____________________________________________________________________________
16124 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
16125         Log: Integrate perlio.
16126              
16127              Carry on where we left off if we have to grow destination
16128              SV during XS encode/decode
16129              
16130              Remove debugging warning, be consistent about API fails.
16131      Branch: perl
16132           !> ext/Encode/Encode.xs
16133 ____________________________________________________________________________
16134 [ 14545] By: nick                                  on 2002/02/03  20:03:38
16135         Log: Remove debugging warning, be consistent about API fails.
16136      Branch: perlio
16137            ! ext/Encode/Encode.xs
16138 ____________________________________________________________________________
16139 [ 14544] By: nick                                  on 2002/02/03  19:47:48
16140         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
16141      Branch: perlio
16142            ! ext/Encode/Encode.xs
16143 ____________________________________________________________________________
16144 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
16145         Log: Subject: PATCH CPAN.pm
16146              From: Mark-Jason Dominus <mjd@plover.com>
16147              Date: Sun, 03 Feb 2002 12:36:36 -0500
16148              Message-ID: <20020203173636.27451.qmail@plover.com>
16149      Branch: perl
16150            ! lib/CPAN.pm
16151 ____________________________________________________________________________
16152 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
16153         Log: Must search further back.
16154      Branch: perl
16155            ! lib/h2xs.t
16156 ____________________________________________________________________________
16157 [ 14541] By: nick                                  on 2002/02/03  18:52:09
16158         Log: Integrate mainline
16159      Branch: perlio
16160           !> (integrate 29 files)
16161 ____________________________________________________________________________
16162 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
16163         Log: EBCDIC: more natification.
16164      Branch: perl
16165            ! regcomp.c
16166 ____________________________________________________________________________
16167 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
16168         Log: Debug noise.
16169      Branch: perl
16170            ! ext/Encode/Encode.xs
16171 ____________________________________________________________________________
16172 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
16173         Log: Integrate perlio;
16174              
16175              Stable intermediate point in Encode cleanup.
16176              :encode(euc-jp) works on Dan's table.euc
16177              Much buffer copying and other silliness remains.
16178      Branch: perl
16179           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16180           !> ext/Encode/lib/Encode/Encoding.pm
16181 ____________________________________________________________________________
16182 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
16183         Log: Prettify.
16184      Branch: perl
16185            ! lib/unicore/mktables
16186 ____________________________________________________________________________
16187 [ 14536] By: nick                                  on 2002/02/03  17:32:03
16188         Log: Stable intermediate point in Encode cleanup.
16189              :encode(euc-jp) works on Dan's table.euc
16190              Much buffer copying and other silliness remains.
16191      Branch: perlio
16192            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16193            ! ext/Encode/lib/Encode/Encoding.pm
16194 ____________________________________________________________________________
16195 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
16196         Log: EBCDIC: it's much nicer to compare Unicode code points
16197              to Unicode code points.
16198      Branch: perl
16199            ! regexec.c
16200 ____________________________________________________________________________
16201 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
16202         Log: EBCDIC: character classes must remap the low 256.
16203      Branch: perl
16204            ! regcomp.c
16205 ____________________________________________________________________________
16206 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
16207         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
16208      Branch: perl
16209            ! lib/I18N/LangTags/List.pm
16210 ____________________________________________________________________________
16211 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
16212         Log: FAQ sync.
16213      Branch: perl
16214            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
16215            ! pod/perlfaq6.pod pod/perlfaq7.pod
16216 ____________________________________________________________________________
16217 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
16218         Log: Integrate perlio;
16219              
16220              Re-indent Encode.xs
16221              
16222              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
16223              (Mis-feature discovered by Encode.)
16224      Branch: perl
16225           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
16226 ____________________________________________________________________________
16227 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
16228         Log: Subject: [PATCH] lstat FH and -l FH warnings
16229              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16230              Date: Sat, 2 Feb 2002 22:24:54 +0100           
16231              Message-ID: <20020202222454.A11608@rafael>       
16232      Branch: perl
16233            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
16234            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
16235 ____________________________________________________________________________
16236 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
16237         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
16238              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16239              Date: Sat, 2 Feb 2002 13:11:01 +0100           
16240              Message-ID: <20020202131101.A722@rafael>               
16241              
16242              Subject: [PATCH t/op/ver.t] another false positive
16243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16244              Date: Sat, 2 Feb 2002 13:38:22 +0100           
16245              Message-ID: <20020202133822.E722@rafael>         
16246              
16247              Subject: [PATCH] t/test.pl:ok() doesn't work
16248              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
16249              Date: Sun, 03 Feb 2002 00:02:38 -0800          
16250              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
16251      Branch: perl
16252            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
16253            ! t/test.pl
16254 ____________________________________________________________________________
16255 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
16256         Log: Subject: [PATCH @13746] OS2::Process's constants
16257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16258              Date: Sat, 2 Feb 2002 01:00:55 -0500           
16259              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
16260      Branch: perl
16261            ! os2/OS2/Process/Makefile.PL
16262 ____________________________________________________________________________
16263 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
16264         Log: Subject: [PATCH @13746] h2xs   
16265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16266              Date: Sat, 2 Feb 2002 00:58:44 -0500           
16267              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
16268      Branch: perl
16269            ! utils/h2xs.PL
16270 ____________________________________________________________________________
16271 [ 14526] By: nick                                  on 2002/02/03  14:54:18
16272         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
16273              (Mis-feature discovered by Encode.)
16274      Branch: perlio
16275            ! sv.c
16276 ____________________________________________________________________________
16277 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
16278         Log: EBCDIC: since #14519 made \N{...} to remap,
16279              the test cannot expect an ASCII code point.
16280      Branch: perl
16281            ! lib/charnames.t
16282 ____________________________________________________________________________
16283 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
16284         Log: Sub-MANIFEST-tweak.
16285      Branch: perl
16286            ! ext/Encode/MANIFEST
16287 ____________________________________________________________________________
16288 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
16289         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
16290              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16291              Date: Fri, 01 Feb 2002 23:51:03 +0900
16292              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
16293      Branch: perl
16294            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16295 ____________________________________________________________________________
16296 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
16297         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
16298              From: Andy Dougherty <doughera@lafayette.edu>
16299              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
16300              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
16301      Branch: perl
16302            ! README.solaris hints/solaris_2.sh
16303 ____________________________________________________________________________
16304 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
16305         Log: EBCDIC: no hope to get the low 256 right in unifolding.
16306      Branch: perl
16307            ! t/uni/fold.t
16308 ____________________________________________________________________________
16309 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
16310         Log: todo entry for missing pack formats.
16311      Branch: perl
16312            ! pod/perltodo.pod
16313 ____________________________________________________________________________
16314 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
16315         Log: EBCDIC: the low 256 \N{...} need to be remapped.
16316      Branch: perl
16317            ! toke.c
16318 ____________________________________________________________________________
16319 [ 14518] By: nick                                  on 2002/02/01  18:32:03
16320         Log: indent -kr -nce and some manual tweaks to match perl style.
16321      Branch: perlio
16322            ! ext/Encode/Encode.xs
16323 ____________________________________________________________________________
16324 [ 14517] By: nick                                  on 2002/02/01  18:20:46
16325         Log: Integrate mainline
16326      Branch: perlio
16327           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
16328           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
16329           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
16330           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
16331           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
16332           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
16333           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
16334 ____________________________________________________________________________
16335 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
16336         Log: Integrate perlio; 
16337              
16338              Minor Encode tweaks:
16339              - move Encode.pm back to top of Encode like normal XS extension
16340              - avoid .def as a file extension (Win32 builds)
16341      Branch: perl
16342            ! MANIFEST
16343           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
16344           !> ext/Encode/Makefile.PL ext/Encode/compile
16345 ____________________________________________________________________________
16346 [ 14515] By: nick                                  on 2002/02/01  16:27:59
16347         Log: Minor Encode tweaks:
16348              - move Encode.pm back to top of Encode like normal XS extension
16349              - avoid .def as a file extension (Win32 builds)
16350      Branch: perlio
16351           +> ext/Encode/Encode.pm
16352            - ext/Encode/lib/Encode.pm
16353            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
16354            ! ext/Encode/Makefile.PL ext/Encode/compile
16355 ____________________________________________________________________________
16356 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
16357         Log: Subject: [PATCH utf8.t] temp file not cleaned up
16358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16359              Date: Fri, 1 Feb 2002 15:47:46 +0100
16360              Message-ID: <20020201154746.A24079@rafael>
16361      Branch: perl
16362            ! t/io/utf8.t
16363 ____________________________________________________________________________
16364 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
16365         Log: Subject: [PATCH] make "lstat FH" croak
16366              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16367              Date: Fri, 1 Feb 2002 15:12:50 +0100
16368              Message-ID: <20020201151250.A738@rafael>
16369      Branch: perl
16370            ! pod/perldiag.pod pp_sys.c t/op/stat.t
16371 ____________________________________________________________________________
16372 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
16373         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
16374              From: Kay Röpke <kroepke@dolphin-services.de>
16375              Date: Fri, 1 Feb 2002 01:10:43 +0100
16376              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
16377      Branch: perl
16378            ! t/op/stat.t
16379 ____________________________________________________________________________
16380 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
16381         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
16382              I got it in Tru64 + ithreads but only without -g, took
16383              some debugging by printf (which was no fun either since
16384              adding some debug printfs hid the error)
16385      Branch: perl
16386            ! regexec.c utf8.c
16387 ____________________________________________________________________________
16388 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
16389         Log: Subject: Re: [PATCH] perl -V:
16390              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
16391              Date: Thu, 31 Jan 2002 12:10:20 -0800
16392              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
16393              
16394              Subject: Re: [PATCH] perl -V:
16395              From: Michael G Schwern <schwern@pobox.com>
16396              Date: Thu, 31 Jan 2002 16:43:13 -0500
16397              Message-ID: <20020131214313.GH6498@blackrider>
16398      Branch: perl
16399            ! t/run/switches.t
16400 ____________________________________________________________________________
16401 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
16402         Log: #14505 effect.
16403      Branch: perl
16404            ! pod/perluniintro.pod
16405 ____________________________________________________________________________
16406 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
16407         Log: Daniel S. Lewart adopts the Math::Complex.
16408      Branch: perl
16409            ! lib/Math/Complex.pm
16410 ____________________________________________________________________________
16411 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
16412         Log: More Complex DWIMmery.
16413      Branch: perl
16414            ! lib/Math/Complex.pm lib/Math/Complex.t
16415 ____________________________________________________________________________
16416 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
16417         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
16418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16419              Date: Thu, 31 Jan 2002 14:37:52 +0100
16420              Message-ID: <20020131143752.A1452@rafael>
16421      Branch: perl
16422            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
16423 ____________________________________________________________________________
16424 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
16425         Log: Turn the I/O Unicode error by default on, but the
16426              character-generating Unicode error by default off,
16427              as Larry suggested.
16428      Branch: perl
16429            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
16430            ! utf8.c
16431 ____________________________________________________________________________
16432 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
16433         Log: Subject: [PATCH] open.pm minor cleanup
16434              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16435              Date: Thu, 31 Jan 2002 15:03:02 +0100
16436              Message-ID: <20020131150302.C1452@rafael>
16437      Branch: perl
16438            ! lib/open.pm
16439 ____________________________________________________________________________
16440 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
16441         Log: Update Changes.
16442      Branch: perl
16443            ! Changes patchlevel.h
16444 ____________________________________________________________________________
16445 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
16446         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
16447              From: Robin Barker <rmb1@cise.npl.co.uk>
16448              Date: Wed, 30 Jan 2002 11:58:33 GMT
16449              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
16450      Branch: perl
16451            ! lib/CPAN.pm
16452 ____________________________________________________________________________
16453 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
16454         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
16455              re-sort MANIFEST.
16456      Branch: perl
16457            + ext/Encode/Encode.pm
16458            - ext/Encode/lib/Encode.pm
16459            ! MANIFEST ext/Encode/Makefile.PL
16460 ____________________________________________________________________________
16461 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
16462         Log: Integrate perlio;
16463              
16464              Collect some stats during compile process.
16465              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
16466              as one XS - inconclusive - marginal win?
16467              Add some comments to encode.h
16468      Branch: perl
16469           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
16470           !> ext/Encode/encode.h
16471 ____________________________________________________________________________
16472 [ 14499] By: nick                                  on 2002/01/30  09:57:47
16473         Log: Collect some stats during compile process.
16474              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
16475              as one XS - inconclusive - marginal win?
16476              Add some comments to encode.h
16477      Branch: perlio
16478            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
16479            ! ext/Encode/encode.h
16480 ____________________________________________________________________________
16481 [ 14498] By: nick                                  on 2002/01/30  07:27:55
16482         Log: Integrate Jarkko's path/INC tweaks
16483      Branch: perlio
16484           !> ext/Encode/compile
16485 ____________________________________________________________________________
16486 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
16487         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
16488              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16489              Date: Tue, 29 Jan 2002 01:13:09 -0800
16490              Message-ID: <lemV8gzkgu/K092yn@efn.org>
16491      Branch: perl
16492            ! configpm
16493 ____________________________________________________________________________
16494 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
16495         Log: Subject: [PATCH t/op/inccode.t] new test
16496              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16497              Date: Tue, 29 Jan 2002 22:03:45 +0100
16498              Message-ID: <20020129220345.A704@rafael>
16499      Branch: perl
16500            ! t/op/inccode.t
16501 ____________________________________________________________________________
16502 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
16503         Log: EBCDIC: t/op/lc.t now passes.
16504      Branch: perl
16505            ! t/op/lc.t
16506 ____________________________________________________________________________
16507 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
16508         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
16509      Branch: perl
16510            ! utf8.c
16511 ____________________________________________________________________________
16512 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
16513         Log: Must find stuff during build.
16514      Branch: perl
16515            ! ext/Encode/compile
16516 ____________________________________________________________________________
16517 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
16518         Log: Integrate with perlio;
16519              
16520              Basics of a compiled Encode XS extension
16521      Branch: perl
16522           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16523           +> ext/Encode/Encode/euc-jp.ucm
16524           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16525           !> ext/Encode/encode.h
16526 ____________________________________________________________________________
16527 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
16528         Log: EBCDIC tweaks-- no new test passes, but getting closer.
16529      Branch: perl
16530            ! utf8.c
16531 ____________________________________________________________________________
16532 [ 14490] By: nick                                  on 2002/01/29  21:20:57
16533         Log: Basics of a compiled Encode XS extension
16534      Branch: perlio
16535            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16536            + ext/Encode/Encode/euc-jp.ucm
16537            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16538            ! ext/Encode/encode.h
16539 ____________________________________________________________________________
16540 [ 14489] By: nick                                  on 2002/01/29  18:40:54
16541         Log: Integrate mainline
16542      Branch: perlio
16543           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16544           +> ext/Encode/lib/Encode/Encoding.pm
16545           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16546           +> ext/Encode/lib/Encode/Tcl/Escape.pm
16547           +> ext/Encode/lib/Encode/Tcl/Extended.pm
16548           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
16549           +> ext/Encode/lib/Encode/Tcl/Table.pm
16550           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16551           +> ext/Encode/lib/Encode/iso10646_1.pm
16552           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16553           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16554           +> ext/Encode/t/Tcl.t
16555            - ext/Encode.t ext/Encode/Encode.pm
16556            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16557            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16558           !> (integrate 33 files)
16559 ____________________________________________________________________________
16560 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
16561         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
16562              From: Richard Clamp <richardc@unixbeard.net>
16563              Date: Mon, 28 Jan 2002 02:17:55 +0000
16564              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
16565      Branch: perl
16566            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
16567 ____________________________________________________________________________
16568 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
16569         Log: OS/390 seems to do length 0 udp reads, Nicholas says
16570              skippage is for now the best cause of action.
16571      Branch: perl
16572            ! ext/Socket/socketpair.t
16573 ____________________________________________________________________________
16574 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
16575         Log: Encode cleanup from Dan Kogai; reworked even further.
16576      Branch: perl
16577            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16578            + ext/Encode/lib/Encode/Encoding.pm
16579            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16580            + ext/Encode/lib/Encode/Tcl/Escape.pm
16581            + ext/Encode/lib/Encode/Tcl/Extended.pm
16582            + ext/Encode/lib/Encode/Tcl/HanZi.pm
16583            + ext/Encode/lib/Encode/Tcl/Table.pm
16584            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16585            + ext/Encode/lib/Encode/iso10646_1.pm
16586            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16587            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16588            + ext/Encode/t/Tcl.t
16589            - ext/Encode.t ext/Encode/Encode.pm
16590            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16591            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16592            ! MANIFEST ext/Encode/Encode/8859-1.ucm
16593            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
16594            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
16595            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
16596            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
16597            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
16598            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
16599            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
16600            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
16601            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
16602            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
16603            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
16604            ! ext/Encode/compile
16605 ____________________________________________________________________________
16606 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
16607         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
16608      Branch: perl
16609            ! djgpp/djgpp.c perlio.c
16610 ____________________________________________________________________________
16611 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
16612         Log: Prettier printing from Michael Schwern.
16613      Branch: perl
16614            ! t/test.pl
16615 ____________________________________________________________________________
16616 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
16617         Log: Show also the debug and debugcolor as known pragmas.
16618      Branch: perl
16619            ! ext/re/re.pm
16620 ____________________________________________________________________________
16621 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
16622         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
16623              From: "Craig A. Berry" <craigberry@mac.com>
16624              Date: Mon, 28 Jan 2002 16:30:30 -0600
16625              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
16626      Branch: perl
16627            ! ext/B/t/assembler.t
16628 ____________________________________________________________________________
16629 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
16630         Log: metaconfig unit change for #14480.
16631      Branch: metaconfig
16632            ! U/modified/Init.U
16633 ____________________________________________________________________________
16634 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
16635         Log: DJGPP needs to know its exe soon, too.
16636      Branch: perl
16637            ! Configure
16638 ____________________________________________________________________________
16639 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
16640         Log: Round #2 on EBCDICation.
16641      Branch: perl
16642            ! t/op/append.t
16643 ____________________________________________________________________________
16644 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
16645         Log: Integrate perlio;
16646              
16647              Set makefile.mk CCHOME etc. for default locations of MinGW and free
16648              Borland compilers. (Borland builds one or two oddities.)
16649      Branch: perl
16650           !> win32/config.bc win32/makefile.mk
16651 ____________________________________________________________________________
16652 [ 14477] By: nick                                  on 2002/01/28  20:12:31
16653         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
16654              Borland compilers. (Borland builds one or two oddities.)
16655      Branch: perlio
16656            ! win32/config.bc win32/makefile.mk
16657 ____________________________________________________________________________
16658 [ 14476] By: nick                                  on 2002/01/28  18:43:47
16659         Log: Integrate mainline
16660      Branch: perlio
16661           !> Configure hints/hpux.sh
16662 ____________________________________________________________________________
16663 [ 14475] By: nick                                  on 2002/01/28  17:15:12
16664         Log: Integrate mainline
16665      Branch: perlio
16666           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
16667           !> patchlevel.h pp_sys.c t/lib/warnings/perl
16668 ____________________________________________________________________________
16669 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
16670         Log: metaconfig unit change for #14472.
16671      Branch: metaconfig/U/perl
16672            ! d_u32align.U
16673 ____________________________________________________________________________
16674 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
16675         Log: Misunderstood Merijn's patch.
16676      Branch: perl
16677            ! hints/hpux.sh
16678 ____________________________________________________________________________
16679 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
16680         Log: Misapplied Merijn's patch.
16681      Branch: perl
16682            ! Configure
16683 ____________________________________________________________________________
16684 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
16685         Log: Update Changes.
16686      Branch: perl
16687            ! Changes patchlevel.h
16688 ____________________________________________________________________________
16689 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
16690         Log: BeOS has sockets but not true ones.
16691      Branch: perl
16692            ! pp_sys.c
16693 ____________________________________________________________________________
16694 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
16695         Log: metaconfig unit change for #14467.
16696      Branch: metaconfig/U/perl
16697            ! d_u32align.U
16698 ____________________________________________________________________________
16699 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
16700         Log: For some strange reason under the smoke harness the alignment
16701              test hangs in HP-UX 10.20.  So hint it to avoid the test.
16702      Branch: perl
16703            ! hints/hpux.sh
16704 ____________________________________________________________________________
16705 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
16706         Log: Allow d_u32align to be hinted.
16707      Branch: perl
16708            ! Configure
16709 ____________________________________________________________________________
16710 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
16711         Log: The shift key is important.
16712      Branch: perl
16713            ! ext/B/B.xs
16714 ____________________________________________________________________________
16715 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
16716         Log: The "used only once" warnings (from gv_check) come
16717              in pseudorandom hash order-- in EBCDIC the order
16718              is different.  Add a new option that allow the warnings
16719              to come in any order (Paul Marquess).
16720      Branch: perl
16721            ! lib/warnings.t t/lib/warnings/perl
16722 ____________________________________________________________________________
16723 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
16724         Log: Integrate perlio; the 0nothread test failure without threads.
16725      Branch: perl
16726           !> ext/threads/shared/t/0nothread.t
16727 ____________________________________________________________________________
16728 [ 14463] By: nick                                  on 2002/01/28  08:22:36
16729         Log: Integrate mainline
16730      Branch: perlio
16731           !> (integrate 37 files)
16732 ____________________________________________________________________________
16733 [ 14462] By: nick                                  on 2002/01/28  08:09:53
16734         Log: 1st attempt at skipping broke threads case.
16735      Branch: perlio
16736            ! ext/threads/shared/t/0nothread.t
16737 ____________________________________________________________________________
16738 [ 14461] By: nick                                  on 2002/01/28  07:25:58
16739         Log: Skip new threads::shared test unless -Duseithreads
16740      Branch: perlio
16741            ! ext/threads/shared/t/0nothread.t
16742 ____________________________________________________________________________
16743 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
16744         Log: FAQ sync.
16745      Branch: perl
16746            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16747            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16748            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16749            ! pod/perlfaq9.pod
16750 ____________________________________________________________________________
16751 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
16752         Log: Upgrade to podlators 1.20.
16753      Branch: perl
16754            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
16755 ____________________________________________________________________________
16756 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
16757         Log: Retract #14448, a better patch coming up.
16758      Branch: perl
16759            ! lib/Pod/t/basic.t
16760 ____________________________________________________________________________
16761 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
16762         Log: EBCDIC portability.
16763      Branch: perl
16764            ! t/op/append.t
16765 ____________________________________________________________________________
16766 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
16767         Log: Further cygwin installperl tweak from Gerrit P. Haase.
16768      Branch: perl
16769            ! installperl
16770 ____________________________________________________________________________
16771 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
16772         Log: A bug in Bulgarian EBCDIC locale (this sounds like
16773              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
16774              locales failed, too.  The patch works around the bug by
16775              skipping the test, but the real problem may be deeper
16776              (affecting probably only EBCDIC platforms, though):
16777              see the comment in locale.t for more details.
16778      Branch: perl
16779            ! lib/locale.t
16780 ____________________________________________________________________________
16781 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
16782         Log: metaconfig unit change for #14453.
16783      Branch: metaconfig/U/perl
16784            ! libperl.U
16785 ____________________________________________________________________________
16786 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
16787         Log: Subject: Bleadperl on Cygwin today
16788              From: "Gerrit P. Haase" <gp@familiehaase.de>              
16789              Date: Sun, 27 Jan 2002 22:30:41 +0100
16790              Message-ID: <462007239437.20020127223041@familiehaase.de>
16791      Branch: perl
16792            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
16793            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
16794            ! lib/ExtUtils/t/MM_Cygwin.t
16795 ____________________________________________________________________________
16796 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
16797         Log: Unfinished EBCDIC branch.
16798      Branch: perl
16799            ! t/op/ver.t
16800 ____________________________________________________________________________
16801 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
16802         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
16803      Branch: perl
16804            ! ext/B/B.xs ext/B/B/Deparse.pm
16805 ____________________________________________________________________________
16806 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
16807         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
16808              platforms.
16809      Branch: perl
16810            ! ext/B/t/stash.t
16811 ____________________________________________________________________________
16812 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
16813         Log: Apparently no need for EBCDIC exception any more.
16814      Branch: perl
16815            ! ext/B/t/showlex.t
16816 ____________________________________________________________________________
16817 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
16818         Log: (retracted by #14458)
16819              (Russ Allbery) OS/390 is using a high-bit character for ESC,
16820              skip the test for now.  A better fix would be to override
16821              the notion of the platform's escape sequence in the test
16822              of Pod::Text::Termcap.  We may have to apply a filter to
16823              the output to substitute back in the ESC character that
16824              the test expects, but only on OS/390.
16825      Branch: perl
16826            ! lib/Pod/t/basic.t
16827 ____________________________________________________________________________
16828 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
16829         Log: Detypo.
16830      Branch: perl
16831            ! ext/Devel/Peek/Peek.t
16832 ____________________________________________________________________________
16833 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
16834         Log: OS/390 USS has a different idea of the pw* functions.
16835              Also, test the name with eq, not with ==.
16836      Branch: perl
16837            ! lib/User/pwent.t
16838 ____________________________________________________________________________
16839 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
16840         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
16841      Branch: perl
16842            ! doio.c
16843 ____________________________________________________________________________
16844 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
16845         Log: ASCIIisms.
16846      Branch: perl
16847            ! ext/PerlIO/t/encoding.t
16848 ____________________________________________________________________________
16849 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
16850         Log: chr(42) ne '*'  if one is in EBCDIC.
16851      Branch: perl
16852            ! t/op/pack.t
16853 ____________________________________________________________________________
16854 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
16855         Log: Subject: [PATCH] Fix up recent op/stat.t failures
16856              From: Andy Dougherty <doughera@lafayette.edu>
16857              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
16858              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
16859      Branch: perl
16860            ! t/op/stat.t
16861 ____________________________________________________________________________
16862 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
16863         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
16864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16865              Date: Sun, 27 Jan 2002 15:03:18 +0100
16866              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
16867      Branch: perl
16868            ! lib/ExtUtils/t/Command.t
16869 ____________________________________________________________________________
16870 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
16871         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
16872              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16873              Date: Sun, 27 Jan 2002 14:51:10 +0100
16874              Message-ID: <20020127145110.A16332@rafael>
16875      Branch: perl
16876            ! ext/B/B/Deparse.pm
16877 ____________________________________________________________________________
16878 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
16879         Log: integrate change#14431 from perlio branch (Nick's fix for
16880              change#13474 to be more defensive about looking at pad entries
16881              that may not exist yet)
16882      Branch: maint-5.6/perl
16883            ! op.c
16884 ____________________________________________________________________________
16885 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
16886         Log: Comment to avoid later "cleanups."
16887      Branch: perl
16888            ! lib/ExtUtils/MakeMaker.pm
16889 ____________________________________________________________________________
16890 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
16891         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
16892              instead of just FOO=... cmd ...
16893      Branch: perl
16894            ! Makefile.SH
16895 ____________________________________________________________________________
16896 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
16897         Log: Overquoting bad (in UNIX one would get
16898              Can't open perl script "'-I../lib'": No such file or directory)
16899      Branch: perl
16900            ! lib/Pod/t/Usage.t
16901 ____________________________________________________________________________
16902 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
16903         Log: Integrate perlio;
16904              
16905              "All tests successful" VC6.0 Win32
16906              (Update config.vc to need cppstdin so those tests are skipped...)
16907      Branch: perl
16908           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16909           !> win32/config_H.vc
16910 ____________________________________________________________________________
16911 [ 14434] By: nick                                  on 2002/01/26  22:27:08
16912         Log: "All tests successful" VC6.0 Win32
16913              (Update config.vc to need cppstdin so those tests are skipped...)
16914      Branch: perlio
16915            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16916            ! win32/config_H.vc
16917 ____________________________________________________________________________
16918 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
16919         Log: Integrate perlio;
16920              
16921              1st two tests of File/Find/t/find.t and taint.t were run after 
16922              calling cleanup(). If previous fail had left for_find directory,
16923              but no content in it then cleanup() returned cd'ed to that directory.
16924              So tests failed. Fixed cleanup()-s.
16925              
16926              If we get to sighandler by mistake (no perl handler set) then
16927              warn() and exit() rather than die() - should never happen
16928              but if it does context needed to die is likely to be trashed
16929              as well.
16930              
16931              Win32 signal emulation cleanup.
16932              
16933              Tinkering with thread cleanup mutex-ing - not the problem 
16934              (op.c is) but could have been...
16935              
16936              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
16937              Should really be looked at by someone that knows about pads.
16938              
16939              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
16940              for CRLF line endings.
16941      Branch: perl
16942           !> ext/threads/threads.xs lib/File/Find/t/find.t
16943           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
16944           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
16945 ____________________________________________________________________________
16946 [ 14432] By: nick                                  on 2002/01/26  21:10:38
16947         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
16948              for CRLF line endings.
16949      Branch: perlio
16950            ! lib/Filter/Simple.pm
16951 ____________________________________________________________________________
16952 [ 14431] By: nick                                  on 2002/01/26  21:08:35
16953         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
16954              Should really be looked at by someone that knows about pads.
16955      Branch: perlio
16956            ! op.c
16957 ____________________________________________________________________________
16958 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
16959         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
16960              From: "Craig A. Berry" <craigberry@mac.com>       
16961              Date: Sat, 26 Jan 2002 11:19:44 -0600
16962              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
16963      Branch: perl
16964            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
16965 ____________________________________________________________________________
16966 [ 14429] By: nick                                  on 2002/01/26  18:04:22
16967         Log: Tinkering with thread cleanup mutex-ing - not the problem 
16968              (op.c is) but could have been...
16969      Branch: perlio
16970            ! ext/threads/threads.xs
16971 ____________________________________________________________________________
16972 [ 14428] By: nick                                  on 2002/01/26  18:03:13
16973         Log: Win32 signal emulation cleanup.
16974      Branch: perlio
16975            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
16976 ____________________________________________________________________________
16977 [ 14427] By: nick                                  on 2002/01/26  13:59:33
16978         Log: If we get to sighandler by mistake (no perl handler set) then
16979              warn() and exit() rather than die() - should never happen
16980              but if it does context needed to die is likely to be trashed
16981              as well.
16982      Branch: perlio
16983            ! mg.c
16984 ____________________________________________________________________________
16985 [ 14426] By: nick                                  on 2002/01/26  13:56:23
16986         Log: Integrate mainline
16987      Branch: perlio
16988           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
16989           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
16990           !> t/run/fresh_perl.t
16991 ____________________________________________________________________________
16992 [ 14425] By: nick                                  on 2002/01/26  08:11:33
16993         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
16994              calling cleanup(). If previous fail had left for_find directory,
16995              but no content in it then cleanup() returned cd'ed to that directory.
16996              So tests failed. Fixed cleanup()-s.
16997      Branch: perlio
16998            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16999 ____________________________________________________________________________
17000 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
17001         Log: Integrate perlio;
17002              
17003              Fix winsystem.t's attempt to build showav.exe to work
17004              with gcc (which writes a.exe unless told with -o ).
17005              Also put in a few more fail-safes to check .exe got
17006              built somehow.
17007              
17008              More Win32 tuning
17009              
17010              Save $! so that other syscalls don't disturb it before
17011              we test it.
17012      Branch: perl
17013           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
17014           !> t/op/winsystem.t
17015 ____________________________________________________________________________
17016 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
17017         Log: Subject: [PATCH] new test in op/universal.t
17018              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17019              Date: Fri, 25 Jan 2002 23:17:33 +0100
17020              Message-ID: <20020125231733.A11733@rafael>
17021      Branch: perl
17022            ! t/op/universal.t
17023 ____________________________________________________________________________
17024 [ 14422] By: nick                                  on 2002/01/25  21:37:03
17025         Log: Save $! so that other syscalls don't disturb it before 
17026              we test it.
17027      Branch: perlio
17028            ! ext/Socket/socketpair.t
17029 ____________________________________________________________________________
17030 [ 14421] By: nick                                  on 2002/01/25  19:05:57
17031         Log: More Win32 tuning
17032      Branch: perlio
17033            ! t/op/stat.t t/op/taint.t
17034 ____________________________________________________________________________
17035 [ 14420] By: nick                                  on 2002/01/25  18:21:42
17036         Log: Fix winsystem.t's attempt to build showav.exe to work 
17037              with gcc (which writes a.exe unless told with -o ).
17038              Also put in a few more fail-safes to check .exe got 
17039              built somehow.
17040      Branch: perlio
17041            ! t/op/winsystem.t
17042 ____________________________________________________________________________
17043 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
17044         Log: Subject: [Patch Encode.xs] calculation of need overflows
17045              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17046              Date: Sat, 26 Jan 2002 00:58:50 +0900
17047              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
17048      Branch: perl
17049            ! ext/Encode/Encode.xs
17050 ____________________________________________________________________________
17051 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
17052         Log: Integrate changes 13474+13478+13584 from maintperl;
17053              anon sub leakage.
17054      Branch: perl
17055            ! op.c t/run/fresh_perl.t
17056 ____________________________________________________________________________
17057 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
17058         Log: Update Changes.
17059      Branch: perl
17060            ! Changes patchlevel.h
17061 ____________________________________________________________________________
17062 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
17063         Log: Integrate perlio; extensive threads and threads::shared work
17064              (note that the below is a chronological list of perlio
17065              check-in entries since the last integrate)
17066              
17067              Nearly-working threads re-structuring. Do not integrate,
17068              submit-ing to get to Win32, and as "off site" backup.
17069              
17070              threads work again on Win32. (Not threads::shared yet)
17071              Submit to see if they do on Linux.
17072              
17073              Add new threads/typemap to MANIFEST
17074              
17075              XS side of new threads::shared designed, coded and compiles,
17076              and mostly commented but is totaly untested.
17077              submit in case anyone wants a preview.
17078              
17079              Miss mg_len == 0 meaning don't Safefree
17080              
17081              Shared scalars working, some shared array ops working.
17082              
17083              Implement recursive lock and use of scope for PL_sharedsv_space,
17084              so now croak() from asserts does not leave locks.
17085              Make hv_simple compile (new prototype for debugging probe).
17086              
17087              thread::shared nearly working again - remaining issue
17088              is references withing shared space.
17089              Added bulk test with no threads involved (for debugging)
17090              Tuned tests to skip those needing _thrcnt
17091              
17092              SvTEMP_off to stop private PV's being stolen and stored in shared space
17093              
17094              Except Win32 from echo tests. (Alarm does not break into connect)
17095              
17096              Expand command line test globs on Win32.
17097              
17098              threads::shared tidy up:
17099              - Add _id() function to shared.xs so we can test refs point at same thing.
17100              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
17101              - Allow no_share to pass if sharing to works despite mis-ordering.
17102              - Change docs of threads to document ->create() (as used in tests),
17103              and not mention "new".
17104              
17105              Linux/NFS hackery was not faking right number of passes.
17106      Branch: perl
17107           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
17108           +> ext/threads/typemap
17109            - ext/threads/threads.h sharedsv.c sharedsv.h
17110            ! NetWare/config_H.wc
17111           !> (integrate 38 files)
17112 ____________________________________________________________________________
17113 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
17114         Log: Subject: Re: perldebguts minor tweaks
17115              From: Joe McMahon <mcmahon@metalab.unc.edu>
17116              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
17117              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
17118      Branch: perl
17119            ! pod/perldebguts.pod
17120 ____________________________________________________________________________
17121 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
17122         Log: metaconfig unit change for #14413.
17123      Branch: metaconfig
17124            ! U/modified/prototype.U
17125 ____________________________________________________________________________
17126 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
17127         Log: Okay, you can come home now, _().
17128      Branch: perl
17129            ! config_h.SH
17130 ____________________________________________________________________________
17131 [ 14412] By: nick                                  on 2002/01/25  11:01:49
17132         Log: Integrate mainline
17133              All but ../lib/Unicode/UCD.t pass.
17134      Branch: perlio
17135           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
17136           +> lib/unicore/CaseFolding.txt
17137           +> lib/unicore/CompositionExclusions.txt
17138           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
17139           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
17140           +> vos/vos.c
17141            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
17142            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
17143            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
17144            - lib/unicore/NamesList.html lib/unicore/PropList.html
17145            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
17146            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
17147            - lib/unicore/rename
17148           !> (integrate 424 files)
17149 ____________________________________________________________________________
17150 [ 14411] By: nick                                  on 2002/01/25  09:45:13
17151         Log: Linux/NFS hackery was not faking right number of passes.
17152      Branch: perlio
17153            ! t/io/fs.t
17154 ____________________________________________________________________________
17155 [ 14410] By: nick                                  on 2002/01/25  09:35:07
17156         Log: threads::shared tidy up:
17157              - Add _id() function to shared.xs so we can test refs point at same thing.
17158              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
17159              - Allow no_share to pass if sharing to works despite mis-ordering.
17160              - Change docs of threads to document ->create() (as used in tests),
17161              and not mention "new".
17162      Branch: perlio
17163            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17164            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
17165            ! ext/threads/threads.pm
17166 ____________________________________________________________________________
17167 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
17168         Log: Subject: perldebguts minor tweaks
17169              From: Joe McMahon <mcmahon@metalab.unc.edu>
17170              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
17171              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
17172      Branch: perl
17173            ! pod/perldebguts.pod
17174 ____________________________________________________________________________
17175 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
17176         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
17177              From: Peter Scott <Peter@PSDT.com>
17178              Date: Thu, 24 Jan 2002 08:51:34 -0800
17179              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
17180      Branch: perl
17181            ! pod/perldebguts.pod
17182 ____________________________________________________________________________
17183 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
17184         Log: Few more paranoia checks for Unicode hash keys.
17185      Branch: perl
17186            ! t/op/each.t
17187 ____________________________________________________________________________
17188 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
17189         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
17190              From: Andy Dougherty <doughera@lafayette.edu>
17191              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
17192              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
17193      Branch: perl
17194            ! t/op/stat.t
17195 ____________________________________________________________________________
17196 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
17197         Log: The
17198              
17199              Subject: Very old debugger UTF-8 bug
17200              From: andreas.koenig@anima.de (Andreas J. Koenig)
17201              Date: 24 Jan 2002 12:45:44 +0100
17202              Message-ID: <m3y9iot1jr.fsf@anima.de>
17203              
17204              still broken, but this should work as a stopgap
17205              measure to stop pp_match accessing naughty data.
17206      Branch: perl
17207            ! pod/perldiag.pod pp_hot.c
17208 ____________________________________________________________________________
17209 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
17210         Log: metaconfig unit change for #14403.
17211      Branch: metaconfig/U/perl
17212            ! d_u32align.U
17213 ____________________________________________________________________________
17214 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
17215         Log: Pacify picky compilers (this time Sun Workshop).
17216      Branch: perl
17217            ! Configure
17218 ____________________________________________________________________________
17219 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
17220         Log: Subject: Very old debugger UTF-8 bug
17221              From: andreas.koenig@anima.de (Andreas J. Koenig)
17222              Date: 24 Jan 2002 12:45:44 +0100
17223              Message-ID: <m3y9iot1jr.fsf@anima.de>
17224      Branch: perl
17225            ! lib/dumpvar.pl
17226 ____________________________________________________________________________
17227 [ 14401] By: nick                                  on 2002/01/24  07:50:38
17228         Log: Expand command line test globs on Win32.
17229      Branch: perlio
17230            ! t/harness
17231 ____________________________________________________________________________
17232 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
17233         Log: Sprinkle some copyrights (use the oldest timestamp to
17234              be found in the repository, which is most often not right,
17235              but at least consistent)
17236      Branch: perl
17237            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
17238            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
17239            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
17240            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
17241            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
17242            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
17243            ! unixish.h xsutils.c
17244 ____________________________________________________________________________
17245 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
17246         Log: Don't crash on Help for long text (bug #506672)
17247      Branch: maint-5.6/macperl
17248            ! macos/macperl/MPHelp.c
17249 ____________________________________________________________________________
17250 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
17251         Log: Fix minor path problem
17252      Branch: maint-5.6/macperl
17253            ! macos/macperl/Droplets/tarzipme.plx
17254 ____________________________________________________________________________
17255 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
17256         Log: Minor text changes
17257      Branch: maint-5.6/macperl
17258            ! macos/Perl.r
17259 ____________________________________________________________________________
17260 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
17261         Log: Bump versions, dates, etc.
17262      Branch: maint-5.6/macperl
17263            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
17264 ____________________________________________________________________________
17265 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
17266         Log: coderefs in @INC and absolute paths
17267      Branch: maint-5.6/macperl
17268            ! embed.h pp_ctl.c proto.h
17269 ____________________________________________________________________________
17270 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
17271         Log: Minor module thingys
17272      Branch: maint-5.6/macperl
17273            ! macos/ext/Mac/Controls/Controls.xs
17274            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
17275            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
17276            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
17277            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
17278            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
17279            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
17280            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
17281            ! macos/ext/Mac/Movies/Movies.xs
17282            ! macos/ext/Mac/Navigation/Navigation.pm
17283            ! macos/ext/Mac/Navigation/Navigation.xs
17284            ! macos/ext/Mac/Notification/Notification.xs
17285            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
17286            ! macos/ext/Mac/Processes/Processes.xs
17287            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
17288            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
17289            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
17290            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
17291            ! macos/ext/Mac/Resources/Resources.pm
17292            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
17293            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
17294            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
17295            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
17296            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
17297 ____________________________________________________________________________
17298 [ 14393] By: nick                                  on 2002/01/23  19:52:19
17299         Log: Except Win32 from echo tests. (Alarm does not break into connect)
17300      Branch: perlio
17301            ! ext/Socket/Socket.t
17302 ____________________________________________________________________________
17303 [ 14392] By: nick                                  on 2002/01/23  19:31:57
17304         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
17305      Branch: perlio
17306            ! ext/threads/shared/shared.xs
17307 ____________________________________________________________________________
17308 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
17309         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
17310      Branch: perl
17311            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17312            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
17313            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
17314            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
17315            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
17316            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
17317            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
17318            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
17319            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
17320            ! x2p/util.c x2p/util.h x2p/walk.c
17321 ____________________________________________________________________________
17322 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
17323         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
17324              therefore quite probably also obsolete code.
17325      Branch: perl
17326            ! sv.c
17327 ____________________________________________________________________________
17328 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
17329         Log: Update Changes.
17330      Branch: perl
17331            ! Changes patchlevel.h
17332 ____________________________________________________________________________
17333 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
17334         Log: Small update on todo.  Could use a lot more.
17335      Branch: perl
17336            ! pod/perltodo.pod
17337 ____________________________________________________________________________
17338 [ 14387] By: nick                                  on 2002/01/23  14:19:30
17339         Log: thread::shared nearly working again - remaining issue
17340              is references withing shared space.
17341              Added bulk test with no threads involved (for debugging)
17342              Tuned tests to skip those needing _thrcnt
17343      Branch: perlio
17344            + ext/threads/shared/t/0nothread.t
17345            ! MANIFEST ext/threads/shared/shared.pm
17346            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
17347            ! ext/threads/shared/t/hv_refs.t
17348            ! ext/threads/shared/t/hv_simple.t
17349            ! ext/threads/shared/t/sv_simple.t
17350 ____________________________________________________________________________
17351 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
17352         Log: Subject: [ID 20020121.003] perldata doco bug
17353              From: John Stumbles <jstumbles@bluearc.com>
17354              Date: Mon, 21 Jan 2002 14:19:56 -0000
17355              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
17356      Branch: perl
17357            ! pod/perldata.pod
17358 ____________________________________________________________________________
17359 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
17360         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
17361              From: Michael G Schwern <schwern@pobox.com>
17362              Date: Mon, 21 Jan 2002 15:16:42 -0500
17363              Message-ID: <20020121201642.GA6659@blackrider>
17364      Branch: perl
17365            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
17366 ____________________________________________________________________________
17367 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
17368         Log: Subject: [PATCH] Re: eval not catching warnings?
17369              From: abigail@foad.org
17370              Date: Wed, 23 Jan 2002 15:35:47 +0100
17371              Message-ID: <20020123143547.24798.qmail@foad.org>
17372      Branch: perl
17373            ! pod/perlfunc.pod
17374 ____________________________________________________________________________
17375 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
17376         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
17377              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17378              Date: Tue, 22 Jan 2002 17:00:54 -0800            
17379              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
17380      Branch: perl
17381            ! t/run/fresh_perl.t
17382 ____________________________________________________________________________
17383 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
17384         Log: metaconfig unit change for #14381.
17385      Branch: metaconfig/U/perl
17386            ! d_u32align.U
17387 ____________________________________________________________________________
17388 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
17389         Log: HP-UX 10.20 cc pacifying from Merijn.
17390      Branch: perl
17391            ! Configure
17392 ____________________________________________________________________________
17393 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
17394         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
17395              From: "Craig A. Berry" <craigberry@mac.com> 
17396              Date: Tue, 22 Jan 2002 22:14:26 -0600
17397              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
17398      Branch: perl
17399            ! vms/test.com
17400 ____________________________________________________________________________
17401 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
17402         Log: AIX cpp bug: having macro arguments and character constants
17403              "the same" means trouble (here s and 's')
17404              What broke now was 841 and 842 of t/op/pat.t, because of the
17405              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
17406              (note that breakage happened only under cc_r and usethreads+
17407              useithreads)
17408      Branch: perl
17409            ! utf8.h
17410 ____________________________________________________________________________
17411 [ 14378] By: nick                                  on 2002/01/22  20:33:15
17412         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
17413              so now croak() from asserts does not leave locks.
17414              Make hv_simple compile (new prototype for debugging probe).
17415      Branch: perlio
17416            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17417            ! ext/threads/shared/t/hv_simple.t
17418 ____________________________________________________________________________
17419 [ 14377] By: nick                                  on 2002/01/22  17:32:21
17420         Log: Shared scalars working, some shared array ops working.
17421      Branch: perlio
17422            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17423            ! ext/threads/shared/t/sv_refs.t
17424            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
17425 ____________________________________________________________________________
17426 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
17427         Log: Subject: [PATCH] Support truncate() in VOS port
17428              From: Paul_GreenVOS@vos.stratus.com
17429              Date: Mon, 21 Jan 02 23:27 est
17430              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
17431      Branch: perl
17432            + vos/vos.c
17433            ! MANIFEST hints/vos.sh vos/vosish.h
17434 ____________________________________________________________________________
17435 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
17436         Log: metaconfig unit changes for #14374.  Couldn't figure
17437              how to get completely rid of _() (some weird dependency
17438              pulling it in?) so renamed it as PROTO_().
17439      Branch: metaconfig
17440            + U/modified/d_shmat.U U/modified/prototype.U
17441            ! U/protos/d_drand48proto.U
17442      Branch: metaconfig/U/perl
17443            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
17444 ____________________________________________________________________________
17445 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
17446         Log: Get rid of the _() macro since (1) we require ANSI anyway
17447              (2) Other software (GNU) seems to use it and we don't need it,
17448              so let's give it up.
17449      Branch: perl
17450            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17451            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
17452            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
17453            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
17454            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
17455            ! wince/config.h wince/config_H.ce
17456 ____________________________________________________________________________
17457 [ 14373] By: nick                                  on 2002/01/22  10:10:48
17458         Log: Miss mg_len == 0 meaning don't Safefree
17459      Branch: perlio
17460            ! mg.c
17461 ____________________________________________________________________________
17462 [ 14372] By: nick                                  on 2002/01/21  22:34:06
17463         Log: XS side of new threads::shared designed, coded and compiles,
17464              and mostly commented but is totaly untested.
17465              submit in case anyone wants a preview.
17466      Branch: perlio
17467            + ext/threads/shared/typemap
17468            ! MANIFEST ext/threads/shared/shared.pm
17469            ! ext/threads/shared/shared.xs
17470 ____________________________________________________________________________
17471 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
17472         Log: Subject: [BUG] /\_/ an unrecognized escape?
17473              From: Michael G Schwern <schwern@pobox.com>
17474              Date: Mon, 21 Jan 2002 15:22:54 -0500
17475              Message-ID: <20020121202254.GA6731@blackrider>
17476      Branch: perl
17477            ! t/lib/warnings/toke toke.c
17478 ____________________________________________________________________________
17479 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
17480         Log: Undo the renaming of the Unicode data files; the simple
17481              solution being not including the *.html files.  This means
17482              that in the future there is no need for any renamings
17483              (well, assuming that the Consortium doesn't cause any),
17484              and the files are named like they are in the Consortium
17485              website, thus alleviating confusion.
17486      Branch: perl
17487            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
17488            + lib/unicore/CaseFolding.txt
17489            + lib/unicore/CompositionExclusions.txt
17490            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
17491            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
17492            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
17493            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
17494            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
17495            - lib/unicore/NamesList.html lib/unicore/PropList.html
17496            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
17497            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
17498            - lib/unicore/rename
17499            ! (edit 285 files)
17500 ____________________________________________________________________________
17501 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
17502         Log: Update Changes.
17503      Branch: perl
17504            ! Changes patchlevel.h
17505 ____________________________________________________________________________
17506 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
17507         Log: Subject: RE: BCC for Win32 is unhappy @14331
17508              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
17509              Date: Mon, 21 Jan 2002 09:48:40 +0300
17510              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
17511              
17512              (using IV instead of int)
17513      Branch: perl
17514            ! hv.h
17515 ____________________________________________________________________________
17516 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
17517         Log: path_is_absolute() needs a prototype (and maybe
17518              a better name, but that's another story).
17519      Branch: perl
17520            ! embed.fnc embed.h pp_ctl.c proto.h
17521 ____________________________________________________________________________
17522 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
17523         Log: Subject: Re: coderefs in @INC
17524              From: Chris Nandor <pudge@pobox.com>
17525              Date: Thu, 17 Jan 2002 11:26:02 -0500
17526              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
17527      Branch: perl
17528            ! pp_ctl.c
17529 ____________________________________________________________________________
17530 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
17531         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
17532              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17533              Date: Sun, 20 Jan 2002 22:53:56 +0100
17534              Message-ID: <20020120225356.A12093@rafael>
17535      Branch: perl
17536            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
17537            ! t/lib/warnings/9enabled warnings.h warnings.pl
17538 ____________________________________________________________________________
17539 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
17540         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
17541              From: "Craig A. Berry" <craigberry@mac.com>
17542              Date: Sun, 20 Jan 2002 22:49:42 -0600
17543              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
17544      Branch: perl
17545            ! lib/ExtUtils/MakeMaker.pm
17546 ____________________________________________________________________________
17547 [ 14363] By: nick                                  on 2002/01/20  20:38:23
17548         Log: Add new threads/typemap to MANIFEST
17549      Branch: perlio
17550            ! MANIFEST
17551 ____________________________________________________________________________
17552 [ 14362] By: nick                                  on 2002/01/20  20:34:36
17553         Log: Integrate mainline
17554      Branch: perlio
17555           +> lib/Pod/t/Usage.t
17556           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
17557           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
17558           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
17559           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
17560           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
17561           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
17562           !> util.c
17563 ____________________________________________________________________________
17564 [ 14361] By: nick                                  on 2002/01/20  18:51:47
17565         Log: Integrate MANIFEST
17566      Branch: perlio
17567           !> MANIFEST
17568 ____________________________________________________________________________
17569 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
17570         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
17571              From: Paul_GreenVOS@vos.stratus.com
17572              Date: Sat, 19 Jan 02 17:17 est
17573              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
17574              
17575              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
17576              From: Paul_GreenVOS@vos.stratus.com
17577              Date: Sat, 19 Jan 02 17:19 est
17578              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
17579      Branch: perl
17580            ! lib/ExtUtils/t/Command.t
17581 ____________________________________________________________________________
17582 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
17583         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
17584              From: Paul_GreenVOS@vos.stratus.com
17585              Date: Sat, 19 Jan 02 14:30 est
17586              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
17587      Branch: perl
17588            ! lib/AnyDBM_File.t
17589 ____________________________________________________________________________
17590 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
17591         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17592              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
17593              Date: Sun, 20 Jan 2002 13:51:36 +0100
17594              Message-ID: <20020120135136.A710@rafael>
17595      Branch: perl
17596            ! ext/File/Glob/t/basic.t
17597 ____________________________________________________________________________
17598 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
17599         Log: #14352 deleted ext/threads/threads.h
17600      Branch: perlio
17601            ! MANIFEST
17602 ____________________________________________________________________________
17603 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
17604         Log: Eradicate sharedsv.*
17605      Branch: perlio
17606            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
17607 ____________________________________________________________________________
17608 [ 14355] By: nick                                  on 2002/01/20  11:50:22
17609         Log: threads work again on Win32. (Not threads::shared yet)
17610              Submit to see if they do on Linux.
17611      Branch: perlio
17612            ! ext/threads/shared/shared.xs ext/threads/threads.xs
17613            ! win32/makefile.mk
17614 ____________________________________________________________________________
17615 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
17616         Log: Make also hex() and oct() to croak if their arguments
17617              cannot be downgraded (that is, if they contain wide
17618              characters), just like crypt() does (and use the croak
17619              feature of sv_utf8_downgrade()).
17620      Branch: perl
17621            ! pp.c t/op/oct.t
17622 ____________________________________________________________________________
17623 [ 14353] By: nick                                  on 2002/01/19  22:20:09
17624         Log: Integrate Time/Local and its test
17625      Branch: perlio
17626           !> lib/Time/Local.pm lib/Time/Local.t
17627 ____________________________________________________________________________
17628 [ 14352] By: nick                                  on 2002/01/19  22:17:07
17629         Log: Nearly-working threads re-structuring. Do not integrate,
17630              submit-ing to get to Win32, and as "off site" backup.
17631      Branch: perlio
17632            + ext/threads/typemap
17633            - ext/threads/threads.h sharedsv.c sharedsv.h
17634            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
17635            ! embedvar.h ext/threads/shared/shared.pm
17636            ! ext/threads/shared/shared.xs ext/threads/threads.pm
17637            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
17638            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
17639            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
17640 ____________________________________________________________________________
17641 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
17642         Log: Regen toc.
17643      Branch: perl
17644            ! pod/perltoc.pod
17645 ____________________________________________________________________________
17646 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
17647         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
17648              From: David Dyck <dcd@tc.fluke.com>
17649              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
17650              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
17651      Branch: perl
17652            ! pod/perl5004delta.pod pod/perl5005delta.pod
17653            ! pod/perl561delta.pod pod/perl56delta.pod
17654 ____________________________________________________________________________
17655 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
17656         Log: FAQ sync.
17657      Branch: perl
17658            ! pod/perlfaq1.pod pod/perlfaq2.pod
17659 ____________________________________________________________________________
17660 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
17661         Log: Subject: [PATCH lib/Pod/t/Usage.t]
17662              From: Abe Timmerman <abe@ztreet.demon.nl>
17663              Date: Sat, 19 Jan 2002 19:57:57 +0100
17664              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
17665      Branch: perl
17666            + lib/Pod/t/Usage.t
17667            ! MANIFEST
17668 ____________________________________________________________________________
17669 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
17670         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
17671              From: Paul_GreenVOS@vos.stratus.com
17672              Date: Sat, 19 Jan 02 13:15 est
17673              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
17674      Branch: perl
17675            ! ext/SDBM_File/sdbm.t
17676 ____________________________________________________________________________
17677 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
17678         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
17679      Branch: perl
17680           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17681           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17682 ____________________________________________________________________________
17683 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
17684         Log: Alternative Time::Local algorithm that uses matemathical formula
17685              for timegm instead of progressive guessing
17686      Branch: perl
17687            ! lib/Time/Local.pm
17688 ____________________________________________________________________________
17689 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
17690         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17691              From: Paul_GreenVOS@vos.stratus.com
17692              Date: Sat, 19 Jan 02 11:20 est
17693              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
17694      Branch: perl
17695            ! ext/File/Glob/t/basic.t
17696 ____________________________________________________________________________
17697 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
17698         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
17699              From: Paul_GreenVOS@vos.stratus.com
17700              Date: Fri, 18 Jan 02 22:56 est
17701              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
17702      Branch: perl
17703            ! ext/Cwd/t/cwd.t
17704 ____________________________________________________________________________
17705 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
17706         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
17707              From: Paul_GreenVOS@vos.stratus.com
17708              Date: Fri, 18 Jan 02 22:48 est
17709              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
17710      Branch: perl
17711            ! lib/Time/Local.t
17712 ____________________________________________________________________________
17713 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
17714         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
17715              From: Paul_GreenVOS@vos.stratus.com
17716              Date: Fri, 18 Jan 02 16:22 est
17717              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
17718      Branch: perl
17719            ! ext/Devel/DProf/DProf.t
17720 ____________________________________________________________________________
17721 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
17722         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
17723              From: Tels <perl_dummy@bloodgate.com>
17724              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
17725              Message-Id: <200201182106.XAA19133@taku.hut.fi>
17726      Branch: perl
17727            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
17728 ____________________________________________________________________________
17729 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
17730         Log: Don't do socketpair udp unless you've got all what it takes.
17731      Branch: perl
17732            ! util.c
17733 ____________________________________________________________________________
17734 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
17735         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
17736              From: Tels <perl_dummy@bloodgate.com>
17737              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
17738              Message-Id: <200201182206.AAA15310@taku.hut.fi>
17739      Branch: perl
17740            ! lib/ExtUtils/MM_BeOS.pm
17741 ____________________________________________________________________________
17742 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
17743         Log: metaconfig unit change for #14336.
17744      Branch: metaconfig
17745            ! U/modified/myhostname.U
17746 ____________________________________________________________________________
17747 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
17748         Log: Avoid bare "set", and kiss .uucp goodbye.
17749      Branch: perl
17750            ! Configure
17751 ____________________________________________________________________________
17752 [ 14335] By: nick                                  on 2002/01/18  22:11:42
17753         Log: Split out core of sv_magic() into sv_magicext().
17754              sv_magic provides the extra restictions (no READONLY, only
17755              one of each type, canned set of vtables), and sv_magicext()
17756              does the actual data twiddling.
17757              Also enhances semantics of ->mg_ptr setting via name/namlen
17758              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
17759              scratch area (namlen > 0 && name == NULL).
17760              sv_magicext also returns the MAGIC * it added.
17761              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
17762              
17763              To come sv_unmagicext() - which will remove just one magic
17764              of particular type, and additionaly match against ->mg_ptr,
17765              or the MAGIC * (need to experiment as to which is more natural).
17766      Branch: perlio
17767            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17768            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17769 ____________________________________________________________________________
17770 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
17771         Log: Retract #14327 for now, going to the limit seems
17772              to be too much for many platforms.
17773      Branch: perl
17774            ! lib/Time/Local.t
17775 ____________________________________________________________________________
17776 [ 14333] By: nick                                  on 2002/01/18  18:58:33
17777         Log: Integrate mainline
17778      Branch: perlio
17779           !> Changes patchlevel.h
17780 ____________________________________________________________________________
17781 [ 14332] By: nick                                  on 2002/01/18  16:19:06
17782         Log: Integrate mainline
17783      Branch: perlio
17784           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
17785           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
17786            - lib/ExtUtils/inst
17787           !> (integrate 32 files)
17788 ____________________________________________________________________________
17789 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
17790         Log: Update Changes.
17791      Branch: perl
17792            ! Changes patchlevel.h
17793 ____________________________________________________________________________
17794 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
17795         Log: Try to make the connect/read/write timeouting.
17796      Branch: perl
17797            ! ext/Socket/Socket.t
17798 ____________________________________________________________________________
17799 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
17800         Log: Netware Makefile tweak from Ananth Kesari.
17801      Branch: perl
17802            ! NetWare/Makefile
17803 ____________________________________________________________________________
17804 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
17805         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
17806              From: Michael G Schwern <schwern@pobox.com>
17807              Date: Fri, 18 Jan 2002 03:10:27 -0500
17808              Message-ID: <20020118081027.GE7226@blackrider>
17809      Branch: perl
17810            ! lib/File/Find.pm
17811 ____________________________________________________________________________
17812 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
17813         Log: (retracted by #14334)
17814              
17815              Subject: [PATCH] Improving lib/Time/Local.t
17816              From: Paul_GreenVOS@vos.stratus.com        
17817              Date: Thu, 17 Jan 02 22:36 est
17818              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
17819      Branch: perl
17820            ! lib/Time/Local.t
17821 ____________________________________________________________________________
17822 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
17823         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
17824              From: Abe Timmerman <abe@ztreet.demon.nl>  
17825              Date: Fri, 18 Jan 2002 13:18:47 +0100
17826              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
17827      Branch: perl
17828            ! lib/ExtUtils/t/MM_Win32.t
17829 ____________________________________________________________________________
17830 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
17831         Log: Subject: [PATCH] Syncing with bleadperl 
17832              From: Michael G Schwern <schwern@pobox.com> 
17833              Date: Fri, 18 Jan 2002 03:04:33 -0500
17834              Message-ID: <20020118080432.GC7226@blackrider>
17835      Branch: perl
17836            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
17837            - lib/ExtUtils/inst
17838            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
17839            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17840            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
17841            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
17842            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
17843            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
17844            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
17845            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
17846            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
17847            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
17848            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
17849            ! lib/ExtUtils/testlib.pm
17850 ____________________________________________________________________________
17851 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
17852         Log: Detypo.
17853      Branch: perl
17854            ! AUTHORS
17855 ____________________________________________________________________________
17856 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
17857         Log: Subject: [PATCH] MM check_hints test
17858              From: Michael G Schwern <schwern@pobox.com>
17859              Date: Thu, 17 Jan 2002 20:25:57 -0500
17860              Message-ID: <20020118012557.GE32762@blackrider>
17861      Branch: perl
17862            + lib/ExtUtils/t/hints.t
17863            ! MANIFEST
17864 ____________________________________________________________________________
17865 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
17866         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
17867              From: Michael G Schwern <schwern@pobox.com> 
17868              Date: Thu, 17 Jan 2002 20:12:20 -0500
17869              Message-ID: <20020118011220.GC32762@blackrider>
17870              
17871              (#14317 replaced with this)
17872      Branch: perl
17873            ! lib/ExtUtils/MakeMaker.pm
17874 ____________________________________________________________________________
17875 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
17876         Log: Subject: [PATCH perldiag] overload.pm warnings
17877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17878              Date: Thu, 17 Jan 2002 23:53:49 +0100
17879              Message-ID: <20020117235349.A14530@rafael>
17880      Branch: perl
17881            ! pod/perldiag.pod
17882 ____________________________________________________________________________
17883 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
17884         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
17885              From: Michael G Schwern <schwern@pobox.com>
17886              Date: Thu, 17 Jan 2002 16:35:47 -0500
17887              Message-ID: <20020117213546.GD23830@blackrider>
17888      Branch: perl
17889            ! lib/File/Find.pm
17890 ____________________________________________________________________________
17891 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
17892         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
17893              From: chromatic <chromatic@rmci.net>
17894              Date: Thu, 17 Jan 2002 13:04:22 -0700
17895              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
17896      Branch: perl
17897            ! pod/perltodo.pod
17898 ____________________________________________________________________________
17899 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
17900         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
17901              From: chromatic <chromatic@rmci.net>
17902              Date: Thu, 17 Jan 2002 12:59:04 -0700
17903              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
17904      Branch: perl
17905            ! lib/ExtUtils/t/Mkbootstrap.t
17906 ____________________________________________________________________________
17907 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
17908         Log: (replaced by #14322)
17909              The #14300 broke hints file handling.
17910      Branch: perl
17911            ! lib/ExtUtils/MakeMaker.pm
17912 ____________________________________________________________________________
17913 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
17914         Log: metaconfig unit change for #14315.
17915      Branch: metaconfig/U/perl
17916            ! uselongdbl.U
17917 ____________________________________________________________________________
17918 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
17919         Log: Subject: [PATCH] long doubles
17920              From: Nicholas Clark <nick@unfortu.net>
17921              Date: Thu, 17 Jan 2002 17:06:28 +0000
17922              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
17923      Branch: perl
17924            ! Configure
17925 ____________________________________________________________________________
17926 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
17927         Log: metaconfig unit change for #14313.
17928      Branch: metaconfig
17929            ! U/modified/i_ndbm.U
17930 ____________________________________________________________________________
17931 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
17932         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
17933              From: Andy Dougherty <doughera@lafayette.edu>
17934              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
17935              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
17936      Branch: perl
17937            ! Configure
17938 ____________________________________________________________________________
17939 [ 14312] By: nick                                  on 2002/01/17  21:38:38
17940         Log: Integrate mainline (for ndbm fixes etc.)
17941      Branch: perlio
17942           +> t/run/fresh_perl.t
17943            - t/run/kill_perl.t
17944           !> Changes MANIFEST ext/Opcode/Opcode.xs
17945           !> ext/SDBM_File/sdbm/Makefile.PL
17946           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
17947           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
17948           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
17949           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
17950           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
17951 ____________________________________________________________________________
17952 [ 14311] By: sky                                   on 2002/01/17  21:01:00
17953         Log: Simplify the code that duplicates the threads 
17954              init function and the parameters to the thread by using sv_dup. 
17955              Note,what happens if you pass a shared variable as a parameter?
17956      Branch: perl
17957            ! ext/threads/threads.xs
17958 ____________________________________________________________________________
17959 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
17960         Log: Update Changes.
17961      Branch: perl
17962            ! Changes patchlevel.h
17963 ____________________________________________________________________________
17964 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
17965         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
17966              with fresh_perl_is() and fresh_perl_like().
17967      Branch: perl
17968            + t/run/fresh_perl.t
17969            - t/run/kill_perl.t
17970            ! MANIFEST t/test.pl
17971 ____________________________________________________________________________
17972 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
17973         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
17974              From: Benjamin Goldberg <goldbb2@earthlink.net>
17975              Date: Wed, 09 Jan 2002 21:03:16 -0500
17976              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
17977      Branch: perl
17978            ! ext/Unicode/Normalize/Normalize.pm
17979 ____________________________________________________________________________
17980 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
17981         Log: Retract #14144 as Hugo isn't happy with it.
17982      Branch: perl
17983            ! scope.c t/run/kill_perl.t
17984 ____________________________________________________________________________
17985 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
17986         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
17987              From: Richard Clamp <richardc@unixbeard.net>
17988              Date: Wed, 16 Jan 2002 17:34:31 +0000
17989              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
17990      Branch: perl
17991            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
17992 ____________________________________________________________________________
17993 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
17994         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
17995              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17996              Date: Tue, 15 Jan 2002 21:23:30 +0100
17997              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
17998      Branch: perl
17999            ! ext/Opcode/Opcode.xs
18000 ____________________________________________________________________________
18001 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
18002         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
18003              From: Paul_GreenVOS@vos.stratus.com
18004              Date: Wed, 16 Jan 02 6:42 est
18005              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
18006      Branch: perl
18007            ! t/io/fs.t t/op/crypt.t
18008 ____________________________________________________________________________
18009 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
18010         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
18011              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18012              Date: Wed, 16 Jan 2002 13:43:39 +0100
18013              Message-ID: <20020116134339.A704@rafael>
18014              
18015              (replaces #14302)
18016      Branch: perl
18017            ! mg.c t/lib/warnings/mg
18018 ____________________________________________________________________________
18019 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
18020         Log: (replaced by #14303)
18021              Subject: [PATCH] length of undefined $(digit) should warn
18022              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18023              Date: Tue, 15 Jan 2002 23:02:44 +0100            
18024              Message-ID: <20020115230244.A31786@rafael>     
18025      Branch: perl
18026            ! mg.c t/lib/warnings/mg
18027 ____________________________________________________________________________
18028 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
18029         Log: The non-MakeMaker.pm parts of
18030              
18031              Subject: [PATCH] Re: MM_Beos.pm?
18032              From: Tels <perl_dummy@bloodgate.com>
18033              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
18034              Message-Id: <200201142006.WAA29544@taas.iki.fi>
18035      Branch: perl
18036            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
18037            ! lib/ExtUtils/t/MM_Unix.t
18038 ____________________________________________________________________________
18039 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
18040         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
18041              From: Michael G Schwern <schwern@pobox.com>    
18042              Date: Tue, 15 Jan 2002 20:07:50 -0500            
18043              Message-ID: <20020116010750.GH625@blackrider>  
18044      Branch: perl
18045            ! lib/ExtUtils/MakeMaker.pm
18046 ____________________________________________________________________________
18047 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
18048         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
18049              From: Jeffrey Friedl <jfriedl@yahoo.com>       
18050              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
18051              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
18052      Branch: perl
18053            ! lib/Text/Tabs.pm
18054 ____________________________________________________________________________
18055 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
18056         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
18057              From: "Green, Paul" <Paul.Green@stratus.com>
18058              Date: Tue, 15 Jan 2002 22:28:10 -0500
18059              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
18060      Branch: perl
18061            ! lib/ExtUtils/MM_Unix.pm
18062 ____________________________________________________________________________
18063 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
18064         Log: Integrate perlio; offsetof() is in <stddef.h>
18065      Branch: perl
18066           !> ext/Socket/Socket.xs
18067 ____________________________________________________________________________
18068 [ 14296] By: nick                                  on 2002/01/16  13:02:29
18069         Log: offsetof() is in <stddef.h>
18070      Branch: perlio
18071            ! ext/Socket/Socket.xs
18072 ____________________________________________________________________________
18073 [ 14295] By: nick                                  on 2002/01/16  07:25:29
18074         Log: Integrate mainline
18075      Branch: perlio
18076           +> (branch 262 files)
18077            - (delete 285 files)
18078           !> (integrate 34 files)
18079 ____________________________________________________________________________
18080 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
18081         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
18082              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
18083              Canonical.pl and Exact.pl.
18084      Branch: perl
18085            + (add 259 files)
18086            - (delete 288 files)
18087            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
18088            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
18089            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18090            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
18091 ____________________________________________________________________________
18092 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
18093         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
18094      Branch: perl
18095            ! ext/Socket/Socket.xs
18096 ____________________________________________________________________________
18097 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
18098         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
18099              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18100              Date: Tue, 15 Jan 2002 21:59:19 +0100
18101              Message-ID: <3C44A637.16602.25EB208@localhost>
18102      Branch: perl
18103            ! embed.fnc embed.h proto.h
18104 ____________________________________________________________________________
18105 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
18106         Log: Duh.  The updated In/*.pl weren't checked in.
18107      Branch: perl
18108            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
18109            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
18110            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
18111            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
18112            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
18113            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
18114            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
18115            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
18116            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
18117            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
18118            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
18119            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
18120            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
18121            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
18122            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
18123            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
18124            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
18125            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
18126            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
18127            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
18128            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
18129            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
18130            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
18131            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
18132            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
18133            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
18134            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
18135            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
18136            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
18137            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
18138            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
18139            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
18140            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
18141            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
18142            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
18143            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
18144            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
18145            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
18146            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
18147            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
18148            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
18149            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
18150            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
18151            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
18152            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
18153            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
18154            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
18155            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
18156 ____________________________________________________________________________
18157 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
18158         Log: Update Changes.
18159      Branch: perl
18160            ! Changes patchlevel.h
18161 ____________________________________________________________________________
18162 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
18163         Log: Jeffrey is trying very hard to avoid working on his
18164              book, it would seem :-) (better naming, better comments
18165              in the files)
18166      Branch: perl
18167            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
18168            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
18169            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
18170            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
18171            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
18172            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
18173            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
18174            - lib/unicore/Is/IDStart.pl
18175            ! (edit 200 files)
18176 ____________________________________________________________________________
18177 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
18178         Log: metaconfig unit changes for #14287.
18179      Branch: metaconfig
18180            + U/modified/Chk_MANI.U
18181            ! U/modified/Extract.U U/modified/Finish.U
18182      Branch: metaconfig/U/perl
18183            ! Extensions.U dlsrc.U
18184 ____________________________________________________________________________
18185 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
18186         Log: Some protection against spaces in directory names.
18187              (Tru64 still has some makedepend problems in such
18188              cases but that looks like Tru64's problem.)
18189      Branch: perl
18190            ! Configure Makefile.SH
18191 ____________________________________________________________________________
18192 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
18193         Log: Should have been in #14285 but I have sausages for fingers.
18194      Branch: perl
18195            + lib/ExtUtils/MM_BeOS.pm
18196 ____________________________________________________________________________
18197 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
18198         Log: MM_BeOS from Tels.
18199      Branch: perl
18200            + lib/ExtUtils/t/MM_BeOS.t
18201            ! MANIFEST
18202 ____________________________________________________________________________
18203 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
18204         Log: Integrate perlio;
18205              
18206              (reintroduce #14251) Slab allocator for ops
18207              - moved the statics to intrpvar.h
18208              - implemented Slab_Free()
18209              - uses PerlMemShared (for now) if distinction exists.
18210              
18211              Slab allocator submit after resolve -ay to keep it!
18212              
18213              Hand merge of non slab allocator stuff
18214              
18215              const-ness fix in savepv's passing of NULL
18216              
18217              Typo in #else branch of PL_SLAB_ALLOC
18218              
18219              Integrate rest of mainline
18220              
18221              Regen embed enable slab for PERL_IMPLICIT_SYS
18222              
18223              Correct name of PL_OP_SLAB_ALLOC
18224              
18225              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
18226              e.g. -Duse64bitint on a 32-bit platform.
18227              Now uses I32 for use-count and is more careful with its casts.
18228      Branch: perl
18229           !> (integrate 28 files)
18230 ____________________________________________________________________________
18231 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
18232         Log: Add Shuck URL
18233      Branch: maint-5.6/macperl
18234            ! macos/macperl/MacPerl.podhelp
18235 ____________________________________________________________________________
18236 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
18237         Log: Remove obsolete docs
18238      Branch: maint-5.6/macperl
18239            ! ext/File/Glob/Glob.pm
18240 ____________________________________________________________________________
18241 [ 14281] By: nick                                  on 2002/01/15  15:08:43
18242         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
18243              e.g. -Duse64bitint on a 32-bit platform.
18244              Now uses I32 for use-count and is more careful with its casts.
18245      Branch: perlio
18246            ! intrpvar.h op.c
18247 ____________________________________________________________________________
18248 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
18249         Log: Update bundled modules.  Yow!
18250      Branch: maint-5.6/macperl
18251            + macos/bundled_ext/Compress/Zlib/constants.h
18252            + macos/bundled_ext/Compress/Zlib/constants.xs
18253            + macos/bundled_ext/Filter/Util/Call/ppport.h
18254            + macos/bundled_ext/Storable/t/compat-0.6.t
18255            + macos/bundled_ext/Storable/t/dump.pl
18256            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
18257            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
18258            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
18259            + macos/bundled_lib/blib/lib/URI/ssh.pm
18260            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
18261            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
18262            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
18263            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
18264            + macos/bundled_lib/t/Filter/Simple/data.t
18265            + macos/bundled_lib/t/Filter/Simple/export.t
18266            + macos/bundled_lib/t/Filter/Simple/filter_only.t
18267            + macos/bundled_lib/t/Filter/Simple/import.t
18268            + macos/bundled_lib/t/NEXT/actual.t
18269            + macos/bundled_lib/t/NEXT/actuns.t
18270            + macos/bundled_lib/t/NEXT/next.t
18271            + macos/bundled_lib/t/NEXT/unseen.t
18272            + macos/bundled_lib/t/libnet/netrc.t
18273            + macos/bundled_lib/t/libwww-perl/base/http.t
18274            + macos/bundled_lib/t/libwww-perl/live/activestate.t
18275            - macos/bundled_ext/Filter/t/FilterTest.pm
18276            - macos/bundled_ext/Storable/t/compat06.t
18277            - macos/bundled_ext/Storable/t/st-dump.pl
18278            - macos/bundled_lib/t/NEXT/test.pl
18279            - macos/bundled_lib/t/libwww-perl/live/google.t
18280            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
18281            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
18282            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
18283            ! macos/bundled_ext/Compress/Zlib/README
18284            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
18285            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
18286            ! macos/bundled_ext/Compress/Zlib/t/examples.t
18287            ! macos/bundled_ext/Filter/Util/Call/Call.pm
18288            ! macos/bundled_ext/Filter/Util/Call/Call.xs
18289            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
18290            ! macos/bundled_ext/Filter/t/call.t
18291            ! macos/bundled_ext/Filter/t/filter-util.pl
18292            ! macos/bundled_ext/Storable/ChangeLog
18293            ! macos/bundled_ext/Storable/README
18294            ! macos/bundled_ext/Storable/Storable.pm
18295            ! macos/bundled_ext/Storable/t/blessed.t
18296            ! macos/bundled_ext/Storable/t/canonical.t
18297            ! macos/bundled_ext/Storable/t/dclone.t
18298            ! macos/bundled_ext/Storable/t/forgive.t
18299            ! macos/bundled_ext/Storable/t/freeze.t
18300            ! macos/bundled_ext/Storable/t/lock.t
18301            ! macos/bundled_ext/Storable/t/overload.t
18302            ! macos/bundled_ext/Storable/t/recurse.t
18303            ! macos/bundled_ext/Storable/t/retrieve.t
18304            ! macos/bundled_ext/Storable/t/store.t
18305            ! macos/bundled_ext/Storable/t/tied.t
18306            ! macos/bundled_ext/Storable/t/tied_hook.t
18307            ! macos/bundled_ext/Storable/t/tied_items.t
18308            ! macos/bundled_ext/Storable/t/utf8.t
18309            ! macos/bundled_lib/blib/lib/File/Sort.pm
18310            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
18311            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
18312            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
18313            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
18314            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
18315            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
18316            ! macos/bundled_lib/blib/lib/LWP.pm
18317            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
18318            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
18319            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
18320            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
18321            ! macos/bundled_lib/blib/lib/Mail/Address.pm
18322            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
18323            ! macos/bundled_lib/blib/lib/Mail/Field.pm
18324            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
18325            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
18326            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
18327            ! macos/bundled_lib/blib/lib/Mail/Header.pm
18328            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
18329            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
18330            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
18331            ! macos/bundled_lib/blib/lib/Mail/Send.pm
18332            ! macos/bundled_lib/blib/lib/Mail/Util.pm
18333            ! macos/bundled_lib/blib/lib/NEXT.pm
18334            ! macos/bundled_lib/blib/lib/Net/Config.pm
18335            ! macos/bundled_lib/blib/lib/Net/Domain.pm
18336            ! macos/bundled_lib/blib/lib/Net/FTP.pm
18337            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
18338            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
18339            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
18340            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
18341            ! macos/bundled_lib/blib/lib/Net/POP3.pm
18342            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
18343            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
18344            ! macos/bundled_lib/blib/lib/Switch.pm
18345            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
18346            ! macos/bundled_lib/blib/lib/URI/Escape.pm
18347            ! macos/bundled_lib/blib/lib/URI/ftp.pm
18348            ! macos/bundled_lib/blib/lib/lwpcook.pod
18349            ! macos/bundled_lib/t/Filter/Simple/filter.t
18350            ! macos/bundled_lib/t/Switch/t/nested.t
18351            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
18352            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
18353            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
18354            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
18355            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
18356            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
18357            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
18358            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
18359            ! macos/bundled_lib/t/libnet/config.t
18360            ! macos/bundled_lib/t/libnet/ftp.t
18361            ! macos/bundled_lib/t/libnet/hostname.t
18362            ! macos/bundled_lib/t/libnet/nntp.t
18363            ! macos/bundled_lib/t/libnet/require.t
18364            ! macos/bundled_lib/t/libnet/smtp.t
18365            ! macos/bundled_lib/t/libwww-perl/base/headers.t
18366            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
18367            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
18368            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
18369            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
18370            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
18371            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
18372            ! macos/bundled_lib/t/libwww-perl/live/validator.t
18373            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
18374 ____________________________________________________________________________
18375 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
18376         Log: Subject: [PATCH] Socket::sockaddr_family
18377              From: Gisle Aas <gisle@ActiveState.com> 
18378              Date: 15 Jan 2002 06:35:28 -0800
18379              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
18380      Branch: perl
18381            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
18382 ____________________________________________________________________________
18383 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
18384         Log: Subject: [PATCH perldiag] Style issue
18385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18386              Date: Tue, 15 Jan 2002 15:36:30 +0100                
18387              Message-ID: <20020115153630.A11568@rafael>
18388      Branch: perl
18389            ! pod/perldiag.pod
18390 ____________________________________________________________________________
18391 [ 14277] By: nick                                  on 2002/01/15  14:30:51
18392         Log: Correct name of PL_OP_SLAB_ALLOC
18393      Branch: perlio
18394            ! perl.h
18395 ____________________________________________________________________________
18396 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
18397         Log: NetWare tweak from Ananth Kesari.
18398      Branch: perl
18399            ! lib/ExtUtils/MakeMaker.pm
18400 ____________________________________________________________________________
18401 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
18402         Log: Throwback.
18403      Branch: perl
18404            ! MANIFEST
18405 ____________________________________________________________________________
18406 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
18407         Log: A couple of additional character classes from Jeffrey,
18408              hopefully useful in future for internal use for implementing
18409              some special cases of casing.
18410              
18411              Also regenerate once more all the character classes,
18412              now without the timestamp.  A timestamp would be kind of
18413              nice but it's not: having a timestamp in a file means that
18414              even if the effective contents of file really didn't
18415              change, the file looks as if it changed.
18416      Branch: perl
18417            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
18418            + lib/unicore/Is/CombAbov.pl
18419            ! (edit 304 files)
18420 ____________________________________________________________________________
18421 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
18422         Log: Make the test harder.
18423      Branch: perl
18424            ! t/op/pat.t
18425 ____________________________________________________________________________
18426 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
18427         Log: Additional utf8_heavy.pl tweak from Jeffrey.
18428      Branch: perl
18429            ! lib/utf8_heavy.pl
18430 ____________________________________________________________________________
18431 [ 14271] By: nick                                  on 2002/01/15  11:29:47
18432         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
18433      Branch: perlio
18434            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
18435            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
18436 ____________________________________________________________________________
18437 [ 14270] By: nick                                  on 2002/01/15  08:19:08
18438         Log: Integrate rest of mainline
18439      Branch: perlio
18440           !> (integrate 28 files)
18441 ____________________________________________________________________________
18442 [ 14269] By: nick                                  on 2002/01/15  08:02:44
18443         Log: Typo in #else branch of PL_SLAB_ALLOC
18444      Branch: perlio
18445            ! op.c
18446 ____________________________________________________________________________
18447 [ 14268] By: nick                                  on 2002/01/15  07:57:47
18448         Log: const-ness fix in savepv's passing of NULL
18449      Branch: perlio
18450            ! util.c
18451 ____________________________________________________________________________
18452 [ 14267] By: nick                                  on 2002/01/15  07:42:17
18453         Log: Hand merge of non slab allocator stuff
18454      Branch: perlio
18455            ! op.c
18456 ____________________________________________________________________________
18457 [ 14266] By: nick                                  on 2002/01/15  07:39:33
18458         Log: Slab allocator submit after resolve -ay to keep it!
18459      Branch: perlio
18460           !> op.c
18461 ____________________________________________________________________________
18462 [ 14265] By: nick                                  on 2002/01/15  07:05:06
18463         Log: Blind integrate of bulk of mainline.
18464      Branch: perlio
18465           +> (branch 173 files)
18466            - (delete 184 files)
18467           !> (integrate 146 files)
18468 ____________________________________________________________________________
18469 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
18470         Log: Pod nits.
18471      Branch: perl
18472            ! lib/Unicode/UCD.pm pod/perlunicode.pod
18473 ____________________________________________________________________________
18474 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
18475         Log: The Unicode categories doc patch to go with #14254,
18476              from Jeffrey.
18477      Branch: perl
18478            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
18479 ____________________________________________________________________________
18480 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
18481         Log: There isn't going to be perl.third.exe.
18482      Branch: perl
18483            ! Makefile.SH
18484 ____________________________________________________________________________
18485 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
18486         Log: Subject: [PATCH] small coredump correction
18487              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18488              Date: Tue, 15 Jan 2002 00:22:52 +0100
18489              Message-ID: <20020115002252.I691@rafael>
18490      Branch: perl
18491            ! op.c
18492 ____________________________________________________________________________
18493 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
18494         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
18495              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18496              Date: Mon, 14 Jan 2002 23:03:04 +0100
18497              Message-ID: <20020114230304.A691@rafael>   
18498              
18499              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
18500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18501              Date: Mon, 14 Jan 2002 23:18:43 +0100
18502              Message-ID: <20020114231843.E691@rafael>   
18503      Branch: perl
18504            ! pod/perlsub.pod t/op/override.t toke.c
18505 ____________________________________________________________________________
18506 [ 14259] By: nick                                  on 2002/01/14  22:02:49
18507         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
18508              Need to use CopXXXXX macros everywhere and add CopSTASH_free
18509              Add new scope type and add support for it to scope.c and scope stack
18510              dup-er in sv.c. Add savesharedpv().
18511              Also zealous version of Win32's vmem.h to catch all the abuses.
18512              With this t/op/fork.t passes even with zealous checking and 
18513              checker is point a finger at various threads/shared issues.
18514              
18515              PL_curcop->cop_io is still an issue.
18516      Branch: perlio
18517            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
18518            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
18519            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
18520            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
18521            ! win32/vmem.h win32/win32.c win32/win32.h
18522 ____________________________________________________________________________
18523 [ 14258] By: nick                                  on 2002/01/14  20:24:28
18524         Log: Integrate build parts of mainline
18525      Branch: perlio
18526           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
18527           !> lib/ExtUtils/t/MM_Win32.t
18528 ____________________________________________________________________________
18529 [ 14257] By: nick                                  on 2002/01/14  16:10:54
18530         Log: Inverted sense of special-ness of specialCopIO - supposed to 
18531              be true if value is "special" i.e. NOT an SV.
18532      Branch: perlio
18533            ! perlio.h
18534 ____________________________________________________________________________
18535 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
18536         Log: Update Changes.
18537      Branch: perl
18538            ! Changes patchlevel.h
18539 ____________________________________________________________________________
18540 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
18541         Log: Retract #14251 (the op slab allocator from perlio)
18542              until we figure out why 2.2.19 x86 debian gets
18543              a circular sibling chain and therefore hangs in
18544              the Perl_ck_subr() sibling for-loop.
18545      Branch: perl
18546            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18547            ! perlapi.c perlapi.h proto.h
18548 ____________________________________________________________________________
18549 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
18550         Log: Big mktables rewrite from Jeffrey;
18551              documentation not yet updated.
18552      Branch: perl
18553            + (add 171 files)
18554            - (delete 182 files)
18555            ! (edit 135 files)
18556 ____________________________________________________________________________
18557 [ 14253] By: ams                                   on 2002/01/14  03:15:05
18558         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
18559              From: Michael G Schwern <schwern@pobox.com>
18560              Date: Sun, 13 Jan 2002 21:00:07 -0500
18561              Message-Id: <20020114020007.GB2877@blackrider>
18562      Branch: perl
18563            ! lib/Cwd.pm
18564 ____________________________________________________________________________
18565 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
18566         Log: Subject: Re: Win32 status - progress !
18567              From: Abe Timmerman <abe@ztreet.demon.nl>       
18568              Date: Mon, 14 Jan 2002 02:29:51 +0100
18569              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
18570      Branch: perl
18571            ! lib/ExtUtils/t/MM_Win32.t
18572 ____________________________________________________________________________
18573 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
18574         Log: Integrate perlio.
18575              
18576              Slab allocator for ops
18577              - moved the statics to intrpvar.h
18578              - implemented Slab_Free()
18579              - uses PerlMemShared (for now) if distinction exists.
18580      Branch: perl
18581           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18582           !> perlapi.c perlapi.h proto.h
18583 ____________________________________________________________________________
18584 [ 14250] By: nick                                  on 2002/01/13  23:22:34
18585         Log: Slab allocator for ops
18586              - moved the statics to intrpvar.h
18587              - implemented Slab_Free()
18588              - uses PerlMemShared (for now) if distinction exists.
18589      Branch: perlio
18590            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18591            ! perlapi.c perlapi.h proto.h
18592 ____________________________________________________________________________
18593 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
18594         Log: Start a new test category: uni.  Much of t/op/pat
18595              should probably be moved here, but holding on that
18596              until Jeffrey finishes his big mktables rewrite.
18597              Bits and pieces of op/split, op/pack, op/append,
18598              op/join, could probably be moved to respective uni
18599              tests, too.
18600      Branch: perl
18601            + t/uni/fold.t t/uni/sprintf.t
18602            - t/op/unifold.t t/op/unisprintf.t
18603            ! MANIFEST t/TEST t/harness
18604 ____________________________________________________________________________
18605 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
18606         Log: Subject: [PATCH] enable Win32 to build again
18607              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18608              Date: Sun, 13 Jan 2002 21:49:24 +0100
18609              Message-ID: <3C4200E4.15926.23F6131@localhost>
18610              
18611              miniperl.exe.exe does not exe that well.
18612      Branch: perl
18613            ! lib/ExtUtils/MM_Unix.pm
18614 ____________________________________________________________________________
18615 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
18616         Log: Mention some of the load-affected tests.
18617      Branch: perl
18618            ! INSTALL
18619 ____________________________________________________________________________
18620 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
18621         Log: Move the UTF-8 conversion code earlier so that
18622              op/ver is happy.
18623      Branch: perl
18624            ! sv.c t/op/ver.t
18625 ____________________________________________________________________________
18626 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
18627         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
18628              have diverged quite a bit so no updates there.
18629      Branch: perl
18630            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18631            ! ext/List/Util/lib/List/Util.pm
18632            ! ext/List/Util/lib/Scalar/Util.pm
18633 ____________________________________________________________________________
18634 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
18635         Log: Make the crypt() pickier: if downgrading doesn't work,
18636              croak.
18637      Branch: perl
18638            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
18639 ____________________________________________________________________________
18640 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
18641         Log: Grow the buffer in case Unicode caused size changes
18642              (and it very probably did).
18643      Branch: perl
18644            ! sv.c
18645 ____________________________________________________________________________
18646 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
18647         Log: Future-proofing from Jeffrey Friedl (for conflicting
18648              In* and Is* names).
18649      Branch: perl
18650            ! lib/utf8_heavy.pl
18651 ____________________________________________________________________________
18652 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
18653         Log: Subject: [PATCH] Re: Warning in B.xs
18654              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18655              Date: Sun, 13 Jan 2002 19:39:52 +0100
18656              Message-ID: <3C41E288.20562.1C8C895@localhost>
18657      Branch: perl
18658            ! ext/B/B.xs
18659 ____________________________________________________________________________
18660 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
18661         Log: Subject: Re: lookbehind broken with latest bleedperl
18662              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18663              Date: Sun, 13 Jan 2002 18:06:22 +0000
18664              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
18665      Branch: perl
18666            ! regexec.c t/op/re_tests
18667 ____________________________________________________________________________
18668 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
18669         Log: Subject: [PATCH] more MM_Unix.t tests
18670              From: Tels <perl_dummy@bloodgate.com>
18671              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
18672              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
18673              
18674              Subject: [PATCH] 14220 misunderstood, I bet          
18675              From: andreas.koenig@anima.de (Andreas J. Koenig)
18676              Date: 12 Jan 2002 21:31:58 +0100
18677              Message-ID: <m3k7un8g5d.fsf@anima.de>
18678      Branch: perl
18679            ! lib/ExtUtils/t/MM_Unix.t
18680 ____________________________________________________________________________
18681 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
18682         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
18683              From: Tels <perl_dummy@bloodgate.com>
18684              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
18685              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
18686              
18687              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
18688              From: Tels <perl_dummy@bloodgate.com>
18689              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
18690              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
18691      Branch: perl
18692            ! lib/ExtUtils/MM_Unix.pm
18693 ____________________________________________________________________________
18694 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
18695         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
18696              From: Nicholas Clark <nick@unfortu.net> 
18697              Date: Sun, 13 Jan 2002 15:58:34 +0000
18698              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
18699      Branch: perl
18700            ! lib/Benchmark.t
18701 ____________________________________________________________________________
18702 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
18703         Log: Anton Berezin did more reading and the uid setting story
18704              gets more complex.
18705      Branch: perl
18706            ! pod/perltodo.pod utils/perldoc.PL
18707 ____________________________________________________________________________
18708 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
18709         Log: Integrate perlio;
18710              
18711              Win32 fixes:
18712              - vmem.h hack to handle free-by-wrong-thread after eval "".
18713              - Initialize timerid 
18714      Branch: perl
18715           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
18716 ____________________________________________________________________________
18717 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
18718         Log: Subject: Re: HiRes
18719              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18720              Date: Sun, 13 Jan 2002 10:18:46 +0100
18721              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
18722              
18723              Give up on socketpair in HP-UX.
18724      Branch: perl
18725            ! ext/Socket/socketpair.t
18726 ____________________________________________________________________________
18727 [ 14233] By: nick                                  on 2002/01/13  16:29:30
18728         Log: Integrate mainline
18729      Branch: perlio
18730           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
18731           !> (integrate 46 files)
18732 ____________________________________________________________________________
18733 [ 14232] By: nick                                  on 2002/01/13  15:37:48
18734         Log: Win32 fixes:
18735              - vmem.h hack to handle free-by-wrong-thread after eval "".
18736              - Initialize timerid 
18737      Branch: perlio
18738            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
18739 ____________________________________________________________________________
18740 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
18741         Log: *groan*
18742      Branch: perl
18743            ! t/op/pat.t
18744 ____________________________________________________________________________
18745 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
18746         Log: One more sharp s case found by Jeffrey.
18747      Branch: perl
18748            ! regexec.c t/op/pat.t
18749 ____________________________________________________________________________
18750 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
18751         Log: Comment tweak.
18752      Branch: perl
18753            ! regexec.c
18754 ____________________________________________________________________________
18755 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
18756         Log: Don't bother checking for the Greek special
18757              cases if the node is too short.
18758      Branch: perl
18759            ! regcomp.c
18760 ____________________________________________________________________________
18761 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
18762         Log: Update Changes.
18763      Branch: perl
18764            ! Changes patchlevel.h
18765 ____________________________________________________________________________
18766 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
18767         Log: metaconfig unit change for #14225.
18768      Branch: metaconfig
18769            + U/modified/i_ndbm.U
18770 ____________________________________________________________________________
18771 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
18772         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
18773              From: Jonathan Stowe <gellyfish@gellyfish.com>
18774              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
18775              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
18776      Branch: perl
18777            ! Configure config_h.SH
18778 ____________________________________________________________________________
18779 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
18780         Log: Quick reformat using indent -kr -nce, as requested
18781              by Dan Kogai and suggest by NI-S.
18782      Branch: perl
18783            ! ext/Encode/encengine.c
18784 ____________________________________________________________________________
18785 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
18786         Log: Couple more Unicode lookbehind tests.
18787      Branch: perl
18788            ! t/op/pat.t
18789 ____________________________________________________________________________
18790 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
18791         Log: Sharp S as a special treat for our German UTF-8 testers :-)
18792      Branch: perl
18793            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
18794 ____________________________________________________________________________
18795 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
18796         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
18797              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18798              Date: Sat, 12 Jan 2002 20:37:32 +0100
18799              Message-ID: <3C409E8C.16203.196C2D3@localhost>
18800      Branch: perl
18801            ! ext/B/B/Deparse.pm
18802 ____________________________________________________________________________
18803 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
18804         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
18805              really worth the bits it's printed on?
18806      Branch: perl
18807            ! lib/ExtUtils/t/MM_Unix.t
18808 ____________________________________________________________________________
18809 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
18810         Log: Special treatment for U+03B0 and U+0390 in //i,
18811              this means that we can remove the minlen pessimisations
18812              introduced by the #14096.
18813      Branch: perl
18814            ! pp_hot.c regcomp.c regexec.c
18815 ____________________________________________________________________________
18816 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
18817         Log: Integrate perlio;
18818              
18819              Abstract out the cloning of SvPVX and handle shared pv in a 
18820              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18821              
18822              Win32-ize socketpair test
18823              - Win32 can fork even though $Config{d_fork} is undef
18824              - SOCK_DGRAM does not work - skip those tests.
18825      Branch: perl
18826           !> ext/Socket/socketpair.t sv.c
18827 ____________________________________________________________________________
18828 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
18829         Log: One should first drop the real uid, not the effective uid.
18830              [ID 20020110.003]
18831      Branch: perl
18832            ! utils/perldoc.PL
18833 ____________________________________________________________________________
18834 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
18835         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
18836              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18837              Date: Fri, 11 Jan 2002 23:29:48 +0100
18838              Message-ID: <3C3F756C.4581.2E2A938@localhost>
18839      Branch: perl
18840            + ext/B/C/C.xs ext/B/C/Makefile.PL
18841            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
18842            ! utils/perlcc.PL
18843 ____________________________________________________________________________
18844 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
18845         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
18846              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
18847              Date: Fri, 11 Jan 2002 14:29:30 -0800
18848              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
18849      Branch: perl
18850            ! ext/B/t/concise.t
18851 ____________________________________________________________________________
18852 [ 14214] By: nick                                  on 2002/01/12  12:31:12
18853         Log: Win32-ize socketpair test
18854              - Win32 can fork even though $Config{d_fork} is undef
18855              - SOCK_DGRAM does not work - skip those tests.
18856      Branch: perlio
18857            ! ext/Socket/socketpair.t
18858 ____________________________________________________________________________
18859 [ 14213] By: nick                                  on 2002/01/12  11:46:28
18860         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
18861              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18862      Branch: perlio
18863            ! sv.c
18864 ____________________________________________________________________________
18865 [ 14212] By: ams                                   on 2002/01/12  06:10:52
18866         Log: Subject: [PATCH] More fixes for Stratus VOS
18867              From: "Green, Paul" <Paul.Green@stratus.com>
18868              Date: Fri, 11 Jan 2002 17:30:37 -0500
18869              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
18870      Branch: perl
18871            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
18872 ____________________________________________________________________________
18873 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
18874         Log: Upgrade to CGI.pm 2.80.
18875      Branch: perl
18876            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
18877 ____________________________________________________________________________
18878 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
18879         Log: FAQ sync.
18880      Branch: perl
18881            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18882            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18883            ! pod/perlfaq8.pod
18884 ____________________________________________________________________________
18885 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
18886         Log: This is getting embarrassing.
18887      Branch: perl
18888            ! t/op/pat.t
18889 ____________________________________________________________________________
18890 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
18891         Log: Doc tweaks.
18892      Branch: perl
18893            ! pod/perlunicode.pod
18894 ____________________________________________________________________________
18895 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
18896         Log: Updating the test count is good; also rephrasing
18897              so that there is no ok output containing "not".
18898      Branch: perl
18899            ! t/op/pat.t
18900 ____________________________________________________________________________
18901 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
18902         Log: Andreas is busy :-)
18903      Branch: perl
18904            ! doop.c t/op/unisprintf.t
18905 ____________________________________________________________________________
18906 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
18907         Log: Unicode lookbehind looked bad.
18908      Branch: perl
18909            ! regexec.c t/op/pat.t
18910 ____________________________________________________________________________
18911 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
18912         Log: Garbage collection.
18913      Branch: perl
18914            ! t/run/kill_perl.t
18915 ____________________________________________________________________________
18916 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
18917         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
18918              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18919              Date: Fri, 11 Jan 2002 23:29:48 +0100
18920              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
18921      Branch: perl
18922            ! embed.fnc global.sym makedef.pl
18923 ____________________________________________________________________________
18924 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
18925         Log: Subject: [PATCH] perldelta nit?
18926              From: Robert Spier <rspier@pobox.com>
18927              Date: Fri, 11 Jan 2002 15:19:16 -0800
18928              Message-ID: <15423.29428.164185.251700@rls.cx>
18929      Branch: perl
18930            ! pod/perldelta.pod
18931 ____________________________________________________________________________
18932 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
18933         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
18934              From: Michael G Schwern <schwern@pobox.com>
18935              Date: Fri, 11 Jan 2002 17:08:17 -0500
18936              Message-ID: <20020111220817.GG2838@blackrider>
18937      Branch: perl
18938            ! t/run/kill_perl.t t/test.pl
18939 ____________________________________________________________________________
18940 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
18941         Log: Subject: [PATCH] Correct misleading error message
18942              From: Mike Guy <mjtg@cam.ac.uk>
18943              Date: Fri, 11 Jan 2002 18:36:33 +0000
18944              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
18945              
18946              hash assignment -> anonymous hash
18947      Branch: perl
18948            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
18949 ____________________________________________________________________________
18950 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
18951         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
18952              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18953              Date: Fri, 11 Jan 2002 16:58:14 +0100
18954              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
18955      Branch: perl
18956            ! ext/Unicode/Normalize/mkheader
18957 ____________________________________________________________________________
18958 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
18959         Log: Add a new test for is-sprintf-preserving Unicodeness:
18960              #14194 and an old one from kill_perl.t (I could have used
18961              sprintf.t, but it's format was quite fixed, and I didn't
18962              feel like breaking the format)
18963      Branch: perl
18964            + t/op/unisprintf.t
18965            ! MANIFEST t/run/kill_perl.t
18966 ____________________________________________________________________________
18967 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
18968         Log: Integrate perlio;
18969              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
18970      Branch: perl
18971           !> win32/win32.c
18972 ____________________________________________________________________________
18973 [ 14196] By: nick                                  on 2002/01/11  20:58:20
18974         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
18975              as C runtime seems to get its hands on them even though we said
18976              they were handled.
18977              Still an issue with "die" out of signal handler - get panic: pp_iter
18978      Branch: perlio
18979            ! win32/win32.c
18980 ____________________________________________________________________________
18981 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
18982         Log: Integrate perlio;
18983              A mostly-stable version of "new" Win32 signal/kill support.
18984      Branch: perl
18985           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
18986           !> win32/config.gc win32/config.vc win32/config_H.bc
18987           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
18988           !> win32/makefile.mk win32/win32.c win32/win32.h
18989 ____________________________________________________________________________
18990 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
18991         Log: Fix for
18992              
18993              Subject: UTF-8 sprintf bug in bleadperl
18994              From: andreas.koenig@anima.de (Andreas J. Koenig)
18995              Date: 11 Jan 2002 15:47:15 +0100
18996              Message-ID: <m3vge99c7g.fsf@anima.de>
18997              
18998              I have tests, have just to figure out where to put them
18999              since op/sprintf looks a bit unfriendly for tests of
19000              somewhat freer form.
19001      Branch: perl
19002            ! doop.c sv.c
19003 ____________________________________________________________________________
19004 [ 14193] By: nick                                  on 2002/01/11  18:25:34
19005         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
19006              Builds and passes a few tests.
19007      Branch: perlio
19008           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
19009           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
19010           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
19011           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
19012           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19013           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19014           +> t/lib/sample-tests/lone_not_bug
19015           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
19016           +> t/lib/sample-tests/vms_nit
19017           !> (integrate 63 files)
19018 ____________________________________________________________________________
19019 [ 14192] By: nick                                  on 2002/01/11  17:49:39
19020         Log: A mostly-stable version of "new" Win32 signal/kill support.
19021      Branch: perlio
19022            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
19023            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19024            ! win32/config_h.PL win32/makefile.mk win32/win32.c
19025            ! win32/win32.h
19026 ____________________________________________________________________________
19027 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
19028         Log: Update Changes.
19029      Branch: perl
19030            ! Changes patchlevel.h
19031 ____________________________________________________________________________
19032 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
19033         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
19034              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19035              Date: Thu, 10 Jan 2002 18:21:34 -0800
19036              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
19037      Branch: perl
19038            + ext/B/t/concise.t
19039            ! MANIFEST
19040 ____________________________________________________________________________
19041 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
19042         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
19043              necessary in form.t and html.t @INC setups.
19044      Branch: perl
19045            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
19046 ____________________________________________________________________________
19047 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
19048         Log: Yet another twist.
19049      Branch: perl
19050            ! t/test.pl
19051 ____________________________________________________________________________
19052 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
19053         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
19054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19055              Date: Fri, 11 Jan 2002 13:04:15 +0100      
19056              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
19057      Branch: perl
19058            ! hints/aix.sh
19059 ____________________________________________________________________________
19060 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
19061         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
19062              From: Jonathan Stowe <gellyfish@gellyfish.com> 
19063              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
19064              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
19065      Branch: perl
19066            ! lib/AnyDBM_File.t
19067 ____________________________________________________________________________
19068 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
19069         Log: Arguments were being mangled.
19070      Branch: perl
19071            ! t/test.pl
19072 ____________________________________________________________________________
19073 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
19074         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
19075              From: Jonathan Stowe <gellyfish@gellyfish.com>
19076              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
19077              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
19078      Branch: perl
19079            ! lib/AnyDBM_File.t
19080 ____________________________________________________________________________
19081 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
19082         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
19083              From: Michael G Schwern <schwern@pobox.com> 
19084              Date: Fri, 11 Jan 2002 04:26:27 -0500
19085              Message-ID: <20020111092626.GA16544@blackrider>
19086      Branch: perl
19087            ! t/run/kill_perl.t t/test.pl
19088 ____________________________________________________________________________
19089 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
19090         Log: Subject: [PATCH] Test::Harness 2.01
19091              From: Michael G Schwern <schwern@pobox.com> 
19092              Date: Thu, 10 Jan 2002 21:11:24 -0500
19093              Message-ID: <20020111021123.GA30666@blackrider>
19094      Branch: perl
19095            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
19096            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
19097            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
19098            + lib/Test/Harness/t/nonumbers.t
19099            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19100            + t/lib/sample-tests/lone_not_bug
19101            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
19102            + t/lib/sample-tests/vms_nit
19103            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
19104            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
19105 ____________________________________________________________________________
19106 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
19107         Log: patch is silly when creating new files: don't run
19108              patch more than once.
19109      Branch: perl
19110            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19111 ____________________________________________________________________________
19112 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
19113         Log: Forgot from #14179.
19114      Branch: perl
19115            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
19116 ____________________________________________________________________________
19117 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
19118         Log: Subject: [PATCH] is() undef/'' behavior change
19119              From: Michael G Schwern <schwern@pobox.com> 
19120              Date: Fri, 11 Jan 2002 03:35:51 -0500
19121              Message-ID: <20020111083551.GC30666@blackrider>
19122              
19123              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
19124              From: Michael G Schwern <schwern@pobox.com> 
19125              Date: Fri, 11 Jan 2002 03:37:44 -0500
19126              Message-ID: <20020111083744.GD30666@blackrider>
19127      Branch: perl
19128            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
19129            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
19130            ! lib/Pod/t/InputObjects.t lib/blib.t
19131 ____________________________________________________________________________
19132 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
19133         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
19134              From: Michael G Schwern <schwern@pobox.com> 
19135              Date: Thu, 10 Jan 2002 19:56:23 -0500
19136              Message-ID: <20020111005623.GA13192@blackrider>
19137      Branch: perl
19138            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19139            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
19140            ! lib/Test/Simple.pm lib/Test/Simple/Changes
19141            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
19142            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
19143            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
19144            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
19145            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
19146            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
19147            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
19148            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
19149            ! lib/Test/Simple/t/plan_is_noplan.t
19150            ! lib/Test/Simple/t/plan_no_plan.t
19151            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
19152            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
19153            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
19154            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
19155            ! lib/Test/Tutorial.pod
19156 ____________________________________________________________________________
19157 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
19158         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
19159              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
19160              
19161              turns out even the malloc() was never really needed to begin with,
19162              so get rid of it
19163      Branch: perl
19164            ! sv.c
19165 ____________________________________________________________________________
19166 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
19167         Log: Small doc tweaks.
19168      Branch: perl
19169            ! pod/perluniintro.pod
19170 ____________________________________________________________________________
19171 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
19172         Log: support using the CRT's malloc() family of functions instead of
19173              the internal one when ithreads is enabled; allocate large blocks
19174              using VirtualAlloc() since the Heap*() functions may only be tuned
19175              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
19176              
19177              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
19178              also see comments at the top of win32/vmem.h for other options that
19179              can be set
19180      Branch: perl
19181            ! win32/vmem.h
19182 ____________________________________________________________________________
19183 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
19184         Log: Subject: micropatch
19185              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19186              Date: Thu, 10 Jan 2002 18:20:58 +0000
19187              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
19188      Branch: perl
19189            ! regcomp.c
19190 ____________________________________________________________________________
19191 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
19192         Log: Subject: [PATCH] Embed.t on Win32
19193              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19194              Date: Thu, 10 Jan 2002 18:56:21 +0100
19195              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
19196      Branch: perl
19197            ! lib/ExtUtils/t/Embed.t
19198 ____________________________________________________________________________
19199 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
19200         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
19201              From: Gisle Aas <gisle@ActiveState.com>
19202              Date: 10 Jan 2002 08:56:05 -0800
19203              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
19204      Branch: perl
19205            ! toke.c
19206 ____________________________________________________________________________
19207 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
19208         Log: Subject: [PATCH] doc fixes
19209              From: "Brendan O'Dea" <bod@debian.org>
19210              Date: Fri, 11 Jan 2002 03:49:54 +1100
19211              Message-ID: <20020110164954.GA21891@compusol.com.au>
19212      Branch: perl
19213            ! lib/I18N/Collate.pm pod/perlfunc.pod
19214 ____________________________________________________________________________
19215 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
19216         Log: Integrate perlio; More signal hackery.
19217      Branch: perl
19218           !> win32/win32.c
19219 ____________________________________________________________________________
19220 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
19221         Log: No need to show internal encodings, or return them
19222              in random order.
19223      Branch: perl
19224            ! ext/Encode/Encode.pm
19225 ____________________________________________________________________________
19226 [ 14168] By: nick                                  on 2002/01/10  17:33:31
19227         Log: Integrate mainline
19228      Branch: perlio
19229            - ext/Unicode/Normalize/Normalize.pod
19230           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19231           !> ext/Unicode/Normalize/Makefile.PL
19232           !> ext/Unicode/Normalize/Normalize.pm
19233           !> ext/Unicode/Normalize/Normalize.xs
19234           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
19235           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
19236           !> t/run/kill_perl.t toke.c
19237 ____________________________________________________________________________
19238 [ 14167] By: nick                                  on 2002/01/10  17:08:35
19239         Log: More signal hackery
19240      Branch: perlio
19241            ! win32/win32.c
19242 ____________________________________________________________________________
19243 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
19244         Log: I think we can claim to be supporting Unicode
19245              "loose matching" now.
19246      Branch: perl
19247            ! pod/perlunicode.pod
19248 ____________________________________________________________________________
19249 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
19250         Log: Subject: doc patch
19251              From: mjd@plover.com
19252              Date: 10 Jan 2002 15:12:27 -0000
19253              Message-ID: <20020110151227.14850.qmail@plover.com>
19254      Branch: perl
19255            ! pod/perlrun.pod
19256 ____________________________________________________________________________
19257 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
19258         Log: Subject: Re: [ID 20011223.001] accept leaks memory
19259              From: Andy Dougherty <doughera@lafayette.edu>
19260              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
19261              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
19262      Branch: perl
19263            ! hints/linux.sh
19264 ____________________________________________________________________________
19265 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
19266         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
19267      Branch: perl
19268           !> win32/win32.c
19269 ____________________________________________________________________________
19270 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
19271         Log: Subject: [PATCH] Magic numbers in B::Concise
19272              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
19273              Date: Wed, 9 Jan 2002 23:04:01 -0800
19274              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
19275      Branch: perl
19276            ! ext/B/B/Concise.pm ext/B/O.pm
19277 ____________________________________________________________________________
19278 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
19279         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
19280              From: Gisle Aas <gisle@ActiveState.com>
19281              Date: 09 Jan 2002 21:52:40 -0800
19282              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
19283      Branch: perl
19284            ! t/lib/strict/vars toke.c
19285 ____________________________________________________________________________
19286 [ 14160] By: nick                                  on 2002/01/09  21:29:39
19287         Log: Skeleton coding of more kill() support on Win32.
19288      Branch: perlio
19289            ! win32/win32.c
19290 ____________________________________________________________________________
19291 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
19292         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
19293              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19294              Date: Wed, 9 Jan 2002 23:24:32 +0100
19295              Message-ID: <20020109232432.A692@rafael>
19296      Branch: perl
19297            ! ext/B/B/Deparse.pm
19298 ____________________________________________________________________________
19299 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
19300         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
19301              From: Jonathan Stowe <gellyfish@gellyfish.com>
19302              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
19303              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
19304      Branch: perl
19305            ! t/run/kill_perl.t
19306 ____________________________________________________________________________
19307 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
19308         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
19309              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19310              Date: Wed, 09 Jan 2002 20:16:54 +0000
19311              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
19312      Branch: perl
19313            ! regexec.c
19314 ____________________________________________________________________________
19315 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
19316         Log: Subject: [Patch @14129] fixes Unicode::Normalize
19317              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19318              Date: Thu, 10 Jan 2002 01:08:56 +0900
19319              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
19320      Branch: perl
19321            - ext/Unicode/Normalize/Normalize.pod
19322            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
19323            ! ext/Unicode/Normalize/Normalize.pm
19324            ! ext/Unicode/Normalize/Normalize.xs
19325            ! ext/Unicode/Normalize/mkheader
19326 ____________________________________________________________________________
19327 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
19328         Log: Integrate perlio; (Re-)implement alarm() for Win32.
19329      Branch: perl
19330           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
19331           !> win32/win32iop.h
19332 ____________________________________________________________________________
19333 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
19334         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
19335              From: Nicholas Clark <nick@unfortu.net>
19336              Date: Wed, 9 Jan 2002 17:56:04 +0000
19337              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
19338      Branch: perl
19339            ! t/op/readdir.t
19340 ____________________________________________________________________________
19341 [ 14153] By: nick                                  on 2002/01/09  16:18:57
19342         Log: Integrate mainline
19343      Branch: perlio
19344           +> ext/threads/t/stress_re.t t/op/unifold.t
19345            - lib/unifold.t
19346           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
19347           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
19348           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
19349 ____________________________________________________________________________
19350 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
19351         Log: Update Changes.
19352      Branch: perl
19353            ! Changes patchlevel.h
19354 ____________________________________________________________________________
19355 [ 14151] By: nick                                  on 2002/01/09  14:27:36
19356         Log: (Re-)implement alarm() for Win32.
19357      Branch: perlio
19358            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
19359            ! win32/win32iop.h
19360 ____________________________________________________________________________
19361 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
19362         Log: Thinko.
19363      Branch: perl
19364            ! ext/threads/t/stress_re.t
19365 ____________________________________________________________________________
19366 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
19367         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
19368              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
19369              Date: Wed, 09 Jan 2002 13:37:17 +0000                
19370              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
19371      Branch: perl
19372            ! regexec.c t/op/re_tests
19373 ____________________________________________________________________________
19374 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
19375         Log: Subject: Re: Weird Malformed warning in bleadperl    
19376              From: andreas.koenig@anima.de (Andreas J. Koenig)    
19377              Date: 09 Jan 2002 11:12:37 +0100
19378              Message-ID: <m3itabbzoq.fsf@anima.de>
19379      Branch: perl
19380            ! regexec.c t/op/pat.t
19381 ____________________________________________________________________________
19382 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
19383         Log: Forgot stress_re.t from MANIFEST.
19384      Branch: perl
19385            ! MANIFEST
19386 ____________________________________________________________________________
19387 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
19388         Log: In dumping use isPRINT() instead of isprint() so that locale
19389              does not come into play.
19390      Branch: perl
19391            ! utf8.c
19392 ____________________________________________________________________________
19393 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
19394         Log: Add a threads stress test for regular expressions
19395              (mostly just a modified stress_string.t) and doesn't
19396              test that much of regular expressions, just that $1
19397              doesn't get stomped by competing threads (as it does
19398              in the 5005threads of old).
19399      Branch: perl
19400            + ext/threads/t/stress_re.t
19401            ! MANIFEST
19402 ____________________________________________________________________________
19403 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
19404         Log: (retracted by #14307)
19405              Subject: Re: [ID 20010912.007] substr reference core dump
19406              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19407              Date: Tue, 08 Jan 2002 19:17:50 +0000
19408              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
19409      Branch: perl
19410            ! scope.c t/run/kill_perl.t
19411 ____________________________________________________________________________
19412 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
19413         Log: SANY (. with /s) wasn't happy on Unicode.
19414      Branch: perl
19415            ! regexec.c t/op/pat.t
19416 ____________________________________________________________________________
19417 [ 14142] By: ams                                   on 2002/01/08  22:42:10
19418         Log: Subject: [PATCH] perldebug nit
19419              From: Tels <tels@bloodgate.com>
19420              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
19421      Branch: perl
19422            ! pod/perldebug.pod
19423 ____________________________________________________________________________
19424 [ 14141] By: ams                                   on 2002/01/08  21:32:59
19425         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
19426              From: "Green, Paul" <Paul.Green@stratus.com>
19427              Date: Tue, 8 Jan 2002 17:31:35 -0500
19428              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
19429      Branch: perl
19430            ! Makefile.SH
19431 ____________________________________________________________________________
19432 [ 14140] By: ams                                   on 2002/01/08  21:27:57
19433         Log: Subject: [PATCH] Re: Slight chokage from Deparse
19434              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19435              Date: Tue, 8 Jan 2002 23:04:45 +0100
19436              Message-Id: <20020108230445.A4798@rafael>
19437      Branch: perl
19438            ! ext/B/B/Deparse.pm
19439 ____________________________________________________________________________
19440 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
19441         Log: Subject: [patch] peep() is rude
19442              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
19443              Date: Tue, 08 Jan 2002 19:17:50 +0000            
19444              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
19445      Branch: perl
19446            ! op.c t/run/kill_perl.t
19447 ____________________________________________________________________________
19448 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
19449         Log: unifold is really an op test since it requires
19450              no external modules for its actual testing:
19451              only the unicore CaseFold.txt file, and File::Spec
19452              to portably access that file.
19453      Branch: perl
19454            + t/op/unifold.t
19455            - lib/unifold.t
19456            ! MANIFEST
19457 ____________________________________________________________________________
19458 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
19459         Log: Subject: [patch] save a test 
19460              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19461              Date: Tue, 08 Jan 2002 16:18:47 +0000
19462              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
19463      Branch: perl
19464            ! regcomp.c
19465 ____________________________________________________________________________
19466 [ 14136] By: nick                                  on 2002/01/08  16:11:55
19467         Log: Integrate mainline
19468      Branch: perlio
19469           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
19470           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
19471           !> (integrate 37 files)
19472 ____________________________________________________________________________
19473 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
19474         Log: Subject: Not OK 13843 
19475              From: andreas.koenig@anima.de (Andreas J. Koenig)
19476              Date: 08 Jan 2002 14:12:29 +0100
19477              Message-ID: <m38zb9c7gi.fsf@anima.de>
19478      Branch: perl
19479            ! op.c t/op/subst.t
19480 ____________________________________________________________________________
19481 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
19482         Log: Missed one variant of the fold testing, noticed bu Hugo.
19483      Branch: perl
19484            ! lib/unifold.t
19485 ____________________________________________________________________________
19486 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
19487         Log: Enchance the Storable magic description.
19488      Branch: perl
19489            ! ext/Storable/Storable.pm
19490 ____________________________________________________________________________
19491 [ 14132] By: ams                                   on 2002/01/08  09:16:12
19492         Log: Subject: [PATCH] don't installperl pods
19493              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19494              Date: Tue, 08 Jan 2002 10:36:01 +0100
19495              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
19496      Branch: perl
19497            ! installperl
19498 ____________________________________________________________________________
19499 [ 14131] By: ams                                   on 2002/01/08  03:38:40
19500         Log: Subject: Math-BigInt v1.49 released
19501              From: Tels <perl_dummy@bloodgate.com>
19502              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
19503      Branch: perl
19504            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
19505            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
19506            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19507            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19508            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19509            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19510            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
19511            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19512            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
19513            ! t/lib/Math/BigInt/Subclass.pm
19514 ____________________________________________________________________________
19515 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
19516         Log: A little better comments.
19517      Branch: perl
19518            ! regexec.c
19519 ____________________________________________________________________________
19520 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
19521         Log: No normalization form DNF.
19522      Branch: perl
19523            ! ext/Unicode/Normalize/Normalize.pm
19524 ____________________________________________________________________________
19525 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
19526         Log: Extension nits found by -Wall (several from threads
19527              and threads::shared, but leaving them to Arthur).
19528      Branch: perl
19529            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
19530            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
19531            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
19532            ! ext/Unicode/Normalize/mkheader x2p/str.c
19533 ____________________________________________________________________________
19534 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
19535         Log: Sync up Changes etc.
19536      Branch: maint-5.6/macperl
19537            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
19538 ____________________________________________________________________________
19539 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
19540         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
19541      Branch: maint-5.6/macperl
19542            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
19543 ____________________________________________________________________________
19544 [ 14125] By: ams                                   on 2002/01/07  22:03:22
19545         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
19546              From: Nicholas Clark (sans From field in mail header)
19547              Date: Mon, 7 Jan 2002 16:18:23 +0000
19548              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
19549      Branch: perl
19550            ! lib/Exporter.pm
19551 ____________________________________________________________________________
19552 [ 14124] By: ams                                   on 2002/01/07  21:46:11
19553         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
19554              From: "Green, Paul" <Paul.Green@stratus.com>
19555              Date: Mon, 7 Jan 2002 16:59:38 -0500
19556              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
19557      Branch: perl
19558            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
19559 ____________________________________________________________________________
19560 [ 14123] By: nick                                  on 2002/01/07  18:49:55
19561         Log: Integrate mainline
19562      Branch: perlio
19563           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
19564           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
19565           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
19566           !> regexec.c t/op/re_tests utf8.c utf8.h
19567 ____________________________________________________________________________
19568 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
19569         Log: Update Changes.
19570      Branch: perl
19571            ! Changes patchlevel.h
19572 ____________________________________________________________________________
19573 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
19574         Log: Subject: [PATCH] Correct module name in perldelta*
19575              From: Mike Guy <mjtg@cam.ac.uk>
19576              Date: Mon, 07 Jan 2002 17:02:43 +0000
19577              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
19578      Branch: perl
19579            ! pod/perl561delta.pod pod/perl56delta.pod
19580 ____________________________________________________________________________
19581 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
19582         Log: AUTHORS update.
19583      Branch: perl
19584            ! AUTHORS
19585 ____________________________________________________________________________
19586 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
19587         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
19588      Branch: perl
19589            ! ext/Storable/Storable.pm
19590 ____________________________________________________________________________
19591 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
19592         Log: perldelta updates.
19593      Branch: perl
19594            ! pod/perldelta.pod
19595 ____________________________________________________________________________
19596 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
19597         Log: Document the flags of pv_uni_display().
19598      Branch: perl
19599            ! pod/perlapi.pod utf8.c
19600 ____________________________________________________________________________
19601 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
19602         Log: Forgot from #14115.
19603      Branch: perl
19604            ! t/op/re_tests
19605 ____________________________________________________________________________
19606 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
19607         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
19608              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19609              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
19610              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
19611      Branch: perl
19612            ! regcomp.c
19613 ____________________________________________________________________________
19614 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
19615         Log: More regex and utf8 debug dumping.
19616      Branch: perl
19617            ! dump.c regcomp.c regexec.c utf8.c utf8.h
19618 ____________________________________________________________________________
19619 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
19620         Log: Unused variable.
19621      Branch: perl
19622            ! regcomp.c
19623 ____________________________________________________________________________
19624 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
19625         Log: Regen toc.
19626      Branch: perl
19627            ! pod/perltoc.pod
19628 ____________________________________________________________________________
19629 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
19630         Log: capitalize correctly, noticed by David Dyck.
19631      Branch: perl
19632            ! lib/sort.pm
19633 ____________________________________________________________________________
19634 [ 14110] By: nick                                  on 2002/01/06  22:05:19
19635         Log: Integrate mainline - threads mended, DB_File sick?
19636      Branch: perlio
19637           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
19638           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
19639           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19640           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
19641           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
19642 ____________________________________________________________________________
19643 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
19644         Log: No need to overqualify.
19645      Branch: perl
19646            ! lib/sort.pm
19647 ____________________________________________________________________________
19648 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
19649         Log: PL_debug_pad wasn't initialized to zeroes which broke
19650              ithreads + DEBUGGING.
19651      Branch: perl
19652            ! sv.c
19653 ____________________________________________________________________________
19654 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
19655         Log: Update Changes.
19656      Branch: perl
19657            ! Changes patchlevel.h
19658 ____________________________________________________________________________
19659 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
19660         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
19661              From: Jonathan Stowe <gellyfish@gellyfish.com>
19662              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
19663              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
19664      Branch: perl
19665            ! pp_sys.c
19666 ____________________________________________________________________________
19667 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
19668         Log: DB_File sync from Paul Marquess.
19669      Branch: perl
19670            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19671            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19672            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
19673 ____________________________________________________________________________
19674 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
19675         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
19676              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
19677              Date: Sun, 6 Jan 2002 11:44:30 +0100
19678              Message-ID: <3C38389E.7831.493570@localhost>
19679      Branch: perl
19680            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
19681            ! utils/perlcc.PL
19682 ____________________________________________________________________________
19683 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
19684         Log: Tests for #14098.
19685      Branch: perl
19686            ! t/op/lc.t
19687 ____________________________________________________________________________
19688 [ 14102] By: nick                                  on 2002/01/06  11:33:55
19689         Log: Integrate mainline (PPPort still multi-building).
19690      Branch: perlio
19691           +> lib/unifold.t
19692           !> (integrate 30 files)
19693 ____________________________________________________________________________
19694 [ 14101] By: ams                                   on 2002/01/06  04:52:50
19695         Log: Subject: [PATCH] Bad prototype detection now an optional warning
19696              From: Sam Tregar <sam@tregar.com>
19697              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
19698              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
19699      Branch: perl
19700            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
19701            ! t/comp/proto.t toke.c
19702 ____________________________________________________________________________
19703 [ 14100] By: ams                                   on 2002/01/06  01:56:59
19704         Log: Subject: [PATCH] Correct several Stratus VOS build issues
19705              From: "Green, Paul" <Paul.Green@stratus.com>
19706              Date: Sat, 5 Jan 2002 21:30:56 -0500
19707              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
19708      Branch: perl
19709            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
19710 ____________________________________________________________________________
19711 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
19712         Log: Further perl.org URL elaboration from Ask.
19713      Branch: perl
19714            ! pod/perlfaq1.pod pod/perlfaq2.pod
19715 ____________________________________________________________________________
19716 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
19717         Log: The same problem with To{Lower,Title,Upper}
19718              as earlier with ToFold.
19719      Branch: perl
19720            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19721            ! lib/unicore/To/Upper.pl lib/unicore/mktables
19722 ____________________________________________________________________________
19723 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
19724         Log: Retract #14057 for now; the alarm/setitimer timers
19725              seen to be the same in many systems, which leads into
19726              hangups.
19727      Branch: perl
19728            ! ext/Time/HiRes/HiRes.t
19729 ____________________________________________________________________________
19730 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
19731         Log: Finish up (ha!) the Unicode case folding;
19732              enhance regex dumping code.
19733      Branch: perl
19734            + lib/unifold.t
19735            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
19736            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
19737 ____________________________________________________________________________
19738 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
19739         Log: Use the perl.org news gw instead of the perl.com one
19740              (from Ask).
19741      Branch: perl
19742            ! pod/perlfaq1.pod pod/perlfaq2.pod
19743 ____________________________________________________________________________
19744 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
19745         Log: Zero() wasn't documented.
19746      Branch: perl
19747            ! pod/perlclib.pod
19748 ____________________________________________________________________________
19749 [ 14093] By: ams                                   on 2002/01/05  17:58:35
19750         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
19751              From: Nicholas Clark <nick@unfortu.net>
19752              Date: Sat, 5 Jan 2002 18:55:39 +0000
19753              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
19754      Branch: perl
19755            ! lib/Memoize/t/tie_ndbm.t
19756 ____________________________________________________________________________
19757 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
19758         Log: Also UNICOS/mk has deviant socketpair().
19759      Branch: perl
19760            ! ext/Socket/socketpair.t
19761 ____________________________________________________________________________
19762 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
19763         Log: Ooops.  Retract the regex parts of #14090.
19764      Branch: perl
19765            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
19766 ____________________________________________________________________________
19767 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
19768         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
19769              From: Nicholas Clark <nick@unfortu.net> 
19770              Date: Sat, 5 Jan 2002 18:10:13 +0000
19771              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
19772      Branch: perl
19773            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
19774            ! regcomp.h regexec.c
19775 ____________________________________________________________________________
19776 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
19777         Log: Integrate perlio; a missing aTHX.
19778      Branch: perl
19779           !> op.c
19780 ____________________________________________________________________________
19781 [ 14088] By: nick                                  on 2002/01/05  12:35:01
19782         Log: One missing aTHX_
19783      Branch: perlio
19784            ! op.c
19785 ____________________________________________________________________________
19786 [ 14087] By: nick                                  on 2002/01/05  12:00:48
19787         Log: Raw integrate of mainline - op.c looks dodgy.
19788      Branch: perlio
19789           +> lib/Pod/t/Functions.t t/op/winsystem.t
19790            - lib/File/Spec/NW5.pm t/op/system.t
19791           !> (integrate 77 files)
19792 ____________________________________________________________________________
19793 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
19794         Log: integrate changes from maint-5.6/macperl branch
19795      Branch: maint-5.6/perl
19796           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
19797           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
19798 ____________________________________________________________________________
19799 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
19800         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
19801              found by Marc Lehmann.
19802      Branch: perl
19803            ! pp.c
19804 ____________________________________________________________________________
19805 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
19806         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
19807              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19808              Date: Sat, 5 Jan 2002 00:31:12 +0100
19809              Message-ID: <20020105003112.E1850@rafael>              
19810      Branch: perl
19811            ! t/comp/proto.t
19812 ____________________________________________________________________________
19813 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
19814         Log: A bit of "perl.com" cleanup.
19815      Branch: perl
19816            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
19817            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
19818            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
19819            ! pod/perlmodlib.PL pod/perlmodlib.pod
19820 ____________________________________________________________________________
19821 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
19822         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
19823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19824              Date: Fri, 4 Jan 2002 23:35:19 +0100
19825              Message-ID: <20020104233519.A1850@rafael>
19826      Branch: perl
19827            ! op.c
19828 ____________________________________________________________________________
19829 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
19830         Log: Integrate change #14062 from macperl;
19831              Define setbuf, setvbuf for Mac OS
19832      Branch: perl
19833           !> ext/IO/IO.xs
19834 ____________________________________________________________________________
19835 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
19836         Log: Bump version, update Changes
19837      Branch: maint-5.6/macperl
19838            ! macos/Changes macos/MPVersion.r
19839 ____________________________________________________________________________
19840 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
19841         Log: Add more droplets
19842      Branch: maint-5.6/macperl
19843            + macos/macperl/Droplets/gluedialect.plx
19844            + macos/macperl/Droplets/glueedit.plx
19845            + macos/macperl/Droplets/gluemac.plx
19846            + macos/macperl/Droplets/gluescriptadds.plx
19847            + macos/macperl/Droplets/installme.plx
19848            + macos/macperl/Droplets/show_glue_pods.plx
19849            + macos/macperl/Droplets/tarzipme.plx
19850            + macos/macperl/Droplets/untarzipme.plx
19851 ____________________________________________________________________________
19852 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
19853         Log: Display the native pwd command.
19854      Branch: perl
19855            ! ext/Cwd/t/cwd.t
19856 ____________________________________________________________________________
19857 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
19858         Log: Under Mac OS X /dev/stdout is normally a symlink,
19859              but when running the test it seems to become a socket.
19860              So let's extend our censorship.
19861      Branch: perl
19862            ! t/op/stat.t
19863 ____________________________________________________________________________
19864 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
19865         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
19866      Branch: maint-5.6/macperl
19867            + macos/HandleSocket.cp
19868            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
19869            ! macos/macperl.sym
19870 ____________________________________________________________________________
19871 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
19872         Log: Doc updates
19873      Branch: maint-5.6/macperl
19874            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
19875 ____________________________________________________________________________
19876 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
19877         Log: Update libraries
19878      Branch: maint-5.6/macperl
19879            ! macos/macperl/Makefile.mk
19880 ____________________________________________________________________________
19881 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
19882         Log: Update tests to Mac::StandardFile from StandardFile.pl,
19883              plus other fixes
19884      Branch: maint-5.6/macperl
19885            ! macos/ext/Mac/Menus/t/MenuBar.t
19886            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
19887            ! macos/ext/Mac/Movies/t/PlayMovie.t
19888            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
19889            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
19890            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
19891            ! macos/ext/Mac/Resources/t/Resources.t
19892 ____________________________________________________________________________
19893 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
19894         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
19895      Branch: maint-5.6/macperl
19896            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
19897            ! macos/ext/Mac/Movies/Movies.xs
19898            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
19899            ! macos/ext/Mac/StandardFile/StandardFile.xs
19900            ! macos/ext/Mac/Windows/Windows.xs
19901 ____________________________________________________________________________
19902 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
19903         Log: Updates for Universal Headers 3.4 (forgot one)
19904      Branch: maint-5.6/macperl
19905            ! macos/macperl/MPConsole.cp
19906 ____________________________________________________________________________
19907 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
19908         Log: Updates for Universal Headers 3.4
19909      Branch: maint-5.6/macperl
19910            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
19911            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
19912            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
19913            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
19914            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
19915            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
19916            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
19917            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
19918            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
19919 ____________________________________________________________________________
19920 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
19921         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
19922              from <200112112327.JAA25434@gpo.metropolis.net.au>;
19923              don't crash on quit for 68K (MacPerl Bug #490013)
19924      Branch: maint-5.6/macperl
19925            ! macos/macish.c macos/macperl/MPConsole.cp
19926 ____________________________________________________________________________
19927 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
19928         Log: If we do have socketpair(), make my_socketpair()
19929              just call the real socketpair().  This way we always
19930              have real code behind my_socketpair() and a symbol
19931              corresponding to the my_socketpair in global.sym.
19932      Branch: perl
19933            ! embed.fnc embed.h makedef.pl proto.h util.c
19934 ____________________________________________________________________________
19935 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
19936         Log: Disable sigaction (MacPerl Bug #470321)
19937      Branch: maint-5.6/macperl
19938            ! macos/config.h macos/config.sh
19939 ____________________________________________________________________________
19940 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
19941         Log: Make GUSI resource work (MacPerl Bug #464638)
19942      Branch: maint-5.6/macperl
19943            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
19944            ! macos/macperl/MacPerl.rsrc
19945 ____________________________________________________________________________
19946 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
19947         Log: Make AutoSplit go a little deeper
19948      Branch: maint-5.6/macperl
19949            ! macos/Makefile.mk
19950 ____________________________________________________________________________
19951 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
19952         Log: A few doc updates from bleadperl
19953      Branch: maint-5.6/macperl
19954            ! pod/perlmodinstall.pod pod/perlport.pod
19955 ____________________________________________________________________________
19956 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
19957         Log: Sync up to latest changes from bleadperl
19958      Branch: maint-5.6/macperl
19959            ! lib/File/Find.pm
19960 ____________________________________________________________________________
19961 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
19962         Log: Define setbuf, setvbuf for Mac OS
19963      Branch: maint-5.6/macperl
19964            ! ext/IO/IO.xs
19965 ____________________________________________________________________________
19966 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
19967         Log: Delete by request of Mark-Jason Dominus (change #13676)
19968      Branch: maint-5.6/macperl
19969            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
19970 ____________________________________________________________________________
19971 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
19972         Log: Spread the good word of "env".
19973      Branch: perl
19974            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
19975 ____________________________________________________________________________
19976 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
19977         Log: Till the system tests do something non-Win*, better rename
19978              the test so that people on other platforms don't get confused.
19979              (Not win32system, because assumedly there's win64, too.)
19980      Branch: perl
19981            + t/op/winsystem.t
19982            - t/op/system.t
19983            ! MANIFEST
19984 ____________________________________________________________________________
19985 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
19986         Log: Some tweaks.
19987      Branch: perl
19988            ! lib/Pod/t/Functions.t
19989 ____________________________________________________________________________
19990 [ 14057] By: ams                                   on 2002/01/04  17:40:31
19991         Log: (retracted by #14057)
19992              
19993              Subject: [PATCH] Time/HiRes/HiRes.t
19994              From: Nicholas Clark <nick@unfortu.net>
19995              Date: Fri, 4 Jan 2002 17:28:46 +0000
19996              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
19997      Branch: perl
19998            ! ext/Time/HiRes/HiRes.t
19999 ____________________________________________________________________________
20000 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
20001         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
20002              From: Abe Timmerman <abe@ztreet.demon.nl>
20003              Date: Fri, 04 Jan 2002 18:42:33 +0100
20004              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
20005      Branch: perl
20006            + lib/Pod/t/Functions.t
20007            ! MANIFEST lib/Pod/Functions.pm
20008 ____________________________________________________________________________
20009 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
20010         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
20011              From: "Craig A. Berry" <craigberry@mac.com>
20012              Date: Thu, 3 Jan 2002 17:32:20 -0600
20013              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
20014      Branch: perl
20015            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
20016 ____________________________________________________________________________
20017 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
20018         Log: Document the U+0085, U+2028, and U+2029.
20019      Branch: perl
20020            ! pod/perlre.pod pod/perlretut.pod
20021 ____________________________________________________________________________
20022 [ 14053] By: ams                                   on 2002/01/04  03:27:44
20023         Log: Subject: [PATCH] warn if not CORE::dump
20024              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20025              Date: Thu, 3 Jan 2002 22:04:00 +0100
20026              Message-Id: <20020103220400.A13958@rafael>
20027      Branch: perl
20028            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
20029 ____________________________________________________________________________
20030 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
20031         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
20032      Branch: perl
20033            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
20034 ____________________________________________________________________________
20035 [ 14051] By: ams                                   on 2002/01/04  03:00:12
20036         Log: Subject: [PATCH] File::Compare::VERSION
20037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20038              Date: Thu, 3 Jan 2002 23:42:52 +0100
20039              Message-Id: <20020103234252.G13958@rafael>
20040      Branch: perl
20041            ! lib/File/Compare.pm
20042 ____________________________________________________________________________
20043 [ 14050] By: ams                                   on 2002/01/04  02:58:05
20044         Log: Subject: [PATCH @14042] threads::shared doc
20045              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
20046              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
20047              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
20048      Branch: perl
20049            ! ext/threads/shared/shared.pm
20050 ____________________________________________________________________________
20051 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
20052         Log: #14048 exposed few false positives, to be fixed soonish.
20053      Branch: perl
20054            ! t/op/pat.t
20055 ____________________________________________________________________________
20056 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
20057         Log: Do not add the first characters of multicharacter foldings
20058              into character classes.
20059      Branch: perl
20060            ! regcomp.c
20061 ____________________________________________________________________________
20062 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
20063         Log: A bit of testing for #14046.
20064      Branch: perl
20065            ! t/op/pat.t
20066 ____________________________________________________________________________
20067 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
20068         Log: Allow emitting the foldcased version of "\x{df}", "ss"
20069              (among others, another example would be \x{fb00} -> "ff")
20070      Branch: perl
20071            ! regcomp.c
20072 ____________________________________________________________________________
20073 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
20074         Log: Subject: [PATCH] File::Spec & NetWare
20075              From: Dave Rolsky <autarch@urth.org>
20076              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
20077              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
20078      Branch: perl
20079            - lib/File/Spec/NW5.pm
20080            ! MANIFEST lib/File/Spec.pm
20081 ____________________________________________________________________________
20082 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
20083         Log: FAQ sync (RCS Ids only?)
20084      Branch: perl
20085            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
20086 ____________________________________________________________________________
20087 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
20088         Log: AUTHORs updates.
20089      Branch: perl
20090            ! AUTHORS
20091 ____________________________________________________________________________
20092 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
20093         Log: Update Changes.
20094      Branch: perl
20095            ! Changes patchlevel.h
20096 ____________________________________________________________________________
20097 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
20098         Log: Missed the =head1 additions.
20099      Branch: perl
20100            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
20101            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
20102            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
20103            ! util.c
20104 ____________________________________________________________________________
20105 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
20106         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
20107              From: Robin Barker <rmb1@cise.npl.co.uk>
20108              Date: Thu, 3 Jan 2002 15:26:20 GMT
20109              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
20110      Branch: perl
20111            ! lib/Carp.t lib/Carp/Heavy.pm
20112 ____________________________________________________________________________
20113 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
20114         Log: Subject: [PATCH hv.c] 
20115              From: Robin Barker <rmb1@cise.npl.co.uk>
20116              Date: Thu, 3 Jan 2002 14:49:06 GMT
20117              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
20118              
20119              -Wformat check.
20120      Branch: perl
20121            ! hv.c
20122 ____________________________________________________________________________
20123 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
20124         Log: NetWare tweaks from Ananth Kesari.
20125      Branch: perl
20126            ! NetWare/t/NWScripts.pl lib/File/Find.pm
20127 ____________________________________________________________________________
20128 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
20129         Log: Cast.
20130      Branch: perl
20131            ! regexec.c
20132 ____________________________________________________________________________
20133 [ 14036] By: ams                                   on 2002/01/03  12:12:31
20134         Log: Grammar fix suggested by Gwyn Judd.
20135      Branch: perl
20136            ! pod/perldiag.pod
20137 ____________________________________________________________________________
20138 [ 14035] By: nick                                  on 2002/01/03  09:22:42
20139         Log: More strange perlio != mainline differences where
20140              I have not been.
20141      Branch: perlio
20142           !> hints/unicos.sh hints/unicosmk.sh
20143 ____________________________________________________________________________
20144 [ 14034] By: nick                                  on 2002/01/03  09:19:37
20145         Log: Integrate mainline (including force integrate of
20146              lib/charnames.pm which had got out-of-step)
20147      Branch: perlio
20148           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
20149 ____________________________________________________________________________
20150 [ 14033] By: ams                                   on 2002/01/03  08:24:24
20151         Log: Subject: Not ok 14031: PPPort Makefile.PL
20152              From: andreas.koenig@anima.de (Andreas J. Koenig)
20153              Date: 03 Jan 2002 10:17:46 +0100
20154              Message-Id: <m3sn9n94jp.fsf@anima.de>
20155      Branch: perl
20156            ! ext/Devel/PPPort/Makefile.PL
20157 ____________________________________________________________________________
20158 [ 14032] By: nick                                  on 2002/01/03  08:24:00
20159         Log: Integrate mainline.
20160      Branch: perlio
20161           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
20162           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
20163           !> (integrate 31 files)
20164 ____________________________________________________________________________
20165 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
20166         Log: Off-by-one is my middle name.
20167      Branch: perl
20168            ! regexec.c
20169 ____________________________________________________________________________
20170 [ 14030] By: ams                                   on 2002/01/02  23:56:37
20171         Log: Subject: [PATCH @14015] threads::shared disabling
20172              From: Andy Bussey <andybussey@yahoo.co.uk>
20173              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
20174              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
20175      Branch: perl
20176            + ext/threads/shared/t/no_share.t
20177            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
20178 ____________________________________________________________________________
20179 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
20180         Log: Simon's new perlapi scheme, I hope I got all the pieces.
20181      Branch: perl
20182            + autodoc.pl embed.fnc
20183            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
20184 ____________________________________________________________________________
20185 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
20186         Log: Integrate perlio; more PPPort Makefile source dependence removal
20187      Branch: perl
20188           !> ext/Devel/PPPort/Makefile.PL perl.h
20189 ____________________________________________________________________________
20190 [ 14027] By: ams                                   on 2002/01/02  21:42:50
20191         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
20192              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20193              Date: Wed, 2 Jan 2002 23:09:13 +0100
20194              Message-Id: <20020102230913.A17373@rafael>
20195      Branch: perl
20196            ! pod/perldiag.pod
20197 ____________________________________________________________________________
20198 [ 14026] By: ams                                   on 2002/01/02  21:38:34
20199         Log: Subject: Re: PATCH: lib/Term/Cap.pm
20200              From: Jonathan Stowe <gellyfish@gellyfish.com>
20201              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
20202              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
20203      Branch: perl
20204            ! lib/Term/Cap.pm
20205 ____________________________________________________________________________
20206 [ 14025] By: ams                                   on 2002/01/02  18:34:26
20207         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
20208              From: Sam Tregar <sam@tregar.com>
20209              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
20210              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
20211      Branch: perl
20212            ! pod/perldiag.pod t/comp/proto.t toke.c
20213 ____________________________________________________________________________
20214 [ 14024] By: ams                                   on 2002/01/02  18:16:12
20215         Log: Subject: PATCH: lib/Term/Cap.pm
20216              From: Norton Allen <allen@huarp.harvard.edu>
20217              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
20218              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
20219      Branch: perl
20220            ! lib/Term/Cap.pm
20221 ____________________________________________________________________________
20222 [ 14023] By: ams                                   on 2002/01/02  18:12:31
20223         Log: Subject: PATCH: lib/Cwd.pm for QNX4
20224              From: Norton Allen <allen@huarp.harvard.edu>
20225              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
20226              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
20227      Branch: perl
20228            ! lib/Cwd.pm
20229 ____________________________________________________________________________
20230 [ 14022] By: nick                                  on 2002/01/02  18:01:21
20231         Log: More PPPort Makefile source dependence removal
20232      Branch: perlio
20233            ! ext/Devel/PPPort/Makefile.PL
20234 ____________________________________________________________________________
20235 [ 14021] By: nick                                  on 2002/01/02  17:44:36
20236         Log: Sort out muddle of editing on three machines ...
20237      Branch: perlio
20238           !> Changes MANIFEST cygwin/Makefile.SHs
20239           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
20240           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
20241           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
20242 ____________________________________________________________________________
20243 [ 14020] By: ams                                   on 2002/01/02  17:06:27
20244         Log: Fix misplaced application of #14016.
20245      Branch: perl
20246            ! op.c
20247 ____________________________________________________________________________
20248 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
20249         Log: Integrate perlio; avoid uninit debug_pad.
20250      Branch: perl
20251           !> sv.c
20252 ____________________________________________________________________________
20253 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
20254         Log: makedepend VOS fix from Paul Green.
20255      Branch: perl
20256            ! makedepend.SH
20257 ____________________________________________________________________________
20258 [ 14017] By: nick                                  on 2002/01/02  16:09:43
20259         Log: Avoid un-init perl_debug_pad in clones
20260      Branch: perlio
20261            ! sv.c
20262 ____________________________________________________________________________
20263 [ 14016] By: ams                                   on 2002/01/02  15:58:11
20264         Log: Subject: [PATCH] random crash in B::LISTOP::last
20265              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20266              Date: Wed, 2 Jan 2002 17:37:28 +0100
20267              Message-Id: <3C334558.3906.19CB98D@localhost>
20268      Branch: perl
20269            ! op.c
20270 ____________________________________________________________________________
20271 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
20272         Log: Update Changes.
20273      Branch: perl
20274            ! Changes patchlevel.h
20275 ____________________________________________________________________________
20276 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
20277         Log: One more iteration of the ibcmp_utf8() interface,
20278              hopefully this is a convergent iteration...
20279      Branch: perl
20280            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
20281 ____________________________________________________________________________
20282 [ 14013] By: ams                                   on 2002/01/02  13:43:58
20283         Log: Upgrade to podlators-1.19.
20284      Branch: perl
20285            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
20286            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
20287            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
20288            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
20289            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
20290 ____________________________________________________________________________
20291 [ 14012] By: ams                                   on 2002/01/02  09:48:51
20292         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
20293              From: martyn@inpharmatica.co.uk
20294              Date: Wed, 19 Dec 2001 19:05:00 +0000
20295              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
20296      Branch: perl
20297            ! lib/Pod/Usage.pm
20298 ____________________________________________________________________________
20299 [ 14011] By: nick                                  on 2002/01/02  08:38:18
20300         Log: Integrate mainline
20301      Branch: perlio
20302           !> (integrate 28 files)
20303 ____________________________________________________________________________
20304 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
20305         Log: Make ibcmp_utf8() optionally progress in either string for
20306              as long as it takes and optionally record how far it got.
20307      Branch: perl
20308            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
20309 ____________________________________________________________________________
20310 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
20311         Log: Once more try to get the PPPort Makefile right.
20312      Branch: perl
20313            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
20314 ____________________________________________________________________________
20315 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
20316         Log: -Wall silencing.
20317      Branch: perl
20318            ! utf8.c
20319 ____________________________________________________________________________
20320 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
20321         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
20322              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20323              Date: Tue, 1 Jan 2002 22:45:21 +0100       
20324              Message-ID: <20020101224521.A691@rafael>
20325      Branch: perl
20326            ! ext/B/B/Deparse.pm
20327 ____________________________________________________________________________
20328 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
20329         Log: VOS tweak from Paul Green: VOS has different O_BINARY
20330              and O_TEXT, but VOS always uses LF, never CRLF.
20331      Branch: perl
20332            ! perl.h
20333 ____________________________________________________________________________
20334 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
20335         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
20336      Branch: perl
20337            ! regexec.c utf8.c
20338 ____________________________________________________________________________
20339 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
20340         Log: Now that to_utf8_fold() was fixed.
20341      Branch: perl
20342            ! regcomp.c regexec.c
20343 ____________________________________________________________________________
20344 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
20345         Log: Integrate perlio; experimental binmode() re-coding.
20346      Branch: perl
20347           !> perlio.c
20348 ____________________________________________________________________________
20349 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
20350         Log: Document the to_utf8_*() functions.
20351      Branch: perl
20352            ! embed.pl pod/perlapi.pod utf8.c
20353 ____________________________________________________________________________
20354 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
20355         Log: Better support for multicharacter foldings.
20356              Now all but two of the CaseFold.txt cases work-- but
20357              only when the target string is single-character, more
20358              debugging needed.
20359      Branch: perl
20360            ! regexec.c
20361 ____________________________________________________________________________
20362 [ 14000] By: ams                                   on 2002/01/01  15:59:43
20363         Log: Subject: [PATCH] don't installperl pods
20364              From: Nicholas Clark <nick@unfortu.net>
20365              Date: Tue, 1 Jan 2002 16:44:12 +0000
20366              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
20367      Branch: perl
20368            ! installperl
20369 ____________________________________________________________________________
20370 [ 13999] By: ams                                   on 2002/01/01  14:34:04
20371         Log: Subject: [PATCH] perldiag.pod transposition
20372              From: Nicholas Clark <nick@unfortu.net>
20373              Date: Tue, 1 Jan 2002 15:03:52 +0000
20374              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
20375      Branch: perl
20376            ! pod/perldiag.pod
20377 ____________________________________________________________________________
20378 [ 13998] By: ams                                   on 2002/01/01  13:36:49
20379         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
20380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20381              Date: Tue, 1 Jan 2002 15:12:36 +0100
20382              Message-Id: <20020101151236.A951@rafael>
20383      Branch: perl
20384            ! pod/perldiag.pod
20385 ____________________________________________________________________________
20386 [ 13997] By: ams                                   on 2002/01/01  13:33:06
20387         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
20388              From: Nicholas Clark <nick@unfortu.net>
20389              Date: Tue, 1 Jan 2002 13:13:17 +0000
20390              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
20391      Branch: perl
20392            ! ext/Socket/socketpair.t
20393 ____________________________________________________________________________
20394 [ 13996] By: ams                                   on 2002/01/01  04:44:28
20395         Log: Subject: [PATCH @13746] Leaner exporter
20396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20397              Date: Mon, 31 Dec 2001 18:16:08 -0500
20398              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
20399      Branch: perl
20400            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
20401 ____________________________________________________________________________
20402 [ 13995] By: ams                                   on 2002/01/01  04:29:44
20403         Log: Subject: [PATCH @13746] h2xs broken
20404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20405              Date: Mon, 31 Dec 2001 17:48:55 -0500
20406              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
20407      Branch: perl
20408            ! utils/h2xs.PL
20409 ____________________________________________________________________________
20410 [ 13994] By: ams                                   on 2002/01/01  04:25:46
20411         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
20412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20413              Date: Mon, 31 Dec 2001 17:42:25 -0500
20414              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
20415      Branch: perl
20416            ! lib/ExtUtils/MM_Unix.pm
20417 ____________________________________________________________________________
20418 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
20419         Log: Rename the variables to be a bit more consistent.
20420      Branch: perl
20421            ! utf8.c
20422 ____________________________________________________________________________
20423 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
20424         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
20425              (found by Jeffrey Friedl)
20426      Branch: perl
20427            ! regexec.c t/op/pat.t utf8.c
20428 ____________________________________________________________________________
20429 [ 13991] By: nick                                  on 2001/12/31  18:08:55
20430         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
20431      Branch: perlio
20432            ! perlio.c
20433 ____________________________________________________________________________
20434 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
20435         Log: Update Changes.
20436      Branch: perl
20437            ! Changes patchlevel.h
20438 ____________________________________________________________________________
20439 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
20440         Log: Less unused ones.
20441      Branch: perl
20442            ! regexec.c
20443 ____________________________________________________________________________
20444 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
20445         Log: Unused variable.
20446      Branch: perl
20447            ! regcomp.c
20448 ____________________________________________________________________________
20449 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
20450         Log: Forgotten file.
20451      Branch: perl
20452            ! MANIFEST
20453 ____________________________________________________________________________
20454 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
20455         Log: Subject: Re: Cygwin: one down one to go 
20456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20457              Date: Mon, 31 Dec 2001 18:34:36 +0100
20458              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
20459      Branch: perl
20460            ! cygwin/Makefile.SHs
20461 ____________________________________________________________________________
20462 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
20463         Log: Add some comments to the recent Unicode case-folding saga.
20464      Branch: perl
20465            ! regcomp.c regexec.c
20466 ____________________________________________________________________________
20467 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
20468         Log: Slight comment tweakage.
20469      Branch: perl
20470            ! ext/I18N/Langinfo/Langinfo.t
20471 ____________________________________________________________________________
20472 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
20473         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
20474      Branch: perl
20475            ! perl.h
20476 ____________________________________________________________________________
20477 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
20478         Log: Subject: [ PATCH] Cygwin: one down one to go
20479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20480              Date: Mon, 31 Dec 2001 17:03:40 +0100
20481              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
20482      Branch: perl
20483            ! lib/Pod/t/basic.t
20484 ____________________________________________________________________________
20485 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
20486         Log: Tweak the dependencies not to recompile everytime,
20487              as suggested by NI-S.
20488      Branch: perl
20489            ! ext/Devel/PPPort/Makefile.PL
20490 ____________________________________________________________________________
20491 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
20492         Log: Planning still not right.
20493      Branch: perl
20494            ! lib/User/grent.t
20495 ____________________________________________________________________________
20496 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
20497         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
20498              From: Michael G Schwern <schwern@pobox.com>
20499              Date: Sun, 30 Dec 2001 18:07:55 -0500
20500              Message-ID: <20011230230755.GG12840@blackrider>
20501              
20502              (lib/User/grent, really)
20503      Branch: perl
20504            ! lib/User/grent.t
20505 ____________________________________________________________________________
20506 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
20507         Log: Integrate perlio; cleanup, in particular avoid accidental
20508              PerlIO_flush(NULL) if PerlIONext is NULL.
20509      Branch: perl
20510           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
20511 ____________________________________________________________________________
20512 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
20513         Log: Subject: typo in IO::Socket::INET.pm
20514              From: mjd@plover.com
20515              Date: 31 Dec 2001 14:31:10 -0000
20516              Message-ID: <20011231143110.4989.qmail@plover.com>
20517      Branch: perl
20518            ! ext/IO/lib/IO/Socket/INET.pm
20519 ____________________________________________________________________________
20520 [ 13976] By: nick                                  on 2001/12/31  13:56:11
20521         Log: Integrate mainline
20522      Branch: perlio
20523           !> (integrate 29 files)
20524 ____________________________________________________________________________
20525 [ 13975] By: nick                                  on 2001/12/31  12:40:50
20526         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
20527              if PerlIONext is NULL.
20528      Branch: perlio
20529            ! perlio.c perliol.h
20530 ____________________________________________________________________________
20531 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
20532         Log: Subject: Re: [PATCH] Basic bad prototype detection
20533              From: Sam Tregar <sam@tregar.com>
20534              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
20535              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
20536      Branch: perl
20537            ! t/comp/proto.t toke.c
20538 ____________________________________________________________________________
20539 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
20540         Log: Subject: [PATCH] configure.com / scriptdirexp
20541              From: "Craig A. Berry" <craigberry@mac.com>
20542              Date: Sun, 30 Dec 2001 15:47:28 -0600
20543              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
20544      Branch: perl
20545            ! configure.com
20546 ____________________________________________________________________________
20547 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
20548         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
20549              From: Abe Timmerman <abe@ztreet.demon.nl>
20550              Date: Mon, 31 Dec 2001 03:55:27 +0100
20551              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
20552      Branch: perl
20553            ! lib/ExtUtils/t/MM_Win32.t
20554 ____________________________________________________________________________
20555 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
20556         Log: Subject: [PATCH] Basic bad prototype detection
20557              From: Sam Tregar <sam@tregar.com> 
20558              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
20559              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
20560      Branch: perl
20561            ! pod/perldiag.pod t/comp/proto.t toke.c
20562 ____________________________________________________________________________
20563 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
20564         Log: Makefiles are sloppy about the exe suffix
20565              (from Paul Green)
20566      Branch: perl
20567            ! Makefile.SH x2p/Makefile.SH
20568 ____________________________________________________________________________
20569 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
20570         Log: Delay folding until necessary; start of handling
20571              folding into several characters.
20572      Branch: perl
20573            ! regcomp.c regexec.c
20574 ____________________________________________________________________________
20575 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
20576         Log: gcc -Wall dewhine.
20577      Branch: perl
20578            ! regexec.c
20579 ____________________________________________________________________________
20580 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
20581         Log: More Unicode folding tweaks, avoid potential false matches.
20582      Branch: perl
20583            ! regexec.c
20584 ____________________________________________________________________________
20585 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
20586         Log: Make that six wrongs.
20587      Branch: perl
20588            ! regexec.c utf8.c
20589 ____________________________________________________________________________
20590 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
20591         Log: Four wrongs can make a right.
20592      Branch: perl
20593            ! regexec.c utf8.c
20594 ____________________________________________________________________________
20595 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
20596         Log: Fix all the I case foldings as per CaseFold.txt.
20597      Branch: perl
20598            ! regcomp.c regexec.c
20599 ____________________________________________________________________________
20600 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
20601         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
20602      Branch: perl
20603            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
20604            ! regexec.c utf8.c
20605 ____________________________________________________________________________
20606 [ 13962] By: nick                                  on 2001/12/30  18:33:41
20607         Log: Integrate 8.3 fix for PPPort fix
20608      Branch: perlio
20609           +> ext/Devel/PPPort/ppport_h.PL
20610            - ext/Devel/PPPort/ppport.h.PL
20611            ! ext/Devel/PPPort/MANIFEST
20612           !> ext/Devel/PPPort/Makefile.PL
20613 ____________________________________________________________________________
20614 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
20615         Log: Integrate perlio; more win32 stuff:
20616              
20617              A. Use Perl_my_socketpair()
20618              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
20619              load winsock.
20620              C. (In passing) work round fact that $$ is now SvREADONLY
20621              so we need to take special measures to set it during
20622              pseudo-fork.
20623      Branch: perl
20624           !> util.c win32/perlhost.h
20625 ____________________________________________________________________________
20626 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
20627         Log: Fix ppport.h for Unix.
20628      Branch: perl
20629            + ext/Devel/PPPort/ppport_h.PL
20630            - ext/Devel/PPPort/ppport.h.PL
20631            ! MANIFEST ext/Devel/PPPort/Makefile.PL
20632 ____________________________________________________________________________
20633 [ 13959] By: nick                                  on 2001/12/30  16:53:42
20634         Log: Win32 stuff:
20635              A. Use Perl_my_socketpair()
20636              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
20637              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
20638              take special measures to set it during pseudo-fork.
20639      Branch: perlio
20640            ! util.c win32/perlhost.h
20641 ____________________________________________________________________________
20642 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
20643         Log: Integrate perlio; win32 kicking.
20644      Branch: perl
20645           +> ext/Devel/PPPort/ppport.h.PL
20646           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
20647           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
20648           !> proto.h
20649 ____________________________________________________________________________
20650 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
20651         Log: metaconfig unit change for #13956.
20652      Branch: metaconfig
20653            ! U/modified/spitshell.U
20654 ____________________________________________________________________________
20655 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
20656         Log: Must look for cat also in $PATH (noticed by Philip Newton).
20657      Branch: perl
20658            ! Configure
20659 ____________________________________________________________________________
20660 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
20661         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
20662              From: Blair Zajac <blair@orcaware.com>
20663              Date: Sat, 29 Dec 2001 22:37:03 -0800
20664              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
20665      Branch: perl
20666            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
20667 ____________________________________________________________________________
20668 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
20669         Log: Regen files.
20670      Branch: perl
20671            ! embed.h global.sym pod/perlapi.pod uconfig.h
20672 ____________________________________________________________________________
20673 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
20674         Log: Subject: [PATCH] -t without -w 
20675              From: Michael G Schwern <schwern@pobox.com>
20676              Date: Sat, 29 Dec 2001 23:46:25 -0500
20677              Message-ID: <20011230044625.GA14386@blackrider>
20678      Branch: perl
20679            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
20680            ! warnings.pl
20681 ____________________________________________________________________________
20682 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
20683         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
20684              From: Dave Rolsky <autarch@urth.org>               
20685              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
20686              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
20687              
20688              $^O is NetWare, not Netware.
20689      Branch: perl
20690            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
20691 ____________________________________________________________________________
20692 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
20693         Log: Sarathy thinks undoing C++ comments from C++ files
20694              is a bit too zealous.
20695      Branch: perl
20696            ! win32/perlhost.h win32/vmem.h
20697 ____________________________________________________________________________
20698 [ 13950] By: nick                                  on 2001/12/30  14:30:02
20699         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
20700              This gets them into Errno.pm - yet to prove they end up in $!.
20701      Branch: perlio
20702            ! ext/Errno/Errno_pm.PL
20703 ____________________________________________________________________________
20704 [ 13949] By: nick                                  on 2001/12/30  12:02:21
20705         Log: Integrate Cwd muddle
20706      Branch: perlio
20707           !> MANIFEST installperl lib/Cwd.pm
20708 ____________________________________________________________________________
20709 [ 13948] By: nick                                  on 2001/12/30  11:51:40
20710         Log: remove embed.pl duplicates
20711      Branch: perlio
20712            ! embed.h embed.pl global.sym proto.h
20713 ____________________________________________________________________________
20714 [ 13947] By: nick                                  on 2001/12/30  11:35:51
20715         Log: More Cwd tidy up
20716      Branch: perl
20717            ! MANIFEST installperl
20718 ____________________________________________________________________________
20719 [ 13946] By: nick                                  on 2001/12/30  11:12:42
20720         Log: Undo a mess trying Cwd.pm in its ext directory
20721      Branch: perl
20722            + lib/Cwd.pm
20723            - ext/Cwd/Cwd.pm
20724 ____________________________________________________________________________
20725 [ 13945] By: nick                                  on 2001/12/30  10:03:43
20726         Log: Integrate mainline
20727      Branch: perl
20728           +> ext/Cwd/Cwd.pm
20729            - lib/Cwd.pm
20730            ! MANIFEST
20731      Branch: perlio
20732           !> (integrate 45 files)
20733 ____________________________________________________________________________
20734 [ 13944] By: nick                                  on 2001/12/30  09:27:16
20735         Log: "Port" Devel::PPPort to Win32:
20736              - need to set @INC before use in the test
20737              - {} are special to dmake, so use ppport.h.PL
20738              rather than commandline 
20739      Branch: perlio
20740            + ext/Devel/PPPort/ppport.h.PL
20741            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
20742 ____________________________________________________________________________
20743 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
20744         Log: Update Changes.
20745      Branch: perl
20746            ! Changes patchlevel.h
20747 ____________________________________________________________________________
20748 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
20749         Log: Subject: [PATCH] cleaner close on tests, take 2
20750              From: andreas.koenig@anima.de (Andreas J. Koenig)
20751              Date: 29 Dec 2001 21:42:37 +0100
20752              Message-ID: <m33d1tvjuq.fsf@anima.de>
20753              
20754              (the DB_File patches)
20755      Branch: perl
20756            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20757            ! ext/DB_File/t/db-recno.t
20758 ____________________________________________________________________________
20759 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
20760         Log: Integrate perlio; regen'ed config_H.?c
20761      Branch: perl
20762           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20763 ____________________________________________________________________________
20764 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
20765         Log: Subject: [PATCH] cleaner close on tests, take 2             
20766              From: andreas.koenig@anima.de (Andreas J. Koenig)
20767              Date: 29 Dec 2001 21:42:37 +0100
20768              Message-ID: <m33d1tvjuq.fsf@anima.de>
20769              
20770              (except for the three DB_File patch fragments)
20771      Branch: perl
20772            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
20773            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
20774            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
20775            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
20776            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
20777            ! t/op/runlevel.t t/op/write.t t/run/switches.t
20778 ____________________________________________________________________________
20779 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
20780         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
20781              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20782              Date: Sat, 29 Dec 2001 20:38:59 +0100
20783              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
20784              
20785              (NetWare tree not touched because it's very //)
20786      Branch: perl
20787            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
20788            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
20789            ! wince/include/errno.h wince/include/netdb.h
20790            ! wince/include/sys/socket.h wince/include/sys/stat.h
20791            ! wince/perllib.c wince/perlmain.c wince/win32.h
20792            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
20793            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
20794 ____________________________________________________________________________
20795 [ 13938] By: nick                                  on 2001/12/29  19:23:32
20796         Log: Integrate mainline (ok linux)
20797      Branch: perlio
20798           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
20799           !> (integrate 33 files)
20800 ____________________________________________________________________________
20801 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
20802         Log: Give up on serious testing of langinfo().  Leave the old
20803              code in place, though.
20804      Branch: perl
20805            ! ext/I18N/Langinfo/Langinfo.t
20806 ____________________________________________________________________________
20807 [ 13936] By: nick                                  on 2001/12/29  18:20:33
20808         Log: Routine regen_config_h - no real differences other than order of crypt 
20809      Branch: perlio
20810            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20811 ____________________________________________________________________________
20812 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
20813         Log: Integrate perlio;
20814              
20815              Define the two socket error numbers in terms of WSAEXXXXX equivalents
20816              
20817              Fudge Config.pm so File::Spec does not croak.
20818      Branch: perl
20819           !> win32/FindExt.pm win32/win32.h
20820 ____________________________________________________________________________
20821 [ 13934] By: nick                                  on 2001/12/29  17:27:50
20822         Log: Fudge Config.pm so File::Spec does not croak.
20823      Branch: perlio
20824            ! win32/FindExt.pm
20825 ____________________________________________________________________________
20826 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
20827         Log: metaconfig unit changes for #13932.
20828      Branch: metaconfig
20829            + U/modified/Init.U
20830            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
20831 ____________________________________________________________________________
20832 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
20833         Log: VOS tweaks from Paul Green.
20834              
20835              The Configure tweaks: the _exe needs to be
20836              set after the init; VOS has fd 3 hardwired to /dev/tty;
20837              the grep/ln/make substitutions really need to stick.
20838      Branch: perl
20839            ! Configure hints/vos.sh perl.h util.c vos/build.cm
20840            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20841            ! vos/config.ga.h vos/vosish.h
20842 ____________________________________________________________________________
20843 [ 13931] By: nick                                  on 2001/12/29  17:00:38
20844         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
20845              (just to get util.c to compile)
20846      Branch: perlio
20847            ! win32/win32.h
20848 ____________________________________________________________________________
20849 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
20850         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
20851              From: coral@eekeek.org
20852              Date: Fri, 28 Dec 2001 19:58:22 -0500      
20853              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
20854      Branch: perl
20855            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
20856            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
20857            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
20858            ! pod/perlunicode.pod pod/perlxs.pod util.c
20859 ____________________________________________________________________________
20860 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
20861         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
20862      Branch: perl
20863            ! t/op/exec.t
20864 ____________________________________________________________________________
20865 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
20866         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
20867              From: Abe Timmerman <abe@ztreet.demon.nl>
20868              Date: Sat, 29 Dec 2001 13:10:06 +0100
20869              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
20870      Branch: perl
20871            + lib/Pod/t/InputObjects.t
20872 ____________________________________________________________________________
20873 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
20874         Log: Integrate perlio;
20875              
20876              Quick fix (after couple of clever fixes failed) for
20877              "accept leaks memory" fail [ID 20011223.001]
20878              
20879              Nick Clark's embed.pl fix for my_socketpair
20880      Branch: perl
20881           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
20882 ____________________________________________________________________________
20883 [ 13926] By: nick                                  on 2001/12/29  15:23:21
20884         Log: Nick Clark's embed.pl fix for my_socketpair
20885      Branch: perlio
20886            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
20887 ____________________________________________________________________________
20888 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
20889         Log: Slight tweaks on the MM_Win32.t.
20890      Branch: perl
20891            ! lib/ExtUtils/t/MM_Win32.t
20892 ____________________________________________________________________________
20893 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
20894         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
20895              From: Abe Timmerman <abe@ztreet.demon.nl>
20896              Date: Sat, 29 Dec 2001 12:51:36 +0100
20897              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
20898      Branch: perl
20899            + lib/ExtUtils/t/MM_Win32.t
20900            ! MANIFEST
20901 ____________________________________________________________________________
20902 [ 13923] By: nick                                  on 2001/12/29  15:12:07
20903         Log: Quick fix (after couple of clever fixes failed) for
20904              "accept leaks memory" fail [ID 20011223.001]
20905      Branch: perlio
20906            ! pp_sys.c
20907 ____________________________________________________________________________
20908 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
20909         Log: Subject: [PATCH] Module names and other nits
20910              From: Autrijus Tang <autrijus@autrijus.org>                 
20911              Date: Sat, 29 Dec 2001 01:59:28 +0800
20912              Message-ID: <20011229015928.A29712@geb.elixus.org>              
20913      Branch: perl
20914            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
20915            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
20916            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
20917            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
20918            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
20919 ____________________________________________________________________________
20920 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
20921         Log: socketpair tweaks from Nicholas Clark.
20922      Branch: perl
20923            ! ext/Socket/socketpair.t util.c
20924 ____________________________________________________________________________
20925 [ 13920] By: nick                                  on 2001/12/29  12:36:21
20926         Log: Integrate mainline
20927      Branch: perlio
20928           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
20929           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
20930           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20931           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
20932           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
20933           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
20934           !> t/op/sysio.t
20935 ____________________________________________________________________________
20936 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
20937         Log: Retract #13917.
20938      Branch: perl
20939            ! doop.c
20940 ____________________________________________________________________________
20941 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
20942         Log: Subject: provisional MakeMaker patch for VMS
20943              From: "Craig A. Berry" <craigberry@mac.com> 
20944              Date: Thu, 27 Dec 2001 22:29:37 -0600
20945              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
20946      Branch: perl
20947            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20948 ____________________________________________________________________________
20949 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
20950         Log: (retracted by #13919)
20951      Branch: perl
20952            ! doop.c
20953 ____________________________________________________________________________
20954 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
20955         Log: metaconfig unit change for #13915.
20956      Branch: metaconfig/U/perl
20957            ! d_u32align.U
20958 ____________________________________________________________________________
20959 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
20960         Log: Remove debris in any case.
20961      Branch: perl
20962            ! Configure
20963 ____________________________________________________________________________
20964 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
20965         Log: Subject: [PATCH] Re: B::walksymtable oddness
20966              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20967              Date: Thu, 27 Dec 2001 19:14:24 +0100
20968              Message-ID: <3C2B7310.861.18820D0@localhost>
20969      Branch: perl
20970            ! ext/B/B.pm
20971 ____________________________________________________________________________
20972 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
20973         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
20974              From: Nicholas Clark <nick@unfortu.net> 
20975              Date: Fri, 28 Dec 2001 00:43:02 +0000
20976              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
20977      Branch: perl
20978            ! ext/Socket/socketpair.t
20979 ____________________________________________________________________________
20980 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
20981         Log: Fast Latin1<->UTF-8 conversion for older Perls.
20982      Branch: perl
20983            ! pod/perluniintro.pod
20984 ____________________________________________________________________________
20985 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
20986         Log: Update Changes.
20987      Branch: perl
20988            ! Changes patchlevel.h
20989 ____________________________________________________________________________
20990 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
20991         Log: More wait status trickery for BeOS.
20992      Branch: perl
20993            ! ext/POSIX/POSIX.xs
20994 ____________________________________________________________________________
20995 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
20996         Log: metaconfig unit change for #13908.
20997      Branch: metaconfig/U/perl
20998            ! d_u32align.U
20999 ____________________________________________________________________________
21000 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
21001         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
21002      Branch: perl
21003            ! Configure
21004 ____________________________________________________________________________
21005 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
21006         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
21007              From: gbarr@monty.mutatus.co.uk
21008              Date: 27 Dec 2001 14:41:36 -0000
21009              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
21010      Branch: perl
21011            ! lib/ExtUtils/t/Embed.t
21012 ____________________________________________________________________________
21013 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
21014         Log: Subject: [PATCH] Re: socketpair emulation
21015              From: Nicholas Clark <nick@unfortu.net> 
21016              Date: Wed, 26 Dec 2001 20:08:14 +0000
21017              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
21018      Branch: perl
21019            ! ext/Socket/socketpair.t
21020 ____________________________________________________________________________
21021 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
21022         Log: Subject: [DOC PATCH] left is right and right is left
21023              From: Philip Newton <Philip.Newton@gmx.net>
21024              Date: Thu, 27 Dec 2001 10:04:17 +0100
21025              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
21026      Branch: perl
21027            ! pod/perlfunc.pod pod/perlport.pod
21028 ____________________________________________________________________________
21029 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
21030         Log: Subject: [PATCH] check return of close
21031              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21032              Date: 27 Dec 2001 09:47:30 +0100
21033              Message-ID: <m3ellhgicd.fsf@anima.de> 
21034              
21035              Subject: [PATCH] improve error reporting
21036              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21037              Date: 27 Dec 2001 09:54:55 +0100
21038              Message-ID: <m3adw5gi00.fsf@anima.de> 
21039              
21040              Subject: [PATCH] check return value of close
21041              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21042              Date: 27 Dec 2001 10:03:55 +0100
21043              Message-ID: <m3666tghl0.fsf@anima.de> 
21044              
21045              Subject: [PATCH] return of close
21046              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21047              Date: 27 Dec 2001 10:22:15 +0100
21048              Message-ID: <m31yhhggqg.fsf@anima.de> 
21049      Branch: perl
21050            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
21051            ! t/io/fflush.t
21052 ____________________________________________________________________________
21053 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
21054         Log: Subject: [PATCH] check return of close
21055              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21056              Date: 27 Dec 2001 09:47:30 +0100
21057              Message-ID: <m3ellhgicd.fsf@anima.de> 
21058      Branch: perl
21059            ! t/base/rs.t
21060 ____________________________________________________________________________
21061 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
21062         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
21063              From: andreas.koenig@anima.de (Andreas J. Koenig)
21064              Date: 27 Dec 2001 09:21:16 +0100
21065              Message-ID: <m3n105gjk3.fsf@anima.de>
21066      Branch: perl
21067            ! t/op/sysio.t
21068 ____________________________________________________________________________
21069 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
21070         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
21071              From: "Gerrit P. Haase" <gp@familiehaase.de>
21072              Date: Thu, 27 Dec 2001 09:23:55 +0100 
21073              Message-ID: <98211521662.20011227092355@familiehaase.de>
21074      Branch: perl
21075            ! lib/ExtUtils/t/MM_Cygwin.t
21076 ____________________________________________________________________________
21077 [ 13900] By: nick                                  on 2001/12/27  11:11:51
21078         Log: Integrate mainline
21079      Branch: perlio
21080           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
21081           +> lib/File/Spec/NW5.pm
21082           !> (integrate 52 files)
21083 ____________________________________________________________________________
21084 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
21085         Log: Replace the awful (most likely generated and not very persistent)
21086              URL with something tangible.
21087      Branch: perl
21088            ! README.hpux
21089 ____________________________________________________________________________
21090 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
21091         Log: Naughty /dev/printer (ls -l, really) of IRIX.
21092      Branch: perl
21093            ! t/op/stat.t
21094 ____________________________________________________________________________
21095 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
21096         Log: Upgrade to Net::Ping 2.10.
21097      Branch: perl
21098            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
21099            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21100            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21101            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21102 ____________________________________________________________________________
21103 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
21104         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
21105              (this showed up in Benchmark.t)
21106      Branch: perl
21107            ! pp_sys.c
21108 ____________________________________________________________________________
21109 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
21110         Log: BeOS updates.
21111      Branch: perl
21112            ! README.beos beos/beos.c
21113 ____________________________________________________________________________
21114 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
21115         Log: Subject: Re: bleadperl doesn't compile
21116              From: "Gerrit P. Haase" <gp@familiehaase.de>
21117              Date: Wed, 26 Dec 2001 21:29:08 +0100
21118              Message-ID: <22168634623.20011226212908@familiehaase.de>
21119              
21120              Cygwin with multiplicity.
21121      Branch: perl
21122            ! perlio.c
21123 ____________________________________________________________________________
21124 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
21125         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
21126              From: Nicholas Clark <nick@ccl4.org>
21127              Date: Wed, 26 Dec 2001 19:07:33 +0000
21128              Message-ID: <20011226190732.J48842@plum.flirble.org>            
21129              
21130              socketpair() (un)signedness nit.
21131      Branch: perl
21132            ! util.c
21133 ____________________________________________________________________________
21134 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
21135         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
21136              From: Nicholas Clark <nick@ccl4.org>
21137              Date: Wed, 26 Dec 2001 19:19:47 +0000
21138              Message-ID: <20011226191946.K48842@plum.flirble.org>
21139              
21140              Use report_evil_fh().
21141      Branch: perl
21142            ! doio.c
21143 ____________________________________________________________________________
21144 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
21145         Log: Bad $? assumptions.
21146      Branch: perl
21147            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
21148 ____________________________________________________________________________
21149 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
21150         Log: Net::Ping isn't going to work much without
21151              the Socket extension; fail more gracefully.
21152      Branch: perl
21153            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21154            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21155            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21156            ! lib/Net/Ping/t/300_ping_stream.t
21157 ____________________________________________________________________________
21158 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
21159         Log: metaconfig unit change for #13888.
21160      Branch: metaconfig
21161            ! U/modified/Oldconfig.U
21162 ____________________________________________________________________________
21163 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
21164         Log: test -d /system is a bit too generic test for VOS
21165              (false hit in BeOS)
21166      Branch: perl
21167            ! Configure
21168 ____________________________________________________________________________
21169 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
21170         Log: No AF_UNIX in BeOS.
21171      Branch: perl
21172            ! util.c
21173 ____________________________________________________________________________
21174 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
21175         Log: FAQ sync.
21176      Branch: perl
21177            ! pod/perlfaq5.pod
21178 ____________________________________________________________________________
21179 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
21180         Log: Update Changes.
21181      Branch: perl
21182            ! Changes patchlevel.h
21183 ____________________________________________________________________________
21184 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
21185         Log: Make -t equal -tw.
21186      Branch: perl
21187            ! perl.c pod/perlrun.pod
21188 ____________________________________________________________________________
21189 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
21190         Log: Subject: Re: Not OK 13881
21191              From: John Peacock <jpeacock@rowman.com>
21192              Date: Tue, 25 Dec 2001 06:02:12 -0500
21193              Message-ID: <3C285CB4.8040006@rowman.com>
21194      Branch: perl
21195            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
21196 ____________________________________________________________________________
21197 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
21198         Log: Subject: Re: Not OK 13881
21199              From: andreas.koenig@anima.de (Andreas J. Koenig)
21200              Date: 25 Dec 2001 07:33:23 +0100
21201              Message-ID: <m3bsgnajws.fsf@anima.de>
21202      Branch: perl
21203            ! op.c
21204 ____________________________________________________________________________
21205 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
21206         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
21207              From: Mark-Jason Dominus <mjd@plover.com>    
21208              Date: Mon, 24 Dec 2001 18:14:48 -0500
21209              Message-ID: <20011224231448.25826.qmail@plover.com>
21210      Branch: perl
21211            ! op.c t/op/eval.t
21212 ____________________________________________________________________________
21213 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
21214         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
21215              From: Dave Rolsky <autarch@urth.org>
21216              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
21217              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
21218      Branch: perl
21219            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
21220            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
21221            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21222            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21223            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
21224 ____________________________________________________________________________
21225 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
21226         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
21227              From: Jeffrey Friedl <jfriedl@yahoo.com>
21228              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
21229              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
21230              
21231              The rest of the tests for plus few extras.
21232      Branch: perl
21233            ! t/op/pat.t
21234 ____________________________________________________________________________
21235 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
21236         Log: metaconfig unit change for #13877.
21237      Branch: metaconfig
21238            ! U/modified/Unix.U
21239 ____________________________________________________________________________
21240 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
21241         Log: No-op.
21242      Branch: perl
21243            ! Configure
21244 ____________________________________________________________________________
21245 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
21246         Log: More constant casting.
21247      Branch: perl
21248            ! regexec.c
21249 ____________________________________________________________________________
21250 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
21251         Log: Subject: perlhack.pod 
21252              From: "John P. Linderman" <jpl@research.att.com>
21253              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
21254              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
21255      Branch: perl
21256            ! pod/perlhack.pod
21257 ____________________________________________________________________________
21258 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
21259         Log: File::Find patch patches from Thomas Wegner.
21260      Branch: perl
21261            ! lib/File/Find.pm
21262 ____________________________________________________________________________
21263 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
21264         Log: Subject: Re: socketpair emulation 
21265              From: Nicholas Clark <nick@unfortu.net>                 
21266              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
21267              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
21268      Branch: perl
21269            ! ext/Socket/socketpair.t
21270 ____________________________________________________________________________
21271 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
21272         Log: Must cast constants if they can be quads.
21273      Branch: perl
21274            ! regcomp.c
21275 ____________________________________________________________________________
21276 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
21277         Log: Promote the e/uid to wide enough un/signed integers
21278              and printf them as such.
21279      Branch: perl
21280            ! taint.c
21281 ____________________________________________________________________________
21282 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
21283         Log: metaconfig unit change for #13869.
21284      Branch: metaconfig/U/perl
21285            ! d_u32align.U
21286 ____________________________________________________________________________
21287 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
21288         Log: The U32 alignment test wasn't really working, noticed
21289              by Paul Green.  Now the test works, but this means that
21290              we may see coredumps from the test.   I sure hope MMUless
21291              places don't crash on the test.
21292      Branch: perl
21293            ! Configure
21294 ____________________________________________________________________________
21295 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
21296         Log: metaconfig unit changes for #13867.
21297      Branch: metaconfig
21298            ! U/compline/nblock_io.U U/modified/Unix.U
21299            ! U/modified/spitshell.U
21300 ____________________________________________________________________________
21301 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
21302         Log: More VOS tweaks.
21303      Branch: perl
21304            ! Configure
21305 ____________________________________________________________________________
21306 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
21307         Log: The funky final sigma casefolding.
21308      Branch: perl
21309            ! regcomp.c regexec.c t/op/pat.t utf8.h
21310 ____________________________________________________________________________
21311 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
21312         Log: Update Changes.
21313      Branch: perl
21314            ! Changes patchlevel.h
21315 ____________________________________________________________________________
21316 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
21317         Log: Move the \C and \X to pat.t.
21318      Branch: perl
21319            ! t/op/pat.t t/op/re_tests
21320 ____________________________________________________________________________
21321 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
21322         Log: More logical test ordering.
21323      Branch: perl
21324            ! perl.h
21325 ____________________________________________________________________________
21326 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
21327         Log: Integrate perlio;
21328              
21329              Add at least the "important" PerlIO_xxxx functions to embed.pl
21330              so that they get implicit pTHX_ and we can avoid slow dTHX.
21331              
21332              Put PerlIO stuff inside EXTERN C
21333              
21334              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
21335      Branch: perl
21336           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
21337           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
21338           !> win32/win32.c
21339 ____________________________________________________________________________
21340 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
21341         Log: Even more \X fixing.
21342      Branch: perl
21343            ! regexec.c t/op/pat.t
21344 ____________________________________________________________________________
21345 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
21346         Log: More \X fixing.
21347      Branch: perl
21348            ! regexec.c t/op/pat.t
21349 ____________________________________________________________________________
21350 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
21351         Log: Fix encoding pragma.
21352      Branch: perl
21353            ! regcomp.c
21354 ____________________________________________________________________________
21355 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
21356         Log: Subject: socketpair emulation
21357              From: Nicholas Clark <nick@unfortu.net>
21358              Date: Sat, 22 Dec 2001 18:38:18 +0000
21359              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
21360      Branch: perl
21361            + ext/Socket/socketpair.t
21362            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
21363            ! pp_sys.c proto.h util.c
21364 ____________________________________________________________________________
21365 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
21366         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
21367              From: Jeffrey Friedl <jfriedl@yahoo.com>
21368              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
21369              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
21370              
21371              (partially applied, most of the new tests need to be rethought)
21372      Branch: perl
21373            ! regcomp.c t/op/re_tests
21374 ____________________________________________________________________________
21375 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
21376         Log: Small tweaks.
21377      Branch: perl
21378            ! handy.h regexec.c
21379 ____________________________________________________________________________
21380 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
21381         Log: Unicode casefolding continues.
21382              (lib/encoding.t still failing.)
21383      Branch: perl
21384            ! regexec.c t/op/pat.t
21385 ____________________________________________________________________________
21386 [ 13854] By: nick                                  on 2001/12/22  20:01:27
21387         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
21388      Branch: perlio
21389            ! makedef.pl perlio.h perlio.sym win32/win32.c
21390 ____________________________________________________________________________
21391 [ 13853] By: nick                                  on 2001/12/22  19:58:53
21392         Log: Put PerlIO stuff inside EXTERN C
21393      Branch: perlio
21394            ! embed.pl proto.h
21395 ____________________________________________________________________________
21396 [ 13852] By: nick                                  on 2001/12/22  18:04:34
21397         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
21398              so that they get implicit pTHX_ and we can avoid slow dTHX.
21399      Branch: perlio
21400            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
21401            ! perlio.h pod/perlapi.pod proto.h
21402 ____________________________________________________________________________
21403 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
21404         Log: metaconfig unit change for #13850.
21405      Branch: metaconfig
21406            ! U/modified/Loc.U
21407 ____________________________________________________________________________
21408 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
21409         Log: Rework the make logic (again).
21410      Branch: perl
21411            ! Configure
21412 ____________________________________________________________________________
21413 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
21414         Log: Integrate perlio;
21415              Fix mis-parse of autoloaded usage code by declaring the sub
21416              Correct checking code which Ilya spotted was tripped by CR at EOF.
21417              The CR at EOF fix earlier broke CR at end-of-buffer.
21418      Branch: perl
21419            ! regexec.c
21420           !> ext/POSIX/POSIX.pm perlio.c sv.c
21421 ____________________________________________________________________________
21422 [ 13848] By: nick                                  on 2001/12/22  15:11:17
21423         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
21424              This should be okay for both?
21425      Branch: perlio
21426            ! perlio.c
21427 ____________________________________________________________________________
21428 [ 13847] By: nick                                  on 2001/12/22  12:26:32
21429         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
21430              Also tone down perl -DP tracing of sv_gets.
21431      Branch: perlio
21432            ! perlio.c sv.c
21433 ____________________________________________________________________________
21434 [ 13846] By: nick                                  on 2001/12/22  10:49:27
21435         Log: Fix mis-parse of autoloaded usage code by declaring the sub
21436      Branch: perlio
21437            ! ext/POSIX/POSIX.pm
21438 ____________________________________________________________________________
21439 [ 13845] By: nick                                  on 2001/12/22  10:44:11
21440         Log: Integrate mainline - some fails:
21441              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
21442              -------------------------------------------------------------------------------
21443              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
21444              ../lib/encoding.t                    19    2  10.53%  17-18
21445              op/pat.t                            770    3   0.39%  754-755 757
21446      Branch: perlio
21447           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
21448           !> (integrate 36 files)
21449 ____________________________________________________________________________
21450 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
21451         Log: More Unicode casing fixes.
21452      Branch: perl
21453            ! regexec.c t/op/pat.t
21454 ____________________________________________________________________________
21455 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
21456         Log: Unicode casefolding fixes.
21457      Branch: perl
21458            ! op.c regcomp.c regexec.c t/op/pat.t
21459 ____________________________________________________________________________
21460 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
21461         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
21462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21463              Date: Sat, 22 Dec 2001 00:01:29 +0100
21464              Message-ID: <20011222000129.A713@rafael>
21465      Branch: perl
21466            ! ext/B/B/Deparse.pm
21467 ____________________________________________________________________________
21468 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
21469         Log: VOS config from Paul Green.
21470      Branch: perl
21471            ! hints/vos.sh
21472 ____________________________________________________________________________
21473 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
21474         Log: Subject: [PATCH @13746] CreateTTY on OS/2
21475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21476              Date: Fri, 21 Dec 2001 15:59:45 -0500
21477              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
21478      Branch: perl
21479            ! lib/perl5db.pl
21480 ____________________________________________________________________________
21481 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
21482         Log: Subject: [PATCH @13746] uninstalled build of modules broken
21483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21484              Date: Fri, 21 Dec 2001 15:49:09 -0500
21485              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
21486      Branch: perl
21487            ! lib/ExtUtils/MM_Unix.pm
21488 ____________________________________________________________________________
21489 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
21490         Log: Subject: [PATCH @13746] OS/2 File::* modules
21491              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21492              Date: Fri, 21 Dec 2001 15:43:24 -0500
21493              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
21494      Branch: perl
21495            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
21496 ____________________________________________________________________________
21497 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
21498         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
21499              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21500              Date: Fri, 21 Dec 2001 17:29:07 +0100
21501              Message-ID: <3C236353.6625C4C0@alcatel.at>
21502      Branch: perl
21503            ! pod/perltie.pod
21504 ____________________________________________________________________________
21505 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
21506         Log: metaconfig unit changes for #13835
21507      Branch: metaconfig
21508            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
21509            ! U/modified/sh.U
21510 ____________________________________________________________________________
21511 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
21512         Log: Further VOS tweaks: the _exe needs to be introduced
21513              in the very beginning, and the make/gmake needs special
21514              VOS logic.
21515      Branch: perl
21516            ! Configure Makefile.SH
21517 ____________________________________________________________________________
21518 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
21519         Log: Update Changes.
21520      Branch: perl
21521            ! Changes patchlevel.h
21522 ____________________________________________________________________________
21523 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
21524         Log: metaconfig unit change for #13832.
21525      Branch: metaconfig
21526            ! U/modified/spitshell.U
21527 ____________________________________________________________________________
21528 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
21529         Log: Also the search for cat needs to be _exe-aware.
21530      Branch: perl
21531            ! Configure
21532 ____________________________________________________________________________
21533 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
21534         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
21535              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21536              Date: Fri, 21 Dec 2001 14:02:01 +0100
21537              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
21538      Branch: perl
21539            ! ext/B/B/Xref.pm
21540 ____________________________________________________________________________
21541 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
21542         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
21543      Branch: perl
21544            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21545            ! ext/B/t/assembler.t
21546 ____________________________________________________________________________
21547 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
21548         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
21549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21550              Date: Fri, 21 Dec 2001 11:15:38 +0100
21551              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
21552      Branch: perl
21553            ! hv.c
21554 ____________________________________________________________________________
21555 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
21556         Log: A plan is good.
21557      Branch: perl
21558            ! ext/re/re.t
21559 ____________________________________________________________________________
21560 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
21561         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
21562              From: chromatic <chromatic@rmci.net>
21563              Date: Thu, 20 Dec 2001 16:16:48 -0700
21564              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
21565      Branch: perl
21566            + ext/re/re.t
21567            ! MANIFEST
21568 ____________________________________________________________________________
21569 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
21570         Log: Synchronize the skippage message.
21571      Branch: perl
21572            ! lib/ExtUtils/t/MM_OS2.t
21573 ____________________________________________________________________________
21574 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
21575         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
21576              From: chromatic <chromatic@rmci.net>
21577              Date: Thu, 20 Dec 2001 16:09:10 -0700
21578              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
21579      Branch: perl
21580            + lib/ExtUtils/t/MM_OS2.t
21581            ! MANIFEST
21582 ____________________________________________________________________________
21583 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
21584         Log: Subject: perlfunc.pod patch re flock via fcntl
21585              From: "Tye McQueen" <tye@metronet.com>
21586              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
21587              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
21588      Branch: perl
21589            ! pod/perlfunc.pod
21590 ____________________________________________________________________________
21591 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
21592         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
21593              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
21594              (the Unicode maximum code point) warnable offenses.
21595      Branch: perl
21596            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
21597            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
21598 ____________________________________________________________________________
21599 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
21600         Log: Sterner admonishment on -t.
21601      Branch: perl
21602            ! pod/perlrun.pod
21603 ____________________________________________________________________________
21604 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
21605         Log: Subject: [PATCH B::Dpparse] minor qr// fix
21606              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21607              Date: Thu, 20 Dec 2001 22:53:34 +0100
21608              Message-ID: <20011220225334.A735@rafael>
21609      Branch: perl
21610            ! ext/B/B/Deparse.pm
21611 ____________________________________________________________________________
21612 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
21613         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
21614              From: Robert Spier <rspier@pobox.com>
21615              Date: Thu, 20 Dec 2001 08:10:00 -0800
21616              Message-ID: <15394.3416.693353.107334@rls.cx>
21617      Branch: perl
21618            ! lib/Carp/Heavy.pm
21619 ____________________________________________________________________________
21620 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
21621         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
21622      Branch: perl
21623           !> win32/win32io.c
21624 ____________________________________________________________________________
21625 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
21626         Log: Subject: Re: [PATCH pod/perliol.pod] resend
21627              From: Stas Bekman <stas@stason.org>
21628              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
21629              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
21630      Branch: perl
21631            ! pod/perliol.pod
21632 ____________________________________________________________________________
21633 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
21634         Log: Fix up the APIs noone hopefully uses.
21635      Branch: perl
21636            ! utf8.c
21637 ____________________________________________________________________________
21638 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
21639         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
21640              Date: Wed, 19 Dec 2001 14:13:38 -0800
21641              From: Robert Spier <rspier@pobox.com>
21642              Message-ID: <15393.4370.605214.548582@rls.cx>
21643      Branch: perl
21644            ! lib/Carp.t lib/Carp/Heavy.pm
21645 ____________________________________________________________________________
21646 [ 13815] By: nick                                  on 2001/12/20  10:23:42
21647         Log: pTHX_ fixes for :win32 layer
21648      Branch: perlio
21649            ! win32/win32io.c
21650 ____________________________________________________________________________
21651 [ 13814] By: nick                                  on 2001/12/20  08:20:11
21652         Log: Integrate mainline (mostly) utf8.c does not compile.
21653      Branch: perlio
21654           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
21655           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21656           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21657           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21658           +> lib/Net/Ping/t/300_ping_stream.t
21659           !> Changes MANIFEST embed.h embed.pl embedvar.h
21660           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
21661           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
21662           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
21663           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
21664           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
21665 ____________________________________________________________________________
21666 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
21667         Log: Some bincompat clawbacks.
21668      Branch: perl
21669            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
21670            ! wince/perldll.def
21671 ____________________________________________________________________________
21672 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
21673         Log: gcc pacifying (RH 7.1/ia64).
21674      Branch: perl
21675            ! pp.c
21676 ____________________________________________________________________________
21677 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
21678         Log: Update Changes.
21679      Branch: perl
21680            ! Changes patchlevel.h
21681 ____________________________________________________________________________
21682 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
21683         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21684              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21685              Date: Wed, 19 Dec 2001 12:35:07 +0100
21686              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
21687              
21688              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21689              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21690              Date: Wed, 19 Dec 2001 17:34:51 +0000
21691              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
21692      Branch: perl
21693            ! pod/perlre.pod
21694 ____________________________________________________________________________
21695 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
21696         Log: Integrate perlio.
21697      Branch: perl
21698           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21699           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
21700 ____________________________________________________________________________
21701 [ 13808] By: nick                                  on 2001/12/19  16:08:27
21702         Log: Add pTHX to all vtable functions for future-proofing and
21703              consistency of PerlIO layers.
21704      Branch: perlio
21705            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21706            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
21707 ____________________________________________________________________________
21708 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
21709         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
21710      Branch: perl
21711            ! ext/B/B/Assembler.pm
21712 ____________________________________________________________________________
21713 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
21714         Log: Reword the alarm explanation.
21715      Branch: perl
21716            ! pod/perlfunc.pod
21717 ____________________________________________________________________________
21718 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
21719         Log: Subject: [PATCH @13746] OS/2 build
21720              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
21721              Date: Wed, 19 Dec 2001 02:45:41 -0500
21722              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
21723              
21724              (skipped the t/TEST change)
21725      Branch: perl
21726            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
21727            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
21728            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
21729 ____________________________________________________________________________
21730 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
21731         Log: Upgrade to Net::Ping 2.09.
21732      Branch: perl
21733            + lib/Net/Ping/CHANGES lib/Net/Ping/README
21734            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21735            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21736            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21737            + lib/Net/Ping/t/300_ping_stream.t
21738            ! MANIFEST lib/Net/Ping.pm
21739 ____________________________________________________________________________
21740 [ 13803] By: nick                                  on 2001/12/19  14:43:24
21741         Log: Integrate mainline
21742      Branch: perlio
21743           +> ext/B/t/assembler.t lib/lib.t
21744           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21745           !> lib/lib_pm.PL t/op/glob.t utf8.c
21746 ____________________________________________________________________________
21747 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
21748         Log: B::Assembler/B::Disassembler patches and test;
21749              from Wolfgang Laun.
21750              
21751              TODO: getting perlcc working.
21752      Branch: perl
21753            + ext/B/t/assembler.t
21754            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21755 ____________________________________________________________________________
21756 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
21757         Log: Can't printf U8s as UVs.
21758      Branch: perl
21759            ! utf8.c
21760 ____________________________________________________________________________
21761 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
21762         Log: Subject: Re: [PATCH] ...while $var = glob(...)
21763              From: Robin Houston <robin@kitsite.com> 
21764              Date: Wed, 19 Dec 2001 13:48:55 +0000
21765              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
21766              
21767              Not exactly a glob test but internal-logically correct.
21768      Branch: perl
21769            ! t/op/glob.t
21770 ____________________________________________________________________________
21771 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
21772         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
21773              From: Michael G Schwern <schwern@pobox.com> 
21774              Date: Wed, 19 Dec 2001 07:42:54 -0500
21775              Message-ID: <20011219124254.GF8630@blackrider>
21776      Branch: perl
21777            + lib/lib.t
21778            ! MANIFEST lib/lib_pm.PL
21779 ____________________________________________________________________________
21780 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
21781         Log: Integrate with perlio.
21782      Branch: perl
21783           !> hv.c hv.h scope.c util.c
21784 ____________________________________________________________________________
21785 [ 13797] By: nick                                  on 2001/12/19  12:03:21
21786         Log: Remove the sometimes-lvalue cast
21787      Branch: perlio
21788            ! hv.h
21789 ____________________________________________________________________________
21790 [ 13796] By: nick                                  on 2001/12/19  11:02:27
21791         Log: alarm.t with -Uuseperlio fix
21792              - SA_RESTART should only be function of PERL_OLD_SIGNALS
21793              not USE_PERLIO
21794      Branch: perlio
21795            ! util.c
21796 ____________________________________________________________________________
21797 [ 13795] By: nick                                  on 2001/12/19  10:19:40
21798         Log: Fix READONLY hashes:
21799              1. Discovered need for disabled scope.c part of Jeff's patch.
21800              2. Corrected hv_delete* - entry was being de-linked from
21801              chain (patch program not smart enough?)
21802      Branch: perlio
21803            ! hv.c scope.c
21804 ____________________________________________________________________________
21805 [ 13794] By: nick                                  on 2001/12/19  09:35:13
21806         Log: Integrate mainline
21807      Branch: perlio
21808           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
21809           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
21810           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
21811           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
21812           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
21813 ____________________________________________________________________________
21814 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
21815         Log: Regen toc.
21816      Branch: perl
21817            ! pod/perltoc.pod
21818 ____________________________________________________________________________
21819 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
21820         Log: FAQ sync.
21821      Branch: perl
21822            ! pod/perlfaq5.pod
21823 ____________________________________________________________________________
21824 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
21825         Log: Reformat round.
21826      Branch: perl
21827            ! pod/perlunicode.pod
21828 ____________________________________________________________________________
21829 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
21830         Log: Subject: [PATCH] pod/perlunicode.pod
21831              From: Jeffrey Friedl <jfriedl@yahoo.com>
21832              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
21833              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
21834      Branch: perl
21835            ! pod/perlunicode.pod
21836 ____________________________________________________________________________
21837 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
21838         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21839              From: Jeffrey Friedl <jfriedl@yahoo.com>
21840              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
21841              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
21842      Branch: perl
21843            ! pod/perluniintro.pod
21844 ____________________________________________________________________________
21845 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
21846         Log: Slight pod reformatting.
21847      Branch: perl
21848            ! pod/perluniintro.pod
21849 ____________________________________________________________________________
21850 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
21851         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21852              From: Jeffrey Friedl <jfriedl@yahoo.com>    
21853              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
21854              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
21855      Branch: perl
21856            ! pod/perluniintro.pod
21857 ____________________________________________________________________________
21858 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
21859         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
21860              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21861              Date: Wed, 19 Dec 2001 01:45:23 +0000
21862              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
21863      Branch: perl
21864            ! sv.c
21865 ____________________________________________________________________________
21866 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
21867         Log: Subject: Porting/checkURL.pl
21868              From: abigail@foad.org
21869              Date: Tue, 18 Dec 2001 19:03:22 +0100          
21870              Message-ID: <20011218180322.8278.qmail@foad.org> 
21871      Branch: perl
21872            ! Porting/checkURL.pl
21873 ____________________________________________________________________________
21874 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
21875         Log: metaconfig unit change for #13783.
21876      Branch: metaconfig
21877            ! U/modified/Loc.U
21878 ____________________________________________________________________________
21879 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
21880         Log: A bit too oversweeping matching in #13778.
21881      Branch: perl
21882            ! Configure
21883 ____________________________________________________________________________
21884 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
21885         Log: Re-gen Configure based on #13778..13781.
21886      Branch: perl
21887            ! Configure config_h.SH
21888 ____________________________________________________________________________
21889 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
21890         Log: First assume that crypt() can live happy normal life in
21891              the libc or the moral equivalent; only then try magic.
21892      Branch: metaconfig
21893            + U/modified/d_crypt.U
21894 ____________________________________________________________________________
21895 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
21896         Log: In VOS ACLs confuse the testing.
21897      Branch: metaconfig
21898            ! U/modified/Findhdr.U
21899 ____________________________________________________________________________
21900 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
21901         Log: Either make or gmake.
21902      Branch: metaconfig
21903            ! U/modified/Loc.U
21904 ____________________________________________________________________________
21905 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
21906         Log: If your _exe is different from .exe and your test -f $foo
21907              doesn't do magic to recognize $foo$_exe, you will need to
21908              specify -D_exe=... on command line-- and this patch.
21909      Branch: metaconfig
21910            + U/modified/sh.U
21911            ! U/modified/Loc.U
21912 ____________________________________________________________________________
21913 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
21914         Log: Fix the bugs in #13768..13776, and regen Configure.
21915      Branch: metaconfig
21916            ! U/compline/nblock_io.U U/modified/Findhdr.U
21917            ! U/modified/spitshell.U
21918      Branch: metaconfig/U/perl
21919            ! issymlink.U perlpath.U
21920      Branch: perl
21921            ! Configure config_h.SH
21922 ____________________________________________________________________________
21923 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
21924         Log: Must test with $_exe. (There are plenty of similar
21925              spots earlier but they are a tad more complex to fix
21926              since they come before the hints are run.)
21927      Branch: metaconfig
21928            + U/modified/yacc.U
21929 ____________________________________________________________________________
21930 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
21931         Log: F_SETFL might require <fcntl.h>
21932      Branch: metaconfig
21933            ! U/compline/nblock_io.U
21934 ____________________________________________________________________________
21935 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
21936         Log: Don't require make; have both make and gmake optional.
21937              (Maybe have a check that at least one of them is available?)
21938      Branch: metaconfig
21939            ! U/modified/Loc.U
21940 ____________________________________________________________________________
21941 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
21942         Log: cat might be farther than /bin or /usr/bin.
21943      Branch: metaconfig
21944            ! U/modified/spitshell.U
21945 ____________________________________________________________________________
21946 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
21947         Log: In VOS the path component separator is >, not /.
21948      Branch: metaconfig
21949            ! U/modified/Findhdr.U
21950 ____________________________________________________________________________
21951 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
21952         Log: The VOS shell doesn't implement the ? wildcard
21953              (? is used for other purposes, I assume); but
21954              it does implement the * wildcard, and that works
21955              in the general case just fine.
21956      Branch: metaconfig/U/perl
21957            ! d_dlsymun.U
21958 ____________________________________________________________________________
21959 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
21960         Log: VOS detection.
21961      Branch: metaconfig
21962            ! U/modified/Oldconfig.U
21963 ____________________________________________________________________________
21964 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
21965         Log: Proper path for VOS.
21966      Branch: metaconfig
21967            ! U/modified/Head.U
21968 ____________________________________________________________________________
21969 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
21970         Log: Change s/>& 4/>&4/g for consistency.
21971      Branch: metaconfig
21972            + U/modified/d_dosuid.U
21973            ! U/modified/d_socket.U
21974      Branch: metaconfig/U/perl
21975            ! issymlink.U perlxvf.U
21976 ____________________________________________________________________________
21977 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
21978         Log: Subject: Re: Benchmark.t failure on Linux
21979              From: Nicholas Clark <nick@ccl4.org>
21980              Date: Tue, 18 Dec 2001 22:51:25 +0000
21981              Message-ID: <20011218225124.N21702@plum.flirble.org>
21982      Branch: perl
21983            ! lib/Benchmark.t
21984 ____________________________________________________________________________
21985 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
21986         Log: Re-applying #13752 until a better solution can be found.
21987      Branch: perl
21988            ! lib/ExtUtils/t/MM_Unix.t
21989 ____________________________________________________________________________
21990 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
21991         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
21992              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
21993              Date: Tue, 18 Dec 2001 12:05:40 -0500
21994              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
21995      Branch: perl
21996            ! lib/Exporter.pm
21997 ____________________________________________________________________________
21998 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
21999         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
22000              findings -- some of the warnings I can't explain except
22001              by NVgf being detected wrong, though.
22002      Branch: perl
22003            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
22004 ____________________________________________________________________________
22005 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
22006         Log: Subject: [PATCH] pod/perluniintro.pod
22007              From: Jeffrey Friedl <jfriedl@yahoo.com>
22008              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
22009              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
22010      Branch: perl
22011            ! pod/perluniintro.pod
22012 ____________________________________________________________________________
22013 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
22014         Log: ".pm" is the native executable suffix in VOS.
22015      Branch: perl
22016            ! hints/vos.sh
22017 ____________________________________________________________________________
22018 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
22019         Log: Integrate perlio;
22020              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22021      Branch: perl
22022           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22023 ____________________________________________________________________________
22024 [ 13760] By: nick                                  on 2001/12/18  15:55:22
22025         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22026              - added delete of READONLY value inhibit & test for same
22027              - re-tabbed
22028      Branch: perlio
22029            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22030 ____________________________________________________________________________
22031 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
22032         Log: (Undone by #13766.)
22033              Retract #13752.
22034      Branch: perl
22035            ! lib/ExtUtils/t/MM_Unix.t
22036 ____________________________________________________________________________
22037 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
22038         Log: Echoes of #13757.
22039      Branch: perl
22040            ! t/lib/warnings/utf8
22041 ____________________________________________________________________________
22042 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
22043         Log: Make the utf8 malformedness messages more verbose.
22044      Branch: perl
22045            ! lib/utf8.t utf8.c
22046 ____________________________________________________________________________
22047 [ 13756] By: nick                                  on 2001/12/18  14:43:58
22048         Log: Integrate mainline
22049      Branch: perlio
22050           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
22051           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
22052           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
22053           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
22054           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22055           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
22056            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
22057            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
22058            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
22059            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
22060            - lib/ExtUtils/testlib.t
22061           !> (integrate 28 files)
22062 ____________________________________________________________________________
22063 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
22064         Log: README.aix updates from Jens-Uwe Mager.
22065      Branch: perl
22066            ! README.aix
22067 ____________________________________________________________________________
22068 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
22069         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
22070              From: Michael G Schwern <schwern@pobox.com>
22071              Date: Tue, 18 Dec 2001 00:58:18 -0500
22072              Message-ID: <20011218055818.GC4362@blackrider>
22073      Branch: perl
22074            ! lib/Benchmark.t
22075 ____________________________________________________________________________
22076 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
22077         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
22078              From: Michael G Schwern <schwern@pobox.com>
22079              Date: Tue, 18 Dec 2001 00:40:38 -0500
22080              Message-ID: <20011218054038.GB4362@blackrider>
22081      Branch: perl
22082            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
22083 ____________________________________________________________________________
22084 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
22085         Log: (reintroduced by #13766)
22086              (retracted by #13759)
22087              
22088              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
22089              From: Michael G Schwern <schwern@pobox.com>  
22090              Date: Tue, 18 Dec 2001 00:00:23 -0500
22091              Message-ID: <20011218050023.GA27893@blackrider>
22092      Branch: perl
22093            ! lib/ExtUtils/t/MM_Unix.t
22094 ____________________________________________________________________________
22095 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
22096         Log: Re-patch #13749.
22097      Branch: perl
22098            ! t/op/glob.t
22099 ____________________________________________________________________________
22100 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
22101         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
22102              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22103              Date: Tue, 18 Dec 2001 12:55:43 +0000
22104              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
22105      Branch: perl
22106            ! ext/Devel/Peek/Peek.pm
22107 ____________________________________________________________________________
22108 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
22109         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
22110              From: Robin Houston <robin@kitsite.com> 
22111              Date: Tue, 18 Dec 2001 14:54:33 +0000
22112              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
22113      Branch: perl
22114            ! t/op/glob.t
22115 ____________________________________________________________________________
22116 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
22117         Log: Subject: [PATCH] slightly more for Exporter.pm
22118              From: Nicholas Clark <nick@ccl4.org>
22119              Date: Tue, 18 Dec 2001 00:22:03 +0000
22120              Message-ID: <20011218002203.M21702@plum.flirble.org>
22121      Branch: perl
22122            ! lib/Exporter.pm
22123 ____________________________________________________________________________
22124 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
22125         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
22126              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22127              Date: Mon, 17 Dec 2001 16:37:18 +0100
22128              Message-ID: <20011217163718.A2292@rafael>
22129              
22130              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
22131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22132              Date: Mon, 17 Dec 2001 23:17:06 +0100
22133              Message-ID: <20011217231706.A730@rafael>
22134      Branch: perl
22135            ! pod/perlsub.pod pp.c toke.c
22136 ____________________________________________________________________________
22137 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
22138         Log: Update Changes.
22139      Branch: perl
22140            ! Changes patchlevel.h
22141 ____________________________________________________________________________
22142 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
22143         Log: New test warrants a MANIFEST entry.
22144      Branch: perl
22145            ! MANIFEST
22146 ____________________________________________________________________________
22147 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
22148         Log: Subject: Re: [PATCH] ...while $var = glob(...)
22149              From: Robin Houston <robin@kitsite.com>
22150              Date: Mon, 17 Dec 2001 20:27:30 +0000
22151              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
22152              
22153              Can't portably unlink open files.
22154      Branch: perl
22155            ! t/op/glob.t
22156 ____________________________________________________________________________
22157 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
22158         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
22159      Branch: perl
22160            ! pod/perluniintro.pod
22161 ____________________________________________________________________________
22162 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
22163         Log: Move typeglob test from glob.t to gv.t.
22164      Branch: perl
22165            ! t/op/glob.t t/op/gv.t
22166 ____________________________________________________________________________
22167 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
22168         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
22169              From: Robin Houston <robin@kitsite.com> 
22170              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
22171              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
22172      Branch: perl
22173            ! t/op/glob.t
22174 ____________________________________________________________________________
22175 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
22176         Log: Demote the surrogate and non-character errors to warnings.
22177      Branch: perl
22178            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
22179 ____________________________________________________________________________
22180 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
22181         Log: Subject: [PATCH] more POSIX tests, and more autoloading
22182              From: Nicholas Clark <nick@ccl4.org>
22183              Date: Mon, 17 Dec 2001 18:27:47 +0000
22184              Message-ID: <20011217182747.D21702@plum.flirble.org>
22185      Branch: perl
22186            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
22187 ____________________________________________________________________________
22188 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
22189         Log: Subject: [PATCH] ...while $var = glob(...)
22190              From: Robin Houston <robin@kitsite.com> 
22191              Date: Mon, 17 Dec 2001 15:51:54 +0000
22192              Message-ID: <20011217155153.A311@robin.kitsite.com>
22193      Branch: perl
22194            ! op.c
22195 ____________________________________________________________________________
22196 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
22197         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
22198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22199              Date: Mon, 17 Dec 2001 15:23:01 +0100
22200              Message-ID: <20011217152301.A704@rafael>
22201      Branch: perl
22202            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
22203 ____________________________________________________________________________
22204 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
22205         Log: The system() vs $SIG{ARLM} is no more a todo.
22206      Branch: perl
22207            ! t/op/alarm.t
22208 ____________________________________________________________________________
22209 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
22210         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
22211              From: Michael G Schwern <schwern@pobox.com>
22212              Date: Sun, 16 Dec 2001 23:59:01 -0500
22213              Message-ID: <20011217045901.GL17232@blackrider>
22214      Branch: perl
22215            + t/op/alarm.t
22216            ! MANIFEST
22217 ____________________________________________________________________________
22218 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
22219         Log: s/UNIX/Unix/
22220      Branch: perl
22221            ! MANIFEST
22222 ____________________________________________________________________________
22223 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
22224         Log: Move ExtUtils tests to lib/ExtUtils/t.
22225      Branch: perl
22226            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
22227            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
22228            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
22229            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
22230            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22231            + lib/ExtUtils/t/testlib.t
22232            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
22233            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
22234            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
22235            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
22236            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
22237            ! MANIFEST
22238 ____________________________________________________________________________
22239 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
22240         Log: Subject: [PATCH] MM_Unix tests, and some questions
22241              From: Tels <perl_dummy@bloodgate.com>
22242              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
22243              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
22244              
22245              Subject: Re: [PATCH] MM_Unix tests, and some questions
22246              From: Tels <perl_dummy@bloodgate.com>
22247              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
22248              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
22249      Branch: perl
22250            + lib/ExtUtils/MM_Unix.t
22251            ! MANIFEST lib/ExtUtils/MM_Unix.pm
22252 ____________________________________________________________________________
22253 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
22254         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
22255              From: Michael G Schwern <schwern@pobox.com>
22256              Date: Sun, 16 Dec 2001 17:53:55 -0500
22257              Message-ID: <20011216225354.GE8900@blackrider>
22258      Branch: perl
22259            ! lib/ExtUtils/MM_Unix.pm
22260 ____________________________________________________________________________
22261 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
22262         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
22263              From: Michael G Schwern <schwern@pobox.com>                
22264              Date: Sun, 16 Dec 2001 16:12:55 -0500
22265              Message-ID: <20011216211255.GV8900@blackrider>
22266      Branch: perl
22267            ! ext/B/B/Deparse.pm
22268 ____________________________________________________________________________
22269 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
22270         Log: Subject: [PATCH] Exporter.pm
22271              From: Nicholas Clark <nick@ccl4.org>
22272              Date: Sun, 16 Dec 2001 19:24:25 +0000
22273              Message-ID: <20011216192425.R21702@plum.flirble.org>
22274      Branch: perl
22275            ! lib/Exporter.pm
22276 ____________________________________________________________________________
22277 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
22278         Log: Subject: [PATCH] Exporter.t (and question)
22279              From: Nicholas Clark <nick@ccl4.org>
22280              Date: Sun, 16 Dec 2001 17:24:55 +0000
22281              Message-ID: <20011216172455.P21702@plum.flirble.org>
22282      Branch: perl
22283            ! lib/Exporter.t
22284 ____________________________________________________________________________
22285 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
22286         Log: Subject: Re: perl@13661
22287              From: "John P. Linderman" <jpl@research.att.com>              
22288              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
22289              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
22290      Branch: perl
22291            ! pp_sort.c
22292 ____________________________________________________________________________
22293 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
22294         Log: Subject: Will the real Unicode encoding please stand up?
22295              From: Jeffrey Friedl <jfriedl@yahoo.com>
22296              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
22297              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
22298      Branch: perl
22299            ! pod/perluniintro.pod
22300 ____________________________________________________________________________
22301 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
22302         Log: Integrate perlio; interruptable system().
22303      Branch: perl
22304           !> util.c
22305 ____________________________________________________________________________
22306 [ 13724] By: nick                                  on 2001/12/17  09:16:50
22307         Log: Fix for alarm() breaking into wait*().
22308              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
22309              signal handler before caller re-does the system call.
22310      Branch: perlio
22311            ! util.c
22312 ____________________________________________________________________________
22313 [ 13723] By: nick                                  on 2001/12/17  07:45:13
22314         Log: Integrate mainline
22315      Branch: perlio
22316           +> (branch 26 files)
22317           !> (integrate 47 files)
22318 ____________________________________________________________________________
22319 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
22320         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
22321              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
22322              and characters beyond 0x10FFF should be disallowed, too,
22323              but some tests would need changing, but more importantly some
22324              APIs would need remodeling since one can easily generate such
22325              characters either by bitwise complements, tr complements, or
22326              v-strings.
22327      Branch: perl
22328            ! pod/perldiag.pod utf8.c
22329 ____________________________________________________________________________
22330 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
22331         Log: Make surrogates illegal also on EBCDIC.
22332      Branch: perl
22333            ! utf8.c
22334 ____________________________________________________________________________
22335 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
22336         Log: Subject: [patch @13687] Unicode::Collate 0.10
22337              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
22338              Date: Sun, 16 Dec 2001 21:22:12 +0900
22339              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
22340      Branch: perl
22341            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22342            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22343 ____________________________________________________________________________
22344 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
22345         Log: More documentation for the encoding pragma.
22346      Branch: perl
22347            ! lib/encoding.pm
22348 ____________________________________________________________________________
22349 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
22350         Log: Subject: [PATCH] lib/open.pm 
22351              From: Jeffrey Friedl <jfriedl@yahoo.com>
22352              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
22353              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
22354      Branch: perl
22355            ! lib/open.pm
22356 ____________________________________________________________________________
22357 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
22358         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
22359              From: chromatic <chromatic@rmci.net>
22360              Date: Sat, 15 Dec 2001 23:24:40 -0700
22361              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
22362      Branch: perl
22363            + lib/ExtUtils/Installed.t
22364            ! MANIFEST
22365 ____________________________________________________________________________
22366 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
22367         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
22368              From: Michael G Schwern <schwern@pobox.com>
22369              Date: Sun, 16 Dec 2001 01:14:00 -0500
22370              Message-ID: <20011216061400.GC8900@blackrider>
22371      Branch: perl
22372            ! lib/diagnostics.pm
22373 ____________________________________________________________________________
22374 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
22375         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
22376              From: Michael G Schwern <schwern@pobox.com>
22377              Date: Sun, 16 Dec 2001 01:12:42 -0500
22378              Message-ID: <20011216061242.GB8900@blackrider>
22379      Branch: perl
22380            ! t/test.pl
22381 ____________________________________________________________________________
22382 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
22383         Log: I sometimes outsmart myself.
22384      Branch: perl
22385            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
22386 ____________________________________________________________________________
22387 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
22388         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
22389              From: Michael G Schwern <schwern@pobox.com>
22390              Date: Sat, 15 Dec 2001 15:08:29 -0500
22391              Message-ID: <20011215200829.GK1548@blackrider>
22392      Branch: perl
22393            ! lib/AutoSplit.pm
22394 ____________________________________________________________________________
22395 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
22396         Log: perlunicode enchancements suggested by Jeffrey Friedl.
22397      Branch: perl
22398            ! pod/perlunicode.pod
22399 ____________________________________________________________________________
22400 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
22401         Log: Subject: [PATCH] perlunicode.pod
22402              From: Jeffrey Friedl <jfriedl@yahoo.com>
22403              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
22404              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
22405      Branch: perl
22406            ! pod/perlunicode.pod
22407 ____________________________________________________________________________
22408 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
22409         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
22410              From: Jeffrey Friedl <jfriedl@yahoo.com>
22411              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
22412              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
22413      Branch: perl
22414            ! lib/utf8_heavy.pl
22415 ____________________________________________________________________________
22416 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
22417         Log: Can't create surrogates; so can't match them, either.
22418      Branch: perl
22419            ! pod/perlunicode.pod
22420 ____________________________________________________________________________
22421 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
22422         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
22423              From: Michael G Schwern <schwern@pobox.com>
22424              Date: Sat, 15 Dec 2001 21:20:35 -0500
22425              Message-ID: <20011216022035.GE5672@blackrider>
22426      Branch: perl
22427            ! t/test.pl
22428 ____________________________________________________________________________
22429 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
22430         Log: Make creating UTF-8 surrogates a punishable act.
22431      Branch: perl
22432            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
22433 ____________________________________________________________________________
22434 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
22435         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
22436      Branch: perl
22437            + lib/unicore/In/172.pl lib/unicore/In/173.pl
22438            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
22439            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
22440            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
22441            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
22442            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
22443 ____________________________________________________________________________
22444 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
22445         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
22446              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22447              Date: Sat, 15 Dec 2001 23:21:43 +0100
22448              Message-ID: <20011215232143.A11790@rafael>
22449      Branch: perl
22450            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
22451 ____________________________________________________________________________
22452 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
22453         Log: Make charnames more robust.
22454      Branch: perl
22455            ! lib/charnames.pm
22456 ____________________________________________________________________________
22457 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
22458         Log: The hoops one has to jump through.
22459      Branch: perl
22460            ! ext/I18N/Langinfo/Langinfo.pm
22461 ____________________________________________________________________________
22462 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
22463         Log: Subject: [PATCH] perlstyle.pod nit on warnings
22464              From: Autrijus Tang <autrijus@egb.elixus.org>
22465              Date: Sat, 15 Dec 2001 04:24:34 -0800
22466              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
22467      Branch: perl
22468            ! pod/perlstyle.pod
22469 ____________________________________________________________________________
22470 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
22471         Log: I don't think we are in FooOS, Toto.
22472      Branch: perl
22473            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
22474 ____________________________________________________________________________
22475 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
22476         Log: Subject: Re: Untested modules update:  There's more than we thought
22477              From: chromatic <chromatic@rmci.net>
22478              Date: Fri, 14 Dec 2001 17:20:24 -0700
22479              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
22480      Branch: perl
22481            + lib/ExtUtils/MM_Cygwin.t
22482            ! MANIFEST
22483 ____________________________________________________________________________
22484 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
22485         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
22486              From: Michael G Schwern <schwern@pobox.com> 
22487              Date: Fri, 14 Dec 2001 20:59:42 -0500
22488              Message-ID: <20011215015942.GF28596@blackrider>
22489      Branch: perl
22490            ! t/TEST
22491 ____________________________________________________________________________
22492 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
22493         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
22494              From: Michael G Schwern <schwern@pobox.com> 
22495              Date: Fri, 14 Dec 2001 20:03:46 -0500
22496              Message-ID: <20011215010346.GD28596@blackrider>
22497      Branch: perl
22498            + ext/B/t/bblock.t
22499            ! MANIFEST
22500 ____________________________________________________________________________
22501 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
22502         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
22503              From: Michael G Schwern <schwern@pobox.com> 
22504              Date: Fri, 14 Dec 2001 19:59:13 -0500
22505              Message-ID: <20011215005913.GC28596@blackrider>
22506      Branch: perl
22507            ! ext/B/B/Bblock.pm
22508 ____________________________________________________________________________
22509 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
22510         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
22511              From: Michael G Schwern <schwern@pobox.com> 
22512              Date: Fri, 14 Dec 2001 19:36:12 -0500
22513              Message-ID: <20011215003611.GA28596@blackrider>
22514      Branch: perl
22515            + ext/B/t/asmdata.t
22516            ! MANIFEST
22517 ____________________________________________________________________________
22518 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
22519         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
22520              From: Michael G Schwern <schwern@pobox.com> 
22521              Date: Fri, 14 Dec 2001 19:14:14 -0500
22522              Message-ID: <20011215001414.GA25077@blackrider>
22523      Branch: perl
22524            ! bytecode.pl ext/B/B/Asmdata.pm
22525 ____________________________________________________________________________
22526 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
22527         Log: Permissions.
22528      Branch: perl
22529            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
22530            ! ext/Devel/PPPort/module3.c
22531 ____________________________________________________________________________
22532 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
22533         Log: Benchmark test from Nicholas Clark.
22534      Branch: perl
22535            + lib/Benchmark.t
22536            ! MANIFEST lib/Benchmark.pm
22537 ____________________________________________________________________________
22538 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
22539         Log: Mithing.
22540      Branch: perl
22541            + lib/Attribute/Handlers/demo/demo2.pl
22542            + lib/Attribute/Handlers/demo/demo3.pl
22543            + lib/Attribute/Handlers/demo/demo4.pl
22544 ____________________________________________________________________________
22545 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
22546         Log: Silence compiler worries found by Schwern/Digital cc.
22547      Branch: perl
22548            ! perlio.c sv.c x2p/str.c
22549 ____________________________________________________________________________
22550 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
22551         Log: User may not have a valid home directory even if
22552              getpwuid() succedds.
22553      Branch: perl
22554            ! ext/File/Glob/t/basic.t
22555 ____________________________________________________________________________
22556 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
22557         Log: Integrate with perlio.  (No changes, but that's okay.)
22558      Branch: perl
22559           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
22560 ____________________________________________________________________________
22561 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
22562         Log: Add a Configure hints file for VOS: the POSIX support
22563              of VOS is getting close to the point where it can run
22564              Configure (some Configure tweaks will be required).
22565      Branch: perl
22566            + hints/vos.sh
22567            ! MANIFEST
22568 ____________________________________________________________________________
22569 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
22570         Log: Update Changes.
22571      Branch: perl
22572            ! Changes patchlevel.h
22573 ____________________________________________________________________________
22574 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
22575         Log: Reintroduce Attribute::Handlers with Spider's fixes.
22576      Branch: perl
22577            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22578            + lib/Attribute/Handlers/README
22579            + lib/Attribute/Handlers/demo/Demo.pm
22580            + lib/Attribute/Handlers/demo/Descriptions.pm
22581            + lib/Attribute/Handlers/demo/MyClass.pm
22582            + lib/Attribute/Handlers/demo/demo.pl
22583            + lib/Attribute/Handlers/demo/demo_call.pl
22584            + lib/Attribute/Handlers/demo/demo_chain.pl
22585            + lib/Attribute/Handlers/demo/demo_cycle.pl
22586            + lib/Attribute/Handlers/demo/demo_hashdir.pl
22587            + lib/Attribute/Handlers/demo/demo_phases.pl
22588            + lib/Attribute/Handlers/demo/demo_range.pl
22589            + lib/Attribute/Handlers/demo/demo_rawdata.pl
22590            + lib/Attribute/Handlers/t/multi.t
22591            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
22592 ____________________________________________________________________________
22593 [ 13685] By: nick                                  on 2001/12/14  15:57:00
22594         Log: Integrate mainline
22595      Branch: perlio
22596           +> t/run/switcht.t
22597           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22598           !> perlapi.h pod/perlrun.pod t/TEST taint.c
22599 ____________________________________________________________________________
22600 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
22601         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
22602              From: Michael G Schwern <schwern@pobox.com> 
22603              Date: Thu, 13 Dec 2001 19:27:08 -0500
22604              Message-ID: <20011214002707.GA10532@blackrider>
22605              
22606              (reword the perlrun -t description a bit,
22607              and move the Itaint_warn to the bottom of
22608              the intrpvar.h for binary compatibility)
22609      Branch: perl
22610            + t/run/switcht.t
22611            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22612            ! perlapi.h pod/perlrun.pod t/TEST taint.c
22613 ____________________________________________________________________________
22614 [ 13683] By: nick                                  on 2001/12/14  12:29:41
22615         Log: Integrate mainline
22616      Branch: perlio
22617           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
22618           +> lib/Term/ReadLine.t t/op/hashassign.t
22619            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22620            - lib/Attribute/Handlers/README
22621            - lib/Attribute/Handlers/demo/Demo.pm
22622            - lib/Attribute/Handlers/demo/Descriptions.pm
22623            - lib/Attribute/Handlers/demo/MyClass.pm
22624            - lib/Attribute/Handlers/demo/demo.pl
22625            - lib/Attribute/Handlers/demo/demo2.pl
22626            - lib/Attribute/Handlers/demo/demo3.pl
22627            - lib/Attribute/Handlers/demo/demo4.pl
22628            - lib/Attribute/Handlers/demo/demo_call.pl
22629            - lib/Attribute/Handlers/demo/demo_chain.pl
22630            - lib/Attribute/Handlers/demo/demo_cycle.pl
22631            - lib/Attribute/Handlers/demo/demo_hashdir.pl
22632            - lib/Attribute/Handlers/demo/demo_phases.pl
22633            - lib/Attribute/Handlers/demo/demo_range.pl
22634            - lib/Attribute/Handlers/demo/demo_rawdata.pl
22635            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
22636           !> (integrate 101 files)
22637 ____________________________________________________________________________
22638 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
22639         Log: Detypo.
22640      Branch: perl
22641            ! utf8.c
22642 ____________________________________________________________________________
22643 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
22644         Log: Buffer overflow checks.
22645      Branch: perl
22646            ! utf8.c
22647 ____________________________________________________________________________
22648 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
22649         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
22650              From: Spider Boardman <spider@leggy.zk3.dec.com>
22651              Date: Thu, 13 Dec 2001 15:32:51 -0500
22652              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
22653      Branch: perl
22654            ! lib/ExtUtils/Embed.t
22655 ____________________________________________________________________________
22656 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
22657         Log: More on the Unicode "line" definition.
22658      Branch: perl
22659            ! pod/perlunicode.pod
22660 ____________________________________________________________________________
22661 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
22662         Log: Open-ended VERSION?
22663      Branch: perl
22664            ! lib/ExtUtils/Install.pm
22665 ____________________________________________________________________________
22666 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
22667         Log: Subject: [PATCH] Better make distclean
22668              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22669              Date: Thu, 13 Dec 2001 21:10:18 +0100
22670              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
22671      Branch: perl
22672            ! Makefile.SH
22673 ____________________________________________________________________________
22674 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
22675         Log: Remove Memoize::Saves as requested by mjd.
22676      Branch: perl
22677            - lib/Memoize/Saves.pm
22678            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
22679 ____________________________________________________________________________
22680 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
22681         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
22682              From: Michael G Schwern <schwern@pobox.com>
22683              Date: Tue, 11 Dec 2001 23:17:32 -0500
22684              Message-ID: <20011212041732.GS17250@blackrider>
22685      Branch: perl
22686            ! lib/ExtUtils/Install.pm
22687 ____________________________________________________________________________
22688 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
22689         Log: Subject: [PATCH] Re: use utf8; with bad utf8
22690              From: Nicholas Clark <nick@ccl4.org>
22691              Date: Thu, 13 Dec 2001 17:09:39 +0000
22692              Message-ID: <20011213170939.L21702@plum.flirble.org>
22693      Branch: perl
22694            ! t/lib/1_compile.t
22695 ____________________________________________________________________________
22696 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
22697         Log: Subject: (LONG!) Sort benchmarks and patch
22698              From: "John P. Linderman" <jpl@research.att.com>
22699              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
22700              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
22701      Branch: perl
22702            ! pp_sort.c
22703 ____________________________________________________________________________
22704 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
22705         Log: Unadorned numbers evil.
22706      Branch: perl
22707            ! pp.c regcomp.c regexec.c utf8.c utf8.h
22708 ____________________________________________________________________________
22709 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
22710         Log: "preprocessing directive not recognized within macro arg"
22711      Branch: perl
22712            ! ext/Data/Dumper/Dumper.xs
22713 ____________________________________________________________________________
22714 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
22715         Log: Subject: Clarifying the documentation of goto            
22716              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
22717              Date: Thu, 13 Dec 2001 08:57:38 -0500
22718              Message-ID: <3C18BD8B@operamail.com>
22719      Branch: perl
22720            ! pod/perlfunc.pod
22721 ____________________________________________________________________________
22722 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
22723         Log: It could be possible for the case-insensitive
22724              Unicode-aware string comparison to wander off
22725              to the la-la land.
22726      Branch: perl
22727            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
22728            ! regexec.c utf8.c
22729 ____________________________________________________________________________
22730 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
22731         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
22732              From: Michael G Schwern <schwern@pobox.com> 
22733              Date: Wed, 12 Dec 2001 21:53:46 -0500
22734              Message-ID: <20011213025346.GH25129@blackrider>
22735      Branch: perl
22736            ! lib/Net/hostent.t t/op/stat.t t/test.pl
22737 ____________________________________________________________________________
22738 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
22739         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
22740              From: Michael G Schwern <schwern@pobox.com> 
22741              Date: Wed, 12 Dec 2001 20:33:42 -0500
22742              Message-ID: <20011213013342.GX25129@blackrider>
22743      Branch: perl
22744            ! t/io/fs.t
22745 ____________________________________________________________________________
22746 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
22747         Log: Subject: Re: [PATCH] use utf8; tests
22748              From: Nicholas Clark <nick@ccl4.org>
22749              Date: Thu, 13 Dec 2001 00:16:58 +0000
22750              Message-ID: <20011213001658.I21702@plum.flirble.org>
22751      Branch: perl
22752            ! lib/utf8.t
22753 ____________________________________________________________________________
22754 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
22755         Log: EPOC fixes from Olaf Flebbe.
22756      Branch: perl
22757            ! README.epoc epoc/config.sh epoc/createpkg.pl
22758            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
22759 ____________________________________________________________________________
22760 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
22761         Log: Subject: [PATCH perl@13661] VMS test fix-ups
22762              From: "Craig A. Berry" <craigberry@mac.com>
22763              Date: Wed, 12 Dec 2001 16:27:48 -0600
22764              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
22765      Branch: perl
22766            ! lib/Net/hostent.t t/io/fs.t
22767 ____________________________________________________________________________
22768 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
22769         Log: Subject: Re: Next cygwin round.
22770              From: "Gerrit P. Haase" <gp@familiehaase.de>
22771              Date: Wed, 12 Dec 2001 21:59:00 +0100
22772              Message-ID: <122343874595.20011212215900@familiehaase.de>
22773      Branch: perl
22774            ! t/io/fs.t
22775 ____________________________________________________________________________
22776 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
22777         Log: Subject: [PATCH] use utf8; tests
22778              From: Nicholas Clark <nick@ccl4.org>
22779              Date: Wed, 12 Dec 2001 20:07:04 +0000
22780              Message-ID: <20011212200704.E21702@plum.flirble.org>
22781      Branch: perl
22782            ! lib/utf8.t t/test.pl
22783 ____________________________________________________________________________
22784 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
22785         Log: Update Changes.
22786      Branch: perl
22787            ! Changes patchlevel.h
22788 ____________________________________________________________________________
22789 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
22790         Log: Subject: [PATCH] Passing in env to perl_parse did not work
22791              From: Gisle Aas <gisle@ActiveState.com>
22792              Date: 11 Dec 2001 20:52:57 -0800
22793              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
22794      Branch: perl
22795            ! perl.c perl.h
22796 ____________________________________________________________________________
22797 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
22798         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
22799              mostly gcc -Wall complaining about the argument of %p not
22800              being a void *.
22801      Branch: perl
22802            ! perlio.c regcomp.c taint.c toke.c
22803 ____________________________________________________________________________
22804 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
22805         Log: metaconfig unit change for #13657.
22806      Branch: metaconfig
22807            ! U/modified/nis.U
22808 ____________________________________________________________________________
22809 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
22810         Log: Try YP/NIS also from /usr/lib/yp.
22811      Branch: perl
22812            ! Configure
22813 ____________________________________________________________________________
22814 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
22815         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
22816              From: Michael G Schwern <schwern@pobox.com>                
22817              Date: Wed, 12 Dec 2001 05:27:02 -0500      
22818              Message-ID: <20011212102702.GW17250@blackrider>
22819              
22820              (the op/grent part)
22821      Branch: perl
22822            ! t/op/grent.t
22823 ____________________________________________________________________________
22824 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
22825         Log: Weed out .files from ls and readdir() results.
22826      Branch: perl
22827            ! t/op/stat.t
22828 ____________________________________________________________________________
22829 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
22830         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
22831              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22832              Date: Wed, 12 Dec 2001 10:52:21 +0100
22833              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
22834      Branch: perl
22835            ! lib/File/Find.pm
22836 ____________________________________________________________________________
22837 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
22838         Log: Subject: [PATCH] doio fatal on cygwin for 13651
22839              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
22840              Date: Wed, 12 Dec 2001 11:28:13 +0100      
22841              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
22842      Branch: perl
22843            ! doio.c
22844 ____________________________________________________________________________
22845 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
22846         Log: Get the whole line of ls, makes debugging easier
22847              (from Schwern)
22848      Branch: perl
22849            ! t/op/stat.t
22850 ____________________________________________________________________________
22851 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
22852         Log: rename() must be tested even without link()
22853              or the utime() and rename-directory tests fail.
22854              (Also got the BeOS utime atime/time the wrong way round.)
22855      Branch: perl
22856            ! t/io/fs.t
22857 ____________________________________________________________________________
22858 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
22859         Log: Now that the beos.c is compiled at the main level
22860              the header is in the beos/
22861      Branch: perl
22862            ! beos/beos.c
22863 ____________________________________________________________________________
22864 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
22865         Log: Must remember to require Socket.
22866      Branch: perl
22867            ! ext/Sys/Syslog/syslog.t
22868 ____________________________________________________________________________
22869 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
22870         Log: In BeOS Errno must resort to actual compilation
22871              and execution for some of the error constants.
22872      Branch: perl
22873            ! ext/Errno/Errno_pm.PL
22874 ____________________________________________________________________________
22875 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
22876         Log: BeOS still has no good sockets.
22877      Branch: perl
22878            ! ext/IO/lib/IO/t/io_sel.t
22879 ____________________________________________________________________________
22880 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
22881         Log: BeOS sockets are not true sockets.
22882      Branch: perl
22883            ! ext/IO/lib/IO/t/io_poll.t
22884 ____________________________________________________________________________
22885 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
22886         Log: No Socket, no Syslog.
22887      Branch: perl
22888            ! ext/Sys/Syslog/syslog.t
22889 ____________________________________________________________________________
22890 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
22891         Log: (On some platforms) missing truncate FH.
22892      Branch: perl
22893            ! pod/perltodo.pod
22894 ____________________________________________________________________________
22895 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
22896         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
22897              and vms would be muchly appreciated.
22898      Branch: perl
22899            ! t/io/fs.t
22900 ____________________________________________________________________________
22901 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
22902         Log: utime() updates only the mtime in BeOS. 
22903      Branch: perl
22904            ! pod/perlport.pod
22905 ____________________________________________________________________________
22906 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
22907         Log: No link(), no need to dSP.
22908      Branch: perl
22909            ! pp_sys.c
22910 ____________________________________________________________________________
22911 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
22912         Log: Missing argument.
22913      Branch: perl
22914            ! utf8.c
22915 ____________________________________________________________________________
22916 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
22917         Log: (1) To assume any setuid programs is silly.
22918              (2) Chaining tests with booleans means that some
22919              of them may not get run which means getting out
22920              of test count sync.
22921      Branch: perl
22922            ! t/op/stat.t
22923 ____________________________________________________________________________
22924 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
22925         Log: The beos.c needs to be in the main directory.
22926      Branch: perl
22927            ! hints/beos.sh
22928 ____________________________________________________________________________
22929 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
22930         Log: Detypo and rename.
22931      Branch: perl
22932            ! doio.c perl.h perlio.c perliol.h
22933 ____________________________________________________________________________
22934 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
22935         Log: This time I test compiled.  Honest.
22936      Branch: perl
22937            ! beos/beos.c
22938 ____________________________________________________________________________
22939 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
22940         Log: Subject: [PATCH] slightly more pack tests
22941              From: Nicholas Clark <nick@ccl4.org>
22942              Date: Tue, 11 Dec 2001 23:41:23 +0000
22943              Message-ID: <20011211234123.Y21702@plum.flirble.org>
22944      Branch: perl
22945            ! t/op/pack.t
22946 ____________________________________________________________________________
22947 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
22948         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
22949              From: "Craig A. Berry" <craigberry@mac.com>
22950              Date: Tue, 11 Dec 2001 16:39:13 -0600
22951              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
22952      Branch: perl
22953            ! configure.com
22954 ____________________________________________________________________________
22955 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
22956         Log: metaconfig unit change for #13632.
22957      Branch: metaconfig/U/perl
22958            ! perlpath.U
22959 ____________________________________________________________________________
22960 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
22961         Log: Subject: $Config{perlpath} and -Dversiononly
22962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22963              Date: Tue, 11 Dec 2001 23:32:33 +0100
22964              Message-ID: <20011211233233.A11587@rafael>
22965      Branch: perl
22966            ! Configure
22967 ____________________________________________________________________________
22968 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
22969         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
22970              From: Nicholas Clark <nick@ccl4.org>
22971              Date: Tue, 11 Dec 2001 21:59:36 +0000
22972              Message-ID: <20011211215935.W21702@plum.flirble.org>
22973      Branch: perl
22974            ! t/op/pack.t
22975 ____________________________________________________________________________
22976 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
22977         Log: More UTF-8 API docs.
22978      Branch: perl
22979            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
22980 ____________________________________________________________________________
22981 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
22982         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
22983              From: Nicholas Clark <nick@ccl4.org>
22984              Date: Tue, 11 Dec 2001 20:08:59 +0000
22985              Message-ID: <20011211200859.S21702@plum.flirble.org>
22986      Branch: perl
22987            ! t/op/pack.t
22988 ____________________________________________________________________________
22989 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
22990         Log: Subject: Re: use utf8; with bad utf8
22991              From: Nicholas Clark <nick@ccl4.org>
22992              Date: Tue, 11 Dec 2001 19:49:21 +0000
22993              Message-ID: <20011211194921.R21702@plum.flirble.org>
22994      Branch: perl
22995            ! lib/utf8.t
22996 ____________________________________________________________________________
22997 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
22998         Log: Can't spell worth a dam.  (Try Three Gorges.)
22999      Branch: perl
23000            ! beos/beos.c
23001 ____________________________________________________________________________
23002 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
23003         Log: We need DWIM cpps.
23004      Branch: perl
23005            ! perlio.c
23006 ____________________________________________________________________________
23007 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
23008         Log: The unixish.h needs to be found and the waitpid wrapper
23009              could use a proto.
23010      Branch: perl
23011            ! beos/beosish.h
23012 ____________________________________________________________________________
23013 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
23014         Log: The BeOS waitpid() seems to be broken,
23015              have a wrapper for it.
23016      Branch: perl
23017            + beos/beos.c beos/beosish.h
23018            ! MANIFEST hints/beos.sh perl.h
23019 ____________________________________________________________________________
23020 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
23021         Log: Unlean the leaning tower of Babel.
23022      Branch: perl
23023            ! perl.h
23024 ____________________________________________________________________________
23025 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
23026         Log: Retract #13607 until we figure out what to do with autouse.
23027      Branch: perl
23028            ! lib/Carp.pm
23029 ____________________________________________________________________________
23030 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
23031         Log: Try to handle platforms that have O_TEXT != O_BINARY but
23032              which are not DOSish, BeOS being one of such platforms.
23033              Ideally this should be a Configure test, not a hardwired
23034              cpp symbol test... 
23035      Branch: perl
23036            ! doio.c perl.h perlio.c perliol.h
23037 ____________________________________________________________________________
23038 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
23039         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
23040              From: Jonathan Stowe <gellyfish@gellyfish.com>
23041              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
23042              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
23043      Branch: perl
23044            ! lib/Term/Cap.pm lib/Term/Cap.t
23045 ____________________________________________________________________________
23046 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
23047         Log: Subject: [patch perlio.c] test for NULL before derefencing
23048              From: Stas Bekman <stas@stason.org>
23049              Date: Tue, 11 Dec 2001 16:17:55 +0800
23050              Message-ID: <3C15C133.8@stason.org>
23051      Branch: perl
23052            ! perlio.c
23053 ____________________________________________________________________________
23054 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
23055         Log: metaconfig unit change for #13617.
23056      Branch: metaconfig/U/perl
23057            ! Extensions.U
23058 ____________________________________________________________________________
23059 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
23060         Log: BeOS has socket() but not enough to build a working Socket.
23061              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
23062              new networking implementation, which is rumored to fix the
23063              non-standardness of sockets, but it's apparently not publicly
23064              available, and anything to do with BeOS has become quite
23065              complicated with the sale of the Be assets to Palm.)
23066      Branch: perl
23067            ! Configure
23068 ____________________________________________________________________________
23069 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
23070         Log: Update changes
23071      Branch: maint-5.6/macperl
23072            ! macos/Changes
23073 ____________________________________________________________________________
23074 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
23075         Log: Add extra pod to help
23076      Branch: maint-5.6/macperl
23077            ! macos/macperl/MacPerl.podhelp
23078 ____________________________________________________________________________
23079 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
23080         Log: Return DoAppleScript errors in $@
23081      Branch: maint-5.6/macperl
23082            ! macos/ext/MacPerl/OSA.xs
23083 ____________________________________________________________________________
23084 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
23085         Log: Clear out $^E before each script run
23086      Branch: maint-5.6/macperl
23087            ! macos/macperl/MPScript.c
23088 ____________________________________________________________________________
23089 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
23090         Log: Integrate various changes from maint-5.6/perl/.
23091      Branch: maint-5.6/macperl
23092           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
23093           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
23094 ____________________________________________________________________________
23095 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
23096         Log: Subject: Exporter's documentation shouldn't lie               
23097              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23098              Date: Mon, 10 Dec 2001 21:30:20 -0500
23099              Message-ID: <3C4AA201@operamail.com>
23100      Branch: perl
23101            ! lib/Exporter.pm
23102 ____________________________________________________________________________
23103 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
23104         Log: Make Errno better in BeOS (the second hunk is
23105              good on any platform).  Still not working in BeOS
23106              are the E constants that refer BeOS native error
23107              constants (B_...) which are enums (*groan*).
23108      Branch: perl
23109            ! ext/Errno/Errno_pm.PL
23110 ____________________________________________________________________________
23111 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
23112         Log: The BeOS linker seems to link the last seen symbol,
23113              not the first (so the symbols of op.o from libperl.so
23114              would get linked to miniperl instead of the symbols of
23115              opmini.o)-- use the same trick as for NeXT4 for linking
23116              miniperl.
23117      Branch: perl
23118            ! Makefile.SH
23119 ____________________________________________________________________________
23120 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
23121         Log: Subject: Re: [PATCH] tests for hash assignment
23122              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23123              Date: Tue, 11 Dec 2001 01:48:55 +0000
23124              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
23125      Branch: perl
23126            ! utf8.c
23127 ____________________________________________________________________________
23128 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
23129         Log: (retracted by #13622)
23130              
23131              Subject: RE: More verbose POD for Carp
23132              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23133              Date: Mon, 10 Dec 2001 20:23:20 -0500
23134              Message-ID: <3C4A3566@operamail.com>
23135      Branch: perl
23136            ! lib/Carp.pm
23137 ____________________________________________________________________________
23138 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
23139         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
23140              From: "Craig A. Berry" <craigberry@mac.com>
23141              Date: Mon, 10 Dec 2001 18:25:37 -0600
23142              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
23143      Branch: perl
23144            ! t/op/write.t t/test.pl
23145 ____________________________________________________________________________
23146 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
23147         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
23148              From: Michael G Schwern <schwern@pobox.com>
23149              Date: Mon, 10 Dec 2001 08:00:01 -0500
23150              Message-ID: <20011210130000.GK1770@blackrider>
23151      Branch: perl
23152            ! t/comp/multiline.t
23153 ____________________________________________________________________________
23154 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
23155         Log: Subject: Re: [PATCH] tests for hash assignment
23156              From: Nicholas Clark <nick@ccl4.org>
23157              Date: Mon, 10 Dec 2001 23:22:28 +0000
23158              Message-ID: <20011210232228.M21702@plum.flirble.org>
23159      Branch: perl
23160            + t/op/hashassign.t
23161            ! MANIFEST t/op/each.t t/test.pl
23162 ____________________________________________________________________________
23163 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
23164         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
23165              From: "Craig A. Berry" <craigberry@mac.com>
23166              Date: Mon, 10 Dec 2001 16:38:14 -0600
23167              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
23168      Branch: perl
23169            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
23170 ____________________________________________________________________________
23171 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
23172         Log: Subject: [PATCH perl@13600] configure.com fixes
23173              From: "Craig A. Berry" <craigberry@mac.com>
23174              Date: Mon, 10 Dec 2001 14:40:20 -0600
23175              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
23176      Branch: perl
23177            ! configure.com
23178 ____________________________________________________________________________
23179 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
23180         Log: Silence BeOS compilation moaning.
23181      Branch: perl
23182            ! perl.h
23183 ____________________________________________________________________________
23184 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
23185         Log: Update Changes.
23186      Branch: perl
23187            ! Changes patchlevel.h
23188 ____________________________________________________________________________
23189 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
23190         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
23191              From: Michael G Schwern <schwern@pobox.com>
23192              Date: Mon, 10 Dec 2001 01:21:03 -0500
23193              Message-ID: <20011210062103.GC1770@blackrider>
23194      Branch: perl
23195            ! lib/ExtUtils/Command.t
23196 ____________________________________________________________________________
23197 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
23198         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
23199              From: Michael G Schwern <schwern@pobox.com>
23200              Date: Mon, 10 Dec 2001 01:10:57 -0500
23201              Message-ID: <20011210061057.GB1770@blackrider>
23202      Branch: perl
23203            ! t/op/groups.t
23204 ____________________________________________________________________________
23205 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
23206         Log: Retract #13596, #13593 should do the trick.
23207      Branch: perl
23208            ! t/op/stat.t
23209 ____________________________________________________________________________
23210 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
23211         Log: (retracted by #13597, #13593 does the job better)
23212              
23213              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
23214              From: Michael G Schwern <schwern@pobox.com>
23215              Date: Mon, 10 Dec 2001 00:53:16 -0500
23216              Message-ID: <20011210055316.GA1770@blackrider>
23217      Branch: perl
23218            ! t/op/stat.t
23219 ____________________________________________________________________________
23220 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
23221         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
23222              From: Michael G Schwern <schwern@pobox.com> 
23223              Date: Mon, 10 Dec 2001 02:19:14 -0500
23224              Message-ID: <20011210071914.GF1770@blackrider>
23225      Branch: perl
23226            ! lib/AutoSplit.t
23227 ____________________________________________________________________________
23228 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
23229         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
23230              From: Michael G Schwern <schwern@pobox.com>
23231              Date: Mon, 10 Dec 2001 02:47:40 -0500
23232              Message-ID: <20011210074739.GH1770@blackrider>
23233      Branch: perl
23234            ! t/op/pack.t
23235 ____________________________________________________________________________
23236 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
23237         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
23238              From: Michael G Schwern <schwern@pobox.com>
23239              Date: Mon, 10 Dec 2001 02:54:22 -0500
23240              Message-ID: <20011210075422.GI1770@blackrider>
23241      Branch: perl
23242            ! t/test.pl
23243 ____________________________________________________________________________
23244 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
23245         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
23246              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23247              Date: Mon, 10 Dec 2001 08:45:20 +0100
23248              Message-ID: <3C146810.60B5B7C0@alcatel.at>
23249      Branch: perl
23250            ! pp_pack.c
23251 ____________________________________________________________________________
23252 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
23253         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
23254              From: Michael G Schwern <schwern@pobox.com>
23255              Date: Mon, 10 Dec 2001 03:27:02 -0500
23256              Message-ID: <20011210082702.GN1770@blackrider>
23257      Branch: perl
23258            ! t/io/openpid.t
23259 ____________________________________________________________________________
23260 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
23261         Log: More chmod +w.
23262      Branch: perl
23263            ! Porting/makerel
23264 ____________________________________________________________________________
23265 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
23266         Log: Just skip the readability test if running as root.
23267      Branch: perl
23268            ! lib/Net/t/netrc.t
23269 ____________________________________________________________________________
23270 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
23271         Log: Tell about the downside of safe signals.
23272      Branch: perl
23273            ! pod/perldelta.pod
23274 ____________________________________________________________________________
23275 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
23276         Log: Make the whole -lperl thing NetBSD only until we
23277              find some other platform that needs the same.
23278      Branch: perl
23279            ! lib/ExtUtils/MM_Unix.pm
23280 ____________________________________________________________________________
23281 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
23282         Log: Subject: [PATCH t/op/pack.t] Cleanup
23283              From: Michael G Schwern <schwern@pobox.com> 
23284              Date: Sun, 9 Dec 2001 23:08:26 -0500
23285              Message-ID: <20011210040826.GD660@blackrider>
23286      Branch: perl
23287            ! t/op/pack.t
23288 ____________________________________________________________________________
23289 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
23290         Log: Add threads support for NetBSD.
23291              
23292              This is also the first (I think) Perl threads build with
23293              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
23294              NetBSD does not as of yet have true kernel POSIX threads,
23295              but the user-level pth seems to be doing pretty well--
23296              the only failure is that threads/t/basic okays 6 and 7
23297              consistently seem be arriving in the reverse order.
23298              Well, gdbm.t is also failing: 'Undefined PLT symbol
23299              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
23300              guessing that GDBM would need a threaded rebuild.
23301      Branch: perl
23302            ! hints/netbsd.sh
23303 ____________________________________________________________________________
23304 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
23305         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
23306              potential performance hit and change in semantics of closure
23307              lookups after C<undef &foo>)
23308      Branch: maint-5.6/perl
23309            ! op.c
23310 ____________________________________________________________________________
23311 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
23312         Log: metaconfig unit change for #13582.
23313      Branch: metaconfig
23314            ! U/threads/usethreads.U
23315 ____________________________________________________________________________
23316 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
23317         Log: Update the ithreads selection info in Configure,
23318              as suggested by Michael Schwern.
23319      Branch: perl
23320            ! Configure
23321 ____________________________________________________________________________
23322 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
23323         Log: Clearing locale environment simply doesn't seem to
23324              guarantee that (nl_)langinfo(CODESET) would return nil.
23325              (I for example get "ISO8859-1", so <guess>maybe there can
23326              be per-system default settings at work</guess>.)
23327      Branch: perl
23328            ! lib/open.t
23329 ____________________________________________________________________________
23330 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
23331         Log: Subject: RE: Exporter fixes reversed in 13540?
23332              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23333              Date: Sun, 9 Dec 2001 12:55:15 -0500
23334              Message-ID: <3C13F455@operamail.com>
23335      Branch: perl
23336            ! lib/open.pm
23337 ____________________________________________________________________________
23338 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
23339         Log: Root is the lizard king.
23340      Branch: perl
23341            ! lib/Net/t/netrc.t
23342 ____________________________________________________________________________
23343 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
23344         Log: Telling how many tests we are expecting helps.
23345      Branch: perl
23346            ! ext/POSIX/t/waitpid.t
23347 ____________________________________________________________________________
23348 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
23349         Log: Add a test case for waitpid(): from Rocco Caputo.
23350      Branch: perl
23351            + ext/POSIX/t/waitpid.t
23352            ! MANIFEST
23353 ____________________________________________________________________________
23354 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
23355         Log: Subject: [PATCH] Term::ReadLine tweaks and test
23356              From: Richard Clamp <richardc@unixbeard.net>
23357              Date: Mon, 10 Dec 2001 00:51:47 +0000
23358              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
23359      Branch: perl
23360            + lib/Term/ReadLine.t
23361            ! MANIFEST lib/Term/ReadLine.pm
23362 ____________________________________________________________________________
23363 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
23364         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
23365              From: Rocco Caputo <troc@netrus.net>
23366              Date: Sun, 9 Dec 2001 18:12:38 -0500
23367              Message-ID: <20011209181238.A803@eyrie.homenet>
23368      Branch: perl
23369            ! win32/win32.c
23370 ____________________________________________________________________________
23371 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
23372         Log: make sure that va_start() has matching va_end();
23373              from OpenBSD 3.0.
23374      Branch: perl
23375            ! x2p/util.c
23376 ____________________________________________________________________________
23377 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
23378         Log: h2ph updates from OpenBSD 3.0.
23379      Branch: perl
23380            ! utils/h2ph.PL
23381 ____________________________________________________________________________
23382 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
23383         Log: OpenBSD hints update from OpenBSD 3.0.
23384      Branch: perl
23385            ! hints/openbsd.sh
23386 ____________________________________________________________________________
23387 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
23388         Log: DJGPP tweaks from Laszlo Molnar.
23389      Branch: perl
23390            ! djgpp/config.over lib/File/Find/t/find.t
23391            ! lib/File/Find/t/taint.t t/pod/find.t
23392 ____________________________________________________________________________
23393 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
23394         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
23395              From: Michael G Schwern <schwern@pobox.com> 
23396              Date: Sun, 9 Dec 2001 19:28:12 -0500
23397              Message-ID: <20011210002812.GF13586@blackrider>
23398      Branch: perl
23399            ! README.cygwin
23400 ____________________________________________________________________________
23401 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
23402         Log: README.cygwin update from Gerrit P. Haase.
23403      Branch: perl
23404            ! README.cygwin
23405 ____________________________________________________________________________
23406 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
23407         Log: Apply NetBSD patch-ag: shared/static linking,
23408              but make the change less intrusive on non-NetBSD.
23409      Branch: perl
23410            ! lib/ExtUtils/MM_Unix.pm
23411 ____________________________________________________________________________
23412 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
23413         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
23414      Branch: perl
23415            ! lib/ExtUtils/Liblist.pm
23416 ____________________________________________________________________________
23417 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
23418         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
23419      Branch: perl
23420            ! regcomp.c
23421 ____________________________________________________________________________
23422 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
23423         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
23424      Branch: perl
23425            ! pp.c
23426 ____________________________________________________________________________
23427 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
23428         Log: Apply NetBSD patch-ac.
23429              (the fix has already been done: change #9706, fully qualified
23430              pathnames in packlists)
23431      Branch: perl
23432            ! lib/ExtUtils/Install.pm
23433 ____________________________________________________________________________
23434 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
23435         Log: Apply NetBSD patch-ab: NetBSD hints update.
23436      Branch: perl
23437            ! hints/netbsd.sh
23438 ____________________________________________________________________________
23439 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
23440         Log: metaconfig unit changes for #13560.
23441      Branch: metaconfig/U/perl
23442            ! dlsrc.U i_ieeefp.U libperl.U
23443 ____________________________________________________________________________
23444 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
23445         Log: NetBSD has <ieeefp.h> but hidden.
23446      Branch: perl
23447            ! hints/netbsd.sh
23448 ____________________________________________________________________________
23449 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
23450         Log: Implement NetBSD patch-aa.
23451      Branch: perl
23452            ! Configure
23453 ____________________________________________________________________________
23454 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
23455         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
23456              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
23457              Date: Sun, 09 Dec 2001 13:40:58 +0100
23458              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
23459              
23460              (The lstat()s were there in 5.6.1: what happened to them?)
23461      Branch: perl
23462            ! lib/File/Find.pm
23463 ____________________________________________________________________________
23464 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
23465         Log: Quickie documentation of the C UTF-8 API.
23466      Branch: perl
23467            ! pod/perlunicode.pod
23468 ____________________________________________________________________________
23469 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
23470         Log: Subject: bleadperl on cygwin weirdness...
23471              From: "Gerrit P. Haase" <gp@familiehaase.de>
23472              Date: Sun, 9 Dec 2001 20:31:28 +0100
23473              Message-ID: <13779422183.20011209203128@familiehaase.de>          
23474              
23475              (plus libperl*.dll version portability tweaks)
23476      Branch: perl
23477            ! lib/ExtUtils/Embed.t
23478 ____________________________________________________________________________
23479 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
23480         Log: Instead of muting symbol export error if under eval,
23481              delay the errors until the croak().
23482              
23483              (replaces #13408)
23484      Branch: perl
23485            ! lib/Exporter/Heavy.pm
23486 ____________________________________________________________________________
23487 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
23488         Log: Basegroup 0 is a cygwin_nt thing.
23489      Branch: perl
23490            ! t/op/groups.t
23491 ____________________________________________________________________________
23492 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
23493         Log: Also WinME is LoseLink.
23494      Branch: perl
23495            ! t/op/stat.t
23496 ____________________________________________________________________________
23497 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
23498         Log: Forgotten checkin.
23499      Branch: perl
23500            ! lib/User/grent.t
23501 ____________________________________________________________________________
23502 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
23503         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
23504              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
23505              Date: Sun, 09 Dec 2001 13:45:06 +0100
23506              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
23507      Branch: perl
23508            ! lib/File/Find.pm
23509 ____________________________________________________________________________
23510 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
23511         Log: Tweakback.
23512      Branch: perl
23513            ! lib/Net/hostent.t
23514 ____________________________________________________________________________
23515 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
23516         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
23517              From: Michael G Schwern <schwern@pobox.com>
23518              Date: Sat, 8 Dec 2001 14:48:38 -0500
23519              Message-ID: <20011208194838.GA8650@blackrider>
23520      Branch: perl
23521            ! t/op/grent.t
23522 ____________________________________________________________________________
23523 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
23524         Log: Subject: [README.cygwin] Removing old expected test failures
23525              From: Michael G Schwern <schwern@pobox.com>
23526              Date: Sat, 8 Dec 2001 15:38:28 -0500
23527              Message-ID: <20011208203828.GB9017@blackrider>
23528      Branch: perl
23529            ! README.cygwin
23530 ____________________________________________________________________________
23531 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
23532         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
23533              From: Michael G Schwern <schwern@pobox.com>                
23534              Date: Sat, 8 Dec 2001 15:26:59 -0500
23535              Message-ID: <20011208202659.GA9017@blackrider> 
23536      Branch: perl
23537            ! lib/Net/hostent.t
23538 ____________________________________________________________________________
23539 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
23540         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
23541              From: Michael G Schwern <schwern@pobox.com> 
23542              Date: Sat, 8 Dec 2001 15:06:16 -0500
23543              Message-ID: <20011208200616.GA8915@blackrider>
23544      Branch: perl
23545            ! t/op/stat.t
23546 ____________________________________________________________________________
23547 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
23548         Log: Developer deprecations and an incompatibility.
23549      Branch: perl
23550            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
23551 ____________________________________________________________________________
23552 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
23553         Log: Shoo.
23554      Branch: perl
23555            - lib/Attribute/Handlers.pm
23556 ____________________________________________________________________________
23557 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
23558         Log: Remove Attribute::Handlers, as per Damian's request.
23559              (Because of fixing the my variables to be now handled
23560              in run-time, the whole internals of the A::H needs to
23561              be rewritten and Damian will not have time for that
23562              for months.)
23563      Branch: perl
23564            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23565            - lib/Attribute/Handlers/demo/Demo.pm
23566            - lib/Attribute/Handlers/demo/Descriptions.pm
23567            - lib/Attribute/Handlers/demo/MyClass.pm
23568            - lib/Attribute/Handlers/demo/demo.pl
23569            - lib/Attribute/Handlers/demo/demo2.pl
23570            - lib/Attribute/Handlers/demo/demo3.pl
23571            - lib/Attribute/Handlers/demo/demo4.pl
23572            - lib/Attribute/Handlers/demo/demo_call.pl
23573            - lib/Attribute/Handlers/demo/demo_chain.pl
23574            - lib/Attribute/Handlers/demo/demo_cycle.pl
23575            - lib/Attribute/Handlers/demo/demo_hashdir.pl
23576            - lib/Attribute/Handlers/demo/demo_phases.pl
23577            - lib/Attribute/Handlers/demo/demo_range.pl
23578            - lib/Attribute/Handlers/demo/demo_rawdata.pl
23579            - lib/Attribute/Handlers/t/multi.t
23580            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
23581            ! pod/perlmodlib.pod pod/perltoc.pod
23582 ____________________________________________________________________________
23583 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
23584         Log: Subject: Re: attributes are broken
23585              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23586              Date: Sun, 09 Dec 2001 00:09:23 -0500
23587              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
23588      Branch: perl
23589            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
23590            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
23591            ! xsutils.c
23592 ____________________________________________________________________________
23593 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
23594         Log: Forgotten checkin.
23595      Branch: perl
23596            ! lib/Pod/Text.pm
23597 ____________________________________________________________________________
23598 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
23599         Log: uconfig.h update.
23600      Branch: perl
23601            ! uconfig.h
23602 ____________________________________________________________________________
23603 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
23604         Log: Update Changes.
23605      Branch: perl
23606            ! Changes patchlevel.h
23607 ____________________________________________________________________________
23608 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
23609         Log: Note that some of the Unicode features are
23610              dependent on perlio.
23611      Branch: perl
23612            ! pod/perluniintro.pod
23613 ____________________________________________________________________________
23614 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
23615         Log: Regen perlapi, regen toc.
23616      Branch: perl
23617            ! pod/perlapi.pod pod/perltoc.pod
23618 ____________________________________________________________________________
23619 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
23620         Log: FAQ sync.
23621      Branch: perl
23622            ! pod/perlfaq4.pod pod/perlfaq6.pod
23623 ____________________________________________________________________________
23624 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
23625         Log: Subject: [PATCH] Fix odd language in an sv.c comment
23626              From: coral@eekeek.org
23627              Date: Sat, 8 Dec 2001 12:19:39 -0500
23628              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
23629      Branch: perl
23630            ! sv.c
23631 ____________________________________________________________________________
23632 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
23633         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
23634              From: Michael G Schwern <schwern@pobox.com>
23635              Date: Fri, 7 Dec 2001 20:03:45 -0500
23636              Message-ID: <20011208010345.GD642@blackrider>
23637              
23638              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
23639              From: Michael G Schwern <schwern@pobox.com>
23640              Date: Fri, 7 Dec 2001 20:13:54 -0500
23641              Message-ID: <20011208011354.GE642@blackrider>
23642              
23643              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
23644              From: Michael G Schwern <schwern@pobox.com>
23645              Date: Fri, 7 Dec 2001 21:47:36 -0500
23646              Message-ID: <20011208024736.GH642@blackrider>
23647              
23648              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
23649              From: Michael G Schwern <schwern@pobox.com>
23650              Date: Fri, 7 Dec 2001 23:09:43 -0500
23651              Message-ID: <20011208040943.GK642@blackrider>
23652              
23653              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
23654              Message-Id: <a05101004b83754903506@[172.16.52.1]>
23655              Date: Fri, 7 Dec 2001 23:28:15 -0600
23656              From: "Craig A. Berry" <craigberry@mac.com>
23657      Branch: perl
23658            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
23659 ____________________________________________________________________________
23660 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
23661         Log: Integrate perlio.
23662      Branch: perl
23663           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
23664           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
23665 ____________________________________________________________________________
23666 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
23667         Log: Retract #11156 since Sarathy has found that it breaks code:
23668              http://bugs.ActiveState.com/show_bug.cgi?id=18457
23669              http://bugs.ActiveState.com/show_bug.cgi?id=18858
23670      Branch: perl
23671            ! op.c sv.c t/op/pos.t
23672 ____________________________________________________________________________
23673 [ 13532] By: nick                                  on 2001/12/08  14:11:12
23674         Log: Integrate mainline
23675      Branch: perlio
23676           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
23677           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
23678 ____________________________________________________________________________
23679 [ 13531] By: nick                                  on 2001/12/08  13:48:21
23680         Log: Tweak multi-arg open error messages
23681      Branch: perlio
23682            ! perlio.c
23683 ____________________________________________________________________________
23684 [ 13530] By: nick                                  on 2001/12/08  10:20:06
23685         Log: Allow multi-arg open() if opening layer declares this legal.
23686      Branch: perlio
23687            ! doio.c perlio.c perliol.h
23688 ____________________________________________________________________________
23689 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
23690         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
23691              From: Michael G Schwern <schwern@pobox.com>       
23692              Date: Fri, 7 Dec 2001 19:41:31 -0500
23693              Message-ID: <20011208004131.GC642@blackrider>
23694      Branch: perl
23695            ! t/run/switches.t t/test.pl
23696 ____________________________________________________________________________
23697 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
23698         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
23699              From: Michael G Schwern <schwern@pobox.com>       
23700              Date: Fri, 7 Dec 2001 19:12:44 -0500
23701              Message-ID: <20011208001244.GB642@blackrider>
23702      Branch: perl
23703            ! t/op/stat.t
23704 ____________________________________________________________________________
23705 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
23706         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
23707              From: Michael G Schwern <schwern@pobox.com>
23708              Date: Fri, 7 Dec 2001 17:28:57 -0500
23709              Message-ID: <20011207222857.GI23210@blackrider>
23710      Branch: perl
23711            ! t/op/magic.t
23712 ____________________________________________________________________________
23713 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
23714         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
23715      Branch: perl
23716            ! t/test.pl
23717 ____________________________________________________________________________
23718 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
23719         Log: which_perl: delay as much a possible till runtime.
23720      Branch: perl
23721            ! t/test.pl
23722 ____________________________________________________________________________
23723 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
23724         Log: Further tweakage to which_perl().
23725      Branch: perl
23726            ! t/test.pl
23727 ____________________________________________________________________________
23728 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
23729         Log: perluniintro tweaks.
23730      Branch: perl
23731            ! pod/perluniintro.pod
23732 ____________________________________________________________________________
23733 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
23734         Log: Tweak the $Perl computation.
23735      Branch: perl
23736            ! t/test.pl
23737 ____________________________________________________________________________
23738 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
23739         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
23740              From: Nicholas Clark <nick@ccl4.org>
23741              Date: Fri, 7 Dec 2001 17:06:56 +0000
23742              Message-ID: <20011207170656.G21702@plum.flirble.org>
23743      Branch: perl
23744            ! doop.c t/op/chop.t
23745 ____________________________________________________________________________
23746 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
23747         Log: Update Changes.
23748      Branch: perl
23749            ! Changes patchlevel.h
23750 ____________________________________________________________________________
23751 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
23752         Log: Missing ).
23753      Branch: perl
23754            ! t/test.pl
23755 ____________________________________________________________________________
23756 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
23757         Log: Allow several arguments to display().
23758      Branch: perl
23759            ! t/test.pl
23760 ____________________________________________________________________________
23761 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
23762         Log: /dev/stdout could be either a character special file
23763              or a named pipe, so let's pretend it doesn't exist.
23764      Branch: perl
23765            ! t/op/stat.t
23766 ____________________________________________________________________________
23767 [ 13516] By: nick                                  on 2001/12/07  15:09:23
23768         Log: Integrate again - can I catch up ?
23769      Branch: perlio
23770           !> t/test.pl
23771 ____________________________________________________________________________
23772 [ 13515] By: nick                                  on 2001/12/07  15:08:17
23773         Log: Integrate mainline some more
23774      Branch: perlio
23775           !> README.hpux hints/linux.sh pod/perlfunc.pod
23776 ____________________________________________________________________________
23777 [ 13514] By: nick                                  on 2001/12/07  15:07:15
23778         Log: Integrate mainline
23779      Branch: perlio
23780           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
23781           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
23782           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
23783           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
23784           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
23785           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
23786           +> t/lib/Math/BigInt/BareCalc.pm
23787            - ext/Devel/PPPort/harness/Harness.pm
23788            - ext/Devel/PPPort/harness/Harness.xs
23789            - ext/Devel/PPPort/harness/Makefile.PL
23790            - ext/Devel/PPPort/harness/module2.c
23791            - ext/Devel/PPPort/harness/module3.c
23792            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
23793            - lib/File/Spec/Functions.t
23794           !> (integrate 103 files)
23795 ____________________________________________________________________________
23796 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
23797         Log: Add display() for displaying icky scalars.
23798      Branch: perl
23799            ! t/test.pl
23800 ____________________________________________________________________________
23801 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
23802         Log: Subject: [ID 20011207.001] documentation bug for waitpid
23803              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
23804              Date: Fri, 7 Dec 2001 12:44:56 +0100
23805              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
23806      Branch: perl
23807            ! pod/perlfunc.pod
23808 ____________________________________________________________________________
23809 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
23810         Log: gcc version matching didn't.
23811      Branch: perl
23812            ! hints/linux.sh
23813 ____________________________________________________________________________
23814 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
23815         Log: Subject: HP renamed their servers              
23816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23817              Date: Fri, 07 Dec 2001 12:07:22 +0100
23818              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
23819      Branch: perl
23820            ! README.hpux
23821 ____________________________________________________________________________
23822 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
23823         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
23824              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23825              Date: Fri, 7 Dec 2001 00:24:55 -0500
23826              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
23827      Branch: perl
23828            ! pod/perlport.pod
23829 ____________________________________________________________________________
23830 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
23831         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
23832              From: Michael G Schwern <schwern@pobox.com> 
23833              Date: Thu, 6 Dec 2001 22:56:34 -0500
23834              Message-ID: <20011207035634.GO22648@blackrider>
23835      Branch: perl
23836            ! t/base/lex.t t/op/exec.t
23837 ____________________________________________________________________________
23838 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
23839         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
23840              From: Michael G Schwern <schwern@pobox.com>
23841              Date: Thu, 6 Dec 2001 22:45:44 -0500
23842              Message-ID: <20011207034544.GN22648@blackrider>
23843              
23844              (plus op/ref tweak)
23845      Branch: perl
23846            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
23847            ! t/run/kill_perl.t t/test.pl
23848 ____________________________________________________________________________
23849 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
23850         Log: Upgrade to Math::BigInt 1.48.
23851      Branch: perl
23852            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
23853            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23854            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
23855            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
23856            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
23857            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23858            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
23859 ____________________________________________________________________________
23860 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
23861         Log: Mention also perl56delta in case someone is upgrading from
23862              Perl 5.005_03.
23863      Branch: perl
23864            ! pod/perldelta.pod
23865 ____________________________________________________________________________
23866 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
23867         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
23868              From: Michael G Schwern <schwern@pobox.com>
23869              Date: Thu, 6 Dec 2001 15:15:28 -0500
23870              Message-ID: <20011206201528.GF16414@blackrider>
23871              
23872              (just the term.t, not the lex.t)
23873              
23874              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
23875              From: Michael G Schwern <schwern@pobox.com>
23876              Date: Thu, 6 Dec 2001 15:22:22 -0500
23877              Message-ID: <20011206202222.GG16414@blackrider>
23878              
23879              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
23880              From: Michael G Schwern <schwern@pobox.com>
23881              Date: Thu, 6 Dec 2001 15:31:58 -0500
23882              Message-ID: <20011206203158.GI16414@blackrider>
23883              
23884              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
23885              From: Michael G Schwern <schwern@pobox.com>
23886              Date: Thu, 6 Dec 2001 17:38:55 -0500
23887              Message-ID: <20011206223855.GC22648@blackrider>
23888      Branch: perl
23889            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
23890            ! t/test.pl
23891 ____________________________________________________________________________
23892 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
23893         Log: Update the thr5005 situation.
23894      Branch: perl
23895            ! pod/perldelta.pod
23896 ____________________________________________________________________________
23897 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
23898         Log: perldelta borrowings from perl561delta.
23899      Branch: perl
23900            ! pod/perldelta.pod
23901 ____________________________________________________________________________
23902 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
23903         Log: Add the 5.6.1 perldelta as perl561delta.
23904              (Makes it easier to steal stuff for perldelta :-)
23905      Branch: perl
23906            + pod/perl561delta.pod
23907            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23908 ____________________________________________________________________________
23909 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
23910         Log: Retract #13496 for now.
23911      Branch: perl
23912            ! t/base/lex.t t/base/term.t
23913 ____________________________________________________________________________
23914 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
23915         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
23916              From: "Craig A. Berry" <craigberry@mac.com>
23917              Date: Thu, 6 Dec 2001 14:54:36 -0600
23918              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
23919      Branch: perl
23920            ! vms/ext/filespec.t
23921 ____________________________________________________________________________
23922 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
23923         Log: (retracted by #13499)
23924              
23925              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
23926              From: Michael G Schwern <schwern@pobox.com>
23927              Date: Thu, 6 Dec 2001 15:15:28 -0500
23928              Message-ID: <20011206201528.GF16414@blackrider>
23929      Branch: perl
23930            ! t/base/lex.t t/base/term.t
23931 ____________________________________________________________________________
23932 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
23933         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
23934              From: Michael G Schwern <schwern@pobox.com>
23935              Date: Thu, 6 Dec 2001 13:54:48 -0500
23936              Message-ID: <20011206185448.GC16414@blackrider>
23937      Branch: perl
23938            ! t/op/stat.t
23939 ____________________________________________________________________________
23940 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
23941         Log: The #4 has nothing to do with Unicode.
23942      Branch: perl
23943            ! t/op/tr.t
23944 ____________________________________________________________________________
23945 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
23946         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
23947              From: Michael G Schwern <schwern@pobox.com>
23948              Date: Thu, 6 Dec 2001 13:45:48 -0500
23949              Message-ID: <20011206184548.GB16414@blackrider>
23950      Branch: perl
23951            ! t/op/tr.t
23952 ____________________________________________________________________________
23953 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
23954         Log: Update Changes.
23955      Branch: perl
23956            ! Changes patchlevel.h
23957 ____________________________________________________________________________
23958 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
23959         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
23960              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23961              Date: Thu, 6 Dec 2001 11:41:25 EST
23962              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
23963      Branch: perl
23964            ! vms/vms.c vms/vmsish.h
23965 ____________________________________________________________________________
23966 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
23967         Log: Subject: [PATCH] Re: weirdness in regexps
23968              From: Robin Houston <robin@kitsite.com> 
23969              Date: Thu, 6 Dec 2001 14:44:01 +0000
23970              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
23971      Branch: perl
23972            ! op.c t/lib/strict/subs
23973 ____________________________________________________________________________
23974 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
23975         Log: Make the -b -c -S tests count all of the /dev, not just
23976              check the first one, as suggested by Benjamin Goldberg.
23977      Branch: perl
23978            ! t/op/stat.t
23979 ____________________________________________________________________________
23980 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
23981         Log: Subject: Re: [PATCH: bleadperl] casefold backref
23982              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23983              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
23984              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
23985      Branch: perl
23986            ! regexec.c
23987 ____________________________________________________________________________
23988 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
23989         Log: Nits noticed by Philip Newton, and de-tab DB.t.
23990      Branch: perl
23991            ! lib/DB.t
23992 ____________________________________________________________________________
23993 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
23994         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
23995              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23996              Date: 6 Dec 2001 11:06:01 -0000
23997              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
23998      Branch: perl
23999            ! op.c t/op/tr.t
24000 ____________________________________________________________________________
24001 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
24002         Log: Subject: [PATCH: bleadperl] casefold backref
24003              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24004              Date: Wed, 05 Dec 2001 17:27:05 +0000
24005              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
24006      Branch: perl
24007            ! regexec.c t/op/re_tests
24008 ____________________________________________________________________________
24009 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
24010         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
24011              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24012              Date: Wed, 5 Dec 2001 22:34:53 EST
24013              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
24014      Branch: perl
24015            ! mg.c vms/vms.c vms/vmsish.h
24016 ____________________________________________________________________________
24017 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
24018         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
24019              From: Michael G Schwern <schwern@pobox.com>
24020              Date: Wed, 5 Dec 2001 19:52:58 -0500
24021              Message-ID: <20011205195257.A903@blackrider>
24022      Branch: perl
24023            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
24024            + lib/File/Spec/t/rel2abs2rel.t
24025            - lib/File/Spec.t lib/File/Spec/Functions.t
24026            ! MANIFEST
24027 ____________________________________________________________________________
24028 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
24029         Log: Subject: Re: Silly stat() portability questions                
24030              From: Benjamin Goldberg <goldbb2@earthlink.net>
24031              Date: Wed, 05 Dec 2001 22:52:35 -0500
24032              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
24033      Branch: perl
24034            ! pod/perlport.pod
24035 ____________________________________________________________________________
24036 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
24037         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
24038              From: "Craig A. Berry" <craigberry@mac.com>
24039              Date: Wed, 05 Dec 2001 16:41:59 -0600
24040              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
24041      Branch: perl
24042            ! README.vms configure.com lib/File/Spec/VMS.pm
24043            ! vms/ext/filespec.t
24044 ____________________________________________________________________________
24045 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
24046         Log: $apply->('club', $glibc_maintainers);
24047              
24048              (Nick Clark just reported that <langinfo.h> YESSTR
24049              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
24050      Branch: perl
24051            ! ext/I18N/Langinfo/Langinfo.t
24052 ____________________________________________________________________________
24053 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
24054         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
24055      Branch: perl
24056            ! pod/perlport.pod
24057 ____________________________________________________________________________
24058 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
24059         Log: tweak change#13474 (pad entries can apparently be null in some
24060              situations)
24061      Branch: maint-5.6/perl
24062            ! op.c
24063 ____________________________________________________________________________
24064 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
24065         Log: Restore the /dev -b -c -S part of the test.
24066      Branch: perl
24067            ! t/op/stat.t
24068 ____________________________________________________________________________
24069 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
24070         Log: Retract #13475 until Arthur gets back to the mine.
24071      Branch: perl
24072            ! op.c t/run/kill_perl.t
24073 ____________________________________________________________________________
24074 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
24075         Log: (retracted by #13476)
24076              
24077              Manually apply #13474; fixes stale reference to dead
24078              CvOUTSIDE(); this can happen when anonymous subroutines
24079              that aren't closures are returned from an eval""
24080              
24081              (threads/shared/sv_refs.t is coredump-unhappy about this change)
24082      Branch: perl
24083            ! op.c t/run/kill_perl.t
24084 ____________________________________________________________________________
24085 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
24086         Log: replacement for change#10451
24087              
24088              fixes stale reference to dead CvOUTSIDE(); this can happen when
24089              anonymous subroutines that aren't closures are returned from an
24090              eval""
24091      Branch: maint-5.6/perl
24092            ! op.c t/op/misc.t
24093 ____________________________________________________________________________
24094 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
24095         Log: revert change#10451,10472; it was a naive fix that simply
24096              reintroduced the memory leak!
24097      Branch: maint-5.6/perl
24098            ! op.c t/op/misc.t
24099 ____________________________________________________________________________
24100 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
24101         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
24102              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24103              Date: Wed, 05 Dec 2001 10:49:20 +0100
24104              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
24105      Branch: perl
24106            ! lib/File/Basename.pm lib/File/Basename.t
24107 ____________________________________________________________________________
24108 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
24109         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
24110              From: Michael G Schwern <schwern@pobox.com> 
24111              Date: Wed, 5 Dec 2001 02:47:59 -0500
24112              Message-ID: <20011205024759.H14333@blackrider>
24113      Branch: perl
24114            ! t/op/magic.t
24115 ____________________________________________________________________________
24116 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
24117         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
24118              From: Michael G Schwern <schwern@pobox.com>              
24119              Date: Wed, 5 Dec 2001 02:22:05 -0500
24120              Message-ID: <20011205022205.F14333@blackrider>
24121      Branch: perl
24122            ! t/op/stat.t vms/test.com
24123 ____________________________________________________________________________
24124 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
24125         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
24126              From: Michael G Schwern <schwern@pobox.com> 
24127              Date: Tue, 4 Dec 2001 23:40:10 -0500
24128              Message-ID: <20011204234010.B14333@blackrider>
24129      Branch: perl
24130            ! t/op/stat.t
24131 ____________________________________________________________________________
24132 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
24133         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
24134              From: Michael G Schwern <schwern@pobox.com> 
24135              Date: Tue, 4 Dec 2001 21:09:18 -0500           
24136              Message-ID: <20011204210918.D13279@blackrider>
24137              
24138              t/test.
24139      Branch: perl
24140            ! t/test.pl
24141 ____________________________________________________________________________
24142 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
24143         Log: (accidentally empty check-in)
24144      Branch: perl
24145            ! t/op/stat.t
24146 ____________________________________________________________________________
24147 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
24148         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
24149              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24150              Date: Tue, 04 Dec 2001 23:40:27 +0100
24151              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
24152      Branch: perl
24153            ! mg.c
24154 ____________________________________________________________________________
24155 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
24156         Log: Subject: [PATCH] minor pod fix in Safe.pm
24157              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24158              Date: Tue, 4 Dec 2001 22:02:34 +0100
24159              Message-ID: <20011204220234.A17293@rafael>
24160      Branch: perl
24161            ! ext/Opcode/Safe.pm
24162 ____________________________________________________________________________
24163 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
24164         Log: CRLF GRRR.
24165      Branch: perl
24166            ! djgpp/configure.bat
24167 ____________________________________________________________________________
24168 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
24169         Log: DJGPP fixes from Laszlo Molnar.
24170      Branch: perl
24171            ! djgpp/configure.bat djgpp/djgpp.h
24172 ____________________________________________________________________________
24173 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
24174         Log: Update Changes.
24175      Branch: perl
24176            ! Changes patchlevel.h
24177 ____________________________________________________________________________
24178 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
24179         Log: Must wipe out the memory of real Socket before starting
24180              to use the new fake one.
24181      Branch: perl
24182            ! lib/Net/t/config.t
24183 ____________________________________________________________________________
24184 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
24185         Log: LC_ALL might trump LANG.
24186      Branch: perl
24187            ! lib/open.t
24188 ____________________________________________________________________________
24189 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
24190         Log: Make the eval runtime.
24191      Branch: perl
24192            ! lib/open.pm
24193 ____________________________________________________________________________
24194 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
24195         Log: Make the Langinfo test both more lenient (allow
24196              for any symbol not to exists) and stricter (add
24197              more symbols).
24198      Branch: perl
24199            ! ext/I18N/Langinfo/Langinfo.t
24200 ____________________________________________________________________________
24201 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
24202         Log: integrate change#13453 from maint-5.6
24203              
24204              tweak change#11399 to use an explicit flag rather than
24205              ass_u_ming w32_pseudo_id will only be zero for the real
24206              toplevel interpreter; avoids multiple hosts from diddling
24207              the environment at the same time
24208      Branch: perl
24209           !> win32/perlhost.h
24210 ____________________________________________________________________________
24211 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
24212         Log: Subject: [PATCH] VMS update for perldelta.pod
24213              From: "Craig A. Berry" <craigberry@mac.com> 
24214              Date: Tue, 4 Dec 2001 00:23:12 -0600
24215              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
24216      Branch: perl
24217            ! pod/perldelta.pod
24218 ____________________________________________________________________________
24219 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
24220         Log: NetWare tweak from Ananth Kesari.
24221      Branch: perl
24222            ! NetWare/Makefile
24223 ____________________________________________________________________________
24224 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
24225         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
24226              Not adding the test suite because of its many assumptions.
24227      Branch: perl
24228            ! lib/Net/Ping.pm
24229 ____________________________________________________________________________
24230 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
24231         Log: tweak change#11399 to use an explicit flag rather than
24232              ass_u_ming w32_pseudo_id will only be zero for the real
24233              toplevel interpreter; avoids multiple hosts from diddling
24234              the environment at the same time
24235      Branch: maint-5.6/perl
24236            ! win32/perlhost.h
24237 ____________________________________________________________________________
24238 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
24239         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
24240              from Len Makin.
24241      Branch: perl
24242            + hints/super-ux.sh
24243            ! MANIFEST
24244 ____________________________________________________________________________
24245 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
24246         Log: Add Mac OS X known failures to perldelta.
24247      Branch: perl
24248            ! pod/perldelta.pod
24249 ____________________________________________________________________________
24250 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
24251         Log: I think it's time to call the utf8 code non-test.
24252      Branch: perl
24253            ! utf8.c
24254 ____________________________________________________________________________
24255 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
24256         Log: Retract #13303, need rethink.
24257      Branch: perl
24258            ! utf8.c
24259 ____________________________________________________________________________
24260 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
24261         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
24262              From: "Craig A. Berry" <craigberry@mac.com>
24263              Date: Mon, 03 Dec 2001 16:28:06 -0600
24264              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
24265      Branch: perl
24266            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
24267 ____________________________________________________________________________
24268 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
24269         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
24270              From: Andy Dougherty <doughera@lafayette.edu>
24271              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
24272              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
24273      Branch: perl
24274            ! hints/solaris_2.sh
24275 ____________________________________________________________________________
24276 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
24277         Log: This test is not very robust on 8.3-constrained systems:
24278              all the "with truncated name" lines between "Autosplitting ..."
24279              and "some names are not unique" lines are unexpected,
24280              and the truncation message becomes:
24281              testtest.al, testtest.al truncate to testtest 
24282      Branch: perl
24283            ! lib/AutoSplit.t
24284 ____________________________________________________________________________
24285 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
24286         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
24287      Branch: perl
24288            ! ext/I18N/Langinfo/Langinfo.t
24289 ____________________________________________________________________________
24290 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
24291         Log: Test::Morify UCD.t
24292      Branch: perl
24293            ! lib/Unicode/UCD.t
24294 ____________________________________________________________________________
24295 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
24296         Log: If Socket has not been built (e.g. DJGPP) the libnet
24297              tests fall over with (too) much noise.
24298      Branch: perl
24299            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
24300            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
24301            ! lib/Net/t/smtp.t lib/Net/t/time.t
24302 ____________________________________________________________________________
24303 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
24304         Log: Subject: [PATCH] shared hash keys and ++/--
24305              From: Nicholas Clark <nick@ccl4.org>
24306              Date: Mon, 3 Dec 2001 16:37:16 +0000
24307              Message-ID: <20011203163716.C21702@plum.flirble.org>
24308      Branch: perl
24309            ! pp.c pp_hot.c sv.c t/op/inc.t
24310 ____________________________________________________________________________
24311 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
24312         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
24313              From: Jonathan Stowe <jns@gellyfish.com>
24314              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
24315              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
24316      Branch: perl
24317            ! lib/Term/Cap.pm
24318 ____________________________________________________________________________
24319 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
24320         Log: Update Changes.
24321      Branch: perl
24322            ! Changes patchlevel.h
24323 ____________________________________________________________________________
24324 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
24325         Log: perldelta tweaks.
24326      Branch: perl
24327            ! pod/perldelta.pod
24328 ____________________________________________________________________________
24329 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
24330         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
24331              From: Sam Tregar <sam@tregar.com> 
24332              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
24333              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
24334      Branch: perl
24335            ! pod/perlnewmod.pod
24336 ____________________________________________________________________________
24337 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
24338         Log: microperl casting nit.
24339      Branch: perl
24340            ! utf8.c
24341 ____________________________________________________________________________
24342 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
24343         Log: Make sharepvn a macro since all it does is a deref.
24344      Branch: perl
24345            ! embed.h embed.pl global.sym hv.c hv.h proto.h
24346 ____________________________________________________________________________
24347 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
24348         Log: perldelta updates.
24349      Branch: perl
24350            ! pod/perldelta.pod
24351 ____________________________________________________________________________
24352 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
24353         Log: PPPort update from Paul Marquess.
24354      Branch: perl
24355            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
24356            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
24357            + ext/Devel/PPPort/t/test.t
24358            - ext/Devel/PPPort/harness/Harness.pm
24359            - ext/Devel/PPPort/harness/Harness.xs
24360            - ext/Devel/PPPort/harness/Makefile.PL
24361            - ext/Devel/PPPort/harness/module2.c
24362            - ext/Devel/PPPort/harness/module3.c
24363            - ext/Devel/PPPort/harness/t/test.t
24364            ! MANIFEST ext/Devel/PPPort/MANIFEST
24365            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
24366            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
24367            ! ext/Devel/PPPort/soak
24368 ____________________________________________________________________________
24369 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
24370         Log: No use talking about dynamic library search patch
24371              unless we are having a dynamic build.
24372      Branch: perl
24373            ! t/TEST
24374 ____________________________________________________________________________
24375 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
24376         Log: Be more explicit on the List::Util build trick,
24377              should also stop unneeded rebuilds on static builds.
24378      Branch: perl
24379            ! ext/List/Util/Makefile.PL
24380 ____________________________________________________________________________
24381 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
24382         Log: We need to replace the optimize (-O1) with
24383              the -h scalar0 -h vector0, not append them
24384              to the ccflags.
24385      Branch: perl
24386            ! hints/unicos.sh hints/unicosmk.sh
24387 ____________________________________________________________________________
24388 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
24389         Log: Subject: [PATCH] Shared hash keys 
24390              From: Nicholas Clark <nick@ccl4.org>
24391              Date: Sun, 2 Dec 2001 20:52:32 +0000
24392              Message-ID: <20011202205232.U21702@plum.flirble.org>
24393      Branch: perl
24394            ! doop.c t/op/tr.t
24395 ____________________________________________________________________________
24396 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
24397         Log: Better add new files to MANIFEST, too.
24398      Branch: perl
24399            ! MANIFEST
24400 ____________________________________________________________________________
24401 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
24402         Log: Subject: {PATCH] perlpacktut.pod
24403              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
24404              Date: Sun, 02 Dec 2001 19:55:06 +0100
24405              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
24406      Branch: perl
24407            ! pod/perlpacktut.pod
24408 ____________________________________________________________________________
24409 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
24410         Log: Various small nits found by DJGPP build.
24411      Branch: perl
24412            ! doio.c mg.c pp.c util.c
24413 ____________________________________________________________________________
24414 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
24415         Log: Subject: RE: More verbose POD for Carp
24416              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
24417              Date: Sun, 2 Dec 2001 11:32:51 -0500
24418              Message-ID: <3C0A9748@operamail.com>
24419      Branch: perl
24420            ! lib/Carp.pm
24421 ____________________________________________________________________________
24422 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
24423         Log: Add a header for DJGPP with the function prototypes.
24424      Branch: perl
24425            + djgpp/djgpp.h
24426            ! MANIFEST djgpp/djgpp.c
24427 ____________________________________________________________________________
24428 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
24429         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
24430              From: Abe Timmerman <abe@ztreet.demon.nl>
24431              Date: Sun, 02 Dec 2001 02:41:25 +0100
24432              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
24433      Branch: perl
24434            ! pp_sys.c
24435 ____________________________________________________________________________
24436 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
24437         Log: There isn't PTR2INT(), there's PTR2IV().
24438      Branch: perl
24439            ! ext/Time/HiRes/HiRes.xs
24440 ____________________________________________________________________________
24441 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
24442         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
24443              From: Marc Lehmann <root@schmorp.de>
24444              Date: Sun, 02 Dec 2001 02:44:53 +0100
24445              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
24446      Branch: perl
24447            ! ext/Time/HiRes/HiRes.xs
24448 ____________________________________________________________________________
24449 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
24450         Log: encode()/decode() examples.
24451      Branch: perl
24452            ! ext/Encode/Encode.pm
24453 ____________________________________________________________________________
24454 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
24455         Log: DJGPP tweaks from Laszlo Molnar.
24456      Branch: perl
24457            ! djgpp/config.over djgpp/djgppsed.sh
24458 ____________________________________________________________________________
24459 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
24460         Log: Update Changes.
24461      Branch: perl
24462            ! Changes patchlevel.h
24463 ____________________________________________________________________________
24464 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
24465         Log: Integrate perlio;
24466              
24467              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
24468              which do not have file descriptors. Noticed a possibly
24469              worse problem in the process ...
24470      Branch: perl
24471           !> doio.c
24472 ____________________________________________________________________________
24473 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
24474         Log: Non-VMS-fixed and Win32-skipped version of
24475              
24476              Subject: [PATCH t/op/exec.t] Portabilty fix 
24477              From: Michael G Schwern <schwern@pobox.com> 
24478              Date: Fri, 30 Nov 2001 16:09:27 -0500
24479              Message-ID: <20011130160927.A10406@blackrider>
24480      Branch: perl
24481            ! t/op/exec.t
24482 ____________________________________________________________________________
24483 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
24484         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
24485              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24486              Date: Sat, 1 Dec 2001 07:01:09 -0500
24487              Message-ID: <3C0D2E39@operamail.com>
24488              
24489              Subject: More verbose POD for Carp
24490              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24491              Date: Sat, 1 Dec 2001 08:04:16 -0500
24492              Message-ID: <3C285C2B@operamail.com>
24493      Branch: perl
24494            ! lib/Carp.pm lib/Carp/Heavy.pm
24495 ____________________________________________________________________________
24496 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
24497         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
24498              From: chromatic <chromatic@rmci.net>
24499              Date: Sat, 01 Dec 2001 12:41:58 -0700
24500              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
24501      Branch: perl
24502            ! lib/DB.t
24503 ____________________________________________________________________________
24504 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
24505         Log: Try to make a missing RADIXCHAR a softer kinder error.
24506      Branch: perl
24507            ! ext/I18N/Langinfo/Langinfo.t
24508 ____________________________________________________________________________
24509 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
24510         Log: Have a little faith on nl_langinfo() itself.
24511      Branch: perl
24512            ! ext/I18N/Langinfo/Langinfo.xs
24513 ____________________________________________________________________________
24514 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
24515         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
24516              the max, not max plus one)
24517      Branch: perl
24518            ! ext/I18N/Langinfo/Langinfo.xs
24519 ____________________________________________________________________________
24520 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
24521         Log: Make reality agree with the comment.
24522      Branch: perl
24523            ! ext/I18N/Langinfo/Langinfo.xs
24524 ____________________________________________________________________________
24525 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
24526         Log: Try to protect against wild langinfo() arguments.
24527      Branch: perl
24528            ! ext/I18N/Langinfo/Langinfo.xs
24529 ____________________________________________________________________________
24530 [ 13409] By: nick                                  on 2001/12/01  18:19:59
24531         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
24532              have file descriptors. Noticed a possibly worse problem in the process ...
24533      Branch: perlio
24534            ! doio.c
24535 ____________________________________________________________________________
24536 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
24537         Log: (replaced by #13556)
24538              
24539              If we are inside an eval, let's be silent about
24540              separate symbols and just croak() in the end.
24541      Branch: perl
24542            ! lib/Exporter/Heavy.pm
24543 ____________________________________________________________________________
24544 [ 13407] By: nick                                  on 2001/12/01  17:14:05
24545         Log: Integrate mainline
24546      Branch: perlio
24547           !> (integrate 26 files)
24548 ____________________________________________________________________________
24549 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
24550         Log: Subject: Fix for Exporter error reporting behaviour
24551              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24552              Date: Sat, 1 Dec 2001 06:34:48 -0500
24553              Message-ID: <3C0D1B9A@operamail.com>
24554      Branch: perl
24555            ! lib/Exporter.pm lib/Exporter/Heavy.pm
24556 ____________________________________________________________________________
24557 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
24558         Log: Need to hide behind an eval to avoid a warning
24559              about :utf8 on non-perlio configs.
24560      Branch: perl
24561            ! lib/open.t
24562 ____________________________________________________________________________
24563 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
24564         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
24565              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24566              Date: Fri, 30 Nov 2001 23:46:58 +0100
24567              Message-ID: <20011130234658.A717@rafael>
24568      Branch: perl
24569            ! op.c t/op/method.t
24570 ____________________________________________________________________________
24571 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
24572         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
24573              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24574              Date: Thu, 29 Nov 2001 22:46:12 +0100
24575              Message-ID: <20011129224612.A699@rafael>
24576      Branch: perl
24577            ! ext/B/B/Xref.pm
24578 ____________________________________________________________________________
24579 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
24580         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
24581              From: Tels <perl_dummy@bloodgate.com>
24582              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
24583              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
24584      Branch: perl
24585            ! pod/perlfunc.pod
24586 ____________________________________________________________________________
24587 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
24588         Log: Subject: [REPATCH] reference pointer comparison
24589              From: Nicholas Clark <nick@ccl4.org>
24590              Date: Sat, 1 Dec 2001 13:00:17 +0000
24591              Message-ID: <20011201130017.I21702@plum.flirble.org>
24592      Branch: perl
24593            ! pp.c
24594 ____________________________________________________________________________
24595 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
24596         Log: Upgrade to Storable 1.0.14.
24597      Branch: perl
24598            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24599 ____________________________________________________________________________
24600 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
24601         Log: Add simple caches for ::viacode() and ::vianame().
24602      Branch: perl
24603            ! lib/charnames.pm lib/charnames.t
24604 ____________________________________________________________________________
24605 [ 13398] By: nick                                  on 2001/12/01  10:36:24
24606         Log: Integrate mainline.
24607      Branch: perlio
24608           +> (branch 44 files)
24609            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
24610            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
24611            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
24612           !> (integrate 250 files)
24613 ____________________________________________________________________________
24614 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
24615         Log: Regen toc and modlib.
24616      Branch: perl
24617            ! pod/perlmodlib.pod pod/perltoc.pod
24618 ____________________________________________________________________________
24619 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
24620         Log: Upgrade to podlators-1.18.
24621      Branch: perl
24622            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
24623 ____________________________________________________________________________
24624 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
24625         Log: -h scalar0 -h vector0 seems to help for both
24626              UNICOS and UNICOS/mk on the unpack %65c problems.
24627              
24628              (replaces #13393)
24629      Branch: perl
24630            ! hints/unicos.sh hints/unicosmk.sh
24631 ____________________________________________________________________________
24632 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
24633         Log: More Socket constants.
24634      Branch: perl
24635            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
24636 ____________________________________________________________________________
24637 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
24638         Log: (replaced by #13395)
24639      Branch: perl
24640            ! hints/unicosmk.sh
24641 ____________________________________________________________________________
24642 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
24643         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
24644              From: Andy Dougherty <doughera@lafayette.edu>
24645              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
24646              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
24647              
24648              Simplify the test skippage criterion now that we are
24649              no more dependent on sed.
24650      Branch: perl
24651            ! t/comp/cpp.t t/run/switchPx.t
24652 ____________________________________________________________________________
24653 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
24654         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
24655              From: Michael G Schwern <schwern@pobox.com>
24656              Date: Fri, 30 Nov 2001 11:48:44 -0500
24657              Message-ID: <20011130114844.C1303@blackrider>
24658              
24659              (replaces #13381)
24660      Branch: perl
24661            ! t/op/stat.t
24662 ____________________________________________________________________________
24663 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
24664         Log: Let's not assume how much memory has been allocated
24665              to PVs.
24666      Branch: perl
24667            ! ext/Devel/Peek/Peek.t
24668 ____________________________________________________________________________
24669 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
24670         Log: VOS needs to know the modules, including pp_sort.
24671      Branch: perl
24672            ! vos/perl.bind
24673 ____________________________________________________________________________
24674 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
24675         Log: Unused variables.
24676      Branch: perl
24677            ! ext/Unicode/Normalize/Normalize.xs
24678 ____________________________________________________________________________
24679 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
24680         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
24681              From: John Peacock <jpeacock@rowman.com>     
24682              Date: Fri, 30 Nov 2001 10:24:00 -0500        
24683              Message-ID: <3C07A490.A22A76B0@rowman.com>   
24684      Branch: perl
24685            ! lib/ExtUtils/Embed.t
24686 ____________________________________________________________________________
24687 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
24688         Log: Tweak for the VOS building script from Paul Green.
24689      Branch: perl
24690            ! vos/configure_perl.cm
24691 ____________________________________________________________________________
24692 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
24693         Log: Update Changes.
24694      Branch: perl
24695            ! Changes patchlevel.h
24696 ____________________________________________________________________________
24697 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
24698         Log: Cannot test if cppstdin has not yet been installed.
24699      Branch: perl
24700            ! t/run/switchPx.t
24701 ____________________________________________________________________________
24702 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
24703         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
24704              From: Michael G Schwern <schwern@pobox.com> 
24705              Date: Thu, 29 Nov 2001 22:05:11 -0500
24706              Message-ID: <20011129220510.A18869@blackrider>
24707              
24708              TODO 1: if cppstdin is used and not yet installed,
24709              the Px.t will fail (must do the same as in cpp.t)
24710              
24711              TODO 2: does this work if no Perl whatsoever has
24712              yet been installed?  That is, we should be using
24713              the Perl we are building to execute the one-liner.
24714      Branch: perl
24715            + t/run/switchPx.aux t/run/switchPx.t
24716            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
24717            ! vms/test.com
24718 ____________________________________________________________________________
24719 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
24720         Log: Upgrade to Unicode::Normalize 0.12.
24721      Branch: perl
24722            ! ext/Unicode/Normalize/Changes
24723            ! ext/Unicode/Normalize/Normalize.pm
24724            ! ext/Unicode/Normalize/Normalize.xs
24725            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24726            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
24727            ! ext/Unicode/Normalize/t/test.t
24728 ____________________________________________________________________________
24729 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
24730         Log: (replaced by #13391)
24731              
24732              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
24733              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
24734              Date: 30 Nov 2001 11:41:53 -0000             
24735              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
24736              
24737              No need to die if we have high-paranoia (non-chdirable)
24738              system directories.
24739      Branch: perl
24740            ! t/op/stat.t
24741 ____________________________________________________________________________
24742 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
24743         Log: Paragraph rewrapping.
24744      Branch: perl
24745            ! pod/perliol.pod
24746 ____________________________________________________________________________
24747 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
24748         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
24749              From: Stas Bekman <stas@stason.org>
24750              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
24751              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
24752      Branch: perl
24753            ! pod/perliol.pod
24754 ____________________________________________________________________________
24755 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
24756         Log: Whether select() gets restarted on signals is
24757              implementation dependent.
24758      Branch: perl
24759            ! ext/Time/HiRes/HiRes.t
24760 ____________________________________________________________________________
24761 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
24762         Log: More forgotten checkins.
24763      Branch: perl
24764            ! embed.h embed.pl proto.h
24765 ____________________________________________________________________________
24766 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
24767         Log: Add a note about folding vs lowercase.
24768      Branch: perl
24769            ! regexec.c
24770 ____________________________________________________________________________
24771 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
24772         Log: Use to_uni_fold (and add changed global.sym)
24773      Branch: perl
24774            ! global.sym utf8.c
24775 ____________________________________________________________________________
24776 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
24777         Log: Make to Unicode character functions to use UVs
24778              instead of U32s and add to_uni_fold().
24779      Branch: perl
24780            ! embed.pl proto.h utf8.c
24781 ____________________________________________________________________________
24782 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
24783         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
24784              From: Nicholas Clark <nick@ccl4.org>
24785              Date: Thu, 29 Nov 2001 22:47:32 +0000
24786              Message-ID: <20011129224732.W37621@plum.flirble.org>
24787      Branch: perl
24788            ! pod/perlpacktut.pod
24789 ____________________________________________________________________________
24790 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
24791         Log: README.vos updates from Paul Green.
24792      Branch: perl
24793            ! README.vos
24794 ____________________________________________________________________________
24795 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
24796         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
24797              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24798              Date: Thu, 29 Nov 2001 14:18:51 EST
24799              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
24800      Branch: perl
24801            ! mg.c vms/vms.c vms/vmsish.h
24802 ____________________________________________________________________________
24803 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
24804         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
24805              From: Michael G Schwern <schwern@pobox.com>
24806              Date: Thu, 29 Nov 2001 13:12:31 -0500
24807              Message-ID: <20011129131231.E11300@blackrider>
24808      Branch: perl
24809            ! README.vms
24810 ____________________________________________________________________________
24811 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
24812         Log: BGET_IV was missing.
24813      Branch: perl
24814            ! ext/ByteLoader/bytecode.h
24815 ____________________________________________________________________________
24816 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
24817         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
24818              From: Jonathan Stowe <gellyfish@gellyfish.com>
24819              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
24820              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
24821      Branch: perl
24822            ! lib/Term/Cap.pm
24823 ____________________________________________________________________________
24824 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
24825         Log: Porting/checkURL.pl was missing.
24826      Branch: perl
24827            ! MANIFEST
24828 ____________________________________________________________________________
24829 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
24830         Log: Subject: INSTALL and READMEs should be reviewed
24831              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24832              Date: Thu, 29 Nov 2001 16:49:36 +0100
24833              Message-ID: <20011129164936.A17492@rafael>         
24834      Branch: perl
24835            ! README.cygwin
24836 ____________________________________________________________________________
24837 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
24838         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
24839              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
24840              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
24841              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
24842      Branch: perl
24843            ! README.os390
24844 ____________________________________________________________________________
24845 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
24846         Log: Update Changes.
24847      Branch: perl
24848            ! Changes patchlevel.h
24849 ____________________________________________________________________________
24850 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
24851         Log: The changes to the curliffed files didn't stick in #13348.
24852      Branch: perl
24853            ! README.dos README.win32
24854 ____________________________________________________________________________
24855 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
24856         Log: Subject: Re: Found the rev where File::Glob broke
24857              From: Andy Dougherty <doughera@lafayette.edu>
24858              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
24859              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
24860      Branch: perl
24861            ! lib/ExtUtils/MM_Unix.pm
24862 ____________________________________________________________________________
24863 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
24864         Log: Use __DATA__ instead of __END__.
24865      Branch: perl
24866            ! lib/Term/Cap.pm
24867 ____________________________________________________________________________
24868 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
24869         Log: Subject: [PATCH toke.c] autosplit into @F fix
24870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24871              Date: Thu, 29 Nov 2001 14:52:23 +0100
24872              Message-ID: <20011129145223.A25817@rafael>         
24873      Branch: perl
24874            ! toke.c
24875 ____________________________________________________________________________
24876 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
24877         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
24878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24879              Date: Thu, 29 Nov 2001 15:48:15 +0100
24880              Message-ID: <20011129154815.C25817@rafael>         
24881      Branch: perl
24882            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
24883 ____________________________________________________________________________
24884 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
24885         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
24886              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
24887              Date: Wed, 28 Nov 2001 20:35:29 +0100
24888              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
24889      Branch: perl
24890            ! pod/perlpacktut.pod
24891 ____________________________________________________________________________
24892 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
24893         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
24894              From: Stas Bekman <stas@stason.org>
24895              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
24896              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
24897              
24898              (with tweaks)
24899      Branch: perl
24900            ! pod/perlapio.pod
24901 ____________________________________________________________________________
24902 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
24903         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
24904              From: Tels <perl_dummy@bloodgate.com>
24905              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
24906              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
24907              
24908              (plus paragraph rewrapping)
24909      Branch: perl
24910            ! lib/Exporter.pm
24911 ____________________________________________________________________________
24912 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
24913         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
24914              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
24915              Date: Wed, 28 Nov 2001 21:47:59 +0000
24916              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
24917      Branch: perl
24918            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24919 ____________________________________________________________________________
24920 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
24921         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
24922              From: Andy Dougherty <doughera@lafayette.edu>
24923              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
24924              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
24925      Branch: perl
24926            ! INSTALL ext/Time/HiRes/HiRes.t
24927 ____________________________________________________________________________
24928 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
24929         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
24930              From: Michael G Schwern <schwern@pobox.com> 
24931              Date: Wed, 28 Nov 2001 16:37:01 -0500
24932              Message-ID: <20011128163701.H676@blackrider>
24933      Branch: perl
24934            ! t/run/kill_perl.t
24935 ____________________________________________________________________________
24936 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
24937         Log: @INC tweak.
24938      Branch: perl
24939            ! t/op/ref.t
24940 ____________________________________________________________________________
24941 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
24942         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
24943              From: Nicholas Clark <nick@ccl4.org>
24944              Date: Wed, 28 Nov 2001 23:38:43 +0000
24945              Message-ID: <20011128233843.N37621@plum.flirble.org>  
24946      Branch: perl
24947            ! installman
24948 ____________________________________________________________________________
24949 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
24950         Log: Tweak the forking logic.
24951      Branch: perl
24952            ! Porting/checkURL.pl
24953 ____________________________________________________________________________
24954 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
24955         Log: Update perlmodlib.PL as per #13348.  The L<> got
24956              changed back because that is coming from ParseLink.pm.
24957      Branch: perl
24958            ! pod/perlmodlib.PL pod/perlmodlib.pod
24959 ____________________________________________________________________________
24960 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
24961         Log: URL fixups from Michael Schwern.
24962      Branch: perl
24963            ! README.cygwin README.dos README.hpux README.mint README.mpeix
24964            ! README.os390 README.qnx README.solaris README.vos README.win32
24965            ! pod/perlmodlib.pod
24966 ____________________________________________________________________________
24967 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
24968         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
24969              From: Barrie Slaymaker <barries@slaysys.com>
24970              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
24971              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
24972      Branch: perl
24973            ! lib/Exporter.pm
24974 ____________________________________________________________________________
24975 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
24976         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
24977      Branch: perl
24978            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
24979 ____________________________________________________________________________
24980 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
24981         Log: Subject: [PATCH] Re: $\ very broken
24982              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24983              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
24984              Message-ID: <20011128223308.E732@rafael>   
24985              
24986              Subject: Re: [PATCH] Re: $\ very broken     
24987              From: Nicholas Clark <nick@ccl4.org>
24988              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
24989              Message-ID: <20011128222859.K37621@plum.flirble.org>
24990      Branch: perl
24991            ! mg.c t/op/ref.t
24992 ____________________________________________________________________________
24993 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
24994         Log: Add Abigail's link checker with the following tweaks:
24995              - known dummy URLs (Peter Prymmer)
24996              - do also READMEs and INSTALL (Michael Schwern)
24997              - do also ftp URLs
24998              - add fork retry loop in case the allowed number
24999              of processes per user is low
25000      Branch: perl
25001            + Porting/checkURL.pl
25002            ! MANIFEST
25003 ____________________________________________________________________________
25004 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
25005         Log: Update Changes.
25006      Branch: perl
25007            ! Changes patchlevel.h
25008 ____________________________________________________________________________
25009 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
25010         Log: In Linux if we have modern enough gcc and supported
25011              enough CPU, crank up the optimization level to -O3.
25012      Branch: perl
25013            ! hints/linux.sh
25014 ____________________________________________________________________________
25015 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
25016         Log: Add perlpacktut from Wolfgang Laun; regen toc.
25017      Branch: perl
25018            + pod/perlpacktut.pod
25019            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
25020            ! pod/perltoc.pod
25021 ____________________________________________________________________________
25022 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
25023         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
25024              From: PPrymmer@factset.com
25025              Date: Wed, 28 Nov 2001 07:51:26 -0500
25026              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
25027      Branch: perl
25028            ! vms/test.com
25029 ____________________________________________________________________________
25030 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
25031         Log: Test cases for the first half of #13338.
25032      Branch: perl
25033            ! t/lib/h2ph.h t/lib/h2ph.pht
25034 ____________________________________________________________________________
25035 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
25036         Log: Subject: Re: h2ph confused by comments in an enum.
25037              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25038              Date: Wed, 28 Nov 2001 04:19:21 +0000
25039              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
25040              
25041              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
25042              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25043              Date: Wed, 28 Nov 2001 13:36:35 +0000
25044              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
25045      Branch: perl
25046            ! utils/h2ph.PL
25047 ____________________________________________________________________________
25048 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
25049         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
25050              From: Jonathan Stowe <gellyfish@gellyfish.com>
25051              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
25052              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
25053              
25054              (replace #13327)
25055      Branch: perl
25056            ! lib/Term/Cap.pm
25057 ____________________________________________________________________________
25058 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
25059         Log: Replace #13335 with
25060              
25061              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
25062              From: Russ Allbery <rra@stanford.edu>
25063              Date: 27 Nov 2001 20:42:49 -0800
25064              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
25065      Branch: perl
25066            ! lib/Pod/Text/Termcap.pm
25067 ____________________________________________________________________________
25068 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
25069         Log: (replaced by #13336)
25070              
25071              Subject: [PATCH perl@13323] Termcap.pm with no termios
25072              From: "Craig A. Berry" <craigberry@mac.com> 
25073              Date: Tue, 27 Nov 2001 22:28:50 -0600
25074              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
25075      Branch: perl
25076            ! lib/Pod/Text/Termcap.pm
25077 ____________________________________________________________________________
25078 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
25079         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
25080              From: "Craig A. Berry" <craigberry@mac.com> 
25081              Date: Tue, 27 Nov 2001 21:46:45 -0600
25082              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
25083      Branch: perl
25084            ! configure.com
25085 ____________________________________________________________________________
25086 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
25087         Log: Upgrade to podlators 1.17.
25088      Branch: perl
25089            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
25090            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
25091 ____________________________________________________________________________
25092 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
25093         Log: Fix for "a\x{100}" =~ /A/i.
25094      Branch: perl
25095            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
25096            ! utf8.c
25097 ____________________________________________________________________________
25098 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
25099         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
25100              From: "Craig A. Berry" <craigberry@mac.com>
25101              Date: Tue, 27 Nov 2001 17:11:49 -0600
25102              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
25103      Branch: perl
25104            ! lib/DB.t
25105 ____________________________________________________________________________
25106 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
25107         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
25108              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25109              Date: Tue, 27 Nov 2001 14:55:23 -0500
25110              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
25111              
25112              Subject: [PATCH: perl@13324] updates to perldelta.pod 
25113              From: PPrymmer@factset.com
25114              Date: Tue, 27 Nov 2001 18:06:04 -0500
25115              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
25116              
25117              plus added some known problems.
25118      Branch: perl
25119            ! pod/perldelta.pod
25120 ____________________________________________________________________________
25121 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
25122         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
25123              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25124              Date: Tue, 27 Nov 2001 15:38:02 EST 
25125              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
25126      Branch: perl
25127            ! configure.com vms/vms.c vms/vmsish.h
25128 ____________________________________________________________________________
25129 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
25130         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
25131              From: Michael G Schwern <schwern@pobox.com> 
25132              Date: Tue, 27 Nov 2001 15:31:12 -0500
25133              Message-ID: <20011127153112.G20929@blackrider>
25134      Branch: perl
25135            ! t/run/kill_perl.t
25136 ____________________________________________________________________________
25137 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
25138         Log: (replaced by #13337)
25139              
25140              VMS can safely hardcode a termcap entry for VT100.
25141      Branch: perl
25142            ! lib/Term/Cap.pm
25143 ____________________________________________________________________________
25144 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
25145         Log: VMS piping fixes from Charles Lane (perl -P should
25146              be working now).
25147      Branch: perl
25148            ! vms/vms.c
25149 ____________________________________________________________________________
25150 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
25151         Log: Subject: [PATCH] perlvar.pod fix
25152              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25153              Date: Tue, 27 Nov 2001 13:11:47 -0500
25154              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
25155      Branch: perl
25156            ! pod/perlvar.pod
25157 ____________________________________________________________________________
25158 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
25159         Log: Update Changes.
25160      Branch: perl
25161            ! Changes patchlevel.h
25162 ____________________________________________________________________________
25163 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
25164         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
25165              From: "Craig A. Berry" <craigberry@mac.com> 
25166              Date: Tue, 27 Nov 2001 10:21:18 -0600
25167              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
25168      Branch: perl
25169            ! lib/ExtUtils/MM_VMS.pm
25170 ____________________________________________________________________________
25171 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
25172         Log: Protect against accumulating -options -options -options.
25173      Branch: perl
25174            ! hints/hpux.sh
25175 ____________________________________________________________________________
25176 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
25177         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
25178              From: Barrie Slaymaker <barries@slaysys.com>
25179              Date: Tue, 27 Nov 2001 10:58:54 -0500
25180              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
25181      Branch: perl
25182            ! lib/Benchmark.pm
25183 ____________________________________________________________________________
25184 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
25185         Log: Tiny fix from John P. Linderman.
25186      Branch: perl
25187            ! lib/sort.pm
25188 ____________________________________________________________________________
25189 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
25190         Log: The Story of sort(), from John P. Linderman.
25191      Branch: perl
25192            ! pod/perldelta.pod
25193 ____________________________________________________________________________
25194 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
25195         Log: Add information what to do if you are reading
25196              perluniintro but using some older Perl.
25197      Branch: perl
25198            ! pod/perluniintro.pod
25199 ____________________________________________________________________________
25200 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
25201         Log: Update the 'wide characters' FAQ entry.
25202      Branch: perl
25203            ! pod/perlfaq6.pod
25204 ____________________________________________________________________________
25205 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
25206         Log: Fix for
25207              
25208              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
25209              From: Marc Lehmann <root@schmorp.de>
25210              Date: Tue, 27 Nov 2001 14:27:14 +0100
25211              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
25212      Branch: perl
25213            ! ext/Encode.t ext/Encode/Encode.xs
25214 ____________________________________________________________________________
25215 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
25216         Log: Subject: [PATCH] DB_File 1.801
25217              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25218              Date: Tue, 27 Nov 2001 15:06:45 -0000
25219              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
25220      Branch: perl
25221            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25222            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
25223 ____________________________________________________________________________
25224 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
25225         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
25226      Branch: perl
25227            ! pod/perlmodlib.pod
25228 ____________________________________________________________________________
25229 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
25230         Log: sort() doc tweaks from John P. Linderman.
25231      Branch: perl
25232            ! pod/perlfunc.pod
25233 ____________________________________________________________________________
25234 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
25235         Log: Subject: [PATCH] More perldelta.pod nits
25236              From: Simon Glover <scog@roe.ac.uk>
25237              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
25238              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
25239      Branch: perl
25240            ! pod/perldelta.pod
25241 ____________________________________________________________________________
25242 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
25243         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
25244              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25245              Date: Tue, 27 Nov 2001 11:52:31 -0000
25246              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
25247      Branch: perl
25248            ! ext/Devel/PPPort/harness/Makefile.PL
25249 ____________________________________________________________________________
25250 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
25251         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
25252              From: Michael G Schwern <schwern@pobox.com>
25253              Date: Tue, 27 Nov 2001 03:38:24 -0500
25254              Message-ID: <20011127033824.A17775@blackrider>
25255      Branch: perl
25256            ! t/TEST
25257 ____________________________________________________________________________
25258 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
25259         Log: Subject: Re: perlcc very broken
25260              From: John Peacock <jpeacock@rowman.com>
25261              Date: Tue, 27 Nov 2001 06:48:01 -0500
25262              Message-ID: <3C037D71.4030508@rowman.com>
25263      Branch: perl
25264            ! utils/perlcc.PL
25265 ____________________________________________________________________________
25266 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
25267         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
25268              From: David Dyck <dcd@tc.fluke.com>
25269              Date: Mon, 26 Nov 2001 22:04:38 -0800
25270              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
25271      Branch: perl
25272            ! t/op/pack.t
25273 ____________________________________________________________________________
25274 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
25275         Log: Subject: [ID 20011126.149] t/op/split fails step 37
25276              From: David Dyck <dcd@tc.fluke.com>
25277              Date: Mon, 26 Nov 2001 21:52:35 -0800
25278              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
25279      Branch: perl
25280            ! t/op/split.t
25281 ____________________________________________________________________________
25282 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
25283         Log: incorporate last minute change from libnet 1.0901-tobe
25284      Branch: perl
25285            ! lib/Net/SMTP.pm
25286 ____________________________________________________________________________
25287 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
25288         Log: Pass 7 at perldelta - random edits.
25289      Branch: perl
25290            ! pod/perldelta.pod
25291 ____________________________________________________________________________
25292 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
25293         Log: Portability and skippage tweaks.
25294      Branch: perl
25295            ! t/op/split.t
25296 ____________________________________________________________________________
25297 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
25298         Log: (retracted by #13449)
25299              Try to make Unicode casemapping to work for EBCDIC, too.
25300      Branch: perl
25301            ! utf8.c
25302 ____________________________________________________________________________
25303 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
25304         Log: Just printing 1..0 is not quite enough...
25305      Branch: perl
25306            ! lib/Dumpvalue.t
25307 ____________________________________________________________________________
25308 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
25309         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
25310              Delay the match until runtime.
25311      Branch: perl
25312            ! t/op/append.t
25313 ____________________________________________________________________________
25314 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
25315         Log: UTF-EBCDIC.
25316      Branch: perl
25317            ! ext/Devel/Peek/Peek.t
25318 ____________________________________________________________________________
25319 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
25320         Log: Be UTF-EBCDIC aware.
25321      Branch: perl
25322            ! lib/bytes.t
25323 ____________________________________________________________________________
25324 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
25325         Log: Bad assumption which way digits and letters sort.
25326      Branch: perl
25327            ! lib/English.t
25328 ____________________________________________________________________________
25329 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
25330         Log: If in EBCDIC but no Convert::EBCDIC
25331              the libnet tests will all fail.
25332      Branch: perl
25333            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
25334            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
25335            ! lib/Net/t/smtp.t lib/Net/t/time.t
25336 ____________________________________________________________________________
25337 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
25338         Log: Just sorting to guarantee order is not enough.
25339              (Think EBCDIC.) 
25340      Branch: perl
25341            ! lib/ExtUtils/Manifest.t
25342 ____________________________________________________________________________
25343 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
25344         Log: OS/390 cleanable gunk.
25345      Branch: perl
25346            ! lib/ExtUtils/MM_Unix.pm
25347 ____________________________________________________________________________
25348 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
25349         Log: Update the EBCDIC MD5 checksums.
25350      Branch: perl
25351            ! ext/Digest/MD5/t/files.t
25352 ____________________________________________________________________________
25353 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
25354         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
25355              From: Nicholas Clark <nick@ccl4.org>
25356              Date: Mon, 26 Nov 2001 23:06:34 +0000
25357              Message-ID: <20011126230633.Q37621@plum.flirble.org>
25358      Branch: perl
25359            ! installman
25360 ____________________________________________________________________________
25361 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
25362         Log: sort tweaks from John P. Linderman.
25363      Branch: perl
25364            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
25365 ____________________________________________________________________________
25366 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
25367         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
25368              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
25369              Date: Mon, 26 Nov 2001 18:47:25 -0600
25370              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
25371              
25372              Craig Berry submitted half of this patch just yesterday.
25373              Spooky cosmic resonance.
25374      Branch: perl
25375            ! ext/Socket/Socket.xs
25376 ____________________________________________________________________________
25377 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
25378         Log: Subject: [PATCH] doio slightly smaller
25379              From: Nicholas Clark <nick@ccl4.org>
25380              Date: Tue, 27 Nov 2001 00:40:23 +0000      
25381              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
25382      Branch: perl
25383            ! doio.c
25384 ____________________________________________________________________________
25385 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
25386         Log: perldelta nits from Autrijus Tang and Ron Kimball.
25387      Branch: perl
25388            ! pod/perldelta.pod
25389 ____________________________________________________________________________
25390 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
25391         Log: Subject: [PATCH] unpack P* uses random length for item
25392              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
25393              Date: Mon, 26 Nov 2001 19:56:32 +0100
25394              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
25395      Branch: perl
25396            ! pod/perldiag.pod pp_pack.c t/op/pack.t
25397 ____________________________________________________________________________
25398 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
25399         Log: Subject: [PATCH current] system and taintedness
25400              From: Radu Greab <radu@netsoft.ro>
25401              Date: Mon, 26 Nov 2001 18:42:29 +0200
25402              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
25403      Branch: perl
25404            ! pp_sys.c t/op/taint.t
25405 ____________________________________________________________________________
25406 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
25407         Log: Subject: [PATCH @ 13283] Devel::PPPort
25408              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25409              Date: Mon, 26 Nov 2001 14:37:17 -0000
25410              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
25411      Branch: perl
25412            + ext/Devel/PPPort/MANIFEST
25413            ! MANIFEST ext/Devel/PPPort/Makefile.PL
25414            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
25415            ! ext/Devel/PPPort/harness/Harness.xs
25416            ! ext/Devel/PPPort/harness/Makefile.PL
25417            ! ext/Devel/PPPort/harness/module2.c
25418            ! ext/Devel/PPPort/harness/module3.c
25419            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
25420 ____________________________________________________________________________
25421 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
25422         Log: Update the test list.
25423      Branch: perl
25424            ! t/lib/1_compile.t
25425 ____________________________________________________________________________
25426 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
25427         Log: Sync-up tests with libnet distribution
25428      Branch: perl
25429            + lib/Net/t/netrc.t
25430            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
25431 ____________________________________________________________________________
25432 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
25433         Log: Update Changes.
25434      Branch: perl
25435            ! Changes patchlevel.h
25436 ____________________________________________________________________________
25437 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
25438         Log: Upgrade to podlators 1.16.
25439      Branch: perl
25440            + lib/Pod/t/basic.cap
25441            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
25442            ! lib/Pod/t/basic.t pod/pod2man.PL
25443 ____________________________________________________________________________
25444 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
25445         Log: Pass 6 at perldelta - sort enhancements, generic and
25446              platform specific bug fixes.
25447      Branch: perl
25448            ! pod/perldelta.pod
25449 ____________________________________________________________________________
25450 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
25451         Log: PROPAGATE documentation from Tony Cook.
25452      Branch: perl
25453            ! pod/perlfunc.pod
25454 ____________________________________________________________________________
25455 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
25456         Log: DJGPP cannot do signals that well.
25457      Branch: perl
25458            ! ext/POSIX/t/sigaction.t
25459 ____________________________________________________________________________
25460 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
25461         Log: Can't do subsecond alarms without ualarm; and break out
25462              early if alarms do not seem to be coming in as expected.
25463      Branch: perl
25464            ! ext/Time/HiRes/HiRes.t
25465 ____________________________________________________________________________
25466 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
25467         Log: No Socket, little Net.
25468      Branch: perl
25469            ! t/lib/1_compile.t
25470 ____________________________________________________________________________
25471 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
25472         Log: Take the taint brush to the getcwds.
25473      Branch: perl
25474            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
25475 ____________________________________________________________________________
25476 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
25477         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
25478              From: "Craig A. Berry" <craigberry@mac.com>
25479              Date: Sun, 25 Nov 2001 16:20:45 -0600
25480              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
25481      Branch: perl
25482            ! ext/Socket/Socket.xs
25483 ____________________________________________________________________________
25484 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
25485         Log: Since in some DOS filesystems the timestamp granularity
25486              may be only two seconds, better sleep for three to play safe.
25487              (Helps CygWin, at least.)
25488      Branch: perl
25489            ! lib/Memoize/t/expire_file.t
25490 ____________________________________________________________________________
25491 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
25492         Log: For some reason CygWin wasn't collapsing multiple
25493              slashes into one, which made some Spec.t tests to fail.
25494              Either CygWin was being too prudish or the collapsing
25495              logic needs to be rethunk.
25496      Branch: perl
25497            ! lib/File/Spec/Unix.pm
25498 ____________________________________________________________________________
25499 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
25500         Log: Cygwin needs to have libperl.dll around if trying to link
25501              with -lperl.  Note: this change cures the test but whether
25502              it cures CygPerl installation, I don't know: hopefully the
25503              libperl5_7_2.dll, or the version equivalent, gets installed
25504              also as libperl.dll to the proper place(s).
25505      Branch: perl
25506            ! lib/ExtUtils/Embed.t
25507 ____________________________________________________________________________
25508 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
25509         Log: -I../lib/.. and -L../lib/..?  Strange.
25510      Branch: perl
25511            ! lib/ExtUtils/Embed.t
25512 ____________________________________________________________________________
25513 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
25514         Log: $MM?
25515      Branch: perl
25516            ! lib/ExtUtils/Embed.pm
25517 ____________________________________________________________________________
25518 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
25519         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
25520              From: Dave Rolsky <autarch@urth.org>
25521              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
25522              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
25523      Branch: perl
25524            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
25525            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25526 ____________________________________________________________________________
25527 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
25528         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
25529              From: chromatic <chromatic@rmci.net>
25530              Date: Sat, 24 Nov 2001 14:56:57 -0700
25531              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
25532              
25533              plus a tweak for ithreads builds.
25534      Branch: perl
25535            + lib/DB.t
25536            ! MANIFEST lib/DB.pm
25537 ____________________________________________________________________________
25538 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
25539         Log: Win32 compilation tweaks for Blair Zajac.
25540      Branch: perl
25541            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
25542 ____________________________________________________________________________
25543 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
25544         Log: I don't think trying to bracket the hires time with lores
25545              times is going to be portable enough: Cygwin seems to be
25546              capable of getting hires ones rather consistently lower
25547              than the lores ones.  So let's try average difference instead.
25548      Branch: perl
25549            ! ext/Time/HiRes/HiRes.t
25550 ____________________________________________________________________________
25551 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
25552         Log: Subject: Re: benchmarks, sorts and reproducibility
25553              From: "John P. Linderman" <jpl@research.att.com>
25554              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
25555              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
25556              
25557              Randomize large partitions for quicksort to dodge the
25558              angry gods of quadratic.
25559      Branch: perl
25560            ! pp_sort.c
25561 ____________________________________________________________________________
25562 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
25563         Log: The joys of portable quoting.
25564      Branch: perl
25565            ! ext/Devel/PPPort/harness/Makefile.PL
25566 ____________________________________________________________________________
25567 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
25568         Log: sort pragma tweaks.
25569      Branch: perl
25570            ! lib/sort.pm
25571 ____________________________________________________________________________
25572 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
25573         Log: Skip the link= directives of utils.lst if no mandir
25574              (if no manpages).
25575      Branch: perl
25576            ! installman
25577 ____________________________________________________________________________
25578 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
25579         Log: integrate changes#8340,13260 from mainline
25580              
25581              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25582              
25583              change#3373 introduced a handle leak in backticks and piped open()s
25584              that fail
25585      Branch: maint-5.6/perl
25586            ! t/io/pipe.t util.c
25587 ____________________________________________________________________________
25588 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
25589         Log: change#3373 introduced a handle leak in backticks and piped open()s
25590              that fail
25591      Branch: perl
25592            ! util.c
25593 ____________________________________________________________________________
25594 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
25595         Log: metaconfig unit change for #13258.
25596      Branch: metaconfig/U/perl
25597            ! d_procselfexe.U
25598 ____________________________________________________________________________
25599 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
25600         Log: Extraenous breaks noticed by David Dyck.
25601      Branch: perl
25602            ! Configure
25603 ____________________________________________________________________________
25604 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
25605         Log: Revert the /proc/self/auxv experiment for now.
25606      Branch: perl
25607            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
25608 ____________________________________________________________________________
25609 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
25610         Log: Also ExtUtils.t had $^X assumptions.
25611      Branch: perl
25612            ! lib/ExtUtils.t
25613 ____________________________________________________________________________
25614 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
25615         Log: Now is Solaris if you start the t/perl in the t/
25616              as "./perl", the $^X will be "../perl", not "./perl".
25617      Branch: perl
25618            ! t/lib/1_compile.t
25619 ____________________________________________________________________________
25620 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
25621         Log: The new way of finding out $^X in Solaris
25622              requires a little tweak if the executable
25623              pathname is *not* absolute: prepend "./"
25624              (otherwise `$^X ...` will start perl from PATH...)
25625      Branch: perl
25626            ! perl.c
25627 ____________________________________________________________________________
25628 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
25629         Log: Avoid "will not stay shared" warnings.
25630      Branch: perl
25631            ! lib/ExtUtils/MM_Unix.pm
25632 ____________________________________________________________________________
25633 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
25634         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
25635              From: Michael G Schwern <schwern@pobox.com>
25636              Date: Sat, 24 Nov 2001 19:56:18 -0500
25637              Message-ID: <20011124195618.A14614@blackrider>            
25638      Branch: perl
25639            ! perl.c pp_sys.c t/op/magic.t util.c
25640 ____________________________________________________________________________
25641 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
25642         Log: In the MakeMaker pm_to_blib target don't copy all
25643              the files in one fell swoop, deal with them hunkwise,
25644              helps for CLIs with limited line lengths.
25645              (This seems to help for DJGPP building Encode,
25646              where there are dozens of files to copy.)
25647      Branch: perl
25648            ! lib/ExtUtils/MM_Unix.pm
25649 ____________________________________________________________________________
25650 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
25651         Log: testsuite leaves stray files behind on windows
25652      Branch: perl
25653            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
25654 ____________________________________________________________________________
25655 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
25656         Log: xsubpp produces a spurious warning on directories called 'typemap'
25657      Branch: perl
25658            ! lib/ExtUtils/xsubpp
25659 ____________________________________________________________________________
25660 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
25661         Log: xsubpp treats invalid (indented) cpp directives as comments
25662      Branch: perl
25663            ! ext/IO/IO.xs
25664 ____________________________________________________________________________
25665 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
25666         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
25667      Branch: perl
25668            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
25669 ____________________________________________________________________________
25670 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
25671         Log: The debug_pag needs to be visible at all times
25672              because of the re extension.
25673      Branch: perl
25674            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
25675 ____________________________________________________________________________
25676 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
25677         Log: Subject: Re: [PATCH] Tests are good
25678              From: Philip Newton <Philip.Newton@gmx.net>
25679              Date: Sat, 24 Nov 2001 21:24:00 +0100
25680              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
25681      Branch: perl
25682            ! pod/perlhack.pod
25683 ____________________________________________________________________________
25684 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
25685         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
25686              From: "Craig A. Berry" <craigberry@mac.com> 
25687              Date: Sat, 24 Nov 2001 12:45:44 -0600
25688              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
25689              
25690              (with tweaks, and combined with Sarathy's #13242)
25691      Branch: perl
25692            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
25693 ____________________________________________________________________________
25694 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
25695         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
25696              From: John Peacock <jpeacock@rowman.com>
25697              Date: Sat, 24 Nov 2001 14:27:46 -0500
25698              Message-ID: <3BFFF4B2.40509@rowman.com> 
25699      Branch: perl
25700            ! lib/Exporter/Heavy.pm
25701 ____________________________________________________________________________
25702 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
25703         Log: use portable quotes
25704      Branch: perl
25705            ! ext/Devel/PPPort/harness/Makefile.PL
25706 ____________________________________________________________________________
25707 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
25708         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
25709              From: Nicholas Clark <nick@ccl4.org>
25710              Date: Sat, 24 Nov 2001 18:06:26 +0000
25711              Message-ID: <20011124180626.T37621@plum.flirble.org>
25712      Branch: perl
25713            ! installman
25714 ____________________________________________________________________________
25715 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
25716         Log: Subject: [PATCH] perl5005delta.pod L<>
25717              From: Nicholas Clark <nick@ccl4.org>
25718              Date: Sat, 24 Nov 2001 18:04:21 +0000
25719              Message-ID: <20011124180421.S37621@plum.flirble.org>
25720      Branch: perl
25721            ! pod/perl5005delta.pod
25722 ____________________________________________________________________________
25723 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
25724         Log: fix typo in config.vc; regenerate win32 config_H.* files
25725      Branch: perl
25726            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25727            ! win32/config_H.vc
25728 ____________________________________________________________________________
25729 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
25730         Log: Mention the charnames::vianame().
25731      Branch: perl
25732            ! pod/perluniintro.pod
25733 ____________________________________________________________________________
25734 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
25735         Log: Add charnames::vianame() in case people want to access
25736              the codes in run-time (as opposed to the compile-timeness
25737              of \N{...}).
25738      Branch: perl
25739            ! lib/charnames.pm lib/charnames.t
25740 ____________________________________________________________________________
25741 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
25742         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
25743              From: Nicholas Clark <nick@ccl4.org>
25744              Date: Sat, 24 Nov 2001 16:30:42 +0000
25745              Message-ID: <20011124163042.R37621@plum.flirble.org>
25746      Branch: perl
25747            ! regcomp.c regcomp.h
25748 ____________________________________________________________________________
25749 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
25750         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
25751              From: Nicholas Clark <nick@ccl4.org>
25752              Date: Sat, 24 Nov 2001 16:24:33 +0000
25753              Message-ID: <20011124162433.Q37621@plum.flirble.org>
25754              
25755              cmp fixes.
25756      Branch: perl
25757            ! pp.c
25758 ____________________________________________________________________________
25759 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
25760         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
25761              (It seems that "./perl" gets resolved to "perl" now.)
25762      Branch: perl
25763            ! perl.c
25764 ____________________________________________________________________________
25765 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
25766         Log: Subject: [PATCH] DB_File 1.800        
25767              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
25768              Date: Sat, 24 Nov 2001 11:41:41 -0000
25769              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
25770      Branch: perl
25771            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25772            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
25773            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25774            ! ext/DB_File/t/db-recno.t
25775 ____________________________________________________________________________
25776 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
25777         Log: Tweak the PUSHED documentation.
25778      Branch: perl
25779            ! ext/PerlIO/Via/Via.pm
25780 ____________________________________________________________________________
25781 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
25782         Log: Update 1_compile for new known tests.
25783      Branch: perl
25784            ! t/lib/1_compile.t
25785 ____________________________________________________________________________
25786 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
25787         Log: Move the MBF/MBI test modules to t/lib.
25788      Branch: perl
25789            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
25790            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25791            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25792            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
25793            ! lib/Math/BigInt/t/sub_mbi.t
25794 ____________________________________________________________________________
25795 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
25796         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
25797              From: "Craig A. Berry" <craigberry@mac.com> 
25798              Date: Fri, 23 Nov 2001 18:05:35 -0600
25799              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
25800      Branch: perl
25801            ! configure.com
25802 ____________________________________________________________________________
25803 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
25804         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
25805              From: PPrymmer@factset.com 
25806              Date: Fri, 23 Nov 2001 17:03:07 -0500
25807              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
25808      Branch: perl
25809            ! ext/Unicode/Normalize/mkheader
25810 ____________________________________________________________________________
25811 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
25812         Log: Here are the right helper files.
25813      Branch: perl
25814            + t/lib/Filter/Simple/ExportTest.pm
25815            + t/lib/Filter/Simple/FilterOnlyTest.pm
25816            + t/lib/Filter/Simple/FilterTest.pm
25817            + t/lib/Filter/Simple/ImportTest.pm
25818            ! MANIFEST
25819 ____________________________________________________________________________
25820 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
25821         Log: Update Changes.
25822      Branch: perl
25823            ! Changes patchlevel.h
25824 ____________________________________________________________________________
25825 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
25826         Log: Never mind.
25827      Branch: perl
25828            - lib/Filter/Simple/lib/ExportTest.pm
25829            - lib/Filter/Simple/lib/ImportTest.pm
25830 ____________________________________________________________________________
25831 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
25832         Log: Mis-add.
25833      Branch: perl
25834            + lib/Filter/Simple/lib/ExportTest.pm
25835            + lib/Filter/Simple/lib/ImportTest.pm
25836 ____________________________________________________________________________
25837 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
25838         Log: Upgrade to Filter::Simple 0.77.
25839      Branch: perl
25840            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
25841            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
25842            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
25843            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
25844            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
25845 ____________________________________________________________________________
25846 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
25847         Log: Missing p4 add.
25848      Branch: perl
25849            + lib/ExtUtils/MM_VMS.t
25850 ____________________________________________________________________________
25851 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
25852         Log: Pass 5 at perldelta - module and utility updates cleanup.
25853      Branch: perl
25854            ! pod/perldelta.pod
25855 ____________________________________________________________________________
25856 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
25857         Log: metaconfig unit change for #13219.
25858      Branch: metaconfig/U/perl
25859            ! d_procselfexe.U
25860 ____________________________________________________________________________
25861 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
25862         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
25863      Branch: perl
25864            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25865            ! pod/buildtoc.PL pod/perltoc.pod
25866 ____________________________________________________________________________
25867 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
25868         Log: Add procselfexe and d_dirfd to strange lands.
25869      Branch: perl
25870            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
25871            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25872            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25873            ! win32/config.gc win32/config.vc win32/config.win64
25874            ! wince/config.ce
25875 ____________________________________________________________________________
25876 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
25877         Log: metaconfig unit change for #13216.
25878      Branch: metaconfig/U/perl
25879            ! d_procselfexe.U
25880 ____________________________________________________________________________
25881 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
25882         Log: Better to "quote" the pathname.
25883      Branch: perl
25884            ! Configure config_h.SH
25885 ____________________________________________________________________________
25886 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
25887         Log: Use PROCSELFEXE_PATH.
25888      Branch: perl
25889            ! perl.c
25890 ____________________________________________________________________________
25891 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
25892         Log: metaconfig unit change for #13213.
25893      Branch: metaconfig/U/perl
25894            ! d_procselfexe.U
25895 ____________________________________________________________________________
25896 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
25897         Log: Add probing for BSD-like /proc/curproc/file.
25898      Branch: perl
25899            ! Configure config_h.SH
25900 ____________________________________________________________________________
25901 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
25902         Log: metaconfig unit change for 13211.
25903      Branch: metaconfig/U/perl
25904            + d_dirfd.U
25905 ____________________________________________________________________________
25906 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
25907         Log: Add probing for dirfd() so that it can be added it IO::Dir.
25908      Branch: perl
25909            ! Configure config_h.SH perl.h
25910 ____________________________________________________________________________
25911 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
25912         Log: ...and update the test count.
25913      Branch: perl
25914            ! lib/Pod/t/basic.t
25915 ____________________________________________________________________________
25916 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
25917         Log: Must remove the cap test also from the test script.
25918      Branch: perl
25919            ! lib/Pod/t/basic.t
25920 ____________________________________________________________________________
25921 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
25922         Log: Subject: [PATCH] Tests are good
25923              From: Nicholas Clark <nick@ccl4.org>
25924              Date: Fri, 23 Nov 2001 18:12:21 +0000
25925              Message-ID: <20011123181220.F37621@plum.flirble.org>
25926      Branch: perl
25927            ! pod/perlhack.pod
25928 ____________________________________________________________________________
25929 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
25930         Log: The basic.cap from podlators 1.14 is not very portable.
25931      Branch: perl
25932            - lib/Pod/t/basic.cap
25933            ! MANIFEST
25934 ____________________________________________________________________________
25935 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
25936         Log: Subject: Re: [DOC PATCHES] pod cleanups
25937              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25938              Date: 22 Nov 2001 12:54:16 -0000
25939              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
25940      Branch: perl
25941            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
25942            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
25943 ____________________________________________________________________________
25944 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
25945         Log: FAQ sync.
25946      Branch: perl
25947            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
25948 ____________________________________________________________________________
25949 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
25950         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
25951              From: PPrymmer@factset.com
25952              Date: Fri, 23 Nov 2001 11:43:45 -0500
25953              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
25954      Branch: perl
25955            ! MANIFEST lib/ExtUtils/MM_VMS.pm
25956 ____________________________________________________________________________
25957 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
25958         Log: Corify podlators 1.14 test.
25959      Branch: perl
25960            ! lib/Pod/t/basic.t
25961 ____________________________________________________________________________
25962 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
25963         Log: Output tweak needed because of podlators 1.14.
25964      Branch: perl
25965            ! t/pod/multiline_items.xr
25966 ____________________________________________________________________________
25967 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
25968         Log: Upgrade to podlators 1.14.
25969      Branch: perl
25970            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
25971            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
25972            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
25973            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
25974            ! lib/Pod/Text/Overstrike.pm
25975 ____________________________________________________________________________
25976 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
25977         Log: perlmodinstall tweaks from Philip Newton.
25978      Branch: perl
25979            ! pod/perlmodinstall.pod
25980 ____________________________________________________________________________
25981 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
25982         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
25983              From: Autrijus Tang <autrijus@autrijus.org>           
25984              Date: Fri, 23 Nov 2001 23:55:53 +0800
25985              Message-ID: <20011123235553.A2310@not.autrijus.org>
25986      Branch: perl
25987            ! Porting/genlog
25988 ____________________________________________________________________________
25989 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
25990         Log: Subject: Re: regex oddness with \Z and $&
25991              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
25992              Date: Fri, 23 Nov 2001 15:15:24 +0000
25993              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
25994      Branch: perl
25995            ! regcomp.c t/op/re_tests
25996 ____________________________________________________________________________
25997 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
25998         Log: regen_headers.
25999      Branch: perl
26000            ! embed.h global.sym pod/perlapi.pod proto.h
26001 ____________________________________________________________________________
26002 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
26003         Log: Forgotten check-in.
26004      Branch: perl
26005            ! pod/perlapi.pod
26006 ____________________________________________________________________________
26007 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
26008         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
26009      Branch: perl
26010            ! lib/Test/Simple.pm
26011 ____________________________________________________________________________
26012 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
26013         Log: Retract #13173 (effectively retract Net::Ping 2.06,
26014              go back to 2.04, the 2.06 hasn't seen the patches
26015              that have gone to the blead version.)
26016      Branch: perl
26017            - lib/Net/Ping/CHANGES lib/Net/Ping/README
26018            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26019            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26020            - lib/Net/Ping/t/200_ping_tcp.t
26021            ! MANIFEST lib/Net/Ping.pm
26022 ____________________________________________________________________________
26023 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
26024         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
26025              From: Robin Barker <rmb1@cise.npl.co.uk>
26026              Date: Thu, 22 Nov 2001 11:00:38 GMT
26027              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
26028      Branch: perl
26029            ! utils/perldoc.PL
26030 ____________________________________________________________________________
26031 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
26032         Log: metaconfig unit change for #13191.
26033      Branch: metaconfig/U/perl
26034            ! d_procselfexe.U
26035 ____________________________________________________________________________
26036 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
26037         Log: procselfexe tweak: for some reason I had a ls in
26038              /proc/self/exe, not the ls Configure thought it
26039              would found.
26040      Branch: perl
26041            ! Configure
26042 ____________________________________________________________________________
26043 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
26044         Log: Corify the Net::Ping tests; skip the tests
26045              unless $ENV{PERL_TEST_Net_Ping} is true.
26046      Branch: perl
26047            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26048            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26049            ! lib/Net/Ping/t/200_ping_tcp.t
26050 ____________________________________________________________________________
26051 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
26052         Log: metaconfig units changes for #13188.
26053      Branch: metaconfig
26054            ! U/modified/Head.U
26055      Branch: metaconfig/U/perl
26056            ! issymlink.U
26057 ____________________________________________________________________________
26058 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
26059         Log: The #13182 didn't really help.  The real problem
26060              seems to be that 'sh' can in AIX mean at least three
26061              different things, and we can't know which one it is
26062              unless we export $newsh from an earlier run (and it's
26063              the 'bsh' aka 'sh' that has the the broken test -h).
26064      Branch: perl
26065            ! Configure
26066 ____________________________________________________________________________
26067 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
26068         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
26069      Branch: perl
26070            ! op.c t/op/override.t
26071 ____________________________________________________________________________
26072 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
26073         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
26074              From: PPrymmer@factset.com 
26075              Date: Wed, 21 Nov 2001 20:17:25 -0500
26076              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
26077      Branch: perl
26078            ! lib/Shell.t
26079 ____________________________________________________________________________
26080 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
26081         Log: Reapply perlmodinstall parts of #12897.
26082      Branch: perl
26083            ! pod/perlmodinstall.pod
26084 ____________________________________________________________________________
26085 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
26086         Log: perlmodinstall 2.01 from Jon Orwant.
26087      Branch: perl
26088            ! pod/perlmodinstall.pod
26089 ____________________________________________________________________________
26090 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
26091         Log: Subject: [PATCH @10907] REXX on OS/2
26092              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26093              Date: Wed, 21 Nov 2001 15:26:11 -0500
26094              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
26095      Branch: perl
26096            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
26097            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
26098 ____________________________________________________________________________
26099 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
26100         Log: metaconfig unit change for #13181.
26101      Branch: metaconfig/U/perl
26102            ! issymlink.U
26103 ____________________________________________________________________________
26104 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
26105         Log: AIX has broken builtin 'test'.
26106      Branch: perl
26107            ! Configure
26108 ____________________________________________________________________________
26109 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
26110         Log: Subject: [PATCH 5.7.x] INSTALL size update
26111              From: Andy Dougherty <doughera@lafayette.edu>
26112              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
26113              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
26114      Branch: perl
26115            ! INSTALL
26116 ____________________________________________________________________________
26117 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
26118         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
26119              to pp_sort.c.  Includes the quicksort stabilizing layer
26120              from John P. Linderman.  -Msort=qsort or -Msort=fast is
26121              faster than without (or with -Msort=mergesort or -Msort=safe)
26122              for short random inputs, but for some reason not quite as fast
26123              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
26124              optimizing definitely needed.
26125      Branch: perl
26126            + lib/sort.pm lib/sort.t pp_sort.c
26127            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
26128            ! embed.pl global.sym perl.h pp_ctl.c proto.h
26129            ! vms/descrip_mms.template vos/build.cm win32/Makefile
26130            ! win32/makefile.mk wince/Makefile.ce
26131 ____________________________________________________________________________
26132 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
26133         Log: Sync file with libnet-1.0901-tobe
26134      Branch: perl
26135            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
26136            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
26137            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
26138            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
26139            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
26140 ____________________________________________________________________________
26141 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
26142         Log: Subject: [PATCH perldoc] problems with pod2man
26143              From: Robin Barker <rmb1@cise.npl.co.uk>
26144              Date: Wed, 21 Nov 2001 17:48:51 GMT
26145              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
26146      Branch: perl
26147            ! utils/perldoc.PL
26148 ____________________________________________________________________________
26149 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
26150         Log: debug_pad only visible when debugging.
26151      Branch: perl
26152            ! makedef.pl
26153 ____________________________________________________________________________
26154 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
26155         Log: metaconfig units changes for #13174.
26156      Branch: metaconfig/U/perl
26157            + d_procselfexe.U
26158            - procselfexe.U
26159 ____________________________________________________________________________
26160 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
26161         Log: procselfexe tweaks.
26162      Branch: perl
26163            ! Configure config_h.SH
26164 ____________________________________________________________________________
26165 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
26166         Log: Upgrade to Net::Ping 2.06.
26167      Branch: perl
26168            + lib/Net/Ping/CHANGES lib/Net/Ping/README
26169            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26170            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26171            + lib/Net/Ping/t/200_ping_tcp.t
26172            ! MANIFEST lib/Net/Ping.pm
26173 ____________________________________________________________________________
26174 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
26175         Log: Upgrade to Math::BigInt 1.47.
26176      Branch: perl
26177            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26178            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
26179            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
26180            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
26181            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
26182            ! lib/Math/BigInt/t/sub_mbi.t
26183 ____________________________________________________________________________
26184 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
26185         Log: Dynaloading for POSIX-BC from Thomas Dorner.
26186      Branch: perl
26187            ! hints/posix-bc.sh
26188 ____________________________________________________________________________
26189 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
26190         Log: Strange: the same mysterious regex study bug
26191              seems to be present both in OS/390 and POSIX-BC.
26192              Deep EBCDIC magic that regex engine gets wrong,
26193              or a bug in some compiler/library shared by the
26194              two platforms?  From Thomas Dorner.
26195      Branch: perl
26196            ! t/op/study.t
26197 ____________________________________________________________________________
26198 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
26199         Log: More lost and found.
26200      Branch: perl
26201            + lib/Test/Simple/README
26202            ! MANIFEST
26203 ____________________________________________________________________________
26204 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
26205         Log: MANIFESTly missing.
26206      Branch: perl
26207            ! MANIFEST
26208 ____________________________________________________________________________
26209 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
26210         Log: Subject: Re: PERFORCE change 13162 for review               
26211              From: Philip Newton <Philip.Newton@gmx.net> 
26212              Date: Wed, 21 Nov 2001 16:44:30 +0100
26213              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
26214      Branch: perl
26215            ! ext/Devel/PPPort/PPPort.pm
26216 ____________________________________________________________________________
26217 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
26218         Log: Update Changes.
26219      Branch: perl
26220            ! Changes patchlevel.h
26221 ____________________________________________________________________________
26222 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
26223         Log: Small doc tweaks.
26224      Branch: perl
26225            ! ext/PerlIO/Via/Via.pm
26226 ____________________________________________________________________________
26227 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
26228         Log: Redundant return.
26229      Branch: perl
26230            ! ext/MIME/Base64/QuotedPrint.pm
26231 ____________________________________________________________________________
26232 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
26233         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
26234              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
26235              Date: Wed, 21 Nov 2001 10:23:16 +0100
26236              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
26237      Branch: perl
26238            ! pp_pack.c t/op/pack.t
26239 ____________________________________________________________________________
26240 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
26241         Log: Add Devel::PPPort originally from Kenneth Albanowski,
26242              revigorated by Paul Marquess: gives h2xs a Perl version
26243              portability boost.
26244      Branch: perl
26245            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
26246            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
26247            + ext/Devel/PPPort/harness/Harness.pm
26248            + ext/Devel/PPPort/harness/Harness.xs
26249            + ext/Devel/PPPort/harness/Makefile.PL
26250            + ext/Devel/PPPort/harness/module2.c
26251            + ext/Devel/PPPort/harness/module3.c
26252            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
26253            ! MANIFEST lib/h2xs.t utils/h2xs.PL
26254 ____________________________________________________________________________
26255 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
26256         Log: Oops.
26257      Branch: perl
26258            ! lib/Test/Simple/t/filehandles.t
26259 ____________________________________________________________________________
26260 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
26261         Log: Subject: Re: PERFORCE change 13152 for review               
26262              From: Philip Newton <Philip.Newton@gmx.net> 
26263              Date: Wed, 21 Nov 2001 09:04:05 +0100
26264              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
26265      Branch: perl
26266            ! lib/Test/Builder.pm
26267 ____________________________________________________________________________
26268 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
26269         Log: Subject: Re: PERFORCE change 13142 for review
26270              From: Philip Newton <Philip.Newton@gmx.net>
26271              Date: Wed, 21 Nov 2001 09:04:03 +0100
26272              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
26273              
26274              plus rewrap few paragraphs.
26275      Branch: perl
26276            ! lib/Pod/LaTeX.pm
26277 ____________________________________________________________________________
26278 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
26279         Log: Integrate #13154 from macperl; Remove comments.
26280      Branch: perl
26281           !> lib/File/Spec/Mac.pm
26282 ____________________________________________________________________________
26283 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
26284         Log: Update the list of modules having tests.
26285      Branch: perl
26286            ! t/lib/1_compile.t
26287 ____________________________________________________________________________
26288 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
26289         Log: Slight doc changes.
26290      Branch: maint-5.6/macperl
26291            ! macos/macperl/MacPerl.podhelp
26292 ____________________________________________________________________________
26293 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
26294         Log: Add UTF-16 coercion.
26295      Branch: maint-5.6/macperl
26296            ! macos/lib/Mac/AppleEvents/Simple.pm
26297 ____________________________________________________________________________
26298 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
26299         Log: Remove comments.
26300      Branch: maint-5.6/macperl
26301            ! lib/File/Spec/Mac.pm
26302 ____________________________________________________________________________
26303 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
26304         Log: Fix FSpGetCatInfo (and other functions) corrupting
26305              memory with bad filespecs (bug #471867)
26306      Branch: maint-5.6/macperl
26307            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
26308 ____________________________________________________________________________
26309 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
26310         Log: Upgrade to Test::Simple 0.33.
26311      Branch: perl
26312            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
26313            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
26314            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
26315 ____________________________________________________________________________
26316 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
26317         Log: Upgrade to Test::Harness 1.26.
26318      Branch: perl
26319            ! lib/Test/Harness.pm lib/Test/Harness/Changes
26320 ____________________________________________________________________________
26321 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
26322         Log: Integrate change #13145 from maintperl;
26323              another compatibility tweak to change#12559: avoid quoting
26324              arguments that already have quotes; add test case
26325      Branch: perl
26326           !> t/op/system_tests win32/win32.c
26327 ____________________________________________________________________________
26328 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
26329         Log: integrate change#13147 from mainline (fixes nit in change#10091)
26330              
26331              Subject: [PATCH] spaceship and refs
26332      Branch: maint-5.6/perl
26333            ! pp.c pp_hot.c t/op/cmp.t
26334 ____________________________________________________________________________
26335 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
26336         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
26337              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
26338              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
26339              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
26340      Branch: perl
26341            + lib/Pod/t/utils.t
26342            ! MANIFEST
26343 ____________________________________________________________________________
26344 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
26345         Log: Subject: [PATCH] spaceship and refs
26346              From: Nicholas Clark <nick@ccl4.org>
26347              Date: Tue, 20 Nov 2001 21:59:51 +0000
26348              Message-ID: <20011120215951.U62891@plum.flirble.org> 
26349      Branch: perl
26350            ! pp.c pp_hot.c t/op/cmp.t
26351 ____________________________________________________________________________
26352 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
26353         Log: Try to clarify which I/O call operates on bytes,
26354              which on characters, which on either.
26355      Branch: perl
26356            ! pod/perlfunc.pod
26357 ____________________________________________________________________________
26358 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
26359         Log: another compatibility tweak to change#12559: avoid quoting
26360              arguments that already have quotes; add test case
26361      Branch: maint-5.6/perl
26362            ! t/op/system_tests win32/win32.c
26363 ____________________________________________________________________________
26364 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
26365         Log: Give a simple example of writing PerlIO::Via handlers
26366              in Perl.
26367      Branch: perl
26368            ! ext/PerlIO/Via/Via.pm
26369 ____________________________________________________________________________
26370 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
26371         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
26372      Branch: perl
26373            + lib/Pod/t/latex.t
26374            ! MANIFEST
26375 ____________________________________________________________________________
26376 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
26377         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
26378              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26379              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
26380              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
26381      Branch: perl
26382            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
26383 ____________________________________________________________________________
26384 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
26385         Log: Spread d_procselfexe to far-off lands (undefined).
26386      Branch: perl
26387            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
26388            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26389            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26390            ! win32/config.gc win32/config.vc win32/config.win64
26391            ! wince/config.ce
26392 ____________________________________________________________________________
26393 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
26394         Log: Integrate perlio; add detection and use of /proc/self/exe
26395              (Linuxism for finding the absolute path of the executable)
26396      Branch: perl
26397           !> Configure config_h.SH perl.c t/op/magic.t
26398 ____________________________________________________________________________
26399 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
26400         Log: Really define do_report_used() only if DEBUGGING.
26401      Branch: perl
26402            ! sv.c
26403 ____________________________________________________________________________
26404 [ 13138] By: nick                                  on 2001/11/20  20:01:05
26405         Log: perl.c change to use HAS_PROCSELFEXE, also
26406              tweak to $^X test to comprehend full path to real executable
26407              being returned (like Cygwin as it happens...)
26408      Branch: perlio
26409            ! perl.c t/op/magic.t
26410 ____________________________________________________________________________
26411 [ 13137] By: nick                                  on 2001/11/20  19:46:00
26412         Log: Integrate mainline
26413      Branch: perlio
26414           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
26415           +> lib/NEXT/t/unseen.t
26416            - lib/NEXT/test.pl
26417           !> (integrate 34 files)
26418 ____________________________________________________________________________
26419 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
26420         Log: Subject: [?PATCH] terser pp_eq
26421              From: Nicholas Clark <nick@ccl4.org>
26422              Date: Mon, 19 Nov 2001 23:09:02 +0000
26423              Message-ID: <20011119230901.O62891@plum.flirble.org>
26424      Branch: perl
26425            ! pp_hot.c
26426 ____________________________________________________________________________
26427 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
26428         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
26429      Branch: perl
26430            ! pod/perldelta.pod
26431 ____________________________________________________________________________
26432 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
26433         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
26434              From: Andy Dougherty <doughera@lafayette.edu>
26435              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
26436              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
26437      Branch: perl
26438            ! ext/re/Makefile.PL ext/re/re.xs
26439 ____________________________________________________________________________
26440 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
26441         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
26442              From: Andy Dougherty <doughera@lafayette.edu>
26443              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
26444              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
26445      Branch: perl
26446            ! ext/re/re.xs
26447 ____________________________________________________________________________
26448 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
26449         Log: Integrate change #13119 from macperl.
26450              (No changes since already applied the patch,
26451              just keep perforce happy and well-fed.)
26452      Branch: perl
26453           !> lib/Pod/Html.pm
26454 ____________________________________________________________________________
26455 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
26456         Log: Subject: [PATCH] filter-util.pl for Mac OS
26457              From: Chris Nandor <pudge@pobox.com>
26458              Date: Tue, 20 Nov 2001 00:16:11 -0500
26459              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
26460      Branch: perl
26461            ! t/lib/filter-util.pl
26462 ____________________________________________________________________________
26463 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
26464         Log: Subject: [PATCH] Portability fix for Pod::Html
26465              From: Chris Nandor <pudge@pobox.com>
26466              Date: Tue, 20 Nov 2001 00:01:05 -0500
26467              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
26468      Branch: perl
26469            ! lib/Pod/Html.pm
26470 ____________________________________________________________________________
26471 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
26472         Log: Need to skip more tests if not perlio.
26473      Branch: perl
26474            ! lib/open.t
26475 ____________________________________________________________________________
26476 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
26477         Log: Pass 3 at perldelta - sort the lists of new modules,
26478              module improvements, and new platforms.
26479      Branch: perl
26480            ! pod/perldelta.pod
26481 ____________________________________________________________________________
26482 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
26483         Log: Document ${^OPEN}.
26484      Branch: perl
26485            ! pod/perlvar.pod
26486 ____________________________________________________________________________
26487 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
26488         Log: Make configpm work with extra keys
26489      Branch: maint-5.6/macperl
26490            ! macos/configpm
26491 ____________________________________________________________________________
26492 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
26493         Log: Version and doc updates
26494      Branch: maint-5.6/macperl
26495            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
26496 ____________________________________________________________________________
26497 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
26498         Log: More fixes for error message parsing (bug #470316)
26499      Branch: maint-5.6/macperl
26500            ! macos/macish.c
26501 ____________________________________________________________________________
26502 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
26503         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
26504              remove obsolete function (bug #465225)
26505      Branch: maint-5.6/macperl
26506            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
26507            ! macos/macperl/MPScript.c
26508 ____________________________________________________________________________
26509 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
26510         Log: Add p2as droplet to distribution.
26511      Branch: maint-5.6/macperl
26512            + macos/macperl/Droplets/p2as.plx
26513 ____________________________________________________________________________
26514 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
26515         Log: Bundle File::Sort.
26516      Branch: maint-5.6/macperl
26517            + macos/bundled_lib/blib/lib/File/Sort.pm
26518 ____________________________________________________________________________
26519 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
26520         Log: Various bundled module fixes.
26521      Branch: maint-5.6/macperl
26522            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
26523            ! macos/bundled_ext/Digest/MD5/t/files.t
26524            ! macos/bundled_ext/Filter/t/filter-util.pl
26525            ! macos/bundled_lib/blib/lib/Net/Config.pm
26526            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
26527 ____________________________________________________________________________
26528 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
26529         Log: Portability fix for Pod::Html.
26530      Branch: maint-5.6/macperl
26531            ! lib/Pod/Html.pm
26532 ____________________________________________________________________________
26533 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
26534         Log: Upgrade to Text::Balanced 1.89.
26535      Branch: perl
26536            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
26537            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
26538            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
26539            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
26540            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
26541            ! lib/Text/Balanced/t/gentag.t
26542 ____________________________________________________________________________
26543 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
26544         Log: Upgrade to NEXT 0.50.
26545      Branch: perl
26546            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
26547            + lib/NEXT/t/unseen.t
26548            - lib/NEXT/test.pl
26549            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
26550 ____________________________________________________________________________
26551 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
26552         Log: Integrate with maint-5.6/perl.
26553      Branch: maint-5.6/macperl
26554           !> win32/win32.c
26555 ____________________________________________________________________________
26556 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
26557         Log: Update the README.threads scary header a bit.
26558      Branch: perl
26559            ! README.threads
26560 ____________________________________________________________________________
26561 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
26562         Log: Pass 2 at perldelta: add some changes since 5.7.2.
26563      Branch: perl
26564            ! pod/perldelta.pod
26565 ____________________________________________________________________________
26566 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
26567         Log: Subject: [DOC PATCH] perlfaq4.pod 
26568              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26569              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
26570              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
26571      Branch: perl
26572            ! pod/perlfaq4.pod
26573 ____________________________________________________________________________
26574 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
26575         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
26576              From: Michael G Schwern <schwern@pobox.com> 
26577              Date: Mon, 19 Nov 2001 19:53:12 -0500
26578              Message-ID: <20011119195311.I11883@blackrider>
26579      Branch: perl
26580            ! perl.c
26581 ____________________________________________________________________________
26582 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
26583         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
26584              From: PPrymmer@factset.com
26585              Date: Mon, 19 Nov 2001 17:08:59 -0500
26586              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
26587      Branch: perl
26588            ! vms/descrip_mms.template
26589 ____________________________________________________________________________
26590 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
26591         Log: Create a per-interpeter debug scratchpad container
26592              and use that for the regexec debugging.
26593      Branch: perl
26594            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
26595 ____________________________________________________________________________
26596 [ 13109] By: nick                                  on 2001/11/19  22:01:45
26597         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
26598              Configure unit detects the feature).
26599      Branch: metaconfig/U/perl
26600            + procselfexe.U
26601      Branch: perlio
26602            ! Configure config_h.SH
26603 ____________________________________________________________________________
26604 [ 13108] By: nick                                  on 2001/11/19  20:39:17
26605         Log: Integrate mainline
26606      Branch: perlio
26607           +> t/op/or.t
26608           !> (integrate 44 files)
26609 ____________________________________________________________________________
26610 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
26611         Log: sysseek tweak.
26612      Branch: perl
26613            ! pod/perlfunc.pod
26614 ____________________________________________________________________________
26615 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
26616         Log: Move the sysio tests from io/utf8 to lib/open.
26617      Branch: perl
26618            ! lib/open.t t/io/utf8.t
26619 ____________________________________________________________________________
26620 [ 13105] By: nick                                  on 2001/11/19  20:15:39
26621         Log: Add a .package and a README to //depot/metaconfig
26622      Branch: metaconfig
26623            + .package README
26624 ____________________________________________________________________________
26625 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
26626         Log: Thou shalt not mix stdio and sysio.
26627      Branch: perl
26628            ! t/io/utf8.t
26629 ____________________________________________________________________________
26630 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
26631         Log: Update Changes.
26632      Branch: perl
26633            ! Changes patchlevel.h
26634 ____________________________________________________________________________
26635 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
26636         Log: The runops_debug needs to be present always, otherwise
26637              places like AIX which need an explicit symbol export list
26638              will croak when trying to build Devel::Peek (which uses
26639              the runops_debug).
26640      Branch: perl
26641            ! makedef.pl
26642 ____________________________________________________________________________
26643 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
26644         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
26645              From: PPrymmer@factset.com 
26646              Date: Mon, 19 Nov 2001 11:34:22 -0500
26647              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
26648      Branch: perl
26649            ! lib/Memoize/t/tie_sdbm.t
26650 ____________________________________________________________________________
26651 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
26652         Log: Retract #13088: it seems that unless dump.c is extensively
26653              reorganized as to what symbols it shows, when, and to whom,
26654              we are stuck with having the dump.o symbols in the libperl
26655              and thusly in the main Perl binary.
26656      Branch: perl
26657            ! embedvar.h perlapi.h perlvars.h
26658 ____________________________________________________________________________
26659 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
26660         Log: The _uni_display should not be in dump.c since they
26661              are used under normal operation (S_not_a_number()).
26662      Branch: perl
26663            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
26664 ____________________________________________________________________________
26665 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
26666         Log: Protect sv_dump() from being included unless DEBUGGING,
26667              as noticed by Ilya.
26668      Branch: perl
26669            ! sv.c
26670 ____________________________________________________________________________
26671 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
26672         Log: Pending further investigation skip the tell() tests.
26673              The tell() is okay on Solaris, HP-UX and Tru64, but fails
26674              (by returning too much) in Linux.
26675      Branch: perl
26676            ! t/io/utf8.t
26677 ____________________________________________________________________________
26678 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
26679         Log: Retract #13082 until a better solution is found:
26680              statics break ithreads.
26681      Branch: perl
26682            ! regexec.c
26683 ____________________________________________________________________________
26684 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
26685         Log: Figures 1 and 2 for UTF-8.
26686      Branch: perl
26687            ! pod/perlunicode.pod
26688 ____________________________________________________________________________
26689 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
26690         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
26691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26692              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
26693              Message-ID: <20011119132645.A15034@rafael>
26694      Branch: perl
26695            ! op.c pod/perldiag.pod t/lib/warnings/op
26696 ____________________________________________________________________________
26697 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
26698         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
26699              From: Michael G Schwern <schwern@pobox.com> 
26700              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
26701              Message-ID: <20011119031112.E786@blackrider>
26702      Branch: perl
26703            ! t/op/closure.t
26704 ____________________________________________________________________________
26705 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
26706         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
26707              From: Michael G Schwern <schwern@pobox.com>
26708              Date: Mon, 19 Nov 2001 03:42:56 -0500
26709              Message-ID: <20011119034256.I786@blackrider>
26710      Branch: perl
26711            + t/op/or.t
26712            ! MANIFEST
26713 ____________________________________________________________________________
26714 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
26715         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
26716              From: "Craig A. Berry" <craigberry@mac.com>
26717              Date: Sun, 18 Nov 2001 14:33:48 -0600
26718              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
26719      Branch: perl
26720            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
26721 ____________________________________________________________________________
26722 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
26723         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26724              From: Dave Rolsky <autarch@urth.org>
26725              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
26726              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26727      Branch: perl
26728            ! lib/ExtUtils/Manifest.pm
26729 ____________________________________________________________________________
26730 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
26731         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26732              From: Dave Rolsky <autarch@urth.org>
26733              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
26734              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26735      Branch: perl
26736            ! lib/ExtUtils/Install.pm
26737 ____________________________________________________________________________
26738 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
26739         Log: The runops_dbg should not be needed.
26740      Branch: perl
26741            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
26742 ____________________________________________________________________________
26743 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
26744         Log: do_spawn() cleanup from Charles Lane.
26745      Branch: perl
26746            ! vms/vms.c
26747 ____________________________________________________________________________
26748 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
26749         Log: Update the list of tests.
26750      Branch: perl
26751            ! t/lib/1_compile.t
26752 ____________________________________________________________________________
26753 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
26754         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
26755              From: Michael G Schwern <schwern@pobox.com> 
26756              Date: Fri, 16 Nov 2001 17:37:04 -0500
26757              Message-ID: <20011116173703.L30160@blackrider>
26758      Branch: perl
26759            ! t/lib/warnings/sv
26760 ____________________________________________________________________________
26761 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
26762         Log: FAQ sync.
26763      Branch: perl
26764            ! pod/perlfaq4.pod
26765 ____________________________________________________________________________
26766 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
26767         Log: Integrate perlio; win32 sync.
26768      Branch: perl
26769           !> perlio.c win32/win32io.c
26770 ____________________________________________________________________________
26771 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
26772         Log: (retracted by #13096)
26773              Debugging would be badly skewed by a malloc per regex dump.
26774      Branch: perl
26775            ! regexec.c
26776 ____________________________________________________________________________
26777 [ 13081] By: nick                                  on 2001/11/18  19:08:40
26778         Log: Win32 layer has a dup which needs to match new prototype.
26779      Branch: perlio
26780            ! win32/win32io.c
26781 ____________________________________________________________________________
26782 [ 13080] By: nick                                  on 2001/11/18  19:05:02
26783         Log: Wrong way to get stdio mode used.
26784      Branch: perlio
26785            ! perlio.c
26786 ____________________________________________________________________________
26787 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
26788         Log: Retract #13048: that introduced a malloc() (through savepvn())
26789              to *every* m//, which killed the performance quite badly.
26790      Branch: perl
26791            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
26792 ____________________________________________________________________________
26793 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
26794         Log: Pass 1 at perldelta.pod: sort the section contents
26795              together, drop all but the 5.7.2 known problems,
26796              leave the 5.7.1 security note since that's the
26797              fullest explanation (update the date on that).
26798      Branch: perl
26799            ! pod/perldelta.pod
26800 ____________________________________________________________________________
26801 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
26802         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
26803              
26804              Tiny problem in the test for 20011113.110: I hope
26805              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
26806      Branch: perl
26807            ! pp.c t/op/repeat.t
26808 ____________________________________________________________________________
26809 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
26810         Log: All of syswrite/send/sendto need to return character counts,
26811              and character counts from the offset, not the beginning of
26812              the scalar.
26813      Branch: perl
26814            ! pp_sys.c
26815 ____________________________________________________________________________
26816 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
26817         Log: Integrate PerlIO: duping fixes.
26818      Branch: perl
26819           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26820           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26821           !> perliol.h sv.c
26822 ____________________________________________________________________________
26823 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
26824         Log: syswrite() was still returning byte counts, not character counts.
26825      Branch: perl
26826            ! pp_sys.c t/io/utf8.t
26827 ____________________________________________________________________________
26828 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
26829         Log: Add test for sysread().
26830      Branch: perl
26831            ! t/io/utf8.t
26832 ____________________________________________________________________________
26833 [ 13072] By: nick                                  on 2001/11/18  16:15:31
26834         Log: Allow dup'ing of PerlIO::Scalar etc.
26835      Branch: perlio
26836            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26837            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26838            ! perliol.h sv.c
26839 ____________________________________________________________________________
26840 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
26841         Log: Prepend a null byte to the test set.
26842      Branch: perl
26843            ! t/io/utf8.t
26844 ____________________________________________________________________________
26845 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
26846         Log: Document how "no utf8;" can become handy.
26847      Branch: perl
26848            ! lib/utf8.pm
26849 ____________________________________________________________________________
26850 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
26851         Log: Integrate perlio; force the inclusion of the PL_runops_*
26852      Branch: perl
26853           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
26854 ____________________________________________________________________________
26855 [ 13068] By: nick                                  on 2001/11/18  13:23:33
26856         Log: embed.pl generated changes I forgot to include
26857      Branch: perlio
26858            ! embedvar.h perlapi.h pod/perlapi.pod
26859 ____________________________________________________________________________
26860 [ 13067] By: nick                                  on 2001/11/18  12:50:19
26861         Log: Force inclusion of both Perl_runops_* in perl itself,
26862              so they are available for Peek.xs etc.
26863      Branch: perlio
26864            ! perlvars.h
26865 ____________________________________________________________________________
26866 [ 13066] By: nick                                  on 2001/11/18  11:00:34
26867         Log: Integrate mainline - a few Devel::Peak fails.
26868      Branch: perlio
26869           +> (branch 29 files)
26870            - ext/Thread/Thread.pm lib/Benchmark.t
26871            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
26872            - lib/Lingua/KO/Hangul/Util/README
26873            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
26874            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
26875            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
26876            - vms/ext/vmsish.pm vms/ext/vmsish.t
26877            ! hv.c
26878           !> (integrate 389 files)
26879 ____________________________________________________________________________
26880 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
26881         Log: Start working on perldelta.  This is not yet any sort of
26882              editing; just concatenating perl570delta, perl571delta,
26883              and perl572delta.  Any sorting not done, any duplicate
26884              removal not done, any removal or update of obsolete items
26885              not done, any changes since 5.7.2 not included.  So there.
26886      Branch: perl
26887            ! pod/perldelta.pod
26888 ____________________________________________________________________________
26889 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
26890         Log: Banish "use utf8".
26891      Branch: perl
26892            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
26893 ____________________________________________________________________________
26894 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
26895         Log: Tweak from Charles Lane.
26896      Branch: perl
26897            ! vms/vms.c
26898 ____________________________________________________________________________
26899 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
26900         Log: Integrate change #13058 from maintperl;
26901              change#12559 breaks things on Win9x because command.com doesn't
26902              grok dquotes at all; disable all the system() smarts for
26903              command.com
26904      Branch: perl
26905           !> win32/win32.c
26906 ____________________________________________________________________________
26907 [ 13061] By: ams                                   on 2001/11/17  13:46:11
26908         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
26909              From: Jonathan Stowe <gellyfish@gellyfish.com>
26910              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
26911              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
26912      Branch: perl
26913            ! lib/Term/Cap.pm
26914 ____________________________________________________________________________
26915 [ 13060] By: ams                                   on 2001/11/17  09:49:10
26916         Log: Subject: [PATCH9 File/Find.pm doc nits
26917              From: Tels <perl_dummy@bloodgate.com>
26918              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
26919      Branch: perl
26920            ! lib/File/Find.pm
26921 ____________________________________________________________________________
26922 [ 13059] By: ams                                   on 2001/11/17  09:38:38
26923         Log: Subject: [PATCH] Benchmark.pm nit
26924              From: Tels <perl_dummy@bloodgate.com>
26925              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
26926      Branch: perl
26927            ! lib/Benchmark.pm
26928 ____________________________________________________________________________
26929 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
26930         Log: change#12559 breaks things on Win9x because command.com doesn't
26931              grok dquotes at all; disable all the system() smarts for
26932              command.com
26933      Branch: maint-5.6/perl
26934            ! win32/win32.c
26935 ____________________________________________________________________________
26936 [ 13057] By: ams                                   on 2001/11/16  20:30:03
26937         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
26938              From: Andy Dougherty <doughera@lafayette.edu>
26939              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
26940              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
26941      Branch: perl
26942            ! lib/Unicode/UCD.t
26943 ____________________________________________________________________________
26944 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
26945         Log: Subject: [Patch Perl@13023] VMS system() warning
26946              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26947              Date: Fri, 16 Nov 2001 15:20:11 EST
26948              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
26949      Branch: perl
26950            ! vms/vms.c
26951 ____________________________________________________________________________
26952 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
26953         Log: It's neither-nor, and protect against the impossible.
26954      Branch: perl
26955            ! lib/Thread.pm
26956 ____________________________________________________________________________
26957 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
26958         Log: 5005threads didn't work because $Thread::VERSION wasn't
26959              visible.  Oops.
26960      Branch: perl
26961            ! ext/Thread/Makefile.PL lib/Thread.pm
26962 ____________________________________________________________________________
26963 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
26964         Log: Robustness against Linux using something else than gcc;
26965              based on
26966              
26967              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
26968              From: Charles Randall <cfriv@yahoo.com>
26969              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
26970              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
26971      Branch: perl
26972            ! ext/Errno/Errno_pm.PL
26973 ____________________________________________________________________________
26974 [ 13052] By: ams                                   on 2001/11/16  16:46:39
26975         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
26976              From: Russ Allbery <rra@stanford.edu>
26977              Date: 16 Nov 2001 09:44:21 -0800
26978              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
26979      Branch: perl
26980            ! lib/Pod/ParseLink.pm
26981 ____________________________________________________________________________
26982 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
26983         Log: Update perluniintro on the UTF-8 output matters
26984              (that -w will warn unless the stream is explicitly UTF-8-ified).
26985      Branch: perl
26986            ! pod/perluniintro.pod
26987 ____________________________________________________________________________
26988 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
26989         Log: Adding new files to MANIFEST is nice.
26990      Branch: perl
26991            ! MANIFEST
26992 ____________________________________________________________________________
26993 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
26994         Log: Update Changes.
26995      Branch: perl
26996            ! Changes patchlevel.h
26997 ____________________________________________________________________________
26998 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
26999         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
27000              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
27001              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
27002              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
27003      Branch: perl
27004            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
27005 ____________________________________________________________________________
27006 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
27007         Log: Rename perlunintro to perluniintro; regen toc.
27008      Branch: perl
27009            + pod/perluniintro.pod
27010            - pod/perlunintro.pod
27011            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27012 ____________________________________________________________________________
27013 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
27014         Log: Document the negated lookahead trick to emulate
27015              character class subtraction.
27016      Branch: perl
27017            ! pod/perlunicode.pod
27018 ____________________________________________________________________________
27019 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
27020         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
27021              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27022              Date: Fri, 16 Nov 2001 23:31:04 +0900
27023              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
27024              
27025              (with the tweak that Cntrl is not C, it's Cc)
27026      Branch: perl
27027            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
27028            ! lib/unicore/mktables
27029 ____________________________________________________________________________
27030 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
27031         Log: Subject: [PATCH current] runtime runops switch
27032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27033              Date: Fri, 16 Nov 2001 00:48:09 -0500
27034              Message-ID: <20011116004809.A934@math.ohio-state.edu>
27035      Branch: perl
27036            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
27037            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
27038            ! pod/perlintern.pod proto.h run.c
27039 ____________________________________________________________________________
27040 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
27041         Log: Further discourage old Thread code; tell how to tell
27042              the difference.
27043      Branch: perl
27044            ! lib/Thread.pm
27045 ____________________________________________________________________________
27046 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
27047         Log: A missing return; from Charles Lane.
27048      Branch: perl
27049            ! vms/vms.c
27050 ____________________________________________________________________________
27051 [ 13041] By: ams                                   on 2001/11/16  12:11:14
27052         Log: Subject: [PATCH] Doc spellcheck + podcheck
27053              From: Autrijus Tang <autrijus@egb.elixus.org>
27054              Date: Thu, 15 Nov 2001 22:49:05 -0800
27055              Message-Id: <20011116064905.GA44092@egb.elixus.org>
27056              
27057              Subject: [PATCH] podcheck+spellcheck, the rest of the story
27058              From: Autrijus Tang <autrijus@egb.elixus.org>
27059              Date: Fri, 16 Nov 2001 00:42:20 -0800
27060              Message-Id: <20011116084220.GA44295@egb.elixus.org>
27061              
27062              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
27063              From: Nicholas Clark <nick@ccl4.org>
27064              Date: Fri, 16 Nov 2001 10:32:01 +0000
27065              Message-Id: <20011116103200.F62891@plum.flirble.org>
27066              (Applied after suitable de-mangling.)
27067      Branch: perl
27068            ! README.aix README.dgux README.dos README.epoc README.hpux
27069            ! README.mint README.mpeix README.netware README.os2
27070            ! README.os390 README.plan9 README.qnx README.solaris
27071            ! README.threads doio.c pod/perl571delta.pod
27072            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
27073            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
27074            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
27075            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
27076            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
27077            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
27078 ____________________________________________________________________________
27079 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
27080         Log: Avoid redefinedness warning for now.
27081      Branch: perl
27082            ! lib/Thread.pm
27083 ____________________________________________________________________________
27084 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
27085         Log: use strict.
27086      Branch: perl
27087            ! lib/Thread.pm
27088 ____________________________________________________________________________
27089 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
27090         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
27091              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
27092              Date: Thu, 15 Nov 2001 22:54:47 EST 
27093              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
27094      Branch: perl
27095            ! vms/vms.c vms/vmspipe.com
27096 ____________________________________________________________________________
27097 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
27098         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
27099              From: "chromatic" <chromatic@rmci.net>
27100              Date: Thu, 15 Nov 2001 19:54:23 -0700
27101              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
27102      Branch: perl
27103            ! lib/File/stat.t
27104 ____________________________________________________________________________
27105 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
27106         Log: Make Thread a wrapper for both ithreads and 5005threads.
27107              Needs a lot of work and Arthur's eyeballing (and finishing
27108              few missing odds and ends of threads.pm).  Now Thread
27109              is an extension without its own .pm.
27110              
27111              If there are people who have experience working with
27112              either the 5005threads or the ithreads: cleaning up
27113              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
27114              and porting the various Thread::* modules, like Thread::Queue,
27115              to work also with ithreads, is needed.
27116              
27117              Removed the 5005threads requirement from the 5005 tests
27118              for easier testing (not all of them work yet since
27119              they use the Thread::* modules that have not been made
27120              to work with ithreads).  Leave the 5005 tests named as
27121              *.tx so that they are not run by "make test".
27122      Branch: perl
27123            + lib/Thread.pm
27124            - ext/Thread/Thread.pm
27125            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
27126            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
27127            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
27128            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
27129            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
27130            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
27131            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
27132 ____________________________________________________________________________
27133 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
27134         Log: $VERSION "a5" doesn't quite work.
27135      Branch: perl
27136            ! ext/B/Makefile.PL
27137 ____________________________________________________________________________
27138 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
27139         Log: Add the fruits of Larry Shatzer's version verifying script.
27140              (There are some straddlers, but they will be fixed in the
27141              upcoming releases of the modules.)
27142      Branch: perl
27143            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
27144            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
27145            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
27146            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
27147            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
27148            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
27149            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
27150            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
27151            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
27152            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
27153            ! wince/FindExt.pm
27154 ____________________________________________________________________________
27155 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
27156         Log: Add Larry Shatzer's VERSION verifying script.
27157      Branch: perl
27158            + Porting/checkVERSION.pl
27159            ! MANIFEST Porting/pumpkin.pod
27160 ____________________________________________________________________________
27161 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
27162         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
27163              From: Michael G Schwern <schwern@pobox.com>
27164              Date: Thu, 15 Nov 2001 19:26:40 -0500
27165              Message-ID: <20011115192640.R31399@blackrider>
27166      Branch: perl
27167            ! t/test.pl
27168 ____________________________________________________________________________
27169 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
27170         Log: Document the MY_CXT business; from Paul Marquess.
27171      Branch: perl
27172            ! pod/perlxs.pod
27173 ____________________________________________________________________________
27174 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
27175         Log: VMSCMD synch attempt.
27176      Branch: perl
27177            ! vms/vms.c vms/vmsish.h
27178 ____________________________________________________________________________
27179 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
27180         Log: Advise against -P as instructed by Schwern.
27181      Branch: perl
27182            ! pod/perlrun.pod
27183 ____________________________________________________________________________
27184 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
27185         Log: Subject: [PATCH] v-strings as Objects Step 1
27186              From: John Peacock <jpeacock@rowman.com>
27187              Date: Thu, 15 Nov 2001 12:41:04 -0500
27188              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
27189      Branch: perl
27190            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
27191            ! util.c
27192 ____________________________________________________________________________
27193 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
27194         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
27195              From: Michael G Schwern <schwern@pobox.com>
27196              Date: Thu, 15 Nov 2001 12:47:59 -0500
27197              Message-ID: <20011115124759.E31399@blackrider>
27198      Branch: perl
27199            + t/run/switchx.aux t/run/switchx.t
27200            ! MANIFEST t/run/switches.t
27201 ____________________________________________________________________________
27202 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
27203         Log: Upgrade to Getopt::Long 2.26_03.
27204      Branch: perl
27205            ! lib/Getopt/Long.pm
27206 ____________________________________________________________________________
27207 [ 13025] By: ams                                   on 2001/11/15  20:46:22
27208         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
27209              From: Michael G Schwern <schwern@pobox.com>
27210              Date: Thu, 15 Nov 2001 16:24:11 -0500
27211              Message-Id: <20011115162411.M31399@blackrider>
27212      Branch: perl
27213            ! vms/vms.c
27214 ____________________________________________________________________________
27215 [ 13024] By: ams                                   on 2001/11/15  19:32:06
27216         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
27217              From: rspier@pobox.com (Robert Spier)
27218              Date: Thu, 15 Nov 2001 11:19:21 -0800
27219              Message-Id: <15348.5433.732364.963687@rls.cx>
27220      Branch: perl
27221            ! op.c
27222 ____________________________________________________________________________
27223 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
27224         Log: Update Changes.
27225      Branch: perl
27226            ! Changes patchlevel.h
27227 ____________________________________________________________________________
27228 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
27229         Log: Subject: [PATCH] new tests for command-line switches
27230              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27231              Date: Thu, 15 Nov 2001 17:00:30 +0100
27232              Message-ID: <20011115170030.A14193@rafael>
27233      Branch: perl
27234            + t/run/switches.t
27235            ! MANIFEST
27236 ____________________________________________________________________________
27237 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
27238         Log: Upgrade to podlators 1.13.
27239      Branch: perl
27240            + lib/Pod/ParseLink.pm
27241            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
27242            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
27243            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
27244            ! t/pod/pod2usage.xr t/pod/podselect.xr
27245 ____________________________________________________________________________
27246 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
27247         Log: skip "might be used uninitialized".
27248      Branch: perl
27249            ! pp_sys.c
27250 ____________________________________________________________________________
27251 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
27252         Log: Fix for "perlio bug in koi8-r encoding".  The problem
27253              seemed to be that binmode() always flushed the handle,
27254              which is not so good when switching encodings.  Fixed,
27255              added Matt Sergeant's testcase, documented in perlfunc/binmode,
27256              also added a pointer about disciplines to perlfunc/open,
27257              and in general cleaned up and reformatted the open entry.
27258      Branch: perl
27259            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
27260 ____________________________________________________________________________
27261 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
27262         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
27263              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27264              Date: 15 Nov 2001 08:57:06 -0000
27265              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
27266              
27267              chop() and chomp() are not real list functions,
27268              so let's not have them overrideable.  (Casey will
27269              be confused since in #7071 he patched the other way.)
27270      Branch: perl
27271            ! pod/perlfunc.pod toke.c
27272 ____________________________________________________________________________
27273 [ 13017] By: ams                                   on 2001/11/15  12:56:49
27274         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
27275              From: Robin Barker <rmb1@cise.npl.co.uk>
27276              Date: Thu, 15 Nov 2001 13:48:34 GMT
27277              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
27278              (Applied with tweaks.)
27279      Branch: perl
27280            ! pod/perltrap.pod
27281 ____________________________________________________________________________
27282 [ 13016] By: ams                                   on 2001/11/15  09:12:48
27283         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
27284              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27285              Date: Thu, 15 Nov 2001 09:06:39 +0100
27286              Message-Id: <20011115090639.A13005@rafael>
27287      Branch: perl
27288            ! pod/perlrun.pod
27289 ____________________________________________________________________________
27290 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
27291         Log: "link =" from utils.lst was being processed oddly.
27292      Branch: perl
27293            ! installman
27294 ____________________________________________________________________________
27295 [ 13014] By: ams                                   on 2001/11/15  02:52:52
27296         Log: Subject: [PATCH current] CreateTTY in -d
27297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27298              Date: Wed, 14 Nov 2001 21:26:31 -0500
27299              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
27300      Branch: perl
27301            ! lib/perl5db.pl
27302 ____________________________________________________________________________
27303 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
27304         Log: Corify the Filter::Simple tests. 
27305      Branch: perl
27306            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
27307            ! lib/Filter/Simple/t/filter_only.t
27308 ____________________________________________________________________________
27309 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
27310         Log: Upgrade to Filter::Simple 0.70.
27311      Branch: perl
27312            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
27313            + t/lib/FilterOnlyTest.pm
27314            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
27315            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
27316            ! t/lib/FilterTest.pm
27317 ____________________________________________________________________________
27318 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
27319         Log: Cleanliness inspired by Cygwin.
27320      Branch: perl
27321            ! Makefile.SH x2p/Makefile.SH
27322 ____________________________________________________________________________
27323 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
27324         Log: Add perlunintro (formerly known as perlunitut); regen toc.
27325      Branch: perl
27326            + pod/perlunintro.pod
27327            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27328 ____________________________________________________________________________
27329 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
27330         Log: FAQ sync.
27331      Branch: perl
27332            ! pod/perlfaq6.pod
27333 ____________________________________________________________________________
27334 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
27335         Log: Quieten pgcc 2.91.66 worries.
27336      Branch: perl
27337            ! gv.c pp_ctl.c utf8.c
27338 ____________________________________________________________________________
27339 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
27340         Log: Upgrade to Switch 2.06.
27341      Branch: perl
27342            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
27343            ! lib/Switch/t/nested.t
27344 ____________________________________________________________________________
27345 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
27346         Log: Upgrade to Attribute::Handlers 0.76.
27347      Branch: perl
27348            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
27349            ! lib/Attribute/Handlers/README
27350            ! lib/Attribute/Handlers/demo/Demo.pm
27351            ! lib/Attribute/Handlers/demo/Descriptions.pm
27352            ! lib/Attribute/Handlers/demo/MyClass.pm
27353            ! lib/Attribute/Handlers/demo/demo_cycle.pl
27354            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
27355            ! lib/Attribute/Handlers/t/multi.t
27356 ____________________________________________________________________________
27357 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
27358         Log: Signedness nit.
27359      Branch: perl
27360            ! regexec.c
27361 ____________________________________________________________________________
27362 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
27363         Log: VERSIONize.
27364      Branch: perl
27365            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
27366            ! lib/integer.pm
27367 ____________________________________________________________________________
27368 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
27369         Log: No pod in internal Net::FTP classes.
27370      Branch: perl
27371            ! pod/buildtoc.PL
27372 ____________________________________________________________________________
27373 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
27374         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
27375              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
27376              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
27377              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
27378      Branch: perl
27379            ! regexec.c
27380 ____________________________________________________________________________
27381 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
27382         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
27383              Pudge correctly).
27384      Branch: perl
27385            ! t/test.pl
27386 ____________________________________________________________________________
27387 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
27388         Log: Add comments to mark where $^X is being handled.
27389      Branch: perl
27390            ! perl.c toke.c
27391 ____________________________________________________________________________
27392 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
27393         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
27394              From: Michael G Schwern <schwern@pobox.com>
27395              Date: Wed, 14 Nov 2001 16:38:25 -0500
27396              Message-ID: <20011114163825.D6519@blackrider>
27397      Branch: perl
27398            ! t/op/repeat.t
27399 ____________________________________________________________________________
27400 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
27401         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
27402              From: Michael G Schwern <schwern@pobox.com>
27403              Date: Wed, 14 Nov 2001 13:19:15 -0500
27404              Message-ID: <20011114131915.K5096@blackrider>
27405      Branch: perl
27406            ! t/op/die_exit.t
27407 ____________________________________________________________________________
27408 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
27409         Log: Subject: Re: [PATCH] new version of runperl()
27410              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27411              Date: Wed, 14 Nov 2001 15:39:12 EST
27412              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
27413              
27414              "VMS $^X pipes etc" patch.
27415      Branch: perl
27416            ! vms/vms.c
27417 ____________________________________________________________________________
27418 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
27419         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
27420              and add "verbose" option to show the final command.
27421      Branch: perl
27422            ! t/test.pl
27423 ____________________________________________________________________________
27424 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
27425         Log: Goof in some of the comment fields of #12994.
27426      Branch: perl
27427            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
27428            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
27429            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
27430            ! lib/unicore/In/9.pl
27431 ____________________________________________________________________________
27432 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
27433         Log: The First, Last ranges in the Unicode data weren't
27434              getting their general categories added properly;
27435              noticed by Jeffrey Friedl.
27436      Branch: perl
27437            ! lib/unicore/Category.pl lib/unicore/In/0.pl
27438            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
27439            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
27440            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
27441            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
27442            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
27443            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
27444            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
27445            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
27446            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
27447            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
27448            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
27449            ! lib/unicore/mktables
27450 ____________________________________________________________________________
27451 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
27452         Log: Subject: [PATCH] new version of runperl()
27453              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27454              Date: Wed, 14 Nov 2001 12:23:01 +0100
27455              Message-ID: <20011114122301.A29384@rafael>
27456      Branch: perl
27457            ! t/io/argv.t t/test.pl
27458 ____________________________________________________________________________
27459 [ 12992] By: ams                                   on 2001/11/14  13:40:39
27460         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
27461              From: Michael G Schwern <schwern@pobox.com>
27462              Date: Tue, 13 Nov 2001 23:17:54 -0500
27463              Message-Id: <20011113231754.S32567@blackrider>
27464      Branch: perl
27465            ! perl.c
27466 ____________________________________________________________________________
27467 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
27468         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
27469              From: Philip Newton <Philip.Newton@gmx.net>
27470              Date: Wed, 14 Nov 2001 10:59:53 +0100
27471              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
27472              
27473              plus a lot of paragraph reformatting because of long lines.
27474      Branch: perl
27475            ! pod/perlapio.pod
27476 ____________________________________________________________________________
27477 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
27478         Log: A bool is not a pointer.
27479      Branch: perl
27480            ! pp_sys.c
27481 ____________________________________________________________________________
27482 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
27483         Log: AUTHORS updates.
27484      Branch: perl
27485            ! AUTHORS
27486 ____________________________________________________________________________
27487 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
27488         Log: There are several MIME RFCs.
27489      Branch: perl
27490            ! ext/Encode/Encode.pm
27491 ____________________________________________________________________________
27492 [ 12987] By: ams                                   on 2001/11/14  01:09:28
27493         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
27494              From: Michael G Schwern <schwern@pobox.com>
27495              Date: Tue, 13 Nov 2001 20:59:13 -0500
27496              Message-Id: <20011113205913.H32567@blackrider>
27497      Branch: perl
27498            ! t/op/groups.t vms/test.com
27499 ____________________________________________________________________________
27500 [ 12986] By: ams                                   on 2001/11/14  01:07:06
27501         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
27502              From: Michael G Schwern <schwern@pobox.com>
27503              Date: Tue, 13 Nov 2001 20:51:34 -0500
27504              Message-Id: <20011113205134.F32567@blackrider>
27505      Branch: perl
27506            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
27507 ____________________________________________________________________________
27508 [ 12985] By: ams                                   on 2001/11/14  00:43:59
27509         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
27510              From: Michael G Schwern <schwern@pobox.com>
27511              Date: Tue, 13 Nov 2001 20:38:42 -0500
27512              Message-Id: <20011113203842.E32567@blackrider>
27513      Branch: perl
27514            ! pod/perlport.pod
27515 ____________________________________________________________________________
27516 [ 12984] By: ams                                   on 2001/11/14  00:32:15
27517         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
27518              From: Michael G Schwern <schwern@pobox.com>
27519              Date: Tue, 13 Nov 2001 20:27:02 -0500
27520              Message-Id: <20011113202702.D32567@blackrider>
27521      Branch: perl
27522            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
27523            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
27524            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
27525            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
27526 ____________________________________________________________________________
27527 [ 12983] By: ams                                   on 2001/11/14  00:00:27
27528         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
27529              From: Michael G Schwern <schwern@pobox.com>
27530              Date: Tue, 13 Nov 2001 19:51:59 -0500
27531              Message-Id: <20011113195159.B32567@blackrider>
27532      Branch: perl
27533            ! pod/perlport.pod
27534 ____________________________________________________________________________
27535 [ 12982] By: ams                                   on 2001/11/13  23:53:11
27536         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
27537              From: Larry Shatzer <fugazi@zippy.zyx.net>
27538              Date: Tue, 13 Nov 2001 17:27:59 -0700
27539              Message-Id: <20011113172759.E27768@zippy.zyx.net>
27540      Branch: perl
27541            ! pod/perlapio.pod
27542 ____________________________________________________________________________
27543 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
27544         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
27545              "large enough" Unicode characters returned more than one
27546              as their "Unicode size".
27547      Branch: perl
27548            ! pp_sys.c t/io/utf8.t
27549 ____________________________________________________________________________
27550 [ 12980] By: ams                                   on 2001/11/13  19:32:33
27551         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
27552              From: "Craig A. Berry" <craigberry@mac.com>
27553              Date: Tue, 13 Nov 2001 14:33:25 -0600
27554              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
27555      Branch: perl
27556            ! vms/gen_shrfls.pl
27557 ____________________________________________________________________________
27558 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
27559         Log: Subject: Minor patch to Encode.pm (detypo)
27560              From: "Philip Newton" <Philip.Newton@gmx.net>
27561              Date: Tue, 13 Nov 2001 20:11:01 +0100
27562              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
27563      Branch: perl
27564            ! ext/Encode/Encode.pm
27565 ____________________________________________________________________________
27566 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
27567         Log: Evil tabulators.
27568      Branch: perl
27569            ! ext/Encode/Encode.pm
27570 ____________________________________________________________________________
27571 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
27572         Log: Document the available encodings.
27573      Branch: perl
27574            ! ext/Encode/Encode.pm
27575 ____________________________________________________________________________
27576 [ 12976] By: ams                                   on 2001/11/13  17:14:07
27577         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27578              From: Barrie Slaymaker <barries@slaysys.com>
27579              Date: Tue, 13 Nov 2001 12:41:36 -0500
27580              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
27581      Branch: perl
27582            ! t/op/universal.t
27583 ____________________________________________________________________________
27584 [ 12975] By: ams                                   on 2001/11/13  16:24:21
27585         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27586              From: Barrie Slaymaker <barries@slaysys.com>
27587              Date: Tue, 13 Nov 2001 10:56:20 -0500
27588              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
27589              (Test applied with minor tweaks and ->isa("HASH") omission.)
27590      Branch: perl
27591            ! lib/UNIVERSAL.pm t/op/universal.t
27592 ____________________________________________________________________________
27593 [ 12974] By: ams                                   on 2001/11/13  15:46:07
27594         Log: Subject: [PATCH Benchmark.pm] docco tweaks
27595              From: Barrie Slaymaker <barries@slaysys.com>
27596              Date: Tue, 13 Nov 2001 11:34:45 -0500
27597              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
27598      Branch: perl
27599            ! lib/Benchmark.pm
27600 ____________________________________________________________________________
27601 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
27602         Log: Subject: [PATCH] Attack of the C loops, round 1
27603              From: Richard Soderberg <rs@oregonnet.com>
27604              Date: Mon, 12 Nov 2001 12:07:29 -0800
27605              Message-Id: <200111122007.MAA01994@oregonnet.com>
27606              
27607              Subject: [PATCH] bytecode.pl (tiny patch)
27608              From: Richard Soderberg <rs@oregonnet.com>
27609              Date: Mon, 12 Nov 2001 12:53:24 -0800
27610              Message-Id: <200111122053.MAA06272@oregonnet.com>
27611      Branch: perl
27612            ! bytecode.pl installhtml
27613 ____________________________________________________________________________
27614 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
27615         Log: Subject: [PATCH] Update to Filter::Util::Call
27616              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27617              Date: Sun, 11 Nov 2001 22:33:33 -0000
27618              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
27619              
27620              Use the new CXT* macros.
27621      Branch: perl
27622            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27623 ____________________________________________________________________________
27624 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
27625         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
27626              From: Michael G Schwern <schwern@pobox.com>
27627              Date: Mon, 12 Nov 2001 20:50:34 -0500
27628              Message-ID: <20011112205034.H2888@blackrider>
27629      Branch: perl
27630            + lib/vmsish.pm lib/vmsish.t
27631            - vms/ext/vmsish.pm vms/ext/vmsish.t
27632            ! MANIFEST vms/descrip_mms.template
27633 ____________________________________________________________________________
27634 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
27635         Log: :utf8 works only with perlio.
27636      Branch: perl
27637            ! lib/open.t
27638 ____________________________________________________________________________
27639 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
27640         Log: Subject: Re: @Config -"des" not quite working on VMS
27641              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27642              Date: Tue, 13 Nov 2001 08:35:13 EST 
27643              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
27644      Branch: perl
27645            ! configure.com
27646 ____________________________________________________________________________
27647 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
27648         Log: Subject: [PATCH] lib/charnames.pm 
27649              From: Jeffrey Friedl <jfriedl@yahoo.com>
27650              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
27651              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
27652      Branch: perl
27653            ! lib/charnames.pm
27654 ____________________________________________________________________________
27655 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
27656         Log: Docs for Mac::err.
27657      Branch: maint-5.6/macperl
27658            ! macos/ext/Mac/err/err.pm
27659 ____________________________________________________________________________
27660 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
27661         Log: Some cleanup; change some globals to references for
27662              possible persistence later.
27663      Branch: maint-5.6/macperl
27664            ! macos/lib/Mac/Glue.pm
27665 ____________________________________________________________________________
27666 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
27667         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
27668      Branch: maint-5.6/macperl
27669            ! macos/ext/Mac/Files/Files.pm
27670 ____________________________________________________________________________
27671 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
27672         Log: Get Mac::Navigation to compile (bug #464684).
27673      Branch: maint-5.6/macperl
27674            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
27675            ! macos/ext/Mac/Navigation/Makefile.PL
27676            ! macos/ext/Mac/Navigation/Navigation.xs
27677            ! macos/macperl/Makefile.mk
27678 ____________________________________________________________________________
27679 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
27680         Log: Add in modules and POD to help menu.
27681      Branch: maint-5.6/macperl
27682            ! macos/macperl/MacPerl.podhelp
27683 ____________________________________________________________________________
27684 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
27685         Log: Update bundled modules.
27686      Branch: maint-5.6/macperl
27687            + macos/bundled_ext/Filter/t/FilterTest.pm
27688            + macos/bundled_ext/List/Util/t/shuffle.t
27689            + macos/bundled_ext/Storable/t/compat06.t
27690            + macos/bundled_ext/Storable/t/st-dump.pl
27691            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
27692            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
27693            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
27694            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
27695            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
27696            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
27697            + macos/bundled_lib/blib/lib/lwpcook.pod
27698            + macos/bundled_lib/t/Filter/Simple/filter.t
27699            + macos/bundled_lib/t/Switch/t/given.t
27700            + macos/bundled_lib/t/Switch/t/nested.t
27701            + macos/bundled_lib/t/Switch/t/switch.t
27702            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
27703            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
27704            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
27705            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
27706            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
27707            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
27708            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
27709            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
27710            + macos/bundled_lib/t/URI/rfc2732.t
27711            + macos/bundled_lib/t/libnet/config.t
27712            + macos/bundled_lib/t/libnet/libnet_t.pl
27713            + macos/bundled_lib/t/libwww-perl/live/google.t
27714            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
27715            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
27716            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
27717            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
27718            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
27719            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
27720            + macos/bundled_lib/t/libwww-perl/live/validator.t
27721            - macos/bundled_ext/Filter/t/MyFilter.pm
27722            - macos/bundled_ext/Storable/t/compat-0.6.t
27723            - macos/bundled_ext/Storable/t/dump.pl
27724            - macos/bundled_ext/Time/Piece/Makefile.PL
27725            - macos/bundled_ext/Time/Piece/Piece.pm
27726            - macos/bundled_ext/Time/Piece/Piece.t
27727            - macos/bundled_ext/Time/Piece/Piece.xs
27728            - macos/bundled_ext/Time/Piece/README
27729            - macos/bundled_ext/Time/Piece/Seconds.pm
27730            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
27731            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
27732            - macos/bundled_lib/blib/lib/Net/PH.pm
27733            - macos/bundled_lib/blib/lib/Net/SNPP.pm
27734            - macos/bundled_lib/blib/lib/Text/Balanced.pod
27735            - macos/bundled_lib/t/Filter/Simple/test.pl
27736            - macos/bundled_lib/t/Switch/test.pl
27737            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
27738            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
27739            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
27740            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
27741            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
27742            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
27743            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
27744            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
27745            - macos/bundled_lib/t/libnet/ph.t
27746            ! (edit 125 files)
27747 ____________________________________________________________________________
27748 [ 12961] By: ams                                   on 2001/11/13  00:45:08
27749         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
27750              From: Michael G Schwern <schwern@pobox.com>
27751              Date: Mon, 12 Nov 2001 20:16:45 -0500
27752              Message-Id: <20011112201644.G2888@blackrider>
27753      Branch: perl
27754            ! pod/perlport.pod
27755 ____________________________________________________________________________
27756 [ 12960] By: ams                                   on 2001/11/12  23:54:00
27757         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
27758              Recoving dup tests for VMS
27759              From: Michael G Schwern <schwern@pobox.com>
27760              Date: Mon, 12 Nov 2001 19:35:33 -0500
27761              Message-Id: <20011112193533.D2888@blackrider>
27762      Branch: perl
27763            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
27764 ____________________________________________________________________________
27765 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
27766         Log: Update Changes.
27767      Branch: perl
27768            ! Changes patchlevel.h
27769 ____________________________________________________________________________
27770 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
27771         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
27772              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
27773              Date: Mon, 12 Nov 2001 12:35:18 EST 
27774              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
27775      Branch: perl
27776            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
27777            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
27778 ____________________________________________________________________________
27779 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
27780         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
27781              From: Barrie Slaymaker <barries@slaysys.com>
27782              Date: Mon, 12 Nov 2001 11:19:52 -0500
27783              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
27784      Branch: perl
27785            ! lib/File/Spec.t lib/File/Spec/Win32.pm
27786 ____________________________________________________________________________
27787 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
27788         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
27789              From: Barrie Slaymaker <barries@slaysys.com>
27790              Date: Mon, 12 Nov 2001 11:07:36 -0500
27791              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
27792      Branch: perl
27793            ! lib/Benchmark.pm
27794 ____________________________________________________________________________
27795 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
27796         Log: Misplaced test, noticed by Barrie Slaymaker.
27797              (We are missing Benchmark tests, then.)
27798      Branch: perl
27799            + ext/Devel/DProf/DProf.t
27800            - lib/Benchmark.t
27801            ! MANIFEST
27802 ____________________________________________________________________________
27803 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
27804         Log: Subject: [PATCH] a few typo fixes 
27805              From: Jeffrey Friedl <jfriedl@yahoo.com>
27806              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
27807              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
27808              
27809              Patching README.foo instead of pod/perlfoo.pod,
27810              not patching Math::BigInt (Tels will take care of that),
27811              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
27812              and perldoc.PL instead of libnetcfg and perldoc, patching
27813              ext/Digest/MD5/t/files.t since MD5.pm was changed.
27814      Branch: perl
27815            ! (edit 109 files)
27816 ____________________________________________________________________________
27817 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
27818         Log: Add a note about the dangers of bad UTF-8.
27819      Branch: perl
27820            ! pod/perlunicode.pod
27821 ____________________________________________________________________________
27822 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
27823         Log: NetWare Nit from Ananth Kesari.
27824      Branch: perl
27825            ! NetWare/config.wc
27826 ____________________________________________________________________________
27827 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
27828         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
27829      Branch: perl
27830            ! ext/Encode/Encode.pm
27831 ____________________________________________________________________________
27832 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
27833         Log: (retracted by #12951)
27834      Branch: perl
27835            ! ext/Encode/Encode.pm
27836 ____________________________________________________________________________
27837 [ 12949] By: ams                                   on 2001/11/12  06:40:18
27838         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27839              From: Robert Spier <rspier@pobox.com>
27840              Date: Sun, 11 Nov 2001 18:50:18 -0800
27841              Message-Id: <15343.14570.121505.233336@rls.cx>
27842              
27843              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27844              From: Rick Delaney <rick.delaney@home.com>
27845              Date: 12 Nov 2001 00:15:52 -0500
27846              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
27847      Branch: perl
27848            ! pp_hot.c t/op/taint.t
27849 ____________________________________________________________________________
27850 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
27851         Log: It seems that we actually have this detail implemented
27852              as for as Level 1 Support of Unicode regex support is
27853              concerned: at Level 1 only 1:1 support for loose
27854              (aka caseless, aka caseigoring ) matching is required.
27855      Branch: perl
27856            ! pod/perlunicode.pod
27857 ____________________________________________________________________________
27858 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
27859         Log: (retracted by #12951)
27860      Branch: perl
27861            ! ext/Encode/Encode.pm
27862 ____________________________________________________________________________
27863 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
27864         Log: BOM, bom, Bom.
27865      Branch: perl
27866            ! pod/perlunicode.pod
27867 ____________________________________________________________________________
27868 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
27869         Log: Upgrade to Math::BigInt 1.46.
27870      Branch: perl
27871            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27872            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
27873            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
27874            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
27875            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27876 ____________________________________________________________________________
27877 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
27878         Log: Subject: Re: PERFORCE change 12943 for review
27879              From: "Philip Newton" <Philip.Newton@gmx.net>
27880              Date: Sun, 11 Nov 2001 20:53:36 +0100
27881              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
27882      Branch: perl
27883            ! pod/perlunicode.pod
27884 ____________________________________________________________________________
27885 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
27886         Log: Doc updates; make the Unicode discussions a little
27887              bit less alarming, and add information about encodings,
27888              surrogates, and BOMs.
27889      Branch: perl
27890            ! pod/perlunicode.pod
27891 ____________________________________________________________________________
27892 [ 12942] By: ams                                   on 2001/11/11  16:45:00
27893         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
27894              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
27895              Date: Mon, 12 Nov 2001 00:22:57 +0900
27896              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
27897      Branch: perl
27898            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27899            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
27900 ____________________________________________________________________________
27901 [ 12941] By: ams                                   on 2001/11/11  13:01:40
27902         Log: Subject: Re: PERFORCE change 12929 for review
27903              From: "Philip Newton" <Philip.Newton@gmx.net>
27904              Date: Sun, 11 Nov 2001 14:27:44 +0100
27905              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
27906      Branch: perl
27907            ! MANIFEST
27908 ____________________________________________________________________________
27909 [ 12940] By: ams                                   on 2001/11/11  05:06:43
27910         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
27911              From: Michael G Schwern <schwern@pobox.com>
27912              Date: Thu, 8 Nov 2001 22:56:45 -0500
27913              Message-Id: <20011108225645.H5587@blackrider>
27914      Branch: perl
27915            ! t/op/chdir.t
27916 ____________________________________________________________________________
27917 [ 12939] By: ams                                   on 2001/11/11  05:01:00
27918         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
27919              From: Michael G Schwern <schwern@pobox.com>
27920              Date: Sun, 11 Nov 2001 00:54:43 -0500
27921              Message-Id: <20011111005443.A24450@blackrider>
27922      Branch: perl
27923            ! ext/Cwd/t/cwd.t
27924 ____________________________________________________________________________
27925 [ 12938] By: ams                                   on 2001/11/11  03:25:13
27926         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
27927              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
27928              From: "chromatic" <chromatic@rmci.net>
27929              Date: Sat, 10 Nov 2001 21:03:20 -0700
27930              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
27931      Branch: perl
27932            ! lib/File/stat.pm lib/File/stat.t
27933 ____________________________________________________________________________
27934 [ 12937] By: ams                                   on 2001/11/11  02:05:23
27935         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
27936              From: "Craig A. Berry" <craigberry@mac.com>
27937              Date: Sat, 10 Nov 2001 17:23:52 -0600
27938              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
27939      Branch: perl
27940            ! t/op/magic.t
27941 ____________________________________________________________________________
27942 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
27943         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
27944      Branch: perl
27945            ! lib/open.pm lib/open.t
27946 ____________________________________________________________________________
27947 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
27948         Log: The Official name of ASCII.
27949      Branch: perl
27950            ! ext/Encode/Encode.pm
27951 ____________________________________________________________________________
27952 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
27953         Log: The KOI8-R example wasn't quite right.
27954      Branch: perl
27955            ! lib/open.pm lib/open.t
27956 ____________________________________________________________________________
27957 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
27958         Log: Enhance the open pragma to support :utf8, :locale,
27959              and :encoding directly as special cases, and rename
27960              the INOUT to IO.
27961      Branch: perl
27962            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
27963 ____________________________________________________________________________
27964 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
27965         Log: Document the UTF-16 surrogate encoding and decoding.
27966      Branch: perl
27967            ! ext/Encode/Encode.pm
27968 ____________________________________________________________________________
27969 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
27970         Log: A potential recursion breaker.
27971      Branch: perl
27972            ! sv.c
27973 ____________________________________________________________________________
27974 [ 12930] By: ams                                   on 2001/11/10  07:46:53
27975         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
27976              (was Re: perl@12892)
27977              From: "chromatic" <chromatic@rmci.net>
27978              Date: Sat, 10 Nov 2001 01:28:09 -0700
27979              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
27980      Branch: perl
27981            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
27982            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
27983            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
27984            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
27985 ____________________________________________________________________________
27986 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
27987         Log: Add a test for the bytes pragma.
27988      Branch: perl
27989            + lib/bytes.t
27990            ! MANIFEST
27991 ____________________________________________________________________________
27992 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
27993         Log: Doc update.
27994      Branch: perl
27995            ! lib/bytes.pm
27996 ____________________________________________________________________________
27997 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
27998         Log: Cease to exist.
27999      Branch: perl
28000            - lib/Unicode/Normalize.pm
28001 ____________________________________________________________________________
28002 [ 12926] By: ams                                   on 2001/11/10  03:23:16
28003         Log: Subject: [patch] my_setenv speedup + fixes
28004              From: Doug MacEachern <dougm@covalent.net>
28005              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
28006              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
28007      Branch: perl
28008            ! util.c
28009 ____________________________________________________________________________
28010 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
28011         Log: Newline trouble.
28012      Branch: perl
28013            ! lib/ExtUtils/Embed.t
28014 ____________________________________________________________________________
28015 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
28016         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
28017              From: "Craig A. Berry" <craigberry@mac.com>
28018              Date: Fri, 09 Nov 2001 18:13:16 -0600
28019              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
28020      Branch: perl
28021            ! vms/munchconfig.c
28022 ____________________________________________________________________________
28023 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
28024         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
28025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28026              Date: Sat, 10 Nov 2001 00:10:45 +0100
28027              Message-ID: <20011110001045.A11945@rafael>
28028      Branch: perl
28029            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
28030            + t/run/switchn.t t/run/switchp.t
28031            ! MANIFEST
28032 ____________________________________________________________________________
28033 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
28034         Log: Subject: [PATCH] some tests not cleaning up properly               
28035              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
28036              Date: Fri, 9 Nov 2001 22:13:10 +0100
28037              Message-ID: <20011109221310.A11115@rafael>
28038      Branch: perl
28039            ! ext/Cwd/t/cwd.t t/io/argv.t
28040 ____________________________________________________________________________
28041 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
28042         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
28043              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28044              Date: Fri, 9 Nov 2001 15:07:19 EST
28045              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
28046      Branch: perl
28047            ! lib/ExtUtils/Embed.t
28048 ____________________________________________________________________________
28049 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
28050         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
28051              have been copied so it shouldn't be freed in perl_destruct()
28052      Branch: perl
28053            ! perl.c
28054 ____________________________________________________________________________
28055 [ 12919] By: ams                                   on 2001/11/09  15:36:22
28056         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
28057              From: Michael G Schwern <schwern@pobox.com>
28058              Date: Fri, 9 Nov 2001 00:38:59 -0500
28059              Message-Id: <20011109003859.K5587@blackrider>
28060              (Applied with directory name changes suggested by Craig Berry.)
28061      Branch: perl
28062            ! ext/Cwd/t/cwd.t
28063 ____________________________________________________________________________
28064 [ 12918] By: ams                                   on 2001/11/09  15:29:15
28065         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
28066              From: Michael G Schwern <schwern@pobox.com>
28067              Date: Fri, 9 Nov 2001 01:44:14 -0500
28068              Message-Id: <20011109014414.N5587@blackrider>
28069      Branch: perl
28070            ! vms/ext/filespec.t
28071 ____________________________________________________________________________
28072 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
28073         Log: Update Changes.
28074      Branch: perl
28075            ! Changes patchlevel.h
28076 ____________________________________________________________________________
28077 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
28078         Log: Regen toc.
28079      Branch: perl
28080            ! pod/perltoc.pod
28081 ____________________________________________________________________________
28082 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
28083         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
28084              see http://www.jepstone.net/bjepson//jpl/cvs.html
28085      Branch: perl
28086            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28087 ____________________________________________________________________________
28088 [ 12914] By: ams                                   on 2001/11/09  14:05:12
28089         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
28090              From: Michael G Schwern <schwern@pobox.com>
28091              Date: Thu, 8 Nov 2001 22:05:49 -0500
28092              Message-Id: <20011108220549.F5587@blackrider>
28093      Branch: perl
28094            ! vms/test.com
28095 ____________________________________________________________________________
28096 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
28097         Log: NetWare update from Ananth Kesari.
28098      Branch: perl
28099            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
28100 ____________________________________________________________________________
28101 [ 12912] By: ams                                   on 2001/11/09  13:40:26
28102         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
28103              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28104              Date: Fri, 9 Nov 2001 14:32:28 +0100
28105              Message-Id: <20011109143228.A18996@rafael>
28106      Branch: perl
28107            ! perl.c
28108 ____________________________________________________________________________
28109 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
28110         Log: FAQ sync.
28111      Branch: perl
28112            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28113            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
28114            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
28115 ____________________________________________________________________________
28116 [ 12910] By: ams                                   on 2001/11/09  07:33:49
28117         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
28118              From: Michael G Schwern <schwern@pobox.com>
28119              Date: Fri, 9 Nov 2001 00:41:56 -0500
28120              Message-Id: <20011109004156.L5587@blackrider>
28121      Branch: perl
28122            ! lib/File/Find/t/find.t
28123 ____________________________________________________________________________
28124 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
28125         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
28126              The CPAN distribution has both pm and XS implementations,
28127              and for performance reasons we choose the XS.
28128              Another reason to choose the XS is that it doesn't
28129              require Lingua::KO::Hangul::Util, which means that
28130              we can delete that-- which in turn means that Unicode::UCD
28131              cannot expect that: support it, but don't expect.
28132              Ditto Unicode::Collate.
28133              
28134              Note that Unicode::Normalize Makefile.PL and
28135              Normalize.xs have been modified from the CPAN 0.10
28136              versions: the first one to be simpler (no pm) and
28137              clean up the generated unf*.h files, the second one
28138              to quench compiler grumblings.  Must notify Sadahiro
28139              about these changes.
28140      Branch: perl
28141            + ext/Unicode/Normalize/Changes
28142            + ext/Unicode/Normalize/Makefile.PL
28143            + ext/Unicode/Normalize/Normalize.pm
28144            + ext/Unicode/Normalize/Normalize.pod
28145            + ext/Unicode/Normalize/Normalize.xs
28146            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
28147            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
28148            + ext/Unicode/Normalize/t/test.t
28149            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
28150            - lib/Lingua/KO/Hangul/Util/README
28151            - lib/Lingua/KO/Hangul/Util/t/test.t
28152            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
28153            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
28154            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
28155            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
28156            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
28157            ! win32/makefile.mk
28158 ____________________________________________________________________________
28159 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
28160         Log: Test miscounting.
28161      Branch: perl
28162            ! ext/POSIX/t/posix.t
28163 ____________________________________________________________________________
28164 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
28165         Log: Quote the variables in failures messages more nicely.
28166      Branch: perl
28167            ! t/test.pl
28168 ____________________________________________________________________________
28169 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
28170         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
28171              From: Michael G Schwern <schwern@pobox.com>
28172              Date: Thu, 8 Nov 2001 17:24:49 -0500
28173              Message-ID: <20011108172449.A5587@blackrider>
28174              
28175              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
28176              From: "Craig A. Berry" <craigberry@mac.com>
28177              Date: Thu, 8 Nov 2001 16:35:00 -0600
28178              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
28179      Branch: perl
28180            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
28181 ____________________________________________________________________________
28182 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
28183         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
28184              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28185              Date: Thu, 8 Nov 2001 22:52:50 -0000
28186              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
28187      Branch: perl
28188            ! ext/DB_File/t/db-recno.t
28189 ____________________________________________________________________________
28190 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
28191         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
28192              (Probably not an EBCDIC issue the way one would think
28193              since no chr() et alia are used in UCD.pm.)
28194      Branch: perl
28195            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
28196 ____________________________________________________________________________
28197 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
28198         Log: Whether overwriting the $self->{...} values (see #12902)
28199              is a good policy or not is debatable, but let's at least
28200              be consistent.
28201      Branch: perl
28202            ! lib/ExtUtils/MM_Unix.pm
28203 ____________________________________________________________________________
28204 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
28205         Log: The MakeMaker argument () quoting patch that sneaked
28206              in at #12883 didn't handle make macros like this $(...).
28207              Leaning toothpicks, we've got them.
28208      Branch: perl
28209            ! lib/ExtUtils/MM_Unix.pm
28210 ____________________________________________________________________________
28211 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
28212         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
28213              From: Michael G Schwern <schwern@pobox.com>
28214              Date: Wed, 7 Nov 2001 02:02:29 -0500
28215              Message-ID: <20011107020229.K2858@blackrider>
28216      Branch: perl
28217            ! t/io/argv.t t/test.pl vms/test.com
28218 ____________________________________________________________________________
28219 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
28220         Log: Subject: [PATCH 20011106.084] -s on #! line 
28221              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28222              Date: Wed, 7 Nov 2001 22:23:39 +0100
28223              Message-ID: <20011107222339.E729@rafael>
28224      Branch: perl
28225            ! embed.h embed.pl perl.c proto.h toke.c
28226 ____________________________________________________________________________
28227 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
28228         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
28229              From: Michael G Schwern <schwern@pobox.com>
28230              Date: Wed, 7 Nov 2001 16:52:49 -0500
28231              Message-ID: <20011107165249.I7346@blackrider>
28232      Branch: perl
28233            ! pod/perlhack.pod
28234 ____________________________________________________________________________
28235 [ 12898] By: ams                                   on 2001/11/08  13:02:19
28236         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
28237              From: Mark-Jason Dominus <mjd@plover.com>
28238              Date: Thu, 08 Nov 2001 08:59:02 -0500
28239              Message-Id: <20011108135902.2275.qmail@plover.com>
28240      Branch: perl
28241            ! INSTALL README README.amiga README.os2 README.vms
28242            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
28243            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
28244 ____________________________________________________________________________
28245 [ 12897] By: ams                                   on 2001/11/08  12:49:28
28246         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
28247              From: mjd@plover.com
28248              Date: 8 Nov 2001 13:33:18 -0000
28249              Message-Id: <20011108133318.1786.qmail@plover.com>
28250      Branch: perl
28251            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
28252            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28253            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
28254            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
28255            ! pod/perlport.pod pod/perlvar.pod
28256 ____________________________________________________________________________
28257 [ 12896] By: ams                                   on 2001/11/08  11:22:12
28258         Log: open(FH, $file) should strip leading and trailing whitespace.
28259      Branch: perl
28260            ! doio.c
28261 ____________________________________________________________________________
28262 [ 12895] By: ams                                   on 2001/11/08  10:17:14
28263         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
28264              From: "Craig A. Berry" <craigberry@mac.com>
28265              Date: Wed, 07 Nov 2001 13:41:50 -0600
28266              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
28267      Branch: perl
28268            ! t/op/glob.t
28269 ____________________________________________________________________________
28270 [ 12894] By: ams                                   on 2001/11/08  08:32:20
28271         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
28272              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
28273              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
28274              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
28275      Branch: perl
28276            ! makedepend.SH
28277 ____________________________________________________________________________
28278 [ 12893] By: ams                                   on 2001/11/08  08:26:31
28279         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
28280              From: mjd@plover.com
28281              Date: 8 Nov 2001 08:08:07 -0000
28282              Message-Id: <20011108080807.30147.qmail@plover.com>
28283              
28284              Subject: bleadperl perl.pod
28285              From: mjd@plover.com
28286              Date: 8 Nov 2001 08:10:47 -0000
28287              Message-Id: <20011108081047.30178.qmail@plover.com>
28288              
28289              Subject: more bleadperl perl.pod
28290              From: mjd@plover.com
28291              Date: 8 Nov 2001 08:16:28 -0000
28292              Message-Id: <20011108081628.30229.qmail@plover.com>
28293      Branch: perl
28294            ! pod/perl.pod pod/perldebug.pod
28295 ____________________________________________________________________________
28296 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
28297         Log: Tweak for Cray-friendliness from Nicholas Clark.
28298      Branch: perl
28299            ! sv.c
28300 ____________________________________________________________________________
28301 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
28302         Log: VMS patch redo from Charles Lane.
28303      Branch: perl
28304            ! vms/gen_shrfls.pl
28305 ____________________________________________________________________________
28306 [ 12890] By: ams                                   on 2001/11/07  15:16:10
28307         Log: Subject: [ID 20011107.088] two perl pod nits
28308              From: lvirden@cas.org
28309              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
28310              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
28311      Branch: perl
28312            ! pod/perl.pod pod/perlfaq3.pod
28313 ____________________________________________________________________________
28314 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
28315         Log: Update Changes.
28316      Branch: perl
28317            ! Changes patchlevel.h
28318 ____________________________________________________________________________
28319 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
28320         Log: The (emulated) "no utf8" must be in a BEGIN block
28321              to be effective.
28322      Branch: perl
28323            ! lib/CGI/t/html.t
28324 ____________________________________________________________________________
28325 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
28326         Log: "v-strings" is the right term.
28327      Branch: perl
28328            ! pod/perltodo.pod
28329 ____________________________________________________________________________
28330 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
28331         Log: Add vstrings-as-objects need to perltodo.
28332      Branch: perl
28333            ! pod/perltodo.pod
28334 ____________________________________________________________________________
28335 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
28336         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
28337              From: Nicholas Clark <nick@ccl4.org>
28338              Date: Wed, 7 Nov 2001 14:36:32 +0000
28339              Message-ID: <20011107143631.I24980@plum.flirble.org>
28340      Branch: perl
28341            ! t/op/pack.t
28342 ____________________________________________________________________________
28343 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
28344         Log: The Embed test requires a major rewrite for VMS
28345              (plus it reveals a couple of annoying glitches
28346              in buffering), so skip the test for now; from
28347              Charles Lane.
28348      Branch: perl
28349            ! lib/ExtUtils/Embed.t
28350 ____________________________________________________________________________
28351 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
28352         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
28353              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28354              Date: Wed, 7 Nov 2001 09:23:28 EST
28355              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
28356              
28357              (Also i seems that an unrelated experimental patch
28358              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
28359      Branch: perl
28360            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
28361 ____________________________________________________________________________
28362 [ 12882] By: ams                                   on 2001/11/07  05:14:04
28363         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
28364              From: Mark-Jason Dominus <mjd@plover.com>
28365              Date: Wed, 07 Nov 2001 00:43:46 -0500
28366              Message-Id: <20011107054346.14428.qmail@plover.com>
28367      Branch: perl
28368            ! gv.c op.c toke.c
28369 ____________________________________________________________________________
28370 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
28371         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
28372              From: Michael G Schwern <schwern@pobox.com>             
28373              Date: Tue, 6 Nov 2001 22:04:39 -0500
28374              Message-ID: <20011106220439.D2858@blackrider>              
28375      Branch: perl
28376            ! lib/perl5db.pl
28377 ____________________________________________________________________________
28378 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
28379         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
28380              stress))
28381              From: Jonathan Stowe <gellyfish@gellyfish.com>
28382              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
28383              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
28384              
28385              (except for one hunk where indentation differs)
28386      Branch: perl
28387            ! lib/Term/Cap.t
28388 ____________________________________________________________________________
28389 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
28390         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
28391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28392              Date: Tue, 6 Nov 2001 21:45:01 +0100
28393              Message-ID: <20011106214501.A704@rafael>
28394      Branch: perl
28395            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
28396            ! lib/File/Spec/Win32.pm
28397 ____________________________________________________________________________
28398 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
28399         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
28400              From: Michael G Schwern <schwern@pobox.com>              
28401              Date: Tue, 6 Nov 2001 20:58:45 -0500
28402              Message-ID: <20011106205845.G29411@blackrider>
28403      Branch: perl
28404            ! t/test.pl
28405 ____________________________________________________________________________
28406 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
28407         Log: Subject: making do_sprintf public       
28408              From: Doug MacEachern <dougm@covalent.net>    
28409              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
28410              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
28411      Branch: perl
28412            ! embed.h embed.pl global.sym
28413 ____________________________________________________________________________
28414 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
28415         Log: Update to CGI.pm 2.78.
28416              
28417              TODO: the test suite needs to be merged so that
28418              when in core, the core version is tested, and when
28419              using the CPAN version, testing the CPAN version.
28420              (the changes need to be sent to Lincoln, too...)
28421      Branch: perl
28422            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28423            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
28424            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
28425            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
28426            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
28427            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
28428 ____________________________________________________________________________
28429 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
28430         Log: Integrate with perlio; (strictly) readonly hashes via XS.
28431      Branch: perl
28432           +> t/lib/access.t
28433           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
28434 ____________________________________________________________________________
28435 [ 12874] By: nick                                  on 2001/11/06  21:05:16
28436         Log: Keep It Simple and Stupid version of readonly hash support.
28437              - Test for SvREAONLY(hv) at a few spots in hv.c
28438              - add the error message to perldiag.pod
28439              - (dubious) add access::readonly() to univeral.c
28440              - add test using above
28441              - fixup ext/B/t/stash.t to account for access:: existing
28442      Branch: perlio
28443            + t/lib/access.t
28444            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
28445 ____________________________________________________________________________
28446 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
28447         Log: Fix incorrect warnings about broken globbing;
28448              from Andy Dougherty.
28449      Branch: perl
28450            ! hints/linux.sh
28451 ____________________________________________________________________________
28452 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
28453         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
28454              toggle-on from the encoding pragma.
28455      Branch: perl
28456            ! regcomp.c regexec.c
28457 ____________________________________________________________________________
28458 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
28459         Log: Retract #12824, doesn't help and is ignored
28460              by Configure anyway.
28461      Branch: perl
28462            ! hints/beos.sh
28463 ____________________________________________________________________________
28464 [ 12870] By: ams                                   on 2001/11/06  10:40:37
28465         Log: Subject: Cosmetic change
28466              From: H.Merijn Brand <h.m.brand@hccnet.nl>
28467              Date: Tue, 06 Nov 2001 12:30:52 +0100
28468              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
28469      Branch: perl
28470            ! README.hpux
28471 ____________________________________________________________________________
28472 [ 12869] By: nick                                  on 2001/11/06  08:26:40
28473         Log: Integrate mainline
28474      Branch: perlio
28475           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
28476           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
28477 ____________________________________________________________________________
28478 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
28479         Log: The parentheses are protected enough.
28480      Branch: perl
28481            ! hints/os390.sh
28482 ____________________________________________________________________________
28483 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
28484         Log: ccflags, not ldflags.
28485      Branch: perl
28486            ! hints/os390.sh
28487 ____________________________________________________________________________
28488 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
28489         Log: ... and the proto to go with #12865.
28490      Branch: perl
28491            ! proto.h
28492 ____________________________________________________________________________
28493 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
28494         Log: Oops.  Luckily nothing was using this symbol yet.
28495      Branch: perl
28496            ! global.sym
28497 ____________________________________________________________________________
28498 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
28499         Log: Implement the encoding pragma for regex literals.
28500      Branch: perl
28501            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
28502 ____________________________________________________________________________
28503 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
28504         Log: More UTF8 EXACT fixing.
28505      Branch: perl
28506            ! regexec.c
28507 ____________________________________________________________________________
28508 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
28509         Log: More re debugging.
28510      Branch: perl
28511            ! regexec.c
28512 ____________________________________________________________________________
28513 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
28514         Log: EXACT correction attempt.  Continued in #12863.
28515      Branch: perl
28516            ! regexec.c
28517 ____________________________________________________________________________
28518 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
28519         Log: Unterminated L<.
28520      Branch: perl
28521            ! ext/DB_File/DB_File.pm
28522 ____________________________________________________________________________
28523 [ 12859] By: nick                                  on 2001/11/05  19:15:17
28524         Log: Integrate mainline
28525      Branch: perlio
28526           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28527           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28528           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
28529           +> lib/Math/BigInt/t/sub_mbi.t
28530            - lib/Math/BigInt/t/Math/Subclass.pm
28531            - lib/Math/BigInt/t/subclass.t
28532           !> (integrate 30 files)
28533 ____________________________________________________________________________
28534 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
28535         Log: Regex debugging fixes from Hugo.
28536      Branch: perl
28537            ! regcomp.c regexec.c
28538 ____________________________________________________________________________
28539 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
28540         Log: IRIX: at some point the cc -version has started
28541              to output to stderr, not stdout any more.
28542      Branch: perl
28543            ! hints/irix_6.sh
28544 ____________________________________________________________________________
28545 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
28546         Log: Update Changes.
28547      Branch: perl
28548            ! Changes patchlevel.h
28549 ____________________________________________________________________________
28550 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
28551         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
28552      Branch: perl
28553            ! lib/File/Spec/Unix.pm
28554 ____________________________________________________________________________
28555 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
28556         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
28557              From: rgarciasuarez@free.fr
28558              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
28559              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
28560      Branch: perl
28561            ! lib/File/Spec/Unix.pm
28562 ____________________________________________________________________________
28563 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
28564         Log: Use config.arch in OS/390 where the combination of
28565              IEEE floats and ldflags is tricky.
28566      Branch: perl
28567            ! hints/os390.sh
28568 ____________________________________________________________________________
28569 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
28570         Log: Metaconfig unit change for #12851.
28571      Branch: metaconfig
28572            ! U/modified/Config_sh.U
28573 ____________________________________________________________________________
28574 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
28575         Log: Support a config.arch file, similar to config.over,
28576              but loaded just before it.
28577      Branch: perl
28578            ! Configure INSTALL
28579 ____________________________________________________________________________
28580 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
28581         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
28582              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28583              Date: Mon, 5 Nov 2001 14:26:24 +0100
28584              Message-ID: <20011105142624.C31977@rafael>
28585      Branch: perl
28586            ! lib/Symbol.pm lib/Symbol.t
28587 ____________________________________________________________________________
28588 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
28589         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
28590              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28591              Date: Sun, 4 Nov 2001 22:28:57 +0100
28592              Message-ID: <20011104222857.C696@rafael>
28593      Branch: perl
28594            ! pod/perldebug.pod pod/perlpodspec.pod
28595 ____________________________________________________________________________
28596 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
28597         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
28598      Branch: perl
28599            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
28600 ____________________________________________________________________________
28601 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
28602         Log: Math::Big* test tweaks to work better with core:
28603              but the coast still not clear.
28604      Branch: perl
28605            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
28606            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28607 ____________________________________________________________________________
28608 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
28609         Log: Protect against high load: measure how much wall
28610              clock time went by while sleeping.  Avoids some
28611              false negatives, while may introduce some false
28612              positives.  Life is hard.
28613      Branch: perl
28614            ! ext/Time/HiRes/HiRes.t
28615 ____________________________________________________________________________
28616 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
28617         Log: More forgotten from #12843.
28618      Branch: perl
28619            ! lib/Math/BigInt/t/bigfltpm.inc
28620 ____________________________________________________________________________
28621 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
28622         Log: Forgot from #12843.
28623      Branch: perl
28624            + lib/Math/BigInt/t/bigintpm.inc
28625            ! MANIFEST
28626 ____________________________________________________________________________
28627 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
28628         Log: Upgrade to Math::BigInt 1.45; from Tels.
28629              NOTE: some of the tests are failing but that's because
28630              the core integration is not yet done.
28631      Branch: perl
28632            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28633            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28634            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28635            - lib/Math/BigInt/t/Math/Subclass.pm
28636            - lib/Math/BigInt/t/subclass.t
28637            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
28638            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
28639            ! lib/Math/BigInt/t/mbimbf.t
28640 ____________________________________________________________________________
28641 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
28642         Log: VMS: adds capability to control more configuration stuff with
28643              -D and -U switches; parsing config.sh to extract previous config
28644              info in VMS-form, and a rewrite of the "prompt/response" routine;
28645              from Charles Lane.
28646      Branch: perl
28647            ! configure.com
28648 ____________________________________________________________________________
28649 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
28650         Log: Subject: Typo correction in perldebguts.pod
28651              From: mjd@plover.com
28652              Date: 4 Nov 2001 16:20:05 -0000
28653              Message-ID: <20011104162005.16699.qmail@plover.com>
28654      Branch: perl
28655            ! pod/perldebguts.pod
28656 ____________________________________________________________________________
28657 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
28658         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
28659              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28660              Date: Sun, 4 Nov 2001 11:47:30 +0100
28661              Message-ID: <20011104114730.A715@rafael>
28662              
28663              Remove -T from the test, wrong place for that.
28664      Branch: perl
28665            ! lib/File/Temp/t/mktemp.t
28666 ____________________________________________________________________________
28667 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
28668         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
28669              From: Nicholas Clark <nick@ccl4.org>
28670              Date: Sun, 4 Nov 2001 10:41:24 +0000
28671              Message-ID: <20011104104123.U20123@plum.flirble.org>
28672      Branch: perl
28673            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
28674 ____________________________________________________________________________
28675 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
28676         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28677              From: Michael G Schwern <schwern@pobox.com>
28678              Date: Sat, 3 Nov 2001 15:41:47 -0500
28679              Message-ID: <20011103154147.C600@blackrider>
28680      Branch: perl
28681            ! lib/Term/Cap.t
28682 ____________________________________________________________________________
28683 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
28684         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
28685              From: "Craig A. Berry" <craigberry@mac.com>     
28686              Date: Sat, 03 Nov 2001 16:02:28 -0600
28687              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
28688      Branch: perl
28689            ! ext/Time/HiRes/HiRes.t
28690 ____________________________________________________________________________
28691 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
28692         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28693              From: "chromatic" <chromatic@rmci.net>
28694              Date: Sat, 03 Nov 2001 12:28:17 -0700
28695              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
28696      Branch: perl
28697            ! lib/Term/Cap.t
28698 ____________________________________________________________________________
28699 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
28700         Log: Don't bother doing POSIX charclass parsing if it
28701              possibly cannot be so.  Prepares way for charclass
28702              syntax like [[abc]||[def]] (or just [[abc][def]])
28703              for union, [[\w]&&[$a]] for intersection,
28704              and [[a-z]&&[^def]] for subtraction.
28705              
28706              Currently /[[a]/ (or /[a[]/) parses as a character
28707              class containing two characters, "[" and "a",
28708              this may have to be broken for the syntax described
28709              above, otherwise we would have to scan the whole pattern
28710              to find out whether the square brackets match pairwise.
28711              Luckily, the special case of "[" doesn't seem to be
28712              documented (as opposed to "]" and "-"), so we may have
28713              better story for breaking it...  One can always use \[
28714              if one wants a literal "[", so there.
28715      Branch: perl
28716            ! regcomp.c
28717 ____________________________________________________________________________
28718 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
28719         Log: Comment correction.
28720      Branch: perl
28721            ! regcomp.c
28722 ____________________________________________________________________________
28723 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
28724         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
28725              The latter is a RedHatism.
28726      Branch: perl
28727            ! lib/ExtUtils/MakeMaker.pm
28728 ____________________________________________________________________________
28729 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
28730         Log: Integrate perlio.
28731      Branch: perl
28732           !> perlio.c
28733 ____________________________________________________________________________
28734 [ 12831] By: nick                                  on 2001/11/03  11:42:15
28735         Log: Integrate mainline
28736      Branch: perlio
28737           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
28738           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
28739           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
28740           !> sv.c t/test.pl
28741 ____________________________________________________________________________
28742 [ 12830] By: nick                                  on 2001/11/03  10:27:34
28743         Log: Fix clone_leak problem.
28744              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
28745              as vestige of calling PerlLIO_dup().
28746      Branch: perlio
28747            ! perlio.c
28748 ____________________________________________________________________________
28749 [ 12829] By: nick                                  on 2001/11/03  09:40:46
28750         Log: Tweaks attempting to locate Doug's clone_leak leak.
28751              - add some PerlIO_debug()
28752              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
28753              - Even if it closing stdout etc. do a fflush()
28754      Branch: perlio
28755            ! perlio.c
28756 ____________________________________________________________________________
28757 [ 12828] By: nick                                  on 2001/11/03  08:34:31
28758         Log: Integrate mainline
28759      Branch: perlio
28760           !> (integrate 54 files)
28761 ____________________________________________________________________________
28762 [ 12827] By: ams                                   on 2001/11/03  03:45:19
28763         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
28764              remove this later). Based on a patch from Robert Spier in
28765              <15330.61459.14452.795263@rls.cx>.
28766      Branch: perl
28767            ! sv.c
28768 ____________________________________________________________________________
28769 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
28770         Log: microperl sync.
28771      Branch: perl
28772            ! doio.c perl.c perl.h perlio.c regexec.c
28773 ____________________________________________________________________________
28774 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
28775         Log: Definitions for the Unicode Newline Guidelines.
28776      Branch: perl
28777            ! perl.h
28778 ____________________________________________________________________________
28779 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
28780         Log: (retracted by #12871)
28781              
28782              There is no csh of any kind in default BeOS.
28783              For the purposes of miniperl globbing, bash
28784              will do.
28785      Branch: perl
28786            ! hints/beos.sh
28787 ____________________________________________________________________________
28788 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
28789         Log: Integrate change #12820 from macperl to maint and blead;
28790              
28791              Fix up (dynaloading) to work properly with multiplicity
28792      Branch: maint-5.6/perl
28793           !> ext/DynaLoader/dl_mac.xs
28794      Branch: perl
28795           !> ext/DynaLoader/dl_mac.xs
28796 ____________________________________________________________________________
28797 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
28798         Log: Several fixes for various exit problems and clearing out
28799              task queue, as well as another (incomplete) go at
28800              fixing error message handling
28801      Branch: maint-5.6/macperl
28802            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
28803 ____________________________________________________________________________
28804 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
28805         Log: Add source files for bleadperl builds
28806      Branch: maint-5.6/macperl
28807            ! macos/Makefile.mk
28808 ____________________________________________________________________________
28809 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
28810         Log: Fix up to work properly with multiplicity
28811      Branch: maint-5.6/macperl
28812            ! ext/DynaLoader/dl_mac.xs
28813 ____________________________________________________________________________
28814 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
28815         Log: Integrate with maintperl.
28816      Branch: maint-5.6/macperl
28817           +> t/op/system.t t/op/system_tests
28818           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
28819           !> pod/perltodo.pod util.c win32/win32.c
28820 ____________________________________________________________________________
28821 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
28822         Log: Locate _PATH_LOG if it's a socket even if not #defined
28823              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
28824              via Nick Clark.
28825      Branch: perl
28826            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
28827 ____________________________________________________________________________
28828 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
28829         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
28830              From: Michael G Schwern <schwern@pobox.com>
28831              Date: Fri, 2 Nov 2001 15:36:41 -0500
28832              Message-ID: <20011102153641.E23234@blackrider>
28833      Branch: perl
28834            ! t/test.pl
28835 ____________________________________________________________________________
28836 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
28837         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
28838              From: merlyn@stonehenge.com (Randal L. Schwartz)
28839              Date: 02 Nov 2001 09:33:34 -0800
28840              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
28841              
28842              (two of the changes)
28843              
28844              Better coexistence with extensions.
28845      Branch: perl
28846            ! ext/Errno/Errno_pm.PL hints/darwin.sh
28847 ____________________________________________________________________________
28848 [ 12815] By: ams                                   on 2001/11/02  16:47:43
28849         Log: Subject: Re: [PATCH] the the double double word word fix fix
28850              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28851              Date: Fri, 02 Nov 2001 19:43:07 +0100
28852              Message-Id: <3BE2E93B.627C198E@alcatel.at>
28853      Branch: perl
28854            ! pod/perldebug.pod
28855 ____________________________________________________________________________
28856 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
28857         Log: Update Changes.
28858      Branch: perl
28859            ! Changes patchlevel.h
28860 ____________________________________________________________________________
28861 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
28862         Log: More encoding testing.
28863      Branch: perl
28864            ! lib/encoding.pm lib/encoding.t
28865 ____________________________________________________________________________
28866 [ 12812] By: ams                                   on 2001/11/02  15:07:11
28867         Log: Slight modification of #12811.
28868      Branch: perl
28869            ! op.c
28870 ____________________________________________________________________________
28871 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
28872         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
28873              From: Radu Greab <radu@netsoft.ro>
28874              Date: Fri, 2 Nov 2001 15:28:58 +0200
28875              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
28876      Branch: perl
28877            ! op.c t/op/stat.t
28878 ____________________________________________________________________________
28879 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
28880         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
28881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28882              Date: Thu, 1 Nov 2001 22:35:50 +0100
28883              Message-ID: <20011101223550.A10849@rafael>
28884      Branch: perl
28885            ! lib/ExtUtils/Embed.t
28886 ____________________________________________________________________________
28887 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
28888         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
28889              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28890              Date: 2 Nov 2001 14:48:51 -0000
28891              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
28892      Branch: perl
28893            ! lib/File/Find.pm
28894 ____________________________________________________________________________
28895 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
28896         Log: Add documentation.
28897      Branch: perl
28898            ! embed.pl pod/perlapi.pod utf8.c
28899 ____________________________________________________________________________
28900 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
28901         Log: Unicode: add ToFold mapping.  Not used yet; but basically
28902              a more useful mapping for caseless aka case-ignoring than
28903              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
28904              algorithm for creating the foldings uses equivalence classes,
28905              see http://www.unicode.org/unicode/reports/tr21/
28906              Hopefully this feature will be used in //i.
28907              (The folding tables were introduced by #12689.)
28908      Branch: perl
28909            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
28910            ! utf8.c
28911 ____________________________________________________________________________
28912 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
28913         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
28914              From: "Craig A. Berry" <craigberry@mac.com>
28915              Date: Fri, 02 Nov 2001 00:03:52 -0600
28916              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
28917      Branch: perl
28918            ! lib/AutoSplit.t
28919 ____________________________________________________________________________
28920 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
28921         Log: Subject: Trivial doc patch
28922              From: andreas.koenig@anima.de (Andreas J. Koenig)
28923              Date: 02 Nov 2001 06:11:35 +0100
28924              Message-ID: <m37kt94v08.fsf@anima.de>
28925      Branch: perl
28926            ! pod/perlport.pod
28927 ____________________________________________________________________________
28928 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
28929         Log: Make encoding and charnames pragmas coexist.
28930      Branch: perl
28931            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
28932 ____________________________________________________________________________
28933 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
28934         Log: The basic character classes seem to go untested with Unicode.
28935      Branch: perl
28936            ! t/op/pat.t
28937 ____________________________________________________________________________
28938 [ 12802] By: ams                                   on 2001/11/02  00:39:36
28939         Log: Subject: [PATCH] the the double double word word fix fix
28940              From: Richard Soderberg <rs@oregonnet.com>
28941              Date: Thu, 1 Nov 2001 13:12:03 -0800
28942              Message-Id: <200111012112.NAA23288@oregonnet.com>
28943              
28944              Subject: Re: [PATCH] the the double double word word fix fix
28945              From: Mark-Jason Dominus <mjd@plover.com>
28946              Date: Thu, 01 Nov 2001 16:43:40 -0500
28947              Message-Id: <20011101214340.2044.qmail@plover.com>
28948              
28949              Subject: Re: [PATCH] the the double double word word fix fix
28950              From: Mark-Jason Dominus <mjd@plover.com>
28951              Date: Thu, 01 Nov 2001 16:51:39 -0500
28952              Message-Id: <20011101215139.2196.qmail@plover.com>
28953      Branch: perl
28954            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
28955            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
28956            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
28957            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
28958            ! pod/perltodo.pod pod/perlxstut.pod
28959 ____________________________________________________________________________
28960 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
28961         Log: Comment tweaks.
28962      Branch: perl
28963            ! toke.c
28964 ____________________________________________________________________________
28965 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
28966         Log: FAQ sync.
28967      Branch: perl
28968            ! pod/perlfaq9.pod
28969 ____________________________________________________________________________
28970 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
28971         Log: If an encoding is set by -M/-m, it must be in
28972              effect only for the actual script, not any other
28973              required/-M/-m'ed module, otherwise we enter a nasty
28974              recursion in regexec.c while trying to init the simple
28975              UTF-8 charclasses like PL_utf8_alnum.
28976      Branch: perl
28977            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
28978 ____________________________________________________________________________
28979 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
28980         Log: A bit more descriptive name.
28981      Branch: perl
28982            ! mg.c
28983 ____________________________________________________________________________
28984 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
28985         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
28986              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28987              Date: Wed, 31 Oct 2001 13:47:04 EST
28988              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
28989      Branch: perl
28990            ! ext/Time/HiRes/HiRes.t
28991 ____________________________________________________________________________
28992 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
28993         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
28994              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28995              Date: Wed, 31 Oct 2001 13:43:29 EST
28996              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
28997      Branch: perl
28998            ! mg.c
28999 ____________________________________________________________________________
29000 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
29001         Log: Subject: [PATCH] Various test cleanups
29002              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29003              Date: Tue, 30 Oct 2001 21:56:26 +0100
29004              Message-ID: <20011030215626.A28503@rafael>
29005      Branch: perl
29006            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29007            ! ext/DB_File/t/db-recno.t ext/Encode.t
29008 ____________________________________________________________________________
29009 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
29010         Log: Update Changes.
29011      Branch: perl
29012            ! Changes patchlevel.h
29013 ____________________________________________________________________________
29014 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
29015         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
29016              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
29017              Date: Wed, 31 Oct 2001 17:16:39 +0100
29018              Message-ID: <20011031171639.A32511@rafael>
29019      Branch: perl
29020            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
29021 ____________________________________________________________________________
29022 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
29023         Log: Skip message nit.
29024      Branch: perl
29025            ! t/io/fs.t
29026 ____________________________________________________________________________
29027 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
29028         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
29029              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29030              Date: 31 Oct 2001 14:49:37 -0000
29031              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
29032      Branch: perl
29033            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
29034 ____________________________________________________________________________
29035 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
29036         Log: Extend the effect of the encoding pragma to chr() and ord().
29037              
29038              TODO: regex literals, reentrancy problems with the utf8
29039              and charnames pragmas.
29040      Branch: perl
29041            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
29042 ____________________________________________________________________________
29043 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
29044         Log: Doc tweaks.
29045      Branch: perl
29046            ! lib/encoding.pm
29047 ____________________________________________________________________________
29048 [ 12788] By: nick                                  on 2001/10/31  08:59:56
29049         Log: Integrate mainline
29050      Branch: perlio
29051           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
29052           !> (integrate 49 files)
29053 ____________________________________________________________________________
29054 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
29055         Log: Forgot new proto.
29056      Branch: perl
29057            ! proto.h
29058 ____________________________________________________________________________
29059 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
29060         Log: Clarification: use encoding cannot be used to
29061              change the default encoding of "your whole script";
29062              only the default encoding of the *data*.  Also, it
29063              seems that "use encoding" does not mix with "use utf8"
29064              (a coredumping recursion ensues).  Should not be a huge
29065              problem since "use utf8" is pretty marginal nowadays.
29066      Branch: perl
29067            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
29068 ____________________________________________________________________________
29069 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
29070         Log: More documentation for the encode pragma.
29071      Branch: perl
29072            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
29073            ! pod/perlapi.pod pod/perlunicode.pod sv.c
29074 ____________________________________________________________________________
29075 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
29076         Log: Thinko in #12783.
29077      Branch: perl
29078            ! sv.c
29079 ____________________________________________________________________________
29080 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
29081         Log: Make sv_recode_to_utf8() a real API: the encoding
29082              is a parameter, instead of a global.  Document the
29083              PERL_ENCODING.
29084      Branch: perl
29085            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
29086            ! toke.c
29087 ____________________________________________________________________________
29088 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
29089         Log: Enable -Mencoding=foobar also for string literals.
29090      Branch: perl
29091            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
29092            ! pod/perlapi.pod proto.h sv.c toke.c
29093 ____________________________________________________________________________
29094 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
29095         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
29096              From: Andy Dougherty <doughera@lafayette.edu>
29097              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
29098              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
29099      Branch: perl
29100            ! ext/POSIX/hints/svr4.pl
29101 ____________________________________________________________________________
29102 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
29103         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
29104              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29105              Date: Mon, 29 Oct 2001 23:11:58 -0000
29106              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
29107              
29108              Add compat.h.
29109      Branch: perl
29110            ! lib/h2xs.t utils/h2xs.PL
29111 ____________________________________________________________________________
29112 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
29113         Log: Subject: PerlIOBuf_dup
29114              From: Nicholas Clark <nick@ccl4.org>              
29115              Date: Mon, 29 Oct 2001 21:52:35 +0000             
29116              Message-ID: <20011029215235.K41204@plum.flirble.org>
29117              
29118              Add prototype.
29119      Branch: perl
29120            ! perliol.h
29121 ____________________________________________________________________________
29122 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
29123         Log: Subject: [PATCH] Make malloc.c errors more useful
29124              From: Richard Soderberg <rs@oregonnet.com>
29125              Date: Mon, 29 Oct 2001 22:28:02 -0800
29126              Message-Id: <200110300628.WAA11025@oregonnet.com>
29127      Branch: perl
29128            ! malloc.c
29129 ____________________________________________________________________________
29130 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
29131         Log: Retract #12776 - the bug 19990906.001 is still valid.
29132      Branch: perl
29133            ! t/run/kill_perl.t
29134 ____________________________________________________________________________
29135 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
29136         Log: (Retracted by #12777)
29137              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
29138              From: Michael G Schwern <schwern@pobox.com> 
29139              Date: Mon, 29 Oct 2001 23:01:08 -0500
29140              Message-ID: <20011029230108.G18053@blackrider>
29141      Branch: perl
29142            ! t/run/kill_perl.t
29143 ____________________________________________________________________________
29144 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
29145         Log: Comment nits.
29146      Branch: perl
29147            ! lib/encoding.t
29148 ____________________________________________________________________________
29149 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
29150         Log: integrate change#12772 from mainline
29151              
29152              Subject: [PATCH] Mommy, what's a pointer cast?
29153      Branch: maint-5.6/perl
29154            ! perl.h
29155 ____________________________________________________________________________
29156 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
29157         Log: Subject: [PATCH] Mommy, what's a pointer cast?
29158              From: Richard Soderberg <rs@oregonnet.com>
29159              Date: Mon, 29 Oct 2001 17:01:10 -0800
29160              Message-Id: <200110300101.RAA31561@oregonnet.com>
29161              
29162              (threads* parts)
29163      Branch: perl
29164            ! ext/threads/shared/shared.xs ext/threads/threads.xs
29165 ____________________________________________________________________________
29166 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
29167         Log: Subject: [PATCH] Mommy, what's a pointer cast?
29168              From: Richard Soderberg <rs@oregonnet.com>
29169              Date: Mon, 29 Oct 2001 17:01:10 -0800
29170              Message-Id: <200110300101.RAA31561@oregonnet.com>
29171              
29172              (the perl.h part)
29173      Branch: perl
29174            ! perl.h
29175 ____________________________________________________________________________
29176 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
29177         Log: Subject: [PATCH] OpenBSD likes signal.h 
29178              From: Richard Soderberg <rs@oregonnet.com>
29179              Date: Mon, 29 Oct 2001 17:00:31 -0800
29180              Message-Id: <200110300100.RAA31533@oregonnet.com>
29181      Branch: perl
29182            ! unixish.h
29183 ____________________________________________________________________________
29184 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
29185         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
29186              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29187              Date: Mon, 29 Oct 2001 23:04:23 -0000
29188              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
29189      Branch: perl
29190            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29191            ! ext/DB_File/t/db-recno.t
29192 ____________________________________________________________________________
29193 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
29194         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
29195              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29196              Date: Mon, 29 Oct 2001 12:34:07 -0600
29197              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
29198      Branch: perl
29199            ! ext/Time/HiRes/HiRes.t
29200 ____________________________________________________________________________
29201 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
29202         Log: Update Changes.
29203      Branch: perl
29204            ! Changes patchlevel.h
29205 ____________________________________________________________________________
29206 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
29207         Log: AIX needs an explicit symbol export list.
29208      Branch: perl
29209            ! lib/ExtUtils/Embed.t
29210 ____________________________________________________________________________
29211 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
29212         Log: The test (and the module) would require some
29213              quality hacking time to work on EBCDIC.  Based on
29214              the test results nothing seems to be majorly broken,
29215              the module just seems to have strange assumptions:
29216              got: ''\226\225\205'
29217              expected: ''one'
29218              The \226\225\205 being, of course, 'one', in EBCDIC.
29219      Branch: perl
29220            ! lib/Dumpvalue.t
29221 ____________________________________________________________________________
29222 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
29223         Log: Mark the test known to be failing in EBCDIC.
29224      Branch: perl
29225            ! t/op/tr.t
29226 ____________________________________________________________________________
29227 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
29228         Log: None of the libnet modules are going to work in
29229              EBCDIC without the Convert::EBCDIC.
29230      Branch: perl
29231            ! t/lib/1_compile.t
29232 ____________________________________________________________________________
29233 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
29234         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
29235      Branch: perl
29236            ! t/op/pack.t
29237 ____________________________________________________________________________
29238 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
29239         Log: UTF-EBCDIC ain't UTF-8.
29240      Branch: perl
29241            ! t/op/pack.t
29242 ____________________________________________________________________________
29243 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
29244         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
29245      Branch: perl
29246            ! t/lib/1_compile.t
29247 ____________________________________________________________________________
29248 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
29249         Log: Let's not assume ASCII.
29250      Branch: perl
29251            ! t/op/lc.t
29252 ____________________________________________________________________________
29253 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
29254         Log: Call the new perlio symbols differently.
29255      Branch: perl
29256            ! makedef.pl
29257 ____________________________________________________________________________
29258 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
29259         Log: Don't expect ASCII ordering.
29260      Branch: perl
29261            ! lib/ExtUtils/Manifest.t
29262 ____________________________________________________________________________
29263 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
29264         Log: Forgot from #12756.
29265      Branch: perl
29266            ! perlio.h
29267 ____________________________________________________________________________
29268 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
29269         Log: BeOS tweaks:
29270              - fseeko and ftello can be found by Configure but
29271              we do not seem to have prototypes for them so
29272              let's make up some
29273              - BeOS didn't use to have real sockets (sockets as
29274              filedescriptors) but the BONE package is supposed
29275              to fix this.  I do not know how to detect BONEness,
29276              see hints/beos.sh for a spot that needs to fixed.
29277              - BeOS has O_TEXT != O_BINARY but has no setmode()
29278      Branch: perl
29279            ! hints/beos.sh perlio.c
29280 ____________________________________________________________________________
29281 [ 12755] By: sky                                   on 2001/10/29  12:56:12
29282         Log: Ugly fix to not die when a thread creator is holding locks.
29283      Branch: perl
29284            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29285            ! ext/threads/threads.xs
29286 ____________________________________________________________________________
29287 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
29288         Log: Integrate change #12752 from maintperl;
29289              
29290              croak(Nullch) wasn't printing the contents of ERRSV if there was
29291              no outer eval (bug in change#6125)
29292      Branch: perl
29293           !> util.c
29294 ____________________________________________________________________________
29295 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
29296         Log: Subject: [PATCH h2xs] Use of static data in XS modules
29297              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29298              Date: Sun, 28 Oct 2001 21:19:07 -0000
29299              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
29300              
29301              with nits from Sarathy.
29302      Branch: perl
29303            ! utils/h2xs.PL
29304 ____________________________________________________________________________
29305 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
29306         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
29307              no outer eval (bug in change#6125)
29308      Branch: maint-5.6/perl
29309            ! util.c
29310 ____________________________________________________________________________
29311 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
29312         Log: More todo for the encoding pragma.
29313      Branch: perl
29314            ! lib/encoding.pm
29315 ____________________________________________________________________________
29316 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
29317         Log: Add the encoding pragma to control the "upgrade"
29318              from the native eight bit data to Unicode.
29319              
29320              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
29321      Branch: perl
29322            + lib/encoding.pm lib/encoding.t
29323            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
29324            ! pod/perlunicode.pod pod/perlvar.pod sv.c
29325 ____________________________________________________________________________
29326 [ 12749] By: sky                                   on 2001/10/28  21:02:33
29327         Log: Update documentation.
29328      Branch: perl
29329            ! ext/threads/shared/shared.pm
29330 ____________________________________________________________________________
29331 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
29332         Log: Integrate change #12747 from maintperl;
29333              
29334              finishing touches to system() fixes on windows:
29335              * detect cmd shell correctly even if it had full path in it
29336              * more quoting needed for single-arg system if the argument
29337              really had multiple quoted arguments within it
29338              * be smarter about not calling the shell when the executable
29339              has spaces, but otherwise does not need shell involvement
29340              * add a testsuite (windows-specific currently)
29341      Branch: perl
29342           +> t/op/system.t t/op/system_tests
29343            ! MANIFEST pod/perltodo.pod
29344           !> win32/win32.c
29345 ____________________________________________________________________________
29346 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
29347         Log: finishing touches to system() fixes on windows:
29348              * detect cmd shell correctly even if it had full path in it
29349              * more quoting needed for single-arg system if the argument
29350              really had multiple quoted arguments within it
29351              * be smarter about not calling the shell when the executable
29352              has spaces, but otherwise does not need shell involvement
29353              * add a testsuite (windows-specific currently)
29354      Branch: maint-5.6/perl
29355            + t/op/system.t t/op/system_tests
29356            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
29357 ____________________________________________________________________________
29358 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
29359         Log: Integrate perlio.
29360      Branch: perl
29361           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
29362 ____________________________________________________________________________
29363 [ 12745] By: nick                                  on 2001/10/28  16:08:14
29364         Log: Mingw32 fixup for Embed.t
29365      Branch: perlio
29366            ! lib/ExtUtils/Embed.t
29367 ____________________________________________________________________________
29368 [ 12744] By: nick                                  on 2001/10/28  15:54:14
29369         Log: GCC vs MS 64-bit constant syntax
29370      Branch: perlio
29371            ! ext/Time/HiRes/HiRes.xs
29372 ____________________________________________________________________________
29373 [ 12743] By: nick                                  on 2001/10/28  15:42:55
29374         Log: Integrate mainline
29375      Branch: perlio
29376           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
29377 ____________________________________________________________________________
29378 [ 12742] By: sky                                   on 2001/10/28  14:47:10
29379         Log: Manpage updates.
29380      Branch: perl
29381            ! ext/threads/threads.pm
29382 ____________________________________________________________________________
29383 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
29384         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
29385      Branch: perl
29386            ! lib/ExtUtils/Embed.t
29387 ____________________________________________________________________________
29388 [ 12740] By: nick                                  on 2001/10/28  14:14:24
29389         Log: Integrate mainline
29390      Branch: perlio
29391           !> lib/ExtUtils/Embed.t win32/win32.c
29392 ____________________________________________________________________________
29393 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
29394         Log: Need to be ./executed.
29395      Branch: perl
29396            ! lib/ExtUtils/Embed.t
29397 ____________________________________________________________________________
29398 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
29399         Log: Integrate perlio.
29400      Branch: perl
29401           !> perlio.c win32/win32.h
29402 ____________________________________________________________________________
29403 [ 12737] By: nick                                  on 2001/10/28  13:53:45
29404         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
29405              by gcc -xc++.
29406      Branch: perlio
29407            ! win32/win32.h
29408 ____________________________________________________________________________
29409 [ 12736] By: nick                                  on 2001/10/28  13:50:50
29410         Log: Have :stdio layer update an honour the fd refcnt table.
29411              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
29412      Branch: perlio
29413            ! perlio.c
29414 ____________________________________________________________________________
29415 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
29416         Log: Integrate changes #12724 and #12725 from maintperl;
29417              multiarg system now works.
29418      Branch: perl
29419           !> win32/win32.c
29420 ____________________________________________________________________________
29421 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
29422         Log: Integrate perlio.
29423      Branch: perl
29424           +> lib/ExtUtils/Embed.t
29425           !> MANIFEST perlio.c
29426 ____________________________________________________________________________
29427 [ 12733] By: nick                                  on 2001/10/28  13:07:16
29428         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
29429              least for PERLIO=perlio unthreaded case
29430      Branch: perlio
29431            ! perlio.c
29432 ____________________________________________________________________________
29433 [ 12732] By: nick                                  on 2001/10/28  11:10:24
29434         Log: Typo in exe name
29435      Branch: perlio
29436            ! lib/ExtUtils/Embed.t
29437 ____________________________________________________________________________
29438 [ 12731] By: nick                                  on 2001/10/28  11:09:59
29439         Log: Integrate Mainline
29440      Branch: perlio
29441           !> Changes configure.com ext/DB_File/DB_File.pm
29442           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
29443           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
29444           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
29445           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
29446           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
29447           !> t/TEST t/op/regexp.t win32/buildext.pl
29448 ____________________________________________________________________________
29449 [ 12730] By: nick                                  on 2001/10/28  11:05:35
29450         Log: Fixup Embed.t for Win32/VC++
29451      Branch: perlio
29452            ! lib/ExtUtils/Embed.t
29453 ____________________________________________________________________________
29454 [ 12729] By: nick                                  on 2001/10/28  09:36:20
29455         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
29456              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
29457              ExtUtils::Embed.
29458      Branch: perlio
29459            + lib/ExtUtils/Embed.t
29460            ! MANIFEST
29461 ____________________________________________________________________________
29462 [ 12728] By: sky                                   on 2001/10/28  08:12:53
29463         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
29464              line manually!
29465      Branch: perl
29466            ! lib/ExtUtils/xsubpp
29467 ____________________________________________________________________________
29468 [ 12727] By: sky                                   on 2001/10/28  08:02:09
29469         Log: And here we use the prototypes.
29470      Branch: perl
29471            ! ext/threads/shared/shared.xs
29472 ____________________________________________________________________________
29473 [ 12726] By: sky                                   on 2001/10/28  08:00:48
29474         Log: Support [] style prototypes.
29475      Branch: perl
29476            ! lib/ExtUtils/xsubpp
29477 ____________________________________________________________________________
29478 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
29479         Log: yet another multi-arg system() fix on windows: batch files as the
29480              first argument (i.e. directly executed by CreateProcess()) need
29481              extra quoting to escape shell-shock
29482      Branch: maint-5.6/perl
29483            ! win32/win32.c
29484 ____________________________________________________________________________
29485 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
29486         Log: another multi-arg system() fix on windows: passing empty arguments
29487              now works
29488      Branch: maint-5.6/perl
29489            ! win32/win32.c
29490 ____________________________________________________________________________
29491 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
29492         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
29493              No final #else #error because we do not seem to
29494              be using #error?
29495      Branch: perl
29496            ! op.h
29497 ____________________________________________________________________________
29498 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
29499         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
29500              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
29501              Date: Sat, 27 Oct 2001 23:28:44 EST 
29502              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
29503      Branch: perl
29504            ! ext/Time/HiRes/HiRes.xs
29505 ____________________________________________________________________________
29506 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
29507         Log: Regen perlapi, perltoc.
29508      Branch: perl
29509            ! pod/perlapi.pod pod/perltoc.pod
29510 ____________________________________________________________________________
29511 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
29512         Log: Subject: [PATCH] sv.h documentation
29513              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
29514              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
29515              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
29516      Branch: perl
29517            ! sv.h
29518 ____________________________________________________________________________
29519 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
29520         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
29521              system("nmake -nologo", "clean") and there is no executable
29522              called "nmake -nologo"; this used to "work" pre-change#12559 due
29523              to bugs in multiarg system() that have since been fixed
29524      Branch: perl
29525            ! win32/buildext.pl
29526 ____________________________________________________________________________
29527 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
29528         Log: Update Changes.
29529      Branch: perl
29530            ! Changes patchlevel.h
29531 ____________________________________________________________________________
29532 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
29533         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
29534              From: Richard.Foley@t-online.de (Richard Foley)            
29535              Date: Sun, 28 Oct 2001 00:48:32 +0200
29536              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
29537      Branch: perl
29538            ! pod/perlhack.pod
29539 ____________________________________________________________________________
29540 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
29541         Log: Must store pointers with the right width.
29542      Branch: perl
29543            ! op.h
29544 ____________________________________________________________________________
29545 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
29546         Log: Integrate change #12711 from perlio;
29547              
29548              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29549              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29550      Branch: perl
29551           !> perlio.c
29552 ____________________________________________________________________________
29553 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
29554         Log: Subject: [PATCH] make minitest
29555              From: Nicholas Clark <nick@ccl4.org>
29556              Date: Sat, 27 Oct 2001 22:56:16 +0100
29557              Message-ID: <20011027225616.L20275@plum.flirble.org>
29558      Branch: perl
29559            ! t/TEST
29560 ____________________________________________________________________________
29561 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
29562         Log: Patch #12661 missed this.
29563      Branch: perl
29564            ! ext/DB_File/DB_File.pm
29565 ____________________________________________________________________________
29566 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
29567         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
29568              From: "Craig A. Berry" <craigberry@mac.com>
29569              Date: Sat, 27 Oct 2001 16:07:47 -0500
29570              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
29571      Branch: perl
29572            ! configure.com perlio.c
29573 ____________________________________________________________________________
29574 [ 12711] By: nick                                  on 2001/10/27  19:49:25
29575         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29576              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29577      Branch: perlio
29578            ! perlio.c
29579 ____________________________________________________________________________
29580 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
29581         Log: Let's not replace reason if there's one already supplied.
29582      Branch: perl
29583            ! t/op/regexp.t
29584 ____________________________________________________________________________
29585 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
29586         Log: is not good.
29587      Branch: perl
29588            ! t/op/regexp.t
29589 ____________________________________________________________________________
29590 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
29591         Log: ldlibpth can exist but be unset.
29592      Branch: perl
29593            ! t/TEST
29594 ____________________________________________________________________________
29595 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
29596         Log: Unicode: property alias naming cleanup.
29597      Branch: perl
29598            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
29599 ____________________________________________________________________________
29600 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
29601         Log: FAQ sync.
29602      Branch: perl
29603            ! pod/perlfaq4.pod
29604 ____________________________________________________________________________
29605 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
29606         Log: Integrate change #12703 from maintperl;
29607              
29608              typemap stuff intervenes before declaration, move it to PREINIT
29609              section
29610              
29611              (an empty integrate, but now the files are in sync
29612              between the branches)
29613      Branch: perl
29614           !> ext/ODBM_File/ODBM_File.xs
29615 ____________________________________________________________________________
29616 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
29617         Log: More PerlIO symbols.
29618      Branch: perl
29619            ! makedef.pl
29620 ____________________________________________________________________________
29621 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
29622         Log: typemap stuff intervenes before declaration, move it to PREINIT
29623              section
29624      Branch: maint-5.6/perl
29625            ! ext/ODBM_File/ODBM_File.xs
29626 ____________________________________________________________________________
29627 [ 12702] By: nick                                  on 2001/10/27  14:09:35
29628         Log: Integrate mainline
29629      Branch: perlio
29630           +> ext/threads/shared/t/av_simple.t
29631           +> ext/threads/shared/t/hv_refs.t
29632           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
29633           !> (integrate 109 files)
29634 ____________________________________________________________________________
29635 [ 12700] By: ams                                   on 2001/10/26  21:22:23
29636         Log: Subject: [PATCH] tweak divide
29637              From: Nicholas Clark <nick@ccl4.org>
29638              Date: Fri, 26 Oct 2001 22:52:17 +0100
29639              Message-Id: <20011026225217.B20275@plum.flirble.org>
29640      Branch: perl
29641            ! pp.c
29642 ____________________________________________________________________________
29643 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
29644         Log: Integrate a buncha things from maintperl.
29645      Branch: maint-5.6/macperl
29646           !> (integrate 32 files)
29647 ____________________________________________________________________________
29648 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
29649         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
29650              From: Andy Dougherty <doughera@lafayette.edu>
29651              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
29652              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
29653      Branch: perl
29654            ! hints/svr4.sh
29655 ____________________________________________________________________________
29656 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
29657         Log: When you're root, many things become writable.
29658      Branch: perl
29659            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
29660 ____________________________________________________________________________
29661 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
29662         Log: Update Changes.
29663      Branch: perl
29664            ! Changes patchlevel.h
29665 ____________________________________________________________________________
29666 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
29667         Log: Term/Cap.t attempts to access the floppy drive for no good reason
29668              on dosish systems
29669      Branch: perl
29670            ! lib/Term/Cap.t
29671 ____________________________________________________________________________
29672 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
29673         Log: fix misleading comment on known inadequacy in B::Terse, and skip
29674              it correctly
29675      Branch: perl
29676            ! ext/B/t/terse.t
29677 ____________________________________________________________________________
29678 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
29679         Log: fix spurious AutoSplit.t failure under windows
29680      Branch: perl
29681            ! lib/AutoSplit.t
29682 ____________________________________________________________________________
29683 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
29684         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
29685      Branch: perl
29686            ! ext/Time/HiRes/HiRes.t
29687 ____________________________________________________________________________
29688 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
29689         Log: More logical to use %04"UVXf" than %"UVuf" since
29690              the Unicode standard prefers hex.
29691      Branch: perl
29692            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
29693            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
29694            ! lib/unicore/mktables utf8.c
29695 ____________________________________________________________________________
29696 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
29697         Log: change#12065 seems to have broken Encode build on windows; fix
29698      Branch: perl
29699            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
29700 ____________________________________________________________________________
29701 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
29702         Log: Unicode: add the case folding table.
29703      Branch: perl
29704            + lib/unicore/To/Fold.pl
29705            ! MANIFEST lib/unicore/mktables
29706 ____________________________________________________________________________
29707 [ 12688] By: sky                                   on 2001/10/26  13:51:29
29708         Log: Get the new functions right, do not export lock since we use builtin lock.
29709              TODO: fix xsubpp to support the new prototypes
29710      Branch: perl
29711            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29712 ____________________________________________________________________________
29713 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
29714         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
29715              as suggested by Sarathy.
29716      Branch: perl
29717            ! mg.c
29718 ____________________________________________________________________________
29719 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
29720         Log: avoid compiler warning
29721      Branch: perl
29722            ! win32/win32.c
29723 ____________________________________________________________________________
29724 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
29725         Log: WinCE update from Rainer Keuchel.
29726      Branch: perl
29727            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
29728            ! wince/wince.c
29729 ____________________________________________________________________________
29730 [ 12684] By: sky                                   on 2001/10/26  13:34:33
29731         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
29732      Branch: perl
29733            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29734 ____________________________________________________________________________
29735 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
29736         Log: More fixes that were made to the core and not in the libnet src
29737      Branch: perl
29738            ! lib/Net/Domain.pm
29739 ____________________________________________________________________________
29740 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
29741         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
29742              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
29743              Date: Fri, 26 Oct 2001 13:55:21 +0200
29744              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
29745              
29746              (plus make the db-recno.t#59 accept both \n and \r\n)
29747      Branch: perl
29748            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29749            ! ext/DB_File/t/db-recno.t
29750 ____________________________________________________________________________
29751 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
29752         Log: Fix tests to be able to run in the core and the CPAN dist
29753      Branch: perl
29754            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
29755            ! lib/Net/t/require.t lib/Net/t/smtp.t
29756 ____________________________________________________________________________
29757 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
29758         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
29759              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29760              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
29761              Date: Fri, 26 Oct 2001 08:34:46 EDT
29762      Branch: perl
29763            ! ext/Time/HiRes/HiRes.t
29764 ____________________________________________________________________________
29765 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
29766         Log: Sync libnet modules with what will be libnet-1.08
29767      Branch: perl
29768            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
29769            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
29770            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
29771            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
29772 ____________________________________________________________________________
29773 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
29774         Log: Integrate maintperl changes #12268 and #12669;
29775              
29776              final touches to the audit for statics and thread-unsafe code
29777              * make DB_File, ODBM_File thread-safe 
29778              * remove unnecessary/dangerous statics and protect others
29779              from not getting accidentally enabled under threaded perls
29780              
29781              windows support functions get_childdir() et al aren't exported
29782              correctly under vanilla build
29783              
29784              Testing under win32 appreciated since changes there had
29785              to be manually merged and I cannot test how badly did I do.
29786      Branch: perl
29787           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29788           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29789           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
29790           !> win32/vmem.h win32/win32.c win32/win32iop.h
29791 ____________________________________________________________________________
29792 [ 12677] By: sky                                   on 2001/10/26  12:37:17
29793         Log: More Config::threads to threads::threads changes
29794      Branch: perl
29795            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
29796 ____________________________________________________________________________
29797 [ 12676] By: sky                                   on 2001/10/26  12:31:46
29798         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
29799      Branch: perl
29800            ! ext/threads/threads.pm ext/threads/threads.xs
29801 ____________________________________________________________________________
29802 [ 12675] By: sky                                   on 2001/10/26  12:06:30
29803         Log: Allocing a TLS in runtime is not too hot.
29804      Branch: perl
29805            ! ext/threads/threads.xs
29806 ____________________________________________________________________________
29807 [ 12674] By: sky                                   on 2001/10/26  11:59:09
29808         Log: Don't display debug data.
29809      Branch: perl
29810            ! ext/threads/threads.pm
29811 ____________________________________________________________________________
29812 [ 12673] By: sky                                   on 2001/10/26  11:35:47
29813         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
29814              complete bar support for blessed objects.
29815              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
29816      Branch: perl
29817            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29818 ____________________________________________________________________________
29819 [ 12672] By: sky                                   on 2001/10/26  11:15:28
29820         Log: Fix case where shared reference does not exist in current thread.
29821      Branch: perl
29822            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29823 ____________________________________________________________________________
29824 [ 12671] By: sky                                   on 2001/10/26  08:48:52
29825         Log: Support for references in shared arrays.
29826      Branch: perl
29827            ! ext/threads/shared/shared.xs
29828 ____________________________________________________________________________
29829 [ 12670] By: sky                                   on 2001/10/26  08:30:11
29830         Log: Add tests for references in hashes.
29831      Branch: perl
29832            + ext/threads/shared/t/hv_refs.t
29833            ! MANIFEST
29834 ____________________________________________________________________________
29835 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
29836         Log: windows support functions get_childdir() et al aren't exported
29837              correctly under vanilla build
29838      Branch: maint-5.6/perl
29839            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
29840 ____________________________________________________________________________
29841 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
29842         Log: final touches to the audit for statics and thread-unsafe code
29843              * make DB_File, ODBM_File thread-safe 
29844              * remove unnecessary/dangerous statics and protect others
29845              from not getting accidentally enabled under threaded perls
29846      Branch: maint-5.6/perl
29847            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29848            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29849            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
29850            ! win32/win32.c
29851 ____________________________________________________________________________
29852 [ 12667] By: ams                                   on 2001/10/26  03:48:36
29853         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
29854              From: "Richard Soderberg" <rs@crystalflame.net>
29855              Date: Thu, 25 Oct 2001 23:42:50 -0400
29856              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
29857      Branch: perl
29858            ! sharedsv.c
29859 ____________________________________________________________________________
29860 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
29861         Log: Integrate change #12664 from maintperl;
29862              
29863              the newest GCCs don't seem to like C<"string1"##STRING2>
29864              so keep it as C<"string1" STRING2> (latter appears to
29865              work everywhere)
29866      Branch: perl
29867           !> ext/DynaLoader/dlutils.c
29868 ____________________________________________________________________________
29869 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
29870         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
29871              From: Chris Nandor <pudge@pobox.com>
29872              Date: Thu, 25 Oct 2001 22:15:03 -0400
29873              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
29874      Branch: perl
29875            ! perl.h
29876 ____________________________________________________________________________
29877 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
29878         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
29879              C<"string1" STRING2> (latter appears to work everywhere)
29880      Branch: maint-5.6/perl
29881            ! ext/DynaLoader/dlutils.c
29882 ____________________________________________________________________________
29883 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
29884         Log: AUTHORS update.
29885      Branch: perl
29886            ! AUTHORS
29887 ____________________________________________________________________________
29888 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
29889         Log: Integrate change #12660 from maintperl;
29890              
29891              make the dMY_CXT stuff available under all of
29892              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
29893      Branch: perl
29894           !> perl.h
29895 ____________________________________________________________________________
29896 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
29897         Log: Subject: [PATCH] DB_File-1.79
29898              From: "Paul Marquess" <paul.marquess@openwave.com>
29899              Date: Fri, 26 Oct 2001 00:03:54 +0100
29900              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
29901      Branch: perl
29902            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
29903            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
29904 ____________________________________________________________________________
29905 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
29906         Log: make the dMY_CXT stuff available under all of
29907              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
29908      Branch: maint-5.6/perl
29909            ! perl.h
29910 ____________________________________________________________________________
29911 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
29912         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
29913              From: Michael G Schwern <schwern@pobox.com>
29914              Date: Thu, 25 Oct 2001 18:28:12 -0400
29915              Message-ID: <20011025182812.M4811@blackrider>
29916      Branch: perl
29917            ! t/run/kill_perl.t
29918 ____________________________________________________________________________
29919 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
29920         Log: STRLEN != int.
29921      Branch: perl
29922            ! regcomp.c regexec.c
29923 ____________________________________________________________________________
29924 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
29925         Log: Subject: [PATCH] remove small IVop redundancy
29926              From: Nicholas Clark <nick@ccl4.org>
29927              Date: Thu, 25 Oct 2001 22:48:28 +0100
29928              Message-ID: <20011025224827.M66471@plum.flirble.org>
29929      Branch: perl
29930            ! pp.c pp_hot.c
29931 ____________________________________________________________________________
29932 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
29933         Log: Metaconfig unit change for #12655.
29934      Branch: metaconfig/U/perl
29935            ! Extensions.U
29936 ____________________________________________________________________________
29937 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
29938         Log: Subject: Re: Not OK @12650
29939              From: Andy Dougherty <doughera@lafayette.edu>
29940              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
29941              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
29942      Branch: perl
29943            ! Configure
29944 ____________________________________________________________________________
29945 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
29946         Log: Integrate changes #12652 and #12653 from maintperl;
29947              
29948              more tweaks to change#12626
29949              * move the boilerplate code over to perl.h and make DynaLoader
29950              use it
29951              * make re, Opcode, File::Glob and B threadsafe
29952              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
29953              C<no re;> anywhere)
29954              
29955              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
29956              
29957              File::Glob required a bit more work in bleadperl
29958              because of ExtUtils::Constant (see the Makefile.PL change)
29959      Branch: perl
29960            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
29961           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29962           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
29963 ____________________________________________________________________________
29964 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
29965         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
29966      Branch: maint-5.6/perl
29967            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29968            ! ext/Opcode/Opcode.xs ext/re/re.xs
29969 ____________________________________________________________________________
29970 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
29971         Log: more tweaks to change#12626
29972              * move the boilerplate code over to perl.h and make DynaLoader
29973              use it
29974              * make re, Opcode, File::Glob and B threadsafe
29975              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
29976              C<no re;> anywhere)
29977      Branch: maint-5.6/perl
29978            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29979            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
29980 ____________________________________________________________________________
29981 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
29982         Log: Metaconfig unit change for #12650.
29983      Branch: metaconfig/U/perl
29984            ! Extensions.U
29985 ____________________________________________________________________________
29986 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
29987         Log: Subject: Re: ithreads doesn't like usedl=n
29988              From: Andy Dougherty <doughera@lafayette.edu>
29989              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
29990              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
29991              
29992              Special-case threads::shared.
29993      Branch: perl
29994            ! Configure
29995 ____________________________________________________________________________
29996 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
29997         Log: Getting fancier...
29998      Branch: perl
29999            ! t/TEST
30000 ____________________________________________________________________________
30001 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
30002         Log: csh - what a pain.
30003      Branch: perl
30004            ! t/TEST
30005 ____________________________________________________________________________
30006 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
30007         Log: Update Changes.
30008      Branch: perl
30009            ! Changes patchlevel.h
30010 ____________________________________________________________________________
30011 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
30012         Log: Allow resetting the locale system for the duration
30013              of the build (Mac OS X default setting LANG=En_US
30014              ist kaputt)
30015      Branch: perl
30016            ! Makefile.SH
30017 ____________________________________________________________________________
30018 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
30019         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
30020      Branch: perl
30021            ! ext/Digest/MD5/t/files.t
30022 ____________________________________________________________________________
30023 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
30024         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
30025              From: Andy Dougherty <doughera@lafayette.edu>
30026              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
30027              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
30028      Branch: perl
30029            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
30030            ! ext/threads/shared/Makefile.PL
30031 ____________________________________________________________________________
30032 [ 12643] By: sky                                   on 2001/10/25  12:28:26
30033         Log: Add support for reference members of hashes.
30034      Branch: perl
30035            ! ext/threads/shared/shared.xs
30036 ____________________________________________________________________________
30037 [ 12642] By: ams                                   on 2001/10/25  12:21:13
30038         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
30039              From: "Norton Allen" <nort@qnx.com>
30040              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
30041              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
30042      Branch: perl
30043            ! ext/Digest/MD5/MD5.xs
30044 ____________________________________________________________________________
30045 [ 12641] By: sky                                   on 2001/10/25  10:27:39
30046         Log: Tests shared hashes.
30047      Branch: perl
30048            + ext/threads/shared/t/hv_simple.t
30049            ! MANIFEST
30050 ____________________________________________________________________________
30051 [ 12640] By: sky                                   on 2001/10/25  10:18:23
30052         Log: Fix threadcounts for arrays and hashes.
30053      Branch: perl
30054            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30055 ____________________________________________________________________________
30056 [ 12639] By: sky                                   on 2001/10/25  10:17:26
30057         Log: Note to self, doing *src_ary++ in a macro that evaluates
30058              the value more than once is a good way to dump core.
30059      Branch: perl
30060            ! sharedsv.c
30061 ____________________________________________________________________________
30062 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
30063         Log: Integrate change #12636 from maintperl; more dl fixups.
30064      Branch: perl
30065           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
30066           !> ext/DynaLoader/dl_vms.xs
30067 ____________________________________________________________________________
30068 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
30069         Log: Like dl_hpux, like dl_dld.
30070      Branch: perl
30071            ! ext/DynaLoader/dl_dld.xs
30072 ____________________________________________________________________________
30073 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
30074         Log: followups to change#12635
30075      Branch: maint-5.6/perl
30076            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
30077            ! ext/DynaLoader/dl_vms.xs
30078 ____________________________________________________________________________
30079 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
30080         Log: add part of change#12634 to the two files that need it; dl_aix.xs
30081              in maint-5.6 doesn't have the branch that had the problem in
30082              mainline
30083      Branch: maint-5.6/perl
30084            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
30085 ____________________________________________________________________________
30086 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
30087         Log: Fixes for #12627.
30088      Branch: perl
30089            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
30090 ____________________________________________________________________________
30091 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
30092         Log: Since pv_uni_display and sv_uni_display are now used
30093              in the re extension, their symbols have to be exported.
30094      Branch: perl
30095            ! embed.pl global.sym
30096 ____________________________________________________________________________
30097 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
30098         Log: Subject:  Re: [PATCH Perl@12567] debug /list
30099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30100              Date: Tue, 23 Oct 2001 21:40:33 EDT
30101              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
30102      Branch: perl
30103            ! configure.com
30104 ____________________________________________________________________________
30105 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
30106         Log: This takes care of some of the re 'debug' cases but
30107              not all cases since the information whether the pattern
30108              or the target are utf8 seems to be either lost or not
30109              spread widely enough, sigh.
30110      Branch: perl
30111            ! regcomp.c
30112 ____________________________________________________________________________
30113 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
30114         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
30115              From: John Peacock <jpeacock@rowman.com>
30116              Date: Wed, 24 Oct 2001 16:53:29 -0400
30117              Message-ID: <3BD72A49.1508D152@rowman.com>
30118      Branch: perl
30119            ! configure.com
30120 ____________________________________________________________________________
30121 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
30122         Log: Upgrade NetWare and WinCE as in #12626.
30123      Branch: perl
30124            ! NetWare/dl_netware.xs wince/dl_win32.xs
30125 ____________________________________________________________________________
30126 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
30127         Log: Tru64 compiler nit.
30128      Branch: perl
30129            ! ext/threads/shared/shared.xs
30130 ____________________________________________________________________________
30131 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
30132         Log: Integrate change #12626 from maintperl;
30133              make DynaLoader threadsafe by moving all statics into
30134              interpreter-local space
30135              
30136              TODO: Netware, OS/2, WinCE
30137      Branch: perl
30138           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
30139           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
30140           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
30141           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
30142           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
30143           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
30144           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
30145 ____________________________________________________________________________
30146 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
30147         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
30148              space
30149      Branch: maint-5.6/perl
30150            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
30151            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
30152            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
30153            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
30154            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
30155            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
30156            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
30157 ____________________________________________________________________________
30158 [ 12625] By: sky                                   on 2001/10/24  20:05:26
30159         Log: Change #12623 inflicted an infinite hang. Fixed.
30160      Branch: perl
30161            ! ext/threads/shared/shared.xs
30162 ____________________________________________________________________________
30163 [ 12624] By: sky                                   on 2001/10/24  19:06:55
30164         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
30165      Branch: perl
30166            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30167 ____________________________________________________________________________
30168 [ 12623] By: sky                                   on 2001/10/24  18:06:34
30169         Log: We need to do sharedsv_find in the original perl context.
30170      Branch: perl
30171            ! ext/threads/shared/shared.xs
30172 ____________________________________________________________________________
30173 [ 12622] By: sky                                   on 2001/10/24  17:26:51
30174         Log: Add support for basic support for AVs, references not supported yet.
30175              Add test for AVs.
30176              Add more tests to sv_refs
30177              Fix documentation issues.  
30178      Branch: perl
30179            + ext/threads/shared/t/av_simple.t
30180            ! MANIFEST ext/threads/shared/shared.pm
30181            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
30182 ____________________________________________________________________________
30183 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
30184         Log: Dump Unicode better for re 'debug'.  The regprop()
30185              is unfinished since have to figure out how to detect
30186              Unicodeness in there.
30187      Branch: perl
30188            ! regcomp.c regexec.c
30189 ____________________________________________________________________________
30190 [ 12620] By: sky                                   on 2001/10/24  13:18:07
30191         Log: Add support for finding shared arrays and hashes.
30192      Branch: perl
30193            ! sharedsv.c
30194 ____________________________________________________________________________
30195 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
30196         Log: Rewrite sv_uni_display() as pv_uni_display() as
30197              reimplement sv_uni_display() using that.
30198      Branch: perl
30199            ! dump.c embed.h embed.pl proto.h
30200 ____________________________________________________________________________
30201 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
30202         Log: Integrate change #12615 from maintperl;
30203              on Windows, IO::File::new_tmpfile() fails after being called
30204              32767 times because MSVCRT thinks stdio's TMP_MAX is a
30205              process-wide limit
30206      Branch: perl
30207           !> win32/win32.c
30208 ____________________________________________________________________________
30209 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
30210         Log: Don't try to print ints as IVs.
30211      Branch: perl
30212            ! ext/Time/HiRes/HiRes.xs
30213 ____________________________________________________________________________
30214 [ 12616] By: sky                                   on 2001/10/24  11:06:35
30215         Log: We only need to fetch the SV from the backend if the index
30216              is not the same as mg_private.     In theory this could be
30217              a problem if there are an exact multiple of U16 changes
30218              of a shared variable between two access in a given thread,
30219              we choose to avoid theory for now.
30220      Branch: perl
30221            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
30222 ____________________________________________________________________________
30223 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
30224         Log: on Windows, IO::File::new_tmpfile() fails after being called
30225              32767 times because MSVCRT thinks stdio's TMP_MAX is a
30226              process-wide limit
30227      Branch: maint-5.6/perl
30228            ! win32/win32.c
30229 ____________________________________________________________________________
30230 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
30231         Log: Negation and Unicode: sort of solves 20010303.010,
30232              except not quite like reported in the Subject
30233              (Perl_warner is still utf8-ignorant).
30234      Branch: perl
30235            ! pp.c t/lib/warnings/sv
30236 ____________________________________________________________________________
30237 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
30238         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
30239      Branch: perl
30240            ! sv.c t/lib/warnings/sv
30241 ____________________________________________________________________________
30242 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
30243         Log: sv_uni_display(): do not add the "...", let the caller
30244              do it if wanted, and be prepared for more display options.
30245      Branch: perl
30246            ! dump.c embed.h embed.pl proto.h
30247 ____________________________________________________________________________
30248 [ 12611] By: nick                                  on 2001/10/23  20:28:07
30249         Log: Integrate mainline
30250      Branch: perlio
30251           !> Changes configure.com cygwin/cygwin.c
30252           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
30253           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
30254           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
30255           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
30256           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
30257           !> utils/h2xs.PL utils/perldoc.PL
30258 ____________________________________________________________________________
30259 [ 12610] By: sky                                   on 2001/10/23  19:39:24
30260         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
30261              don't call themselves READONLY but still die with modification
30262              attempt. We only call bless for ext and umagic.
30263      Branch: perl
30264            ! sv.c
30265 ____________________________________________________________________________
30266 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
30267         Log: Croak() on negative time; doc tweaks.
30268      Branch: perl
30269            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
30270            ! ext/Time/HiRes/HiRes.xs
30271 ____________________________________________________________________________
30272 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
30273         Log: FAQ sync.
30274      Branch: perl
30275            ! pod/perlfaq4.pod pod/perlfaq7.pod
30276 ____________________________________________________________________________
30277 [ 12607] By: sky                                   on 2001/10/23  18:27:27
30278         Log: Call setmagic on the referent we are blessing.
30279      Branch: perl
30280            ! sv.c
30281 ____________________________________________________________________________
30282 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
30283         Log: Small test nits.
30284      Branch: perl
30285            ! t/op/lc.t
30286 ____________________________________________________________________________
30287 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
30288         Log: Update Changes.
30289      Branch: perl
30290            ! Changes patchlevel.h
30291 ____________________________________________________________________________
30292 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
30293         Log: Make the PerlIO_init() prototypes consistent.
30294      Branch: perl
30295            ! perlio.c
30296 ____________________________________________________________________________
30297 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
30298         Log: Upping the test count is a good idea.
30299      Branch: perl
30300            ! t/op/lc.t
30301 ____________________________________________________________________________
30302 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
30303         Log: Document the final sigma spot.
30304      Branch: perl
30305            ! pp.c
30306 ____________________________________________________________________________
30307 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
30308         Log: Fix multicharacter titlecase (ucfirst).
30309      Branch: perl
30310            ! pod/perlunicode.pod pp.c t/op/lc.t
30311 ____________________________________________________________________________
30312 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
30313         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
30314              From: Mikhail Zabaluev <mhz@alt-linux.org>
30315              Date: Tue, 23 Oct 2001 10:40:37 +0400
30316              Message-ID: <20011023104037.A12761@localhost.localdomain>
30317              
30318              (#12406 replaced with this)
30319      Branch: perl
30320            ! utils/perldoc.PL
30321 ____________________________________________________________________________
30322 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
30323         Log: MacOS Classic updates from Pudge.
30324      Branch: perl
30325            ! lib/File/Spec.t lib/File/Spec/Mac.pm
30326 ____________________________________________________________________________
30327 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
30328         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
30329              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30330              Date: Sun, 14 Oct 2001 23:14:46 +0200
30331              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
30332              
30333              except for the 2->4 changes.
30334      Branch: perl
30335            ! lib/AutoSplit.t
30336 ____________________________________________________________________________
30337 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
30338         Log: integrate macperl contents into maint-5.6
30339      Branch: maint-5.6/perl
30340            ! mg.c
30341           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
30342           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
30343           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
30344           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30345           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
30346           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
30347           !> t/lib/filefind.t t/lib/filespec.t
30348 ____________________________________________________________________________
30349 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
30350         Log: At some point the #6234 has been lost from the mainline
30351              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
30352      Branch: perl
30353            ! lib/File/Spec/Win32.pm
30354 ____________________________________________________________________________
30355 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
30356         Log: Cygwin seems to round up (or closest, but not down)
30357              for time(), so half of the time (bad pun intended)
30358              Time::HiRes::time() is less than time(), half of
30359              the time it's more.  So let's try harder in the loop.
30360      Branch: perl
30361            ! ext/Time/HiRes/HiRes.t
30362 ____________________________________________________________________________
30363 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
30364         Log: MacOS Classic timeofday(), from Chris Nandor. 
30365      Branch: perl
30366            ! ext/Time/HiRes/HiRes.xs
30367 ____________________________________________________________________________
30368 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
30369         Log: Integrate changes #12580 and #12581 from macperl;
30370              
30371              Fix path construction.
30372              
30373              (Copyright) Nit.
30374      Branch: perl
30375           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
30376 ____________________________________________________________________________
30377 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
30378         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
30379              doesn't seem to help (the error being output to console, maybe?)
30380      Branch: perl
30381            ! lib/Net/Domain.pm
30382 ____________________________________________________________________________
30383 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
30384         Log: Taint the getcwd() result also in Cygwin.
30385              (TODO: which other platforms need the same thing?)
30386      Branch: perl
30387            ! cygwin/cygwin.c
30388 ____________________________________________________________________________
30389 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
30390         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
30391      Branch: perl
30392            ! t/op/taint.t
30393 ____________________________________________________________________________
30394 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
30395         Log: getpwuid() fragility continues.
30396      Branch: perl
30397            ! utils/h2xs.PL
30398 ____________________________________________________________________________
30399 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
30400         Log: getpwuid() might succeed but that's no guarantee
30401              that the $home will be defined.
30402      Branch: perl
30403            ! ext/File/Glob/t/basic.t
30404 ____________________________________________________________________________
30405 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
30406         Log: It's safer to to expand the variable, too... (see #12571)
30407      Branch: perl
30408            ! t/TEST
30409 ____________________________________________________________________________
30410 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
30411         Log: Integrate with maintperl.
30412      Branch: maint-5.6/macperl
30413           !> win32/bin/pl2bat.pl win32/win32.c
30414 ____________________________________________________________________________
30415 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
30416         Log: Oops, forgot to include Win32 ... just as well, since it
30417              seems in bleadperl, change #7764 was not included
30418              (adding C:\temp).  Re-added.  Rip it back out if it
30419              doesn't belong.  :-)
30420      Branch: maint-5.6/macperl
30421            ! lib/File/Spec/Win32.pm
30422 ____________________________________________________________________________
30423 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
30424         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
30425              From: "Craig A. Berry" <craigberry@mac.com>
30426              Date: Mon, 22 Oct 2001 15:25:19 -0500
30427              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
30428      Branch: perl
30429            ! configure.com
30430 ____________________________________________________________________________
30431 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
30432         Log: Add in lots of File::Spec changes, from Thomas Wegner,
30433              and sync with changes from bleadperl.
30434      Branch: maint-5.6/macperl
30435            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
30436            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30437            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30438            ! lib/File/Spec/Win32.pm t/lib/filespec.t
30439 ____________________________________________________________________________
30440 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
30441         Log: Sync with latest File::Find and tests from bleadperl.
30442      Branch: maint-5.6/macperl
30443            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
30444 ____________________________________________________________________________
30445 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
30446         Log: Nit.
30447      Branch: maint-5.6/macperl
30448            ! perl.c
30449 ____________________________________________________________________________
30450 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
30451         Log: Fix path construction.
30452      Branch: maint-5.6/macperl
30453            ! ext/DynaLoader/DynaLoader_pm.PL
30454 ____________________________________________________________________________
30455 [ 12579] By: nick                                  on 2001/10/22  19:08:35
30456         Log: Integrate mainline (for Arthurs thread.xs fix)
30457      Branch: perlio
30458           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
30459 ____________________________________________________________________________
30460 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
30461         Log: Fix up exported symbols, move relevant docs
30462              over from macperl.pod.
30463      Branch: maint-5.6/macperl
30464            ! macos/ext/MacPerl/MacPerl.pm
30465 ____________________________________________________________________________
30466 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
30467         Log: Make ADDRESS called optionally as a method.
30468      Branch: maint-5.6/macperl
30469            ! macos/lib/Mac/Glue.pm
30470 ____________________________________________________________________________
30471 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
30472         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
30473              Apple event.
30474      Branch: maint-5.6/macperl
30475            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
30476            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
30477            ! macos/macperl/MPTerminology.aete
30478 ____________________________________________________________________________
30479 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
30480         Log: Clean up some build utilities. Change Entab to Duplicate;
30481              fix docs and error reporting; improve macify() of paths;
30482              remove requirement for Exporter.pm presence.
30483      Branch: maint-5.6/macperl
30484            ! macos/InstallBLIB macos/MacPerlTests.cmd
30485            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
30486 ____________________________________________________________________________
30487 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
30488         Log: Sync Time::HiRes with bleadperl
30489      Branch: maint-5.6/macperl
30490            ! macos/bundled_ext/Time/HiRes/HiRes.pm
30491            ! macos/bundled_ext/Time/HiRes/HiRes.t
30492            ! macos/bundled_ext/Time/HiRes/HiRes.xs
30493 ____________________________________________________________________________
30494 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
30495         Log: Fix up Changes
30496      Branch: maint-5.6/macperl
30497            ! macos/Changes
30498 ____________________________________________________________________________
30499 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
30500         Log: A user might belong to only a single group
30501              (the group equal to the group id).
30502      Branch: perl
30503            ! t/op/groups.t
30504 ____________________________________________________________________________
30505 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
30506         Log: Prepending (instead of replacing with) the pwd is safer. 
30507      Branch: perl
30508            ! t/TEST
30509 ____________________________________________________________________________
30510 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
30511         Log: Be more robust if no hostname or domainname
30512              (especially the latter)
30513      Branch: perl
30514            ! lib/Net/Domain.pm
30515 ____________________________________________________________________________
30516 [ 12569] By: sky                                   on 2001/10/22  17:41:07
30517         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
30518      Branch: perl
30519            ! ext/threads/threads.xs
30520 ____________________________________________________________________________
30521 [ 12568] By: nick                                  on 2001/10/22  16:31:24
30522         Log: Integrate mainline
30523      Branch: perlio
30524           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
30525           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30526           +> ext/threads/shared/t/sv_refs.t
30527           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
30528            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30529            - lib/unicore/To/SpecUpper.pl
30530           !> (integrate 42 files)
30531 ____________________________________________________________________________
30532 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
30533         Log: Update Changes.
30534      Branch: perl
30535            ! Changes patchlevel.h
30536 ____________________________________________________________________________
30537 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
30538         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
30539              From: Michael G Schwern <schwern@pobox.com>
30540              Date: Mon, 22 Oct 2001 03:48:38 -0400
30541              Message-ID: <20011022034838.B1676@blackrider>
30542      Branch: perl
30543            ! pod/perlvar.pod
30544 ____________________________________________________________________________
30545 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
30546         Log: Pod nits, as suggested by Stas Bekman.
30547      Branch: perl
30548            ! ext/threads/shared/shared.pm ext/threads/threads.pm
30549 ____________________________________________________________________________
30550 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
30551         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
30552              From: "Paul Marquess" <paul.marquess@openwave.com> 
30553              Date: Sun, 21 Oct 2001 21:11:15 +0100
30554              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
30555      Branch: perl
30556            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
30557            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
30558            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
30559            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
30560            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
30561            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
30562            ! ext/SDBM_File/sdbm.t
30563 ____________________________________________________________________________
30564 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
30565         Log: Integrate change #12559 from maintperl;
30566              various fixes for system() and backticks under windows
30567      Branch: perl
30568           !> win32/win32.c
30569 ____________________________________________________________________________
30570 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
30571         Log: Integrate change #12560 from maintperl;
30572              make pl2bat use %0 rather than "%0" (the latter fails to work
30573              in a lot of common cases)
30574      Branch: perl
30575           !> win32/bin/pl2bat.pl
30576 ____________________________________________________________________________
30577 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
30578         Log: Integrate changes #12549 and #12550 from maintperl;
30579              
30580              readline() doesn't work with our variables; it confuses them with
30581              my variables (change#4227 was incomplete)
30582      Branch: perl
30583            ! t/lib/strict/vars
30584           !> t/base/rs.t toke.c
30585 ____________________________________________________________________________
30586 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
30587         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
30588              in a lot of common cases)
30589      Branch: maint-5.6/perl
30590            ! win32/bin/pl2bat.pl
30591 ____________________________________________________________________________
30592 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
30593         Log: various fixes for system() and backticks under windows:
30594              
30595              * avoid munging whitespace that is passed within quotes
30596              * work around a cmd.exe misfeature that made multi-arg
30597              system() unreliable when there is more than one quoted
30598              argument
30599              * make multi-arg system() autoquote arguments as needed
30600              before passing them to the shell (this avoids having to
30601              second guess the shell quoting)
30602              * perl's -Dp switch can be used to trace the innards
30603      Branch: maint-5.6/perl
30604            ! win32/win32.c
30605 ____________________________________________________________________________
30606 [ 12558] By: nick                                  on 2001/10/22  08:58:42
30607         Log: Integrate ithreads buffer flush fix from perlio
30608      Branch: perl
30609           !> ext/threads/t/basic.t perl.c
30610 ____________________________________________________________________________
30611 [ 12557] By: nick                                  on 2001/10/22  08:35:09
30612         Log: All tests pass (legitimately) on ithreads
30613      Branch: perlio
30614            ! ext/threads/t/basic.t perl.c
30615 ____________________________________________________________________________
30616 [ 12556] By: nick                                  on 2001/10/22  06:51:22
30617         Log: Integrate non-ithreads fix to mainline
30618      Branch: perl
30619           !> perlio.c
30620 ____________________________________________________________________________
30621 [ 12555] By: nick                                  on 2001/10/22  06:48:33
30622         Log: Restore non-ithreads build. Interestingly binmode test passes
30623              non-ithreads - so crlf layer is not damaged and ithreads fail
30624              is a symptom ...
30625      Branch: perlio
30626            ! perlio.c
30627 ____________________________________________________________________________
30628 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
30629         Log: Integrate from perlio; restructuring.
30630      Branch: perl
30631           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30632           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
30633           !> win32/perlhost.h
30634 ____________________________________________________________________________
30635 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
30636         Log: Integrate from maintperl
30637              (Changes 12350, 12496, 12548, 12549, 12550)
30638      Branch: maint-5.6/macperl
30639           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
30640           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
30641 ____________________________________________________________________________
30642 [ 12552] By: nick                                  on 2001/10/21  19:18:12
30643         Log: Win32 PerlIO_cleanup special cases should no longer be required.
30644      Branch: perlio
30645            ! perl.c
30646 ____________________________________________________________________________
30647 [ 12551] By: nick                                  on 2001/10/21  19:16:56
30648         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
30649      Branch: perlio
30650            ! win32/makefile.mk
30651 ____________________________________________________________________________
30652 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
30653         Log: change#12549 wasn't aware of strictures
30654      Branch: maint-5.6/perl
30655            ! t/pragma/strict-vars toke.c
30656 ____________________________________________________________________________
30657 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
30658         Log: readline() doesn't work with our variables; it confuses them with
30659              my variables (change#4227 was incomplete)
30660      Branch: maint-5.6/perl
30661            ! t/base/rs.t toke.c
30662 ____________________________________________________________________________
30663 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
30664         Log: change#12220 appears to have pulled in a mainline change that
30665              isn't applicable to maint-5.6 (some platforms don't taint
30666              cwd)
30667      Branch: maint-5.6/perl
30668            ! t/lib/filefind-taint.t
30669 ____________________________________________________________________________
30670 [ 12547] By: nick                                  on 2001/10/21  17:15:54
30671         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
30672              for them. Call explicit cleanup during destruct process.
30673              - one binmode test is failing
30674              - also ext/threads/t/basic.t fails under make test, and is noisy under
30675              harness. (Threads results are intermingled and don't match order expected.)
30676      Branch: perlio
30677            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30678            ! perlio.h perliol.h pod/perlapi.pod sv.c
30679 ____________________________________________________________________________
30680 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
30681         Log: Implement multicharacter case mappings where a single
30682              Unicode character can be mapped into several.
30683      Branch: perl
30684            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30685            - lib/unicore/To/SpecUpper.pl
30686            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
30687            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
30688            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
30689            ! proto.h t/op/lc.t utf8.c
30690 ____________________________________________________________________________
30691 [ 12545] By: sky                                   on 2001/10/21  15:25:16
30692         Log: First support of threads::shared, support shared svs and references.
30693      Branch: perl
30694            + ext/threads/shared/Makefile.PL ext/threads/shared/README
30695            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30696            + ext/threads/shared/t/sv_refs.t
30697            + ext/threads/shared/t/sv_simple.t
30698            ! MANIFEST sharedsv.c
30699 ____________________________________________________________________________
30700 [ 12544] By: nick                                  on 2001/10/21  14:52:35
30701         Log: PerlIO layer table as PL_perlio (per-interpreter)
30702      Branch: perlio
30703            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
30704            ! pod/perlapi.pod sv.c
30705 ____________________________________________________________________________
30706 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
30707         Log: Prettyprinting.
30708      Branch: perl
30709            ! pod/perlunicode.pod
30710 ____________________________________________________________________________
30711 [ 12542] By: ams                                   on 2001/10/21  03:50:25
30712         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
30713              From: "Sean M. Burke" <sburke@cpan.org>
30714              Date: Sat, 20 Oct 2001 17:51:09 -0600
30715              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
30716      Branch: perl
30717            + pod/perlpodspec.pod
30718            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
30719            ! pod/perltoc.pod
30720 ____________________________________________________________________________
30721 [ 12541] By: nick                                  on 2001/10/20  22:23:53
30722         Log: Fix typos in new locking on MemShared
30723              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
30724              - seems to make segfaults more deterministic - suspect they are 
30725              attempt to free() after Interp and Host have gone.
30726      Branch: perlio
30727            ! perlio.c win32/perlhost.h
30728 ____________________________________________________________________________
30729 [ 12540] By: nick                                  on 2001/10/20  21:50:46
30730         Log: Remove the MemShared re-#define (again)
30731      Branch: perlio
30732            ! perlio.c
30733 ____________________________________________________________________________
30734 [ 12539] By: nick                                  on 2001/10/20  21:49:06
30735         Log: Use locks on MemShared
30736      Branch: perlio
30737            ! win32/perlhost.h
30738 ____________________________________________________________________________
30739 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
30740         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
30741              From: "chromatic" <chromatic@rmci.net>
30742              Date: Sat, 20 Oct 2001 11:13:47 -0600
30743              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
30744      Branch: perl
30745            ! installhtml
30746 ____________________________________________________________________________
30747 [ 12537] By: nick                                  on 2001/10/20  16:44:03
30748         Log: Integrate mainline
30749      Branch: perlio
30750           !> (integrate 48 files)
30751 ____________________________________________________________________________
30752 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
30753         Log: Update Changes.
30754      Branch: perl
30755            ! Changes patchlevel.h
30756 ____________________________________________________________________________
30757 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
30758         Log: Upgrade to podlators 1.11, from Russ Allbery.
30759      Branch: perl
30760            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
30761            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30762            ! pod/pod2man.PL pod/pod2text.PL
30763 ____________________________________________________________________________
30764 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
30765         Log: Integrate perlio change #12532:
30766              introduce and use PerlIO_intmod2str().
30767      Branch: perl
30768           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
30769 ____________________________________________________________________________
30770 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
30771         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
30772      Branch: perl
30773            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
30774 ____________________________________________________________________________
30775 [ 12532] By: nick                                  on 2001/10/20  14:25:37
30776         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
30777              Use for non-PERLIO fdupopen().
30778      Branch: perlio
30779            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
30780 ____________________________________________________________________________
30781 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
30782         Log: Integrate perlio: PerlIO win32 fixes.
30783      Branch: perl
30784           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
30785           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
30786           !> proto.h sv.h win32/win32io.c
30787 ____________________________________________________________________________
30788 [ 12530] By: nick                                  on 2001/10/20  12:53:30
30789         Log: Fixed in two places - p4 resolve
30790      Branch: perlio
30791            ! perlsdio.h
30792 ____________________________________________________________________________
30793 [ 12529] By: nick                                  on 2001/10/20  12:51:05
30794         Log: Fix for ithreads/stdio build
30795      Branch: perlio
30796            ! perlio.c perlsdio.h
30797 ____________________________________________________________________________
30798 [ 12528] By: ams                                   on 2001/10/20  12:13:25
30799         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
30800              From: Michael G Schwern <schwern@pobox.com>
30801              Date: Sat, 20 Oct 2001 01:41:21 -0400
30802              Message-Id: <20011020014121.I3681@blackrider>
30803      Branch: perl
30804            ! installman
30805 ____________________________________________________________________________
30806 [ 12527] By: ams                                   on 2001/10/20  12:09:41
30807         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
30808              From: Michael G Schwern <schwern@pobox.com>
30809              Date: Sat, 20 Oct 2001 02:04:21 -0400
30810              Message-Id: <20011020020421.A11732@blackrider>
30811      Branch: perl
30812            ! lib/Pod/Checker.pm
30813 ____________________________________________________________________________
30814 [ 12526] By: ams                                   on 2001/10/20  11:59:41
30815         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
30816              From: "chromatic" <chromatic@rmci.net>
30817              Date: Fri, 19 Oct 2001 22:46:39 -0600
30818              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
30819      Branch: perl
30820            ! lib/Net/Config.pm
30821 ____________________________________________________________________________
30822 [ 12525] By: nick                                  on 2001/10/20  11:16:18
30823         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
30824              Perl_sv_setsv_flags directly.
30825      Branch: perlio
30826            ! ext/threads/threads.xs
30827 ____________________________________________________________________________
30828 [ 12524] By: nick                                  on 2001/10/20  10:28:17
30829         Log: Add a new flag character 'm' to embed.pl set to represent
30830              "functions" which are really macros. Use it foe the troublesome
30831              sv_setsv() etc. macros in sv.h - changing latter to define
30832              sv_setsv rather than sv_setsv_macro etc.
30833      Branch: perlio
30834            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
30835            ! pod/perlapi.pod proto.h sv.h
30836 ____________________________________________________________________________
30837 [ 12523] By: nick                                  on 2001/10/20  09:17:17
30838         Log: Add comments explaining why win32.h/embed.h are included where they are
30839              in perl.h 
30840      Branch: perlio
30841            ! perl.h
30842 ____________________________________________________________________________
30843 [ 12522] By: nick                                  on 2001/10/20  08:27:44
30844         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
30845              being used yet.
30846      Branch: perlio
30847            ! win32/win32io.c
30848 ____________________________________________________________________________
30849 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
30850         Log: Wording tweaks.
30851      Branch: perl
30852            ! t/TEST
30853 ____________________________________________________________________________
30854 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
30855         Log: Subject: IO module with nonblocking socket connect patch 
30856              From: Raul Dias <raul@dias.com.br>
30857              Date: Fri, 19 Oct 2001 22:45:32 -0300
30858              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
30859      Branch: perl
30860            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
30861 ____________________________________________________________________________
30862 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
30863         Log: Test vertical whitespace combined with /x in \p{}.
30864      Branch: perl
30865            ! t/op/pat.t
30866 ____________________________________________________________________________
30867 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
30868         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
30869              From: Gisle Aas <gisle@ActiveState.com> 
30870              Date: 19 Oct 2001 16:46:02 -0700
30871              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
30872      Branch: perl
30873            ! lib/ExtUtils/MakeMaker.pm
30874 ____________________________________________________________________________
30875 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
30876         Log: No more this symbol.
30877      Branch: perl
30878            ! makedef.pl
30879 ____________________________________________________________________________
30880 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
30881         Log: Integrate change #12511; fix gross win32 build issues.
30882      Branch: perl
30883           !> makedef.pl sv.c
30884 ____________________________________________________________________________
30885 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
30886         Log: Unpack in scalar context should return the first value
30887              returned in list context, as pointed out by Ton Hospel
30888              in 2001-05-21 (this is how it works already in blead,
30889              just adding the test).
30890      Branch: perl
30891            ! t/op/pack.t
30892 ____________________________________________________________________________
30893 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
30894         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
30895              From: "Craig A. Berry" <craigberry@mac.com>
30896              Date: Fri, 19 Oct 2001 16:59:30 -0500
30897              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
30898      Branch: perl
30899            ! utils/perldoc.PL
30900 ____________________________________________________________________________
30901 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
30902         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
30903              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30904              Date: Fri, 19 Oct 2001 17:45:23 EDT
30905              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
30906      Branch: perl
30907            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
30908            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
30909            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
30910            ! vms/vmsish.h
30911 ____________________________________________________________________________
30912 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
30913         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
30914              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30915              Date: Fri, 19 Oct 2001 17:26:35 EDT
30916              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
30917      Branch: perl
30918            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
30919 ____________________________________________________________________________
30920 [ 12511] By: nick                                  on 2001/10/19  19:55:36
30921         Log: Fix gross win32 build issues
30922      Branch: perlio
30923            ! makedef.pl sv.c
30924 ____________________________________________________________________________
30925 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
30926         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
30927              From: David Dyck <dcd@tc.fluke.com>
30928              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
30929              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
30930      Branch: perl
30931            ! lib/File/Find.pm
30932 ____________________________________________________________________________
30933 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
30934         Log: Subject: Re: PerlIO and Encode
30935              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30936              Date: Tue, 16 Oct 2001 01:50:16 +0900
30937              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
30938      Branch: perl
30939            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
30940            ! ext/Encode/Encode/Tcl.t
30941 ____________________________________________________________________________
30942 [ 12508] By: ams                                   on 2001/10/19  17:59:16
30943         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
30944              (See #12499)
30945      Branch: perl
30946            ! pod/perlintro.pod
30947 ____________________________________________________________________________
30948 [ 12507] By: nick                                  on 2001/10/19  16:30:43
30949         Log: Integrate mainline
30950      Branch: perlio
30951           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
30952           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
30953           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
30954           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
30955           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
30956           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
30957           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30958           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
30959           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
30960           +> win32/config_H.win64
30961            - lib/Test/Utils.pm lib/unicore/mktables.PL
30962            - t/lib/Test/Simple/Catch/More.pm
30963           !> (integrate 84 files)
30964 ____________________________________________________________________________
30965 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
30966         Log: Retract the #10451 which seems to be the cause
30967              of the major leakage from while(){eval"sub{}"}
30968      Branch: perl
30969            ! op.c t/run/kill_perl.t
30970 ____________________________________________________________________________
30971 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
30972         Log: Regen toc.
30973      Branch: perl
30974            ! pod/perltoc.pod
30975 ____________________________________________________________________________
30976 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
30977         Log: Tiny tweaks.
30978      Branch: perl
30979            ! pod/perl.pod
30980 ____________________________________________________________________________
30981 [ 12503] By: ams                                   on 2001/10/19  13:34:24
30982         Log: Subject: Re: perlintro.pod
30983              From: Abe Timmerman <abe@ztreet.demon.nl>
30984              Date: Fri, 19 Oct 2001 14:12:40 +0200
30985              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
30986      Branch: perl
30987            ! pod/perlintro.pod
30988 ____________________________________________________________________________
30989 [ 12502] By: ams                                   on 2001/10/19  13:24:12
30990         Log: Slight reorganisation of references.
30991      Branch: perl
30992            ! pod/perl.pod
30993 ____________________________________________________________________________
30994 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
30995         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
30996              From: Kay Röpke <kroepke@dolphin-services.de>
30997              Date: Fri, 19 Oct 2001 14:04:01 +0200 
30998              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
30999      Branch: perl
31000            ! lib/ExtUtils/MakeMaker.pm
31001 ____________________________________________________________________________
31002 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
31003         Log: Unicode categories continue:
31004              implement Category=, Script=, Block=
31005              (these are based on an upcoming update of TR#18)
31006              Fix a bug where we got two In categories named "old italic",
31007              and another where shortcut for the Is categories wasn't taken.
31008      Branch: perl
31009            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
31010            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
31011            ! pod/perlunicode.pod t/op/pat.t
31012 ____________________________________________________________________________
31013 [ 12499] By: ams                                   on 2001/10/19  01:42:29
31014         Log: Subject: a small patch to perlintro.pod.
31015              From: Autrijus Tang <autrijus@autrijus.org>
31016              Date: Fri, 19 Oct 2001 01:45:51 +0800
31017              Message-Id: <20011019014551.A35625@not.autrijus.org>
31018              (Applied by hand with nits.)
31019      Branch: perl
31020            ! pod/perlintro.pod
31021 ____________________________________________________________________________
31022 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
31023         Log: Subject: [PATCH] OpenBSD hints for ithreads
31024              From: Andy Dougherty <doughera@lafayette.edu>
31025              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
31026              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
31027      Branch: perl
31028            ! hints/openbsd.sh
31029 ____________________________________________________________________________
31030 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
31031         Log: Retract #12446; the problem solved by #12474.
31032      Branch: perl
31033            ! hints/aix.sh
31034 ____________________________________________________________________________
31035 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
31036         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
31037              message and suppress line number info (from Steve Hay
31038              <Steve.Hay@uk.radan.com>)
31039      Branch: maint-5.6/perl
31040            ! lib/Carp/Heavy.pm
31041 ____________________________________________________________________________
31042 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
31043         Log: More documented In categories.
31044      Branch: perl
31045            ! pod/perlunicode.pod
31046 ____________________________________________________________________________
31047 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
31048         Log: Update Changes.
31049      Branch: perl
31050            ! Changes patchlevel.h
31051 ____________________________________________________________________________
31052 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
31053         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
31054      Branch: perl
31055            ! MANIFEST
31056 ____________________________________________________________________________
31057 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
31058         Log: Wrong skip() arguments.
31059      Branch: perl
31060            ! ext/B/t/terse.t
31061 ____________________________________________________________________________
31062 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
31063         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
31064              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31065              Date: Wed, 17 Oct 2001 09:10:53 EDT 
31066              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
31067      Branch: perl
31068            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
31069            ! pod/perlapi.pod vms/vms.c
31070 ____________________________________________________________________________
31071 [ 12490] By: ams                                   on 2001/10/18  09:31:00
31072         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
31073              From: Mark-Jason Dominus <mjd@plover.com>
31074              Date: Thu, 18 Oct 2001 06:25:35 -0400
31075              Message-Id: <20011018102535.19264.qmail@plover.com>
31076      Branch: perl
31077            ! pod/perl.pod
31078 ____________________________________________________________________________
31079 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
31080         Log: Prettyprinting.
31081      Branch: perl
31082            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
31083 ____________________________________________________________________________
31084 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
31085         Log: Regen toc.
31086      Branch: perl
31087            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31088 ____________________________________________________________________________
31089 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
31090         Log: Add perlintro, from Skud.
31091      Branch: perl
31092            + pod/perlintro.pod
31093            ! MANIFEST
31094 ____________________________________________________________________________
31095 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
31096         Log: FAQ sync.
31097      Branch: perl
31098            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
31099            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
31100            ! pod/perlfaq8.pod pod/perlfaq9.pod
31101 ____________________________________________________________________________
31102 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
31103         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
31104              in speed (upto 20% speedup in certain operations) but meanwhile
31105              regexps and arithmetics got slower (5-10%) (according to
31106              perlbench average speedup is negligible, and within measuring
31107              flutter, 1%).  Therefore retracting all the changes
31108              aimed at getting -std1 to compile cleanly:  #12475, #12476,
31109              #12479, #12480, #12481, #12482, #12483, #12484.
31110      Branch: perl
31111            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
31112            ! pp_hot.c pp_sys.c toke.c
31113 ____________________________________________________________________________
31114 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
31115         Log: (retracted by #12485)
31116              Strict ANSI doesn't like the third argument of main()
31117              so enable ignoring it if using ultra picky compiler.
31118      Branch: perl
31119            ! miniperlmain.c
31120 ____________________________________________________________________________
31121 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
31122         Log: (retracted by #12485)
31123              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
31124      Branch: perl
31125            ! perl.h
31126 ____________________________________________________________________________
31127 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
31128         Log: (retracted by #12485)
31129              Add explanatory comment.
31130      Branch: perl
31131            ! mg.c
31132 ____________________________________________________________________________
31133 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
31134         Log: (retracted by #12485)
31135              More dollar$hiding.
31136      Branch: perl
31137            ! doio.c perl.h pp_sys.c
31138 ____________________________________________________________________________
31139 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
31140         Log: (retracted by #12485)
31141              KISS.
31142      Branch: perl
31143            ! mg.c
31144 ____________________________________________________________________________
31145 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
31146         Log: (retracted by #12485)
31147              Thou shalt not #ifdef inside macro invocations,
31148              noticed by Rafael Garcia-Suarez.
31149      Branch: perl
31150            ! mg.c
31151 ____________________________________________________________________________
31152 [ 12478] By: ams                                   on 2001/10/17  18:50:55
31153         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
31154              From: Anton Berezin <tobez@tobez.org>
31155              Date: Wed, 17 Oct 2001 18:25:48 +0200
31156              Message-Id: <20011017182548.A12082@heechee.tobez.org>
31157      Branch: perl
31158            ! pp_sys.c
31159 ____________________________________________________________________________
31160 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
31161         Log: (retracted by #12485)
31162              Unterminated #ifdef.
31163      Branch: perl
31164            ! mg.c
31165 ____________________________________________________________________________
31166 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
31167         Log: (retracted by #12485)
31168              Avoid dollar signs in identifiers (in non-VMS) to
31169              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
31170      Branch: perl
31171            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
31172            ! toke.c
31173 ____________________________________________________________________________
31174 [ 12474] By: ams                                   on 2001/10/17  15:14:50
31175         Log: Subject: Two AIX patches
31176              From: H.Merijn Brand <h.m.brand@hccnet.nl>
31177              Date: Wed, 17 Oct 2001 18:04:35 +0200
31178              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
31179      Branch: perl
31180            ! hints/aix.sh makedef.pl
31181 ____________________________________________________________________________
31182 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
31183         Log: Limiting the Time::HiRes::sleep and usleep to
31184              one second is not a good policy if drop-in
31185              replacement is still a goal.
31186      Branch: perl
31187            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
31188            ! ext/Time/HiRes/HiRes.xs
31189 ____________________________________________________________________________
31190 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
31191         Log: Subject: [PATCH] Test::Simple 0.32
31192              From: Michael G Schwern <schwern@pobox.com> 
31193              Date: Wed, 17 Oct 2001 03:42:41 -0400
31194              Message-ID: <20011017034241.A25038@blackrider>
31195      Branch: perl
31196            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
31197            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
31198            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
31199            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
31200            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
31201            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
31202            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
31203            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
31204            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
31205            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
31206            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
31207            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
31208            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
31209            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
31210            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
31211            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
31212            ! t/lib/Test/Simple/Catch.pm
31213            ! t/lib/Test/Simple/sample_tests/five_fail.plx
31214 ____________________________________________________________________________
31215 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
31216         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
31217              From: Michael G Schwern <schwern@pobox.com> 
31218              Date: Wed, 17 Oct 2001 04:04:13 -0400
31219              Message-ID: <20011017040413.C25550@blackrider>
31220      Branch: perl
31221            ! t/TEST t/harness vms/test.com
31222 ____________________________________________________________________________
31223 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
31224         Log: Regen doc with perlmodstyle added.
31225      Branch: perl
31226            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31227 ____________________________________________________________________________
31228 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
31229         Log: Pod cleanup.
31230      Branch: perl
31231            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
31232 ____________________________________________________________________________
31233 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
31234         Log: Subject: perlmodstyle as a patch
31235              From: Kirrily Robert <skud@infotrope.net>
31236              Date: Tue, 16 Oct 2001 22:47:23 -0400
31237              Message-ID: <20011016224723.A20673@infotrope.net>
31238      Branch: perl
31239            + pod/perlmodstyle.pod
31240            ! MANIFEST
31241 ____________________________________________________________________________
31242 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
31243         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
31244              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
31245              Date: Thu, 6 Sep 2001 11:09:40 +0100
31246              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
31247              
31248              Mention also the develooper p5p archive.
31249      Branch: perl
31250            ! pod/perlhack.pod
31251 ____________________________________________________________________________
31252 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
31253         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
31254              From: Kay Röpke <kroepke@dolphin-services.de>
31255              Date: Tue, 16 Oct 2001 17:23:52 +0200
31256              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
31257      Branch: perl
31258            ! lib/ExtUtils/MakeMaker.pm
31259 ____________________________________________________________________________
31260 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
31261         Log: Add the special casing mappings (from SpecCase.txt)
31262              (except for the hyper special case mappings that have
31263              the condition list); the special casing mappings are
31264              unused for now.  Small tidying up on mktables.
31265      Branch: perl
31266            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31267            + lib/unicore/To/SpecUpper.pl
31268            ! lib/unicore/mktables
31269 ____________________________________________________________________________
31270 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
31271         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
31272              From: "David H. Adler" <dha@panix.com>       
31273              Date: Tue, 16 Oct 2001 11:59:35 -0400
31274              Message-ID: <20011016115935.A13078@panix.com>
31275              
31276              Subject: [ PATCH ] perldata patch, revised
31277              From: "David H. Adler" <dha@panix.com>     
31278              Date: Tue, 16 Oct 2001 18:26:49 -0400
31279              Message-ID: <20011016182649.C23970@panix.com>
31280      Branch: perl
31281            ! pod/perldata.pod pod/perlop.pod
31282 ____________________________________________________________________________
31283 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
31284         Log: Integrate perlio: PerlIO_dup (for all but Win32).
31285      Branch: perl
31286           !> embed.h embed.pl ext/Encode/Encode.xs
31287           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
31288           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
31289           !> win32/win32io.c
31290 ____________________________________________________________________________
31291 [ 12462] By: nick                                  on 2001/10/16  19:11:30
31292         Log: PerlIOXxxx_dups for all but Win32
31293      Branch: perlio
31294            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31295            ! ext/PerlIO/Via/Via.xs
31296 ____________________________________________________________________________
31297 [ 12461] By: nick                                  on 2001/10/16  18:28:48
31298         Log: Implement PerlIOStdio_dup (explains core dumps - dup
31299              was not setting up a FILE * to be fclosed()).
31300      Branch: perlio
31301            ! perlio.c
31302 ____________________________________________________________________________
31303 [ 12460] By: nick                                  on 2001/10/16  17:31:47
31304         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
31305              overflow.
31306      Branch: perlio
31307            ! perlio.c
31308 ____________________________________________________________________________
31309 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
31310         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
31311              From: "Craig A. Berry" <craigberry@mac.com>
31312              Date: Tue, 16 Oct 2001 13:08:38 -0500
31313              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
31314      Branch: perl
31315            ! configure.com
31316 ____________________________________________________________________________
31317 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
31318         Log: Can't expect too much accuracy from a sleep of one second.
31319              (I think this will also fail with high load.)
31320      Branch: perl
31321            ! ext/Time/HiRes/HiRes.t
31322 ____________________________________________________________________________
31323 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
31324         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
31325              From: "Werner, Randolf" <randolf.werner@sap.com>
31326              Date: Tue, 16 Oct 2001 18:33:02 +0200
31327              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
31328      Branch: perl
31329            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
31330            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
31331 ____________________________________________________________________________
31332 [ 12456] By: nick                                  on 2001/10/16  14:08:16
31333         Log: Builds under ithreads (but fails all threads tests)
31334      Branch: perlio
31335            ! hv.c perlio.c sv.c
31336 ____________________________________________________________________________
31337 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
31338         Log: I think the Perl_sortsv needs *not* be skipped?
31339      Branch: perl
31340            ! makedef.pl
31341 ____________________________________________________________________________
31342 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
31343         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
31344              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
31345              Date: Tue, 16 Oct 2001 15:32:44 +0200
31346              Message-ID: <3BCC531C.11494.3E433F@localhost>
31347      Branch: perl
31348            ! t/op/groups.t
31349 ____________________________________________________________________________
31350 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
31351         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
31352              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
31353              Date: Tue, 16 Oct 2001 15:01:04 +0200
31354              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
31355      Branch: perl
31356            ! t/io/fs.t
31357 ____________________________________________________________________________
31358 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
31359         Log: A forgotten deletion.
31360      Branch: perl
31361            - lib/unicore/mktables.PL
31362 ____________________________________________________________________________
31363 [ 12451] By: nick                                  on 2001/10/16  11:32:48
31364         Log: Skeleton of "PerlIO_dup" coded.
31365              Still-passes all tests non-threaded (well it would wouldn't it!)
31366      Branch: perlio
31367            ! embed.h embed.pl ext/Encode/Encode.xs
31368            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
31369            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
31370            ! win32/win32io.c
31371 ____________________________________________________________________________
31372 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
31373         Log: Document the problem with the swash_fetch() API that affects
31374              more complex case conversions.
31375      Branch: perl
31376            ! lib/utf8_heavy.pl utf8.c
31377 ____________________________________________________________________________
31378 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
31379         Log: Make Time::HiRes::sleep() and usleep() to return
31380              the number of seconds (a floating point value) and 
31381              microseconds (an integer) actually slept (well,
31382              modulo the time spent in measuring the time actually
31383              slept...), to be a better drop-in replacement for
31384              the builtin sleep().  Noticed by Chris Nandor.
31385              
31386              Also make usleep() to croak if fed illegal number
31387              of useconds (anything greater than 1_000_000).
31388      Branch: perl
31389            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
31390            ! ext/Time/HiRes/HiRes.xs
31391 ____________________________________________________________________________
31392 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
31393         Log: A missing SvREFCNT_dec.
31394      Branch: perl
31395            ! perl.c
31396 ____________________________________________________________________________
31397 [ 12447] By: nick                                  on 2001/10/15  20:27:53
31398         Log: Beginings of PerlIO_dup support (unstable)
31399      Branch: perlio
31400            ! perlio.c perliol.h
31401 ____________________________________________________________________________
31402 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
31403         Log: (retracted by #12497)
31404              In AIX vac 5 just can't seem to get regcomp right.
31405      Branch: perl
31406            ! hints/aix.sh
31407 ____________________________________________________________________________
31408 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
31409         Log: Bump the version number to agree with the maintperl one.
31410      Branch: perl
31411            ! lib/Tie/RefHash.pm
31412 ____________________________________________________________________________
31413 [ 12444] By: nick                                  on 2001/10/15  15:59:57
31414         Log: Integrate mainline
31415      Branch: perlio
31416           +> lib/Math/BigInt/t/Math/Subclass.pm
31417           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
31418           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
31419           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
31420           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
31421           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
31422           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
31423           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
31424           +> lib/unicore/mktables
31425            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
31426            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
31427            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
31428            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
31429            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
31430            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
31431            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
31432            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
31433            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
31434            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
31435            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
31436            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
31437            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
31438            - lib/unicore/syllables.txt
31439           !> (integrate 344 files)
31440 ____________________________________________________________________________
31441 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
31442         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
31443      Branch: perl
31444            ! ext/DB_File/DB_File.xs
31445 ____________________________________________________________________________
31446 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
31447         Log: Sync the skip() amounts with the number of tests.
31448      Branch: perl
31449            ! lib/Term/Complete.t
31450 ____________________________________________________________________________
31451 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
31452         Log: Update Changes.
31453      Branch: perl
31454            ! Changes patchlevel.h
31455 ____________________________________________________________________________
31456 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
31457         Log: MacOS Classic catdir() rewrite from Thomas Wegner
31458              (backward incompatibility, but a deliberate one,
31459              the old version simply is broken in its logic),
31460              also documentation updates, and as suggested replicated
31461              the File::Spec::Unix documentation updates also on the
31462              File::Spec documentation.
31463              
31464              TODO: there seems to be duplication of documentation
31465              between File::Spec and File::Spec::Unix.  I think
31466              the ::Unix should be left only with specific UNIXisms,
31467              and all the generic documentation should be in ::Spec.
31468      Branch: perl
31469            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
31470            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
31471            ! lib/File/Spec/Unix.pm
31472 ____________________________________________________________________________
31473 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
31474         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
31475              From: Blair Zajac <blair@orcaware.com>
31476              Date: Mon, 24 Sep 2001 11:48:58 -0700
31477              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
31478              
31479              (the skip() messages)
31480      Branch: perl
31481            ! t/op/magic.t
31482 ____________________________________________________________________________
31483 [ 12438] By: ams                                   on 2001/10/14  23:43:59
31484         Log: Subject: [PATCH] make PerlIO default on VMS
31485              From: "Craig A. Berry" <craigberry@mac.com>
31486              Date: Sun, 14 Oct 2001 15:27:18 -0500
31487              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
31488      Branch: perl
31489            ! configure.com
31490 ____________________________________________________________________________
31491 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
31492         Log: Retract #12436 (Abhijit already did this at #12426)
31493      Branch: perl
31494            ! lib/ExtUtils/MM_Unix.pm
31495 ____________________________________________________________________________
31496 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
31497         Log: (retracted by #12437)
31498              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
31499              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
31500              Date: Sat, 13 Oct 2001 20:33:55 +0200
31501              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
31502      Branch: perl
31503            ! lib/ExtUtils/MM_Unix.pm
31504 ____________________________________________________________________________
31505 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
31506         Log: Subject: h2xs grammar nit
31507              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31508              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
31509              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
31510      Branch: perl
31511            ! utils/h2xs.PL
31512 ____________________________________________________________________________
31513 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
31514         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
31515              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
31516              Date: Sun, 14 Oct 2001 11:25:08 +0100
31517              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
31518      Branch: perl
31519            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
31520            ! warnings.pl
31521 ____________________________________________________________________________
31522 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
31523         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
31524              for File::Spec::Mac::catfile)
31525      Branch: perl
31526            ! lib/h2xs.t
31527 ____________________________________________________________________________
31528 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
31529         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
31530              From: Nicholas Clark <nick@ccl4.org>
31531              Date: Sat, 13 Oct 2001 00:07:31 +0100
31532              Message-ID: <20011013000731.D67535@plum.flirble.org>
31533      Branch: perl
31534            ! lib/h2xs.t utils/h2xs.PL
31535 ____________________________________________________________________________
31536 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
31537         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
31538              before DEFINE and INC), and repent by taking DEFINE and
31539              INC away from PASTHRU.
31540      Branch: perl
31541            ! lib/ExtUtils/MM_Unix.pm
31542 ____________________________________________________________________________
31543 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
31544         Log: More MANIFEST anomalies.
31545      Branch: perl
31546            ! MANIFEST
31547 ____________________________________________________________________________
31548 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
31549         Log: Not that many.
31550      Branch: perl
31551            ! MANIFEST
31552 ____________________________________________________________________________
31553 [ 12428] By: sky                                   on 2001/10/13  20:59:27
31554         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
31555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31556              Date: Sat, 13 Oct 2001 23:15:55 +0200
31557              Message-ID: <20011013231555.A18071@rafael>
31558      Branch: perl
31559            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
31560            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
31561 ____________________________________________________________________________
31562 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
31563         Log: Rewrite mktables from scratch.
31564              - Cleaner.
31565              - Faster: 15-20 seconds as opposed to several minutes.
31566              - More dynamic: the names of the various categories
31567              such as the linebreak ones are dynamic, not static.
31568              - Is.pl: long names for the general category properties
31569              are now available.
31570              - Ranges (<... ,First>, <..., Last>) from the general
31571              categories work now.
31572              - No more mktables.PL because the mktables.PL is not
31573              and never has been run to create a mktables.
31574              - syllables.txt and Is/Syl*.pl removed: non-standard
31575              (not part of the Unicode), and the whole concept is
31576              being reworked (http://syllabary.sourceforge.net/),
31577              the old way wouldn't even work with the new Syllables.txt
31578              (it would result in 1000+ new categories)
31579      Branch: perl
31580            + lib/unicore/In/163.pl lib/unicore/In/164.pl
31581            + lib/unicore/In/165.pl lib/unicore/In/166.pl
31582            + lib/unicore/In/167.pl lib/unicore/In/168.pl
31583            + lib/unicore/In/169.pl lib/unicore/In/170.pl
31584            + lib/unicore/In/171.pl lib/unicore/Is.pl
31585            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
31586            + lib/unicore/mktables
31587            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
31588            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
31589            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
31590            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
31591            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
31592            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
31593            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
31594            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
31595            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
31596            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
31597            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
31598            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
31599            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
31600            - lib/unicore/syllables.txt
31601            ! (edit 304 files)
31602 ____________________________________________________________________________
31603 [ 12426] By: ams                                   on 2001/10/13  18:05:36
31604         Log: ExtUtils::MM_Unix should ignore comments when searching for
31605              $VERSION.
31606      Branch: perl
31607            ! lib/ExtUtils/MM_Unix.pm
31608 ____________________________________________________________________________
31609 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
31610         Log: Subject: Re: New module XML::Clean
31611              From: andreas.koenig@anima.de (Andreas J. Koenig)
31612              Date: 13 Oct 2001 10:17:09 +0200
31613              Message-ID: <m37ku0t0my.fsf@anima.de>
31614      Branch: perl
31615            ! pod/perlnewmod.pod
31616 ____________________________________________________________________________
31617 [ 12424] By: sky                                   on 2001/10/13  09:39:59
31618         Log: Set thread stack size if needed.
31619      Branch: perl
31620            ! ext/threads/threads.xs
31621 ____________________________________________________________________________
31622 [ 12423] By: sky                                   on 2001/10/13  09:36:49
31623         Log: We do want to set the attribute to joinable even on modern posix
31624              platforms.
31625      Branch: perl
31626            ! ext/threads/threads.xs
31627 ____________________________________________________________________________
31628 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
31629         Log: Subject: [PATCH ext/Data/Dumper.xs]
31630              From: Brian Ingerson <ingy@ttul.org>
31631              Date: Fri, 12 Oct 2001 19:32:35 -0700
31632              Message-ID: <20011012193235.B889@ttul.org>
31633      Branch: perl
31634            ! ext/Data/Dumper/Dumper.xs
31635 ____________________________________________________________________________
31636 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
31637         Log: Update Changes.
31638      Branch: perl
31639            ! Changes patchlevel.h
31640 ____________________________________________________________________________
31641 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
31642         Log: FAQ sync.
31643      Branch: perl
31644            ! pod/perlfaq3.pod pod/perlfaq4.pod
31645 ____________________________________________________________________________
31646 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
31647         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
31648              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
31649              Date: Fri, 12 Oct 2001 11:51:05 -0700
31650              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
31651      Branch: perl
31652            ! lib/File/Copy.pm
31653 ____________________________________________________________________________
31654 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
31655         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
31656              From: "chromatic" <chromatic@rmci.net>     
31657              Date: Thu, 11 Oct 2001 10:57:55 -0600
31658              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
31659              
31660              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
31661              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31662              Date: Thu, 11 Oct 2001 22:34:21 +0200
31663              Message-ID: <20011011223421.A693@rafael>     
31664              
31665              plus undef $Term::Complete::stty as suggested by Rafael.
31666      Branch: perl
31667            ! lib/Term/Complete.pm lib/Term/Complete.t
31668 ____________________________________________________________________________
31669 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
31670         Log: UUnndduupplleexx..
31671      Branch: perl
31672            ! perl.h
31673 ____________________________________________________________________________
31674 [ 12416] By: sky                                   on 2001/10/12  20:16:19
31675         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
31676              From: Andy Dougherty <doughera@lafayette.edu>
31677              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
31678              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
31679              (Potentially only band-aid)
31680      Branch: perl
31681            ! sv.c
31682 ____________________________________________________________________________
31683 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
31684         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
31685              mishandles kill(), and therefore the sigaction test
31686              should be skipped, from Charles Lane.
31687      Branch: perl
31688            ! ext/POSIX/t/sigaction.t
31689 ____________________________________________________________________________
31690 [ 12414] By: sky                                   on 2001/10/12  18:47:49
31691         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
31692      Branch: perl
31693            ! op.h
31694 ____________________________________________________________________________
31695 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
31696         Log: Upgrade to Math::BigInt 1.44 from Tels and
31697              further fixes from John Peacock.
31698      Branch: perl
31699            + lib/Math/BigInt/t/Math/Subclass.pm
31700            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
31701            + lib/Math/BigInt/t/subclass.t
31702            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31703            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
31704            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
31705            ! lib/Math/BigInt/t/mbimbf.t
31706 ____________________________________________________________________________
31707 [ 12412] By: sky                                   on 2001/10/12  18:28:23
31708         Log: perhaps pthread_attr_t really needs to be set for the old api
31709      Branch: perl
31710            ! ext/threads/threads.xs
31711 ____________________________________________________________________________
31712 [ 12411] By: sky                                   on 2001/10/12  18:11:45
31713         Log: pthread_keycreate not pthread_key_create under the here be dragons API
31714      Branch: perl
31715            ! ext/threads/threads.h
31716 ____________________________________________________________________________
31717 [ 12410] By: sky                                   on 2001/10/12  18:07:37
31718         Log: Apperently OLD PTHREADS API is a bit retarded.
31719              This should fix another set of compile failures in HP-UX 10.20.
31720      Branch: perl
31721            ! ext/threads/threads.h ext/threads/threads.xs
31722 ____________________________________________________________________________
31723 [ 12409] By: nick                                  on 2001/10/12  15:30:01
31724         Log: Blind integrate of mainline
31725      Branch: perlio
31726           +> (branch 32 files)
31727            - lib/unicode/README
31728           !> (integrate 121 files)
31729 ____________________________________________________________________________
31730 [ 12408] By: sky                                   on 2001/10/12  14:55:08
31731         Log: Let us avoid being smart for now.
31732      Branch: perl
31733            ! ext/threads/threads.h
31734 ____________________________________________________________________________
31735 [ 12407] By: sky                                   on 2001/10/12  14:38:12
31736         Log: (void*) the argument to make sure we work with picky compilers
31737      Branch: perl
31738            ! ext/threads/threads.xs
31739 ____________________________________________________________________________
31740 [ 12406] By: ams                                   on 2001/10/12  13:26:04
31741         Log: (replaced with #12600)
31742              
31743              Subject: [PATCH 5.6.1 perldoc] use File::Temp
31744              From: Mikhail Zabaluev <mhz@alt-linux.org>
31745              Date: Fri, 12 Oct 2001 12:47:47 +0400
31746              Message-Id: <20011012124747.E13918@localhost.localdomain>
31747      Branch: perl
31748            ! utils/perldoc.PL
31749 ____________________________________________________________________________
31750 [ 12405] By: ams                                   on 2001/10/12  13:05:32
31751         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
31752              From: andreas.koenig@anima.de (Andreas J. Koenig)
31753              Date: 12 Oct 2001 11:12:07 +0200
31754              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
31755      Branch: perl
31756            ! lib/Memoize/t/speed.t
31757 ____________________________________________________________________________
31758 [ 12404] By: sky                                   on 2001/10/12  12:46:15
31759         Log: A) Support OLD_PTHREADS_API
31760              B) Change from using pthread_t to using a TLS to store the
31761              index of the thread in an hash, this is to avoid problems when
31762              in fact pthread_t was not a seralizable type.
31763              Both these changes are because of HP-UX 10.20
31764              This has not been tested on win32 but should work there.
31765              Need to add support for NetWare.
31766      Branch: perl
31767            ! ext/threads/threads.h ext/threads/threads.xs
31768 ____________________________________________________________________________
31769 [ 12403] By: ams                                   on 2001/10/12  07:34:19
31770         Log: Subject: Re: New module XML::Clean
31771              From: andreas.koenig@anima.de (Andreas J. Koenig)
31772              Date: 12 Oct 2001 10:20:35 +0200
31773              Message-Id: <m3elo9uv58.fsf@anima.de>
31774      Branch: perl
31775            ! pod/perlnewmod.pod
31776 ____________________________________________________________________________
31777 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
31778         Log: More HP model tweaks from Merijn.
31779      Branch: perl
31780            ! README.hpux
31781 ____________________________________________________________________________
31782 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
31783         Log: Update Changes.
31784      Branch: perl
31785            ! Changes patchlevel.h
31786 ____________________________________________________________________________
31787 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
31788         Log: HP-UX update from H.Merijn Brand.
31789      Branch: perl
31790            ! README.hpux
31791 ____________________________________________________________________________
31792 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
31793         Log: Subject: [PATCH] fix link rot in README.vms
31794              From: "Craig A. Berry" <craigberry@mac.com>
31795              Date: Wed, 10 Oct 2001 17:17:00 -0500
31796              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
31797      Branch: perl
31798            ! README.vms
31799 ____________________________________________________________________________
31800 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
31801         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
31802              From: "chromatic" <chromatic@rmci.net>
31803              Date: Wed, 10 Oct 2001 15:50:30 -0600
31804              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
31805      Branch: perl
31806            ! lib/Term/Complete.t
31807 ____________________________________________________________________________
31808 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
31809         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
31810              From: "chromatic" <chromatic@rmci.net>
31811              Date: Wed, 10 Oct 2001 15:45:42 -0600
31812              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
31813      Branch: perl
31814            + lib/ExtUtils/Packlist.t
31815            ! MANIFEST
31816 ____________________________________________________________________________
31817 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
31818         Log: VMS needs quotes around the -I option to keep it from
31819              being downcased, from Charles Lane.
31820      Branch: perl
31821            ! t/run/kill_perl.t
31822 ____________________________________________________________________________
31823 [ 12395] By: ams                                   on 2001/10/10  16:22:32
31824         Log: Subject: [PATCH lib/FindBin.pm]
31825              From: Stas Bekman <stas@stason.org>
31826              Date: Tue, 09 Oct 2001 23:57:10 +0800
31827              Message-Id: <3BC31E56.60805@stason.org>
31828      Branch: perl
31829            ! lib/FindBin.pm
31830 ____________________________________________________________________________
31831 [ 12394] By: ams                                   on 2001/10/10  16:09:53
31832         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
31833              From: Abhijit Menon-Sen <ams@wiw.org>
31834              Date: Wed, 10 Oct 2001 21:59:33 +0530
31835              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
31836      Branch: perl
31837            ! ext/Data/Dumper/Dumper.xs
31838 ____________________________________________________________________________
31839 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
31840         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
31841              from Charles Lane.
31842      Branch: perl
31843            ! lib/File/Spec/VMS.pm
31844 ____________________________________________________________________________
31845 [ 12392] By: ams                                   on 2001/10/10  14:49:43
31846         Log: Subject: [PATCH] two s/// bugfixes
31847              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31848              Date: Wed, 10 Oct 2001 17:23:44 +0200
31849              Message-Id: <20011010172344.C22440@rafael>
31850      Branch: perl
31851            ! pp_ctl.c regexec.c t/op/subst.t
31852 ____________________________________________________________________________
31853 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
31854         Log: Fix/improve handling of the [000000] special "root"
31855              directory, by putting cwd in canonical form when doing
31856              abs2rel, and prepending a 000000 to directory "chunks"
31857              if missing from base or path.  Also adjust test to
31858              reflect the (improved) output from abs2rel.
31859              From Charles Lane.
31860      Branch: perl
31861            ! lib/File/Spec.t lib/File/Spec/VMS.pm
31862 ____________________________________________________________________________
31863 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
31864         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
31865              all of the extra VMSish attributes (such as "treat this logical
31866              as a device name") that are necessary to make programs run.
31867              A tainted %ENV does not hinder VMS.  From Charles Lane.
31868      Branch: perl
31869            ! lib/File/Find/t/taint.t
31870 ____________________________________________________________________________
31871 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
31872         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
31873              
31874              o  VMS is case-insensitive, RTL downcases filenames read
31875              by perl... so need to re-upcase filenames like MANIFEST
31876              and MANIFEST.SKIP
31877              
31878              o  Need to convert VMS-style to Unix-style filenames when comparing
31879              names in MANIFEST to names in filesystem.
31880              
31881              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
31882              since VMS won't let you (easily) delete non-empty directories.
31883              
31884              From Charles Lane.
31885      Branch: perl
31886            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
31887 ____________________________________________________________________________
31888 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
31889         Log: Unix and VMS agree on "*" as a "match any number of any chars"
31890              wildcards, but differ ("?"  vs.  "%") for their "match any single
31891              char" wildcard.  This patch changes "?"  chars to "%" before doing a
31892              VMS glob...at no loss of functionality, since "?"  isn't a valid
31893              filename char on VMS.  From Charles Lane.
31894      Branch: perl
31895            ! doio.c
31896 ____________________________________________________________________________
31897 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
31898         Log: (accidentally empty submit; new life as #12390)
31899      Branch: perl
31900            ! lib/File/Find/t/taint.t
31901 ____________________________________________________________________________
31902 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
31903         Log: Even more VMS tweakage from Charles Lane:
31904              
31905              Tweak #1:  splitdir only works on directory part of filespec,
31906              split off volume first
31907              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
31908              (it's a horrible kludge in the run-time library,
31909              improved in later versions). Check the
31910              $Config{'d_setenv'} flag before attempting to set it.
31911      Branch: perl
31912            ! t/op/chdir.t
31913 ____________________________________________________________________________
31914 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
31915         Log: VMS tweakage from Charles Lane.
31916              
31917              . command.com doubles an output line when prompting for extensions
31918              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
31919              . perl5db doesn't clean up after itself
31920      Branch: perl
31921            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
31922 ____________________________________________________________________________
31923 [ 12384] By: sky                                   on 2001/10/09  19:16:11
31924         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
31925              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31926              Date: Tue, 9 Oct 2001 22:10:26 +0200
31927              Message-ID: <20011009221026.A8579@rafael>
31928      Branch: perl
31929            ! pod/perldata.pod
31930 ____________________________________________________________________________
31931 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
31932         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
31933              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31934              Date: 9 Oct 2001 15:15:06 -0000
31935              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
31936      Branch: perl
31937            ! t/op/subst.t
31938 ____________________________________________________________________________
31939 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
31940         Log: Update Changes.
31941      Branch: perl
31942            ! Changes patchlevel.h
31943 ____________________________________________________________________________
31944 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
31945         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
31946              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
31947              when a NULL is passed for the filename string pointer.
31948              From Charles Lane.
31949      Branch: perl
31950            ! vms/vms.c
31951 ____________________________________________________________________________
31952 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
31953         Log: Subject: HP systems update
31954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31955              Date: Tue, 09 Oct 2001 15:59:22 +0200
31956              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
31957      Branch: perl
31958            ! README.hpux
31959 ____________________________________________________________________________
31960 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
31961         Log: CPAN::Nox does now have a test.
31962      Branch: perl
31963            ! t/lib/1_compile.t
31964 ____________________________________________________________________________
31965 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
31966         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
31967              From: David Dyck <dcd@tc.fluke.com>
31968              Date: Mon, 1 Oct 2001 12:17:36 -0700
31969              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
31970      Branch: perl
31971            ! installperl
31972 ____________________________________________________________________________
31973 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
31974         Log: NetWare update from Ananth Kesari.
31975      Branch: perl
31976            ! NetWare/nwperlsys.h makedef.pl
31977 ____________________________________________________________________________
31978 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
31979         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
31980              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31981              Date: Tue, 9 Oct 2001 08:40:57 EDT
31982              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
31983      Branch: perl
31984            ! lib/File/Find/t/find.t
31985 ____________________________________________________________________________
31986 [ 12374] By: ams                                   on 2001/10/09  05:31:45
31987         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
31988              ExtUtils::Mkbootstrap
31989              From: "chromatic" <chromatic@rmci.net>
31990              Date: Tue, 09 Oct 2001 00:08:37 -0600
31991              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
31992      Branch: perl
31993            + lib/ExtUtils/Mkbootstrap.t
31994            ! MANIFEST
31995 ____________________________________________________________________________
31996 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
31997         Log: Enable more debugging.
31998      Branch: perl
31999            ! lib/utf8_heavy.pl
32000 ____________________________________________________________________________
32001 [ 12372] By: ams                                   on 2001/10/09  02:11:59
32002         Log: #12370 forgot to modify is_gv_magical().
32003      Branch: perl
32004            ! gv.c
32005 ____________________________________________________________________________
32006 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
32007         Log: Make the toupper/lower/title API for Unicode not right
32008              but at least less wrong: prepare for the mapping being
32009              more than just one-character-to-one-character.
32010      Branch: perl
32011            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
32012            ! regexec.c utf8.c
32013 ____________________________________________________________________________
32014 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
32015         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
32016              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32017              Date: Mon, 8 Oct 2001 22:18:23 -0400
32018              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
32019      Branch: perl
32020            ! pod/perlvar.pod t/op/taint.t
32021 ____________________________________________________________________________
32022 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
32023         Log: FAQ sync.
32024      Branch: perl
32025            ! pod/perlfaq3.pod pod/perlfaq4.pod
32026 ____________________________________________________________________________
32027 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
32028         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
32029              From: "chromatic" <chromatic@rmci.net>
32030              Date: Mon, 08 Oct 2001 14:05:32 -0600
32031              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
32032      Branch: perl
32033            ! lib/Term/Cap.t
32034 ____________________________________________________________________________
32035 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
32036         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
32037              From: Michael G Schwern <schwern@pobox.com>
32038              Date: Mon, 8 Oct 2001 17:00:14 -0400
32039              Message-ID: <20011008170014.L17083@blackrider>
32040      Branch: perl
32041            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
32042 ____________________________________________________________________________
32043 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
32044         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
32045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32046              Date: Mon, 8 Oct 2001 16:01:33 EDT
32047              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
32048      Branch: perl
32049            ! ext/Time/HiRes/HiRes.xs
32050 ____________________________________________________________________________
32051 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
32052         Log: Subject: [PATCH] Autosplit patch for VMS
32053              From: "Craig A. Berry" <craigberry@mac.com>
32054              Date: Mon, 08 Oct 2001 15:40:43 -0500
32055              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
32056      Branch: perl
32057            ! lib/AutoSplit.pm lib/AutoSplit.t
32058 ____________________________________________________________________________
32059 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
32060         Log: Don't assume that everybody is running OS X 10.1 yet;
32061              from Kay Röpke.
32062      Branch: perl
32063            ! hints/darwin.sh
32064 ____________________________________________________________________________
32065 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
32066         Log: Update Changes.
32067      Branch: perl
32068            ! Changes patchlevel.h
32069 ____________________________________________________________________________
32070 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
32071         Log: Retract #12358 for now.
32072      Branch: perl
32073            ! lib/Term/Cap.t
32074 ____________________________________________________________________________
32075 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
32076         Log: Can't figure out what this is testing.
32077              (If it is trying to catch SIGKILL, it should stop
32078              trying because that is by definition impossible.)
32079      Branch: perl
32080            ! lib/sigtrap.t
32081 ____________________________________________________________________________
32082 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
32083         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
32084              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
32085              Date: Sun, 30 Sep 2001 21:15:13 +0200
32086              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
32087      Branch: perl
32088            ! lib/ExtUtils/MM_Win32.pm
32089 ____________________________________________________________________________
32090 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
32091         Log: Clarify the ldlibpth part and condense the overall text.
32092      Branch: perl
32093            ! t/TEST
32094 ____________________________________________________________________________
32095 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
32096         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
32097              From: "chromatic" <chromatic@rmci.net>
32098              Date: Sun, 07 Oct 2001 16:59:26 -0600
32099              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
32100      Branch: perl
32101            ! lib/Term/Cap.t
32102 ____________________________________________________________________________
32103 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
32104         Log: Update the list because fo #12265.
32105      Branch: perl
32106            ! t/lib/1_compile.t
32107 ____________________________________________________________________________
32108 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
32109         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
32110              From: Nicholas Clark <nick@ccl4.org>
32111              Date: Sun, 7 Oct 2001 20:53:33 +0100
32112              Message-ID: <20011007205333.S38756@plum.flirble.org>   
32113      Branch: perl
32114            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
32115            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32116            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
32117            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
32118            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
32119            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
32120            ! lib/Switch/t/switch.t lib/Term/Complete.t
32121            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
32122            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
32123            ! t/op/my_stash.t
32124 ____________________________________________________________________________
32125 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
32126         Log: Integrate patch #12350 from maintperl; typo in
32127              IO::Seekable doc.
32128      Branch: perl
32129           !> ext/IO/lib/IO/Seekable.pm
32130 ____________________________________________________________________________
32131 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
32132         Log: Detypo.
32133      Branch: perl
32134            ! hints/darwin.sh
32135 ____________________________________________________________________________
32136 [ 12353] By: sky                                   on 2001/10/07  17:16:14
32137         Log: Change 12349 didn't really get it right.
32138      Branch: perl
32139            ! lib/Unicode/README
32140 ____________________________________________________________________________
32141 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
32142         Log: If running the harness the dynamic library search path
32143              may need setting.
32144      Branch: perl
32145            ! t/TEST
32146 ____________________________________________________________________________
32147 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
32148         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
32149              in ldflags.
32150      Branch: perl
32151            ! hints/darwin.sh
32152 ____________________________________________________________________________
32153 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
32154         Log: typo in IO::Seekable doc
32155      Branch: maint-5.6/perl
32156            ! ext/IO/lib/IO/Seekable.pm
32157 ____________________________________________________________________________
32158 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
32159         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
32160              doesn't work on Mac OS X 10.1 (when unpacking the tar the
32161              latter gets renamed as lib/unicode:1, assumedly for security
32162              reasons not to overwrite stuff)
32163      Branch: perl
32164            + lib/Unicode/README
32165            - lib/unicode/README
32166            ! MANIFEST
32167 ____________________________________________________________________________
32168 [ 12348] By: ams                                   on 2001/10/07  05:33:40
32169         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
32170              From: "chromatic" <chromatic@rmci.net>
32171              Date: Sat, 06 Oct 2001 21:42:03 -0600
32172              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
32173      Branch: perl
32174            + lib/CPAN/t/Nox.t
32175            ! MANIFEST
32176 ____________________________________________________________________________
32177 [ 12347] By: ams                                   on 2001/10/07  00:48:10
32178         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
32179              From: "chromatic" <chromatic@rmci.net>
32180              Date: Sat, 06 Oct 2001 18:52:10 -0600
32181              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
32182      Branch: perl
32183            + lib/sigtrap.t
32184            ! MANIFEST
32185 ____________________________________________________________________________
32186 [ 12346] By: ams                                   on 2001/10/06  23:14:01
32187         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
32188              h2xs write?)
32189              From: Nicholas Clark <nick@ccl4.org>
32190              Date: Sat, 6 Oct 2001 21:46:43 +0100
32191              Message-Id: <20011006214643.L38756@plum.flirble.org>
32192      Branch: perl
32193            ! utils/h2xs.PL
32194 ____________________________________________________________________________
32195 [ 12345] By: ams                                   on 2001/10/06  17:39:53
32196         Log: Subject: [PATCH] Memoize tests
32197              From: Nicholas Clark <nick@ccl4.org>
32198              Date: Sat, 6 Oct 2001 18:04:21 +0100
32199              Message-Id: <20011006180421.J38756@plum.flirble.org>
32200      Branch: perl
32201            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
32202            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
32203            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
32204            ! lib/Memoize/t/expire_module_n.t
32205            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
32206            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
32207            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
32208            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
32209            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
32210            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
32211 ____________________________________________________________________________
32212 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
32213         Log: Retract the latter part of #12343.
32214      Branch: perl
32215            ! ext/IO/lib/IO/Socket/INET.pm
32216 ____________________________________________________________________________
32217 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
32218         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
32219              From: David Dyck <dcd@tc.fluke.com>
32220              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
32221              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
32222              
32223              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
32224              From: David Dyck <dcd@tc.fluke.com>
32225              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
32226              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
32227      Branch: perl
32228            ! ext/IO/lib/IO/Socket/INET.pm
32229 ____________________________________________________________________________
32230 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
32231         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
32232              From: Robin Barker <rmb1@cise.npl.co.uk>
32233              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
32234              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
32235      Branch: perl
32236            ! t/TEST
32237 ____________________________________________________________________________
32238 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
32239         Log: Don't assume that %x is good for displaying UVs.
32240      Branch: perl
32241            ! dump.c
32242 ____________________________________________________________________________
32243 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
32244         Log: Update Changes.
32245      Branch: perl
32246            ! Changes patchlevel.h
32247 ____________________________________________________________________________
32248 [ 12339] By: ams                                   on 2001/10/05  10:22:34
32249         Log: Subject: [PATCH] perlfunc/select
32250              From: Nicholas Clark <nick@ccl4.org>
32251              Date: Fri, 5 Oct 2001 11:33:58 +0100
32252              Message-Id: <20011005113358.Z38756@plum.flirble.org>
32253      Branch: perl
32254            ! pod/perlfunc.pod
32255 ____________________________________________________________________________
32256 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
32257         Log: Retract #12313 and #12249.
32258      Branch: perl
32259            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
32260            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
32261            ! pod/perlebcdic.pod
32262 ____________________________________________________________________________
32263 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
32264         Log: Subject: [PATCH] perlvms.pod update
32265              From: "Craig A. Berry" <craigberry@mac.com>
32266              Date: Thu, 04 Oct 2001 12:55:52 -0500
32267              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
32268      Branch: perl
32269            ! vms/perlvms.pod
32270 ____________________________________________________________________________
32271 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
32272         Log: Subject: PATCH: Tie::SubstrHash
32273              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
32274              Date: Thu, 04 Oct 2001 12:12:41 +0100
32275              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
32276      Branch: perl
32277            ! lib/Tie/SubstrHash.pm
32278 ____________________________________________________________________________
32279 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
32280         Log: Unicode properties saga continues.
32281      Branch: perl
32282            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
32283            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
32284 ____________________________________________________________________________
32285 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
32286         Log: Yet more Unicode properties.
32287      Branch: perl
32288            + lib/unicore/In/137.pl lib/unicore/In/138.pl
32289            + lib/unicore/In/139.pl lib/unicore/In/140.pl
32290            + lib/unicore/In/141.pl lib/unicore/In/142.pl
32291            + lib/unicore/In/143.pl lib/unicore/In/144.pl
32292            + lib/unicore/In/145.pl lib/unicore/In/146.pl
32293            + lib/unicore/In/147.pl lib/unicore/In/148.pl
32294            + lib/unicore/In/149.pl lib/unicore/In/150.pl
32295            + lib/unicore/In/151.pl lib/unicore/In/152.pl
32296            + lib/unicore/In/153.pl lib/unicore/In/154.pl
32297            + lib/unicore/In/155.pl lib/unicore/In/156.pl
32298            + lib/unicore/In/157.pl lib/unicore/In/158.pl
32299            + lib/unicore/In/159.pl lib/unicore/In/160.pl
32300            + lib/unicore/In/161.pl lib/unicore/In/162.pl
32301            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
32302            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
32303            ! pod/perlunicode.pod
32304 ____________________________________________________________________________
32305 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
32306         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
32307              From: "Craig A. Berry" <craigberry@mac.com>
32308              Date: Wed, 03 Oct 2001 17:45:25 -0500
32309              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
32310              
32311              (the lib/Term/Complete.t patched differently by #12332)
32312      Branch: perl
32313            ! lib/ExtUtils/Command.t
32314 ____________________________________________________________________________
32315 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
32316         Log: Restore only if something to restore.
32317      Branch: perl
32318            ! lib/Term/Complete.t
32319 ____________________________________________________________________________
32320 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
32321         Log: Update various resources for credits,
32322              minor icons fixes, and versions.
32323      Branch: maint-5.6/macperl
32324            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
32325            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
32326            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
32327 ____________________________________________________________________________
32328 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
32329         Log: Quiet the warnings about using undef value
32330      Branch: maint-5.6/macperl
32331            ! lib/File/Temp.pm
32332 ____________________________________________________________________________
32333 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
32334         Log: Fix up Ballon Help and Help menu docs (first pass);
32335              remove balloon rez file, and autogenerate with
32336              Balloon2Rez instead.
32337      Branch: maint-5.6/macperl
32338            + macos/macperl/macscripts/Balloon2Rez
32339            - macos/macperl/MPBalloons.r
32340            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
32341 ____________________________________________________________________________
32342 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
32343         Log: Allow overriding of defaults, for change #12327.
32344      Branch: maint-5.6/macperl
32345            ! perl.h
32346 ____________________________________________________________________________
32347 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
32348         Log: Override PerlProc_exit.
32349      Branch: maint-5.6/macperl
32350            ! macos/macish.h
32351 ____________________________________________________________________________
32352 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
32353         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
32354      Branch: maint-5.6/macperl
32355            + macos/bundled_lib/blib/lib/MD5.pm
32356            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
32357            + macos/lib/Mac/AETE/Dialect.pm
32358            + macos/lib/Mac/AETE/Format/Converter.pm
32359            + macos/lib/Mac/AETE/Format/Dictionary.pm
32360            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
32361            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
32362            + macos/lib/Mac/Toolbox.pod
32363            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
32364 ____________________________________________________________________________
32365 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
32366         Log: Sync up silly CVS headers ... I should commit CVS
32367              first to avoid this ...
32368      Branch: maint-5.6/macperl
32369            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
32370            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
32371            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
32372            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
32373 ____________________________________________________________________________
32374 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
32375         Log: Fix Matthias' address, and attributions.
32376      Branch: maint-5.6/macperl
32377            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
32378            ! pod/perlport.pod
32379 ____________________________________________________________________________
32380 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
32381         Log: Fix Matthias' address, and attributions.
32382      Branch: maint-5.6/macperl
32383            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
32384            ! macos/ext/Mac/Components/Components.pm
32385            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
32386            ! macos/ext/Mac/Dialogs/Dialogs.pm
32387            ! macos/ext/Mac/Events/Events.pm
32388            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
32389            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
32390            ! macos/ext/Mac/Gestalt/Gestalt.pm
32391            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
32392            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
32393            ! macos/ext/Mac/Menus/Menus.pm
32394            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
32395            ! macos/ext/Mac/Movies/Movies.pm
32396            ! macos/ext/Mac/Navigation/Navigation.pm
32397            ! macos/ext/Mac/Notification/Notification.pm
32398            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
32399            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
32400            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
32401            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
32402            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
32403            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
32404            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
32405            ! macos/ext/Mac/StandardFile/StandardFile.pm
32406            ! macos/ext/Mac/TextEdit/TextEdit.pm
32407            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
32408            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
32409            ! macos/lib/Mac/LowMem.pm
32410 ____________________________________________________________________________
32411 [ 12322] By: sky                                   on 2001/10/03  18:41:07
32412         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
32413              From: "Craig A. Berry" <craigberry@mac.com>
32414              Date: Wed, 03 Oct 2001 14:30:55 -0500
32415              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
32416      Branch: perl
32417            ! vms/vms.c
32418 ____________________________________________________________________________
32419 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
32420         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
32421              From: "Craig A. Berry" <craigberry@mac.com>
32422              Date: Wed, 03 Oct 2001 14:30:55 -0500
32423              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
32424      Branch: perl
32425            ! vms/vms.c
32426 ____________________________________________________________________________
32427 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
32428         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
32429              only IsL&) and Inherited (negative lookahead good);
32430              add tests for Common, Inherited, and L&.
32431      Branch: perl
32432            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
32433 ____________________________________________________________________________
32434 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
32435         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
32436              (The Unicode standard uses L& quite often.)
32437      Branch: perl
32438            ! lib/utf8_heavy.pl
32439 ____________________________________________________________________________
32440 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
32441         Log: Add the 'Common' Unicode property (code points not
32442              explicitly assigned to any other script).
32443      Branch: perl
32444            + lib/unicore/In/136.pl
32445            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
32446 ____________________________________________________________________________
32447 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
32448         Log: Skip the RV printing test under threads until fixed.
32449      Branch: perl
32450            ! ext/B/t/terse.t
32451 ____________________________________________________________________________
32452 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
32453         Log: Subject: 12309 / cygwin / win2k
32454              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32455              Date: Wed, 03 Oct 2001 15:25:15 +0200
32456              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
32457      Branch: perl
32458            ! makedef.pl
32459 ____________________________________________________________________________
32460 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
32461         Log: Metaconfig unit change for #12314.
32462      Branch: metaconfig
32463            ! U/modified/Head.U
32464 ____________________________________________________________________________
32465 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
32466         Log: Subject: Both cygwin and djgpp on one machine
32467              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32468              Date: Wed, 03 Oct 2001 15:02:59 +0200
32469              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
32470      Branch: perl
32471            ! Configure
32472 ____________________________________________________________________________
32473 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
32474         Log: (retracted by #12338)
32475              
32476              Subject: [PATCH] Code clean up for perlboot.pod
32477              From: Casey West <casey@geeknest.com>
32478              Date: Tue, 2 Oct 2001 19:24:43 -0400
32479              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
32480              
32481              Subject: [PATCH] Code clean up for perlbot.diff
32482              From: Casey West <casey@geeknest.com>
32483              Date: Tue, 2 Oct 2001 19:25:22 -0400
32484              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
32485              
32486              Subject: [PATCH] Code clean up for perlcall.pod
32487              From: Casey West <casey@geeknest.com>
32488              Date: Tue, 2 Oct 2001 19:25:57 -0400
32489              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
32490              
32491              Subject: [PATCH] Code clean up for perldata.pod
32492              From: Casey West <casey@geeknest.com>
32493              Date: Tue, 2 Oct 2001 19:26:29 -0400
32494              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
32495              
32496              Subject: [PATCH] Code clean up for perldbmfilter.pod
32497              From: Casey West <casey@geeknest.com>
32498              Date: Tue, 2 Oct 2001 19:26:59 -0400
32499              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
32500              
32501              Subject: [PATCH] Code clean up for perlebcdic.pod
32502              From: Casey West <casey@geeknest.com>
32503              Date: Tue, 2 Oct 2001 19:27:37 -0400
32504              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
32505      Branch: perl
32506            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
32507            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
32508 ____________________________________________________________________________
32509 [ 12312] By: ams                                   on 2001/10/02  23:43:55
32510         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
32511              From: Michael G Schwern <schwern@pobox.com>
32512              Date: Tue, 2 Oct 2001 17:00:49 -0400
32513              Message-Id: <20011002170049.A9955@blackrider>
32514      Branch: perl
32515            ! lib/ExtUtils/MakeMaker.pm
32516 ____________________________________________________________________________
32517 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
32518         Log: FAQ sync.
32519      Branch: perl
32520            ! pod/perlfaq3.pod
32521 ____________________________________________________________________________
32522 [ 12310] By: nick                                  on 2001/10/02  16:09:49
32523         Log: Integrate mainline
32524      Branch: perlio
32525           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
32526           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32527           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
32528           !> patchlevel.h t/op/pat.t
32529 ____________________________________________________________________________
32530 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
32531         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
32532              not just one single space.
32533      Branch: perl
32534            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
32535 ____________________________________________________________________________
32536 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
32537         Log: AUTHORS updates.
32538      Branch: perl
32539            ! AUTHORS
32540 ____________________________________________________________________________
32541 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
32542         Log: Update Changes.
32543      Branch: perl
32544            ! Changes patchlevel.h
32545 ____________________________________________________________________________
32546 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
32547         Log: Work around old buggy glibcs for langinfo constants,
32548              from Nicholas Clark and David Dyck.
32549      Branch: perl
32550            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32551 ____________________________________________________________________________
32552 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
32553         Log: Eradicate Time::Piece; add an example.
32554      Branch: perl
32555            ! ext/I18N/Langinfo/Langinfo.pm
32556 ____________________________________________________________________________
32557 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
32558         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
32559              From: Robert Spier <rspier@pobox.com>
32560              Date: Mon, 1 Oct 2001 23:20:16 -0700
32561              Message-ID: <15289.23712.422087.878224@rls.cx>
32562      Branch: perl
32563            ! lib/Pod/Html.pm
32564 ____________________________________________________________________________
32565 [ 12303] By: sky                                   on 2001/10/02  10:40:57
32566         Log: Fixes obscure bug that manifests itself by.
32567              local $!=0;undef*STDOUT;#segfaults
32568              Has been around for a while. Possible other magic IO vars are
32569              possibly affected as well. Reported by Jos Boumans.
32570      Branch: perl
32571            ! mg.c
32572 ____________________________________________________________________________
32573 [ 12302] By: nick                                  on 2001/10/02  09:00:52
32574         Log: Integrate mainline
32575      Branch: perlio
32576           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
32577           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
32578           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
32579 ____________________________________________________________________________
32580 [ 12301] By: nick                                  on 2001/10/02  08:40:57
32581         Log: Integrate mainline + lib/open.t patch from Chromatic
32582      Branch: perlio
32583           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
32584            ! lib/open.t
32585           !> (integrate 29 files)
32586 ____________________________________________________________________________
32587 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
32588         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
32589              Until it has, better stop early if someone requests threads.
32590      Branch: perl
32591            ! hints/darwin.sh
32592 ____________________________________________________________________________
32593 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
32594         Log: Subject: [ID 20011001.011] redundant code in t/TEST
32595              From: David Dyck <dcd@tc.fluke.com>
32596              Date: Mon, 1 Oct 2001 12:56:24 -0700
32597              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
32598      Branch: perl
32599            ! t/TEST
32600 ____________________________________________________________________________
32601 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
32602         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
32603              From: "chromatic" <chromatic@rmci.net>
32604              Date: Mon, 01 Oct 2001 12:27:12 -0600
32605              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
32606      Branch: perl
32607            ! lib/Term/Cap.t
32608 ____________________________________________________________________________
32609 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
32610         Log: UNICOS testing patches from Nicholas Clark.
32611      Branch: perl
32612            ! t/op/arith.t t/op/pack.t
32613 ____________________________________________________________________________
32614 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
32615         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
32616              From: "chromatic" <chromatic@rmci.net>
32617              Date: Mon, 01 Oct 2001 10:21:51 -0600
32618              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
32619      Branch: perl
32620            ! lib/open.t
32621 ____________________________________________________________________________
32622 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
32623         Log: Make missing the RADIXCHAR a softer, gentler error.
32624      Branch: perl
32625            ! ext/I18N/Langinfo/Langinfo.t
32626 ____________________________________________________________________________
32627 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
32628         Log: Nuke also the LANG because of glibc.
32629      Branch: perl
32630            ! lib/open.t
32631 ____________________________________________________________________________
32632 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
32633         Log: Also the ^Is is optional.
32634      Branch: perl
32635            ! pod/perlunicode.pod t/op/pat.t
32636 ____________________________________________________________________________
32637 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
32638         Log: Be careful to pull chars from the varargs stack when
32639              formatting chars.
32640      Branch: perl
32641            ! regcomp.c
32642 ____________________________________________________________________________
32643 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
32644         Log: sortsv not in place anymore, noticed by John P. Linderman.
32645      Branch: perl
32646            ! pod/perlapi.pod pp_ctl.c
32647 ____________________________________________________________________________
32648 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
32649         Log: Make the diagnostic messages more neutral.
32650      Branch: perl
32651            ! ext/B/t/terse.t
32652 ____________________________________________________________________________
32653 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
32654         Log: Forgotten from #12288.
32655      Branch: perl
32656            ! ext/Data/Dumper/Dumper.pm
32657 ____________________________________________________________________________
32658 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
32659         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
32660              From: Brian Ingerson <ingy@ttul.org>
32661              Date: Sun, 30 Sep 2001 21:45:56 -0700
32662              Message-ID: <20010930214556.D26392@ttul.org>
32663              
32664              (remember also the #12289)
32665      Branch: perl
32666            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
32667 ____________________________________________________________________________
32668 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
32669         Log: More Unicode property tests for the abbreviated
32670              general properties.
32671      Branch: perl
32672            ! t/op/pat.t
32673 ____________________________________________________________________________
32674 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
32675         Log: Further tweaks to the Unicode properties.
32676      Branch: perl
32677            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
32678 ____________________________________________________________________________
32679 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
32680         Log: Retract #12284.
32681      Branch: perl
32682            ! lib/Term/Cap.t
32683 ____________________________________________________________________________
32684 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
32685         Log: (Retracted by #12285)
32686      Branch: perl
32687            ! lib/Term/Cap.t
32688 ____________________________________________________________________________
32689 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
32690         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
32691              From: "chromatic" <chromatic@rmci.net>  
32692              Date: Sun, 30 Sep 2001 16:10:02 -0600
32693              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
32694      Branch: perl
32695            + lib/Term/Cap.t
32696            ! MANIFEST
32697 ____________________________________________________________________________
32698 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
32699         Log: Use stty -g to restore the terminal state, do not even
32700              try to run the tests if stty -g is not available.
32701      Branch: perl
32702            ! lib/Term/Complete.t
32703 ____________________________________________________________________________
32704 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
32705         Log: Cleanup utf8_heavy; allow dropping the In prefix from
32706              Unicode script/block properties.
32707      Branch: perl
32708            ! lib/utf8_heavy.pl
32709 ____________________________________________________________________________
32710 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
32711         Log: Retract the #12259 for now.
32712      Branch: perl
32713            ! embed.h embed.pl sv.h
32714 ____________________________________________________________________________
32715 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
32716         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
32717      Branch: perl
32718            + lib/Text/TabsWrap/CHANGELOG
32719            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
32720 ____________________________________________________________________________
32721 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
32722         Log: #12272 wasn't right, it introduced an extra ().
32723      Branch: perl
32724            ! lib/utf8_heavy.pl
32725 ____________________________________________________________________________
32726 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
32727         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
32728              From: Jonathan Stowe <gellyfish@gellyfish.com>
32729              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
32730              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
32731      Branch: perl
32732            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
32733 ____________________________________________________________________________
32734 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
32735         Log: Subject: Patch to put qsortsv in the public API
32736              From: Brian Ingerson <ingy@ttul.org>
32737              Date: Sat, 29 Sep 2001 17:41:13 -0700
32738              Message-ID: <20010929174113.A30223@ttul.org>
32739      Branch: perl
32740            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
32741 ____________________________________________________________________________
32742 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
32743         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
32744              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32745              Date: Sat, 29 Sep 2001 23:54:48 +0200
32746              Message-ID: <20010929235448.A5017@rafael>
32747      Branch: perl
32748            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
32749 ____________________________________________________________________________
32750 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
32751         Log: FAQ sync.
32752      Branch: perl
32753            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32754            ! pod/perlfaq9.pod
32755 ____________________________________________________________________________
32756 [ 12273] By: bailey                                on 2001/09/29  23:43:46
32757         Log: Resync with mainline
32758      Branch: vmsperl
32759           +> (branch 1207 files)
32760            - (delete 324 files)
32761           !> (integrate 866 files)
32762 ____________________________________________________________________________
32763 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
32764         Log: Nasty recursion trap if one would match Unicode.
32765      Branch: perl
32766            ! lib/utf8_heavy.pl
32767 ____________________________________________________________________________
32768 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
32769         Log: More Unicode todo.
32770      Branch: perl
32771            ! pod/perltodo.pod
32772 ____________________________________________________________________________
32773 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
32774         Log: Explain a bit the new more flexible \p\P syntax.
32775      Branch: perl
32776            ! pod/perlunicode.pod
32777 ____________________________________________________________________________
32778 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
32779         Log: More leniency to the \p and \P: now can have whitespace
32780              between the property definition and the curlies; now can
32781              invert the property by having a caret between the open
32782              curly and the property.
32783      Branch: perl
32784            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
32785 ____________________________________________________________________________
32786 [ 12268] By: nick                                  on 2001/09/29  17:39:26
32787         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
32788              one test (lib/open.t) fails
32789      Branch: perlio
32790           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32791           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32792           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
32793           +> lib/Tie/Scalar.t lib/open.t
32794            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
32795            - ext/B/Stash.t
32796           !> (integrate 62 files)
32797 ____________________________________________________________________________
32798 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
32799         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
32800      Branch: perl
32801            ! t/op/chdir.t
32802 ____________________________________________________________________________
32803 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
32804         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
32805              From: "Craig A. Berry" <craigberry@mac.com> 
32806              Date: Sat, 29 Sep 2001 09:35:33 -0500
32807              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
32808      Branch: perl
32809            ! t/op/chdir.t
32810 ____________________________________________________________________________
32811 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
32812         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
32813              From: "chromatic" <chromatic@rmci.net>
32814              Date: Fri, 28 Sep 2001 21:20:12 -0600
32815              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
32816      Branch: perl
32817            + lib/Tie/Scalar.t
32818            ! MANIFEST lib/Tie/Scalar.pm
32819 ____________________________________________________________________________
32820 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
32821         Log: Allow for more flexibility in the \p{In...} names, now
32822              case doesn't matter, and any space or dash can be
32823              matched by any space, dash, underbar, or empty.
32824              (may be going too far on leniency)
32825      Branch: perl
32826            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
32827            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
32828            ! t/op/pat.t
32829 ____________________________________________________________________________
32830 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
32831         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
32832              From: "chromatic" <chromatic@rmci.net>
32833              Date: Fri, 28 Sep 2001 17:39:50 -0600
32834              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
32835      Branch: perl
32836            + lib/open.t
32837            ! MANIFEST
32838 ____________________________________________________________________________
32839 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
32840         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
32841              From: "Craig A. Berry" <craigberry@mac.com>
32842              Date: Fri, 28 Sep 2001 16:24:51 -0500
32843              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
32844      Branch: perl
32845            ! ext/File/Glob/t/basic.t
32846 ____________________________________________________________________________
32847 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
32848         Log: Subject: [DOC PATCH] Carp.pm pod typo
32849              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32850              Date: Fri, 28 Sep 2001 23:14:51 +0200
32851              Message-ID: <20010928231451.E16889@rafael>
32852      Branch: perl
32853            ! lib/Carp.pm
32854 ____________________________________________________________________________
32855 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
32856         Log: Subject: [PATCH] Allow an @INC hook to set %INC
32857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32858              Date: Fri, 28 Sep 2001 22:18:13 +0200
32859              Message-ID: <20010928221813.A16889@rafael>
32860      Branch: perl
32861            ! pp_ctl.c
32862 ____________________________________________________________________________
32863 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
32864         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
32865              From: Nicholas Clark <nick@ccl4.org>
32866              Date: Fri, 28 Sep 2001 23:39:33 +0100
32867              Message-ID: <20010928233933.C23673@plum.flirble.org>
32868      Branch: perl
32869            ! embed.h embed.pl sv.h
32870 ____________________________________________________________________________
32871 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
32872         Log: Update Changes.
32873      Branch: perl
32874            ! Changes patchlevel.h
32875 ____________________________________________________________________________
32876 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
32877         Log: Move the B tests to B/t.
32878      Branch: perl
32879            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32880            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32881            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
32882            - ext/B/Showlex.t ext/B/Stash.t
32883            ! MANIFEST
32884 ____________________________________________________________________________
32885 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
32886         Log: Forgot from #12254.
32887      Branch: perl
32888            + ext/B/B/Terse.t
32889 ____________________________________________________________________________
32890 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
32891         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
32892              From: "chromatic" <chromatic@rmci.net>
32893              Date: Thu, 27 Sep 2001 23:22:17 -0600
32894              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
32895      Branch: perl
32896            ! MANIFEST
32897 ____________________________________________________________________________
32898 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
32899         Log: Test numbering mismatch.
32900      Branch: perl
32901            ! t/op/chdir.t
32902 ____________________________________________________________________________
32903 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
32904         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
32905              From: "Craig A. Berry" <craigberry@mac.com>
32906              Date: Wed, 26 Sep 2001 17:43:14 -0500
32907              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
32908      Branch: perl
32909            ! iperlsys.h t/op/chdir.t
32910 ____________________________________________________________________________
32911 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
32912         Log: Subject: [PATCH gv.c] make __ANON__ global
32913              From: Robin Barker <rmb1@cise.npl.co.uk>
32914              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
32915              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
32916      Branch: perl
32917            ! gv.c t/op/anonsub.t t/op/runlevel.t
32918 ____________________________________________________________________________
32919 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
32920         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
32921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32922              Date: Thu, 27 Sep 2001 22:34:32 +0200
32923              Message-ID: <20010927223432.A1485@rafael>
32924      Branch: perl
32925            ! ext/B/B/Terse.pm
32926 ____________________________________________________________________________
32927 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
32928         Log: (retracted by #12338)
32929              
32930              Subject: [PATCH] Cleanup of perldsc.pod      
32931              From: Casey West <casey@geeknest.com>
32932              Date: Thu, 27 Sep 2001 11:13:17 -0400
32933              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
32934      Branch: perl
32935            ! pod/perldsc.pod
32936 ____________________________________________________________________________
32937 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
32938         Log: Not everyone is using ithreads...
32939      Branch: perl
32940            ! ext/Devel/Peek/Peek.t
32941 ____________________________________________________________________________
32942 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
32943         Log: Document the nss_delete core dump workaround for HP-UX
32944              and Solaris, bug IDs 20010805.018 and 20010629.004.
32945      Branch: perl
32946            ! README.hpux README.solaris
32947 ____________________________________________________________________________
32948 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
32949         Log: Dump Unicode hash keys also as Unicode,
32950              not just as a byte string.
32951      Branch: perl
32952            ! dump.c ext/Devel/Peek/Peek.t
32953 ____________________________________________________________________________
32954 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
32955         Log: Integrate changes #12241 and #12242 from macperl:
32956              
32957              Remove unneeded disabling of umask() calls
32958              
32959              Note (get|set)sockopt are available.
32960      Branch: perl
32961           !> lib/File/Temp.pm pod/perlport.pod
32962 ____________________________________________________________________________
32963 [ 12244] By: sky                                   on 2001/09/27  08:53:00
32964         Log: Flush buffers on thread closedown.
32965      Branch: perl
32966            ! ext/threads/threads.xs
32967 ____________________________________________________________________________
32968 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
32969         Log: Dump SvUTF8(sv)s also as \x{...}.
32970              
32971              TODO: dump the SvUTF8() hash keys similarly. 
32972      Branch: perl
32973            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
32974 ____________________________________________________________________________
32975 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
32976         Log: Note (get|set)sockopt are available.
32977      Branch: maint-5.6/macperl
32978            ! pod/perlport.pod
32979 ____________________________________________________________________________
32980 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
32981         Log: Remove unneeded disabling of umask() calls
32982      Branch: maint-5.6/macperl
32983            ! lib/File/Temp.pm
32984 ____________________________________________________________________________
32985 [ 12240] By: sky                                   on 2001/09/26  18:44:56
32986         Log: Documention update
32987      Branch: perl
32988            ! ext/threads/threads.pm
32989 ____________________________________________________________________________
32990 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
32991         Log: Update Changes.
32992      Branch: perl
32993            ! Changes patchlevel.h
32994 ____________________________________________________________________________
32995 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
32996         Log: Check that all environment variables are tainted.
32997      Branch: perl
32998            ! t/op/taint.t
32999 ____________________________________________________________________________
33000 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
33001         Log: Manual integration error in #12235.
33002      Branch: perl
33003            ! lib/File/DosGlob.t
33004 ____________________________________________________________________________
33005 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
33006         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
33007              From: "chromatic" <chromatic@rmci.net>
33008              Date: Tue, 25 Sep 2001 23:57:07 -0600
33009              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
33010      Branch: perl
33011            ! perlio.c
33012 ____________________________________________________________________________
33013 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
33014         Log: Integrate macperl changes from Chris Nandor:
33015              12192 11817 11815 11813 11778 11775
33016              
33017              Update CPAN.pm to work with new Mac::BuildTools instead
33018              of ExtUtils::MM_MacOS "orphan" functions
33019              
33020              Fix test
33021              
33022              Make syntax check report in MPW style, fix tests
33023              to use Mac::err=unix to get normal-style error
33024              messages.
33025              
33026              More module and test ports from Thomas Wegner et al
33027              
33028              Fix open of /dev/null for Mac OS
33029              
33030              Allow for platforms to override formatting of errors
33031              on output from Matthias Neeracher (core files)
33032      Branch: perl
33033            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
33034            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
33035            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
33036           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
33037           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
33038           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
33039 ____________________________________________________________________________
33040 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
33041         Log: grrr.
33042      Branch: perl
33043            ! t/op/gv.t
33044 ____________________________________________________________________________
33045 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
33046         Log: Retract #12232.
33047      Branch: perl
33048            ! t/op/gv.t
33049 ____________________________________________________________________________
33050 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
33051         Log: (Retracted by #12233.)
33052      Branch: perl
33053            ! t/op/gv.t
33054 ____________________________________________________________________________
33055 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
33056         Log: Detypo.
33057      Branch: perl
33058            ! ext/Encode/Makefile.PL
33059 ____________________________________________________________________________
33060 [ 12230] By: sky                                   on 2001/09/26  11:36:23
33061         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
33062              We are using a "delay" here because we do not want to depend on thread synchronization issues.
33063      Branch: perl
33064            + ext/threads/t/stress_cv.t
33065            ! MANIFEST ext/threads/t/stress_string.t
33066 ____________________________________________________________________________
33067 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
33068         Log: NetWare tweak from Ananth Kesari.
33069      Branch: perl
33070            ! NetWare/t/Readme.txt
33071 ____________________________________________________________________________
33072 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
33073         Log: Trick to fool case-blind filesystems.
33074      Branch: perl
33075            ! ext/Encode/Makefile.PL
33076 ____________________________________________________________________________
33077 [ 12227] By: sky                                   on 2001/09/26  11:06:50
33078         Log: Threads can start executing in a different order than they were
33079              created.... so we cannot ok() inside the threadstarter.
33080      Branch: perl
33081            ! ext/threads/t/stress_string.t
33082 ____________________________________________________________________________
33083 [ 12226] By: sky                                   on 2001/09/26  07:41:45
33084         Log: Add in stress_string.t to stress test threads a bit more.
33085      Branch: perl
33086            + ext/threads/t/stress_string.t
33087            ! MANIFEST
33088 ____________________________________________________________________________
33089 [ 12225] By: sky                                   on 2001/09/26  07:04:21
33090         Log: Fix negative refcount introduced by #12223.
33091      Branch: perl
33092            ! ext/threads/threads.xs
33093 ____________________________________________________________________________
33094 [ 12224] By: sky                                   on 2001/09/26  06:57:58
33095         Log: Update documentation to match change #12223
33096      Branch: perl
33097            ! sharedsv.c
33098 ____________________________________________________________________________
33099 [ 12223] By: sky                                   on 2001/09/26  06:54:32
33100         Log: Use a separate interpreter for the sharedsv space. Another
33101              negative sv leak. Sigh.
33102      Branch: perl
33103            ! sharedsv.c
33104 ____________________________________________________________________________
33105 [ 12222] By: sky                                   on 2001/09/26  05:58:35
33106         Log: Do the environ assignment in perl_contruct to match perl_destruct.
33107              Now we don't need to perl_parse/perl_run. However environ is a
33108              global....
33109      Branch: perl
33110            ! perl.c
33111 ____________________________________________________________________________
33112 [ 12221] By: sky                                   on 2001/09/26  05:41:02
33113         Log: Move the creation of PL_strtab to perl_construct so we can work
33114              with HV and HEs without running perl_parse.
33115      Branch: perl
33116            ! perl.c
33117 ____________________________________________________________________________
33118 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
33119         Log: integrate macperl changes into maint-5.6
33120      Branch: maint-5.6/perl
33121           !> (integrate 26 files)
33122 ____________________________________________________________________________
33123 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
33124         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
33125              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
33126      Branch: maint-5.6/macperl
33127            ! macos/ext/Mac/Fonts/Fonts.xs
33128            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
33129 ____________________________________________________________________________
33130 [ 12218] By: ams                                   on 2001/09/25  23:31:33
33131         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
33132              From: Nicholas Clark <nick@ccl4.org>
33133              Date: Wed, 26 Sep 2001 01:20:20 +0100
33134              Message-Id: <20010926012020.B48092@plum.flirble.org>
33135      Branch: perl
33136            ! lib/AutoSplit.t
33137 ____________________________________________________________________________
33138 [ 12217] By: ams                                   on 2001/09/25  22:33:05
33139         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
33140              From: "Craig A. Berry" <craigberry@mac.com>
33141              Date: Tue, 25 Sep 2001 18:08:42 -0500
33142              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
33143      Branch: perl
33144            ! vms/vms.c
33145 ____________________________________________________________________________
33146 [ 12216] By: ams                                   on 2001/09/25  21:41:01
33147         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
33148              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
33149              From: Michael G Schwern <schwern@pobox.com>
33150              Date: Wed, 26 Sep 2001 00:38:21 -0400
33151              Message-Id: <20010926003821.A627@blackrider>
33152      Branch: perl
33153            ! lib/AutoSplit.t
33154 ____________________________________________________________________________
33155 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
33156         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
33157              From: Michael G Schwern <schwern@pobox.com>
33158              Date: Tue, 25 Sep 2001 17:43:49 -0400
33159              Message-ID: <20010925174349.B19534@blackrider>
33160      Branch: perl
33161            ! lib/Test/Simple.pm lib/Test/Utils.pm
33162 ____________________________________________________________________________
33163 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
33164         Log: Integrate changes from bleadperl.
33165      Branch: maint-5.6/macperl
33166           !> pod/perlport.pod
33167 ____________________________________________________________________________
33168 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
33169         Log: skip($mess) should result in one skip.
33170      Branch: perl
33171            ! t/test.pl
33172 ____________________________________________________________________________
33173 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
33174         Log: Integrate change #12200 from maintperl.
33175      Branch: maint-5.6/macperl
33176           !> win32/perlhost.h
33177 ____________________________________________________________________________
33178 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
33179         Log: Fix file types to "apple"
33180      Branch: maint-5.6/macperl
33181            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
33182            ! macos/ext/Mac/SAT/t/Collision.rsrc
33183 ____________________________________________________________________________
33184 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
33185         Log: Fix rsrc file as snd file; fix path in t file.
33186      Branch: maint-5.6/macperl
33187            ! macos/ext/Mac/Notification/t/Notification.rsrc
33188            ! macos/ext/Mac/Notification/t/Notification.t
33189 ____________________________________________________________________________
33190 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
33191         Log: Sync up with File::Find from bleadperl.
33192      Branch: maint-5.6/macperl
33193            ! lib/File/Find.pm t/lib/filefind-taint.t
33194 ____________________________________________________________________________
33195 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
33196         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
33197              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
33198              of hundreds)
33199      Branch: maint-5.6/macperl
33200            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
33201            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
33202            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
33203 ____________________________________________________________________________
33204 [ 12207] By: nick                                  on 2001/09/25  19:04:36
33205         Log: Integrate mainline (untested while modem is up)
33206      Branch: perlio
33207           +> lib/AutoSplit.t t/test.pl
33208            - lib/warnings/register.t
33209           !> (integrate 28 files)
33210 ____________________________________________________________________________
33211 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
33212         Log: perldiag entry for #12205.
33213      Branch: perl
33214            ! pod/perldiag.pod
33215 ____________________________________________________________________________
33216 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
33217         Log: Subject: [PATCH] warning on v-string in use/require
33218              From: John Peacock <jpeacock@rowman.com>
33219              Date: Mon, 24 Sep 2001 17:29:03 -0400
33220              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
33221      Branch: perl
33222            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
33223 ____________________________________________________________________________
33224 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
33225         Log: perltooc et al updates.
33226      Branch: perl
33227            ! plan9/mkfile pod/roffitall
33228 ____________________________________________________________________________
33229 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
33230         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
33231              From: Michael G Schwern <schwern@pobox.com>
33232              Date: Sun, 23 Sep 2001 00:07:12 -0400
33233              Message-ID: <20010923000712.A7005@blackrider>
33234      Branch: perl
33235            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
33236 ____________________________________________________________________________
33237 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
33238         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
33239              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33240              Date: Wed, 26 Sep 2001 01:25:10 +0900
33241              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
33242      Branch: perl
33243            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
33244            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
33245            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
33246 ____________________________________________________________________________
33247 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
33248         Log: Integrate change #12200 from maintperl;
33249              on windows, virtualized environment could propagate deleted variables
33250              into children if they happen to be at the very end of the table
33251      Branch: perl
33252           !> win32/perlhost.h
33253 ____________________________________________________________________________
33254 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
33255         Log: on windows, virtualized environment could propagate deleted variables
33256              into children if they happen to be at the very end of the table
33257              (thanks for succinct test case from Johan Holmberg, and fix from
33258              Doug Lankshear)
33259      Branch: maint-5.6/perl
33260            ! win32/perlhost.h
33261 ____________________________________________________________________________
33262 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
33263         Log: avoid the use of ftime() (it does a useless, potentially
33264              expensive call to GetTimeZoneInformation()); this potentially
33265              also results in three more digits of precision from
33266              Time::HiRes::time()
33267      Branch: perl
33268            ! ext/Time/HiRes/HiRes.xs
33269 ____________________________________________________________________________
33270 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
33271         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
33272              
33273              Note: io/binmode is failing, have to figure out why.
33274      Branch: perl
33275            + t/test.pl
33276            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
33277            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
33278            ! t/run/exit.t
33279 ____________________________________________________________________________
33280 [ 12197] By: ams                                   on 2001/09/25  13:48:55
33281         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
33282              From: Nicholas Clark <nick@ccl4.org>
33283              Date: Tue, 25 Sep 2001 00:37:40 +0100
33284              Message-Id: <20010925003740.S4971@plum.flirble.org>
33285              (Further changes expected.)
33286      Branch: perl
33287            + lib/AutoSplit.t
33288            ! MANIFEST
33289 ____________________________________________________________________________
33290 [ 12196] By: sky                                   on 2001/09/25  13:37:12
33291         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
33292              _ftime to try and be more robust.
33293      Branch: perl
33294            ! ext/Time/HiRes/HiRes.xs
33295 ____________________________________________________________________________
33296 [ 12194] By: ams                                   on 2001/09/25  11:40:00
33297         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
33298              From: "Craig A. Berry" <craigberry@mac.com>
33299              Date: Mon, 24 Sep 2001 17:54:20 -0500
33300              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
33301      Branch: perl
33302            ! vms/descrip_mms.template
33303 ____________________________________________________________________________
33304 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
33305         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
33306              not working, cursor not spinning (Bug #422129); external
33307              editor problems (Bug #456329); escape/cmd-. not activating
33308              "Cancel" in Save dialog box (Bug #446960); Runtimes not
33309              executing on launch (Bug #464441).
33310      Branch: maint-5.6/macperl
33311            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
33312            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
33313            ! macos/macperl/MacPerl.r
33314 ____________________________________________________________________________
33315 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
33316         Log: Update CPAN.pm to work with new Mac::BuildTools instead
33317              of ExtUtils::MM_MacOS "orphan" functions
33318      Branch: maint-5.6/macperl
33319            ! lib/CPAN.pm
33320 ____________________________________________________________________________
33321 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
33322         Log: Fix up another xsubpp problem (Matthias Neeracher)
33323      Branch: maint-5.6/macperl
33324            ! macos/xsubpp
33325 ____________________________________________________________________________
33326 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
33327         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
33328      Branch: maint-5.6/macperl
33329            ! macos/lib/ExtUtils/MM_MacOS.pm
33330 ____________________________________________________________________________
33331 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
33332         Log: Fix up Makefiles for more Mac:: modules (and prepare for
33333              static build ...?)
33334      Branch: maint-5.6/macperl
33335            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33336            ! macos/macperl/Makefile.mk
33337 ____________________________________________________________________________
33338 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
33339         Log: Fix up tests
33340      Branch: maint-5.6/macperl
33341            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
33342 ____________________________________________________________________________
33343 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
33344         Log: Make malloc smarter, fix bugs.  (Bug #404030)
33345      Branch: maint-5.6/macperl
33346            ! macos/icemalloc.c macos/icemalloc.h
33347 ____________________________________________________________________________
33348 [ 12186] By: nick                                  on 2001/09/24  19:18:17
33349         Log: Integrate mainline
33350      Branch: perlio
33351           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
33352           +> lib/filetest.t
33353           !> (integrate 30 files)
33354 ____________________________________________________________________________
33355 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
33356         Log: Retract #12136, the warnings::register is already
33357              tested by t/lib/warnings/9enabled, as pointed out
33358              by Paul Marquess.
33359      Branch: perl
33360            - lib/warnings/register.t
33361            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
33362 ____________________________________________________________________________
33363 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
33364         Log: fix Time::HiRes implementation of gettimeofday() on windows
33365              (HiRes.t#14 now passes)
33366      Branch: perl
33367            ! ext/Time/HiRes/HiRes.xs
33368 ____________________________________________________________________________
33369 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
33370         Log: File::Spec::catfile() canonifies everything to blackslashes on
33371              windows :-(
33372      Branch: perl
33373            ! lib/ExtUtils/Manifest.t
33374 ____________________________________________________________________________
33375 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
33376         Log: test number mismatch
33377      Branch: perl
33378            ! t/op/magic.t
33379 ____________________________________________________________________________
33380 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
33381         Log: ok().
33382      Branch: perl
33383            ! t/op/pack.t
33384 ____________________________________________________________________________
33385 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
33386         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
33387              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33388      Branch: perl
33389            ! pp_pack.c t/op/pack.t
33390 ____________________________________________________________________________
33391 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
33392         Log: Update Changes.
33393      Branch: perl
33394            ! Changes patchlevel.h
33395 ____________________________________________________________________________
33396 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
33397         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
33398              From: Michael G Schwern <schwern@pobox.com>
33399              Date: Mon, 24 Sep 2001 11:12:13 -0400
33400              Message-ID: <20010924111213.G27885@blackrider>
33401      Branch: perl
33402            ! lib/ExtUtils/Manifest.pm
33403 ____________________________________________________________________________
33404 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
33405         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
33406              From: Michael G Schwern <schwern@pobox.com> 
33407              Date: Mon, 24 Sep 2001 11:02:07 -0400
33408              Message-ID: <20010924110207.E27885@blackrider>
33409      Branch: perl
33410            ! vms/test.com
33411 ____________________________________________________________________________
33412 [ 12176] By: ams                                   on 2001/09/24  14:01:59
33413         Log: Update Changes.
33414      Branch: perl
33415            ! Changes
33416 ____________________________________________________________________________
33417 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
33418         Log: Various cleanups.
33419      Branch: perl
33420            ! ext/threads/Makefile.PL ext/threads/threads.xs
33421 ____________________________________________________________________________
33422 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
33423         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
33424      Branch: maint-5.6/macperl
33425           !> (integrate 33 files)
33426 ____________________________________________________________________________
33427 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
33428         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
33429              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33430              Date: Mon, 24 Sep 2001 20:04:58 +0900
33431              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
33432      Branch: perl
33433            ! ext/Encode/Encode/gb2312.enc
33434 ____________________________________________________________________________
33435 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
33436         Log: Clarifying comment to #12164.
33437      Branch: perl
33438            ! lib/Cwd.pm
33439 ____________________________________________________________________________
33440 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
33441         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
33442              From: Nicholas Clark <nick@ccl4.org>
33443              Date: Sun, 23 Sep 2001 23:00:56 +0100
33444              Message-ID: <20010923230055.Y4971@plum.flirble.org>
33445              
33446              (with "sample_constants" changed to "fallback")
33447      Branch: perl
33448            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
33449            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
33450            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
33451            ! lib/h2xs.t utils/h2xs.PL
33452 ____________________________________________________________________________
33453 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
33454         Log: Metaconfig unit change for #12167.
33455      Branch: metaconfig
33456            ! U/modified/Cppsym.U
33457 ____________________________________________________________________________
33458 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
33459         Log: Add a few glibc cpp symbols to probe for.
33460      Branch: perl
33461            ! Configure
33462 ____________________________________________________________________________
33463 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
33464         Log: DJGPP tweaks for Laszlo Molnar.
33465      Branch: perl
33466            ! djgpp/djgppsed.sh dosish.h
33467 ____________________________________________________________________________
33468 [ 12165] By: ams                                   on 2001/09/24  10:07:08
33469         Log: Subject: [PATCH t/op/inccode.t] More tests
33470              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33471              Date: 24 Sep 2001 10:01:44 -0000
33472              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
33473      Branch: perl
33474            ! t/op/inccode.t
33475 ____________________________________________________________________________
33476 [ 12164] By: ams                                   on 2001/09/24  09:43:29
33477         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
33478              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
33479              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
33480              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
33481      Branch: perl
33482            ! lib/Cwd.pm
33483 ____________________________________________________________________________
33484 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
33485         Log: 1_compile updates.
33486      Branch: perl
33487            ! t/lib/1_compile.t
33488 ____________________________________________________________________________
33489 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
33490         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
33491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33492              Date: Wed, 19 Sep 2001 22:47:14 +0200
33493              Message-ID: <20010919224714.A6382@rafael>
33494      Branch: perl
33495            ! pod/perlvar.pod pp_ctl.c
33496 ____________________________________________________________________________
33497 [ 12161] By: ams                                   on 2001/09/23  17:40:02
33498         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
33499              filetest Pragma
33500              From: "chromatic" <chromatic@rmci.net>
33501              Date: Sun, 23 Sep 2001 12:07:25 -0600
33502              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
33503      Branch: perl
33504            + lib/filetest.t
33505            ! MANIFEST t/lib/1_compile.t
33506 ____________________________________________________________________________
33507 [ 12160] By: ams                                   on 2001/09/23  16:32:11
33508         Log: Additional minor chdir() tweak.
33509      Branch: perl
33510            ! pod/perlfunc.pod
33511 ____________________________________________________________________________
33512 [ 12159] By: ams                                   on 2001/09/23  16:25:01
33513         Log: Subject: PATCH lib/ExtUtils/Command.t
33514              From: Abe Timmerman <abe@ztreet.demon.nl>
33515              Date: Sun, 23 Sep 2001 19:11:44 +0200
33516              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
33517      Branch: perl
33518            ! lib/ExtUtils/Command.t
33519 ____________________________________________________________________________
33520 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
33521         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
33522              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
33523              Date: Sun, 23 Sep 2001 02:02:26 +0200
33524              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
33525      Branch: perl
33526            ! makedef.pl
33527 ____________________________________________________________________________
33528 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
33529         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
33530              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
33531              Date: Sat, 22 Sep 2001 12:54:39 -0500
33532              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
33533      Branch: perl
33534            ! t/op/study.t
33535 ____________________________________________________________________________
33536 [ 12156] By: nick                                  on 2001/09/23  07:48:44
33537         Log: Integrate mainline
33538      Branch: perlio
33539            - check83.pl
33540           !> ext/Encode/Encode/2022-cn.enc
33541 ____________________________________________________________________________
33542 [ 12155] By: nick                                  on 2001/09/23  07:48:01
33543         Log: Integrate mainline
33544      Branch: perlio
33545           +> (branch 64 files)
33546            - ext/Encode/Encode/cns11643-1.enc
33547            - ext/Encode/Encode/cns11643-2.enc
33548            - ext/Encode/Encode/iso2022-cn.enc
33549            - ext/Encode/Encode/iso2022-jp.enc
33550            - ext/Encode/Encode/iso2022-jp1.enc
33551            - ext/Encode/Encode/iso2022-jp2.enc
33552            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33553            - ext/Encode/Encode/iso8859-1.enc
33554            - ext/Encode/Encode/iso8859-1.ucm
33555            - ext/Encode/Encode/iso8859-10.enc
33556            - ext/Encode/Encode/iso8859-10.ucm
33557            - ext/Encode/Encode/iso8859-13.enc
33558            - ext/Encode/Encode/iso8859-13.ucm
33559            - ext/Encode/Encode/iso8859-14.enc
33560            - ext/Encode/Encode/iso8859-14.ucm
33561            - ext/Encode/Encode/iso8859-15.enc
33562            - ext/Encode/Encode/iso8859-15.ucm
33563            - ext/Encode/Encode/iso8859-16.enc
33564            - ext/Encode/Encode/iso8859-16.ucm
33565            - ext/Encode/Encode/iso8859-2.enc
33566            - ext/Encode/Encode/iso8859-2.ucm
33567            - ext/Encode/Encode/iso8859-3.enc
33568            - ext/Encode/Encode/iso8859-3.ucm
33569            - ext/Encode/Encode/iso8859-4.enc
33570            - ext/Encode/Encode/iso8859-4.ucm
33571            - ext/Encode/Encode/iso8859-5.enc
33572            - ext/Encode/Encode/iso8859-5.ucm
33573            - ext/Encode/Encode/iso8859-6.enc
33574            - ext/Encode/Encode/iso8859-6.ucm
33575            - ext/Encode/Encode/iso8859-7.enc
33576            - ext/Encode/Encode/iso8859-7.ucm
33577            - ext/Encode/Encode/iso8859-8.enc
33578            - ext/Encode/Encode/iso8859-8.ucm
33579            - ext/Encode/Encode/iso8859-9.enc
33580            - ext/Encode/Encode/iso8859-9.ucm
33581            - ext/Encode/Encode/isoir-197.enc
33582            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
33583            - t/lib/sample-tests/header_at_end
33584            - t/lib/sample-tests/header_at_end_fail
33585           !> (integrate 174 files)
33586 ____________________________________________________________________________
33587 [ 12154] By: ams                                   on 2001/09/23  07:11:46
33588         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
33589              by Blair Zajac.
33590      Branch: perl
33591            ! pod/perlfunc.pod
33592 ____________________________________________________________________________
33593 [ 12153] By: ams                                   on 2001/09/23  06:56:32
33594         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
33595              Forgotten deprecation of *glob{FILEHANDLE}?
33596              From: "chromatic" <chromatic@rmci.net>
33597              Date: Sat, 22 Sep 2001 21:27:56 -0600
33598              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
33599      Branch: perl
33600            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
33601 ____________________________________________________________________________
33602 [ 12152] By: ams                                   on 2001/09/23  06:42:58
33603         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
33604              From: Michael G Schwern <schwern@pobox.com>
33605              Date: Sun, 23 Sep 2001 03:34:39 -0400
33606              Message-Id: <20010923033439.E7005@blackrider>
33607      Branch: perl
33608            ! lib/File/Find.pm
33609 ____________________________________________________________________________
33610 [ 12151] By: ams                                   on 2001/09/23  06:37:57
33611         Log: Subject: Re: t/op/magic.t missing tests on Win32
33612              From: Michael G Schwern <schwern@pobox.com>
33613              Date: Sat, 22 Sep 2001 20:29:09 -0400
33614              Message-Id: <20010922202909.I18223@blackrider>
33615      Branch: perl
33616            ! t/op/magic.t
33617 ____________________________________________________________________________
33618 [ 12150] By: ams                                   on 2001/09/23  06:36:26
33619         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
33620              Dumpvalue.pm
33621              From: "chromatic" <chromatic@rmci.net>
33622              Date: Sat, 22 Sep 2001 19:41:31 -0600
33623              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
33624      Branch: perl
33625            + lib/Dumpvalue.t
33626            ! MANIFEST lib/Dumpvalue.pm
33627 ____________________________________________________________________________
33628 [ 12149] By: ams                                   on 2001/09/23  06:25:35
33629         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
33630              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33631              Date: Sun, 23 Sep 2001 15:27:56 +0900
33632              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
33633      Branch: perl
33634            ! ext/Encode/Encode/2022-cn.enc
33635 ____________________________________________________________________________
33636 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
33637         Log: Manual eror in #12147.
33638      Branch: perl
33639            ! win32/win32.c
33640 ____________________________________________________________________________
33641 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
33642         Log: Integrate change #12146 from maintperl;
33643              win32_chdir() et al don't handle a NULL argument gracefully
33644      Branch: perl
33645           !> win32/perlhost.h win32/win32.c
33646 ____________________________________________________________________________
33647 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
33648         Log: win32_chdir() et al don't handle a NULL argument gracefully
33649      Branch: maint-5.6/perl
33650            ! win32/perlhost.h win32/win32.c
33651 ____________________________________________________________________________
33652 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
33653         Log: typo in change#12026
33654      Branch: maint-5.6/perl
33655            ! op.c
33656 ____________________________________________________________________________
33657 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
33658         Log: Subject: [PATCH] Re: scalar context unpack bugs
33659              From: Nicholas Clark <nick@ccl4.org>
33660              Date: Sat, 22 Sep 2001 23:07:56 +0100
33661              Message-ID: <20010922230755.O4971@plum.flirble.org>
33662      Branch: perl
33663            ! pp_pack.c t/op/pack.t
33664 ____________________________________________________________________________
33665 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
33666         Log: Try ExtUtils::Command.t everywhere, not just on Win32
33667              (as suggested by NI-S).  Also allow running it either
33668              in t/ or in the main directory.
33669      Branch: perl
33670            ! lib/ExtUtils/Command.t
33671 ____________________________________________________________________________
33672 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
33673         Log: Update the test on warnings/register.t.
33674      Branch: perl
33675            ! t/lib/1_compile.t
33676 ____________________________________________________________________________
33677 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
33678         Log: The code is now almost tidy enough to keep the IRIX cc happy.
33679      Branch: perl
33680            ! hints/irix_6.sh
33681 ____________________________________________________________________________
33682 [ 12140] By: ams                                   on 2001/09/22  17:26:32
33683         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
33684              use_ithreads
33685              From: "Craig A. Berry" <craigberry@mac.com>
33686              Date: Sat, 22 Sep 2001 13:15:32 -0500
33687              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
33688      Branch: perl
33689            ! configure.com
33690 ____________________________________________________________________________
33691 [ 12139] By: ams                                   on 2001/09/22  16:44:08
33692         Log: Do what perl_clone() does for sharedsv functions.
33693      Branch: perl
33694            ! embed.pl proto.h
33695 ____________________________________________________________________________
33696 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
33697         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
33698              (suggested by Sarathy, extensions shouldn't be dabbling with
33699              op structures, so binary backward compatibility should not be
33700              an issue.)
33701      Branch: perl
33702            ! hints/irix_6.sh op.h
33703 ____________________________________________________________________________
33704 [ 12137] By: ams                                   on 2001/09/22  16:21:05
33705         Log: More cleanups. (What's PERL_DECL_PROT?)
33706      Branch: perl
33707            ! embed.pl proto.h sharedsv.h
33708 ____________________________________________________________________________
33709 [ 12136] By: ams                                   on 2001/09/22  15:14:34
33710         Log: (Retracted by #12185)
33711              
33712              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
33713              Add Tests for warnings::register, Doc Update
33714              From: "chromatic" <chromatic@rmci.net>
33715              Date: Sat, 22 Sep 2001 09:43:20 -0600
33716              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
33717      Branch: perl
33718            + lib/warnings/register.t
33719            ! MANIFEST lib/warnings/register.pm
33720 ____________________________________________________________________________
33721 [ 12135] By: ams                                   on 2001/09/22  15:07:50
33722         Log: `@foo' should be @foo for consistency.
33723      Branch: perl
33724            ! pod/perldiag.pod
33725 ____________________________________________________________________________
33726 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
33727         Log: (Retracted by #12138)
33728              
33729              Add -woff (turn warning off) 3187:
33730              "A pointer is converted to a smaller integer."
33731              This happens when your pointers are 64-bit: then every case
33732              of converting pointers to PADOFFSETs (explicitly 32-bit)
33733              faces truncation (even explicit use of INT2PTR doesn't help).
33734              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
33735              Changing PADOFFSET from U32 to UV would help, but that
33736              would break binary backward compatibility of BASEOP and padop
33737              (assuming you have been using 64-bit pointers).
33738      Branch: perl
33739            ! hints/irix_6.sh
33740 ____________________________________________________________________________
33741 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
33742         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
33743              but the name comes from the inside the file, not from the file
33744              name, and Rumanian is the name of the language.
33745      Branch: perl
33746            + ext/Encode/Encode/macRumanian.enc
33747            - ext/Encode/Encode/macRomania.enc
33748            ! MANIFEST
33749 ____________________________________________________________________________
33750 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
33751         Log: Rename perltootc as perltooc for 8.3-friedliness.
33752      Branch: perl
33753            + pod/perltooc.pod
33754            - pod/perltootc.pod
33755            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
33756            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
33757            ! pod/perltoot.pod
33758 ____________________________________________________________________________
33759 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
33760         Log: Find more conflicts by lowercasing.
33761      Branch: perl
33762            + Porting/check83.pl
33763            - check83.pl
33764            ! MANIFEST
33765 ____________________________________________________________________________
33766 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
33767         Log: The AIX cc 5.0.0.0 is simply too buggy.
33768      Branch: perl
33769            ! hints/aix.sh
33770 ____________________________________________________________________________
33771 [ 12129] By: ams                                   on 2001/09/22  12:35:38
33772         Log: Uninteresting cleanup.
33773      Branch: perl
33774            ! form.h
33775 ____________________________________________________________________________
33776 [ 12128] By: ams                                   on 2001/09/22  12:28:48
33777         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
33778              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33779              Date: Sat, 22 Sep 2001 14:29:13 +0100
33780              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
33781      Branch: perl
33782            ! cv.h
33783 ____________________________________________________________________________
33784 [ 12127] By: ams                                   on 2001/09/22  12:04:28
33785         Log: What's a backet?
33786      Branch: perl
33787            ! dump.c
33788 ____________________________________________________________________________
33789 [ 12126] By: ams                                   on 2001/09/22  10:02:34
33790         Log: Removed duplicated tests #19 and #20.
33791      Branch: perl
33792            ! t/op/do.t
33793 ____________________________________________________________________________
33794 [ 12125] By: ams                                   on 2001/09/22  03:58:41
33795         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
33796              From: Michael Carman <mjcarman@home.com>
33797              Date: Fri, 21 Sep 2001 17:54:05 -0500
33798              Message-Id: <3BABC50D.6040202@home.com>
33799              (Applied with some changes.)
33800      Branch: perl
33801            ! pod/perlmod.pod
33802 ____________________________________________________________________________
33803 [ 12124] By: ams                                   on 2001/09/22  03:44:19
33804         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
33805              From: Michael G Schwern <schwern@pobox.com>
33806              Date: Fri, 21 Sep 2001 19:20:40 -0400
33807              Message-Id: <20010921192040.E5494@blackrider>
33808      Branch: perl
33809            ! t/op/chdir.t
33810 ____________________________________________________________________________
33811 [ 12123] By: ams                                   on 2001/09/22  03:41:08
33812         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
33813              From: Blair Zajac <blair@orcaware.com>
33814              Date: Fri, 21 Sep 2001 15:13:04 -0700
33815              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
33816      Branch: perl
33817            ! t/op/chdir.t
33818 ____________________________________________________________________________
33819 [ 12122] By: ams                                   on 2001/09/22  03:37:07
33820         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
33821              20010920.007
33822              From: Michael G Schwern <schwern@pobox.com>
33823              Date: Fri, 21 Sep 2001 17:59:03 -0400
33824              Message-Id: <20010921175903.V5494@blackrider>
33825      Branch: perl
33826            ! t/op/do.t
33827 ____________________________________________________________________________
33828 [ 12121] By: ams                                   on 2001/09/22  03:30:38
33829         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
33830              suite on WinCE)
33831              From: Michael G Schwern <schwern@pobox.com>
33832              Date: Fri, 21 Sep 2001 19:41:03 -0400
33833              Message-Id: <20010921194103.G5494@blackrider>
33834      Branch: perl
33835            ! pod/perlport.pod
33836 ____________________________________________________________________________
33837 [ 12120] By: ams                                   on 2001/09/22  03:28:06
33838         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
33839              From: Michael G Schwern <schwern@pobox.com>
33840              Date: Fri, 21 Sep 2001 17:33:35 -0400
33841              Message-Id: <20010921173335.T5494@blackrider>
33842              ($ENV{FOO}=undef hunk not applied.)
33843      Branch: perl
33844            ! t/op/magic.t
33845 ____________________________________________________________________________
33846 [ 12119] By: ams                                   on 2001/09/22  03:02:26
33847         Log: Subject: [PATCH] perldiag.pod
33848              From: Peter Scott <Peter@PSDT.com>
33849              Date: Fri, 21 Sep 2001 18:54:50 -0700
33850              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
33851              (Moved to the right place.)
33852      Branch: perl
33853            ! pod/perldiag.pod
33854 ____________________________________________________________________________
33855 [ 12118] By: ams                                   on 2001/09/21  20:05:29
33856         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
33857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33858              Date: Fri, 21 Sep 2001 22:36:54 +0200
33859              Message-Id: <20010921223654.A12742@rafael>
33860      Branch: perl
33861            ! t/op/do.t
33862 ____________________________________________________________________________
33863 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
33864         Log: Restore things as they were before
33865              the backward compatibility police notices.
33866      Branch: perl
33867            ! lib/Cwd.pm
33868 ____________________________________________________________________________
33869 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
33870         Log: More Cwd from Schwern: make also OS/2 and DOS
33871              Cwd agree with File::Spec (that is, native path
33872              syntax using \ instead of / -- backward compatibility
33873              polic warning) and stop Win32 from using bsd_realpath().
33874      Branch: perl
33875            ! lib/Cwd.pm
33876 ____________________________________________________________________________
33877 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
33878         Log: Subject: [PATCH @12110] RE: Untested libraries update
33879              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33880              Date: Fri, 21 Sep 2001 18:21:07 +0100
33881              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
33882      Branch: perl
33883            ! lib/warnings/register.pm
33884 ____________________________________________________________________________
33885 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
33886         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
33887              From: Michael G Schwern <schwern@pobox.com>
33888              Date: Thu, 20 Sep 2001 22:54:02 -0400
33889              Message-ID: <20010920225402.A3611@blackrider>
33890      Branch: perl
33891            ! lib/Cwd.pm
33892 ____________________________________________________________________________
33893 [ 12113] By: ams                                   on 2001/09/21  17:08:24
33894         Log: Subject: [PATCH] avoid v-strings with require/use
33895              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33896              Date: Fri, 21 Sep 2001 12:34:40 -0400
33897              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
33898      Branch: perl
33899            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
33900            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
33901            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
33902            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
33903            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
33904            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
33905            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
33906            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33907            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
33908            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
33909            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
33910            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
33911            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
33912            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
33913            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
33914            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
33915            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
33916            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
33917            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
33918 ____________________________________________________________________________
33919 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
33920         Log: Update Changes.
33921      Branch: perl
33922            ! Changes patchlevel.h
33923 ____________________________________________________________________________
33924 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
33925         Log: Make AIX and Tru64 compilers happy.  
33926      Branch: perl
33927            ! ext/threads/threads.h ext/threads/threads.xs
33928 ____________________________________________________________________________
33929 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
33930         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
33931              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33932              Date: 21 Sep 2001 09:16:37 -0000
33933              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
33934      Branch: perl
33935            ! toke.c
33936 ____________________________________________________________________________
33937 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
33938         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
33939              From: Michael G Schwern <schwern@pobox.com>
33940              Date: Thu, 20 Sep 2001 21:21:34 -0400
33941              Message-ID: <20010920212134.Y28291@blackrider>
33942      Branch: perl
33943            ! pp_sys.c
33944 ____________________________________________________________________________
33945 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
33946         Log: Subject: Re: GDB Debugging Macros from mod_perl
33947              From: rspier@pobox.com (Robert Spier)
33948              Date: Thu, 20 Sep 2001 22:45:03 -0700
33949              Message-ID: <15274.54239.413929.49430@rls.cx>
33950      Branch: perl
33951            ! pod/perltodo.pod
33952 ____________________________________________________________________________
33953 [ 12105] By: sky                                   on 2001/09/21  10:33:34
33954         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
33955              timezone! GetSystemTime should be available on all Win32 
33956              platforms we support. Perhaps Time::HiRes should be extended to
33957              support WinCE and Novell?
33958      Branch: perl
33959            ! ext/Time/HiRes/HiRes.xs
33960 ____________________________________________________________________________
33961 [ 12104] By: sky                                   on 2001/09/21  08:12:39
33962         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
33963      Branch: perl
33964            ! ext/threads/threads.h ext/threads/threads.xs
33965 ____________________________________________________________________________
33966 [ 12103] By: sky                                   on 2001/09/21  07:57:41
33967         Log: Rename the *thread* functions to Perl_* to avoid clashes.
33968              Notably on AIX but could become a problem on other platforms.
33969      Branch: perl
33970            ! ext/threads/threads.h ext/threads/threads.xs
33971 ____________________________________________________________________________
33972 [ 12102] By: sky                                   on 2001/09/21  07:35:30
33973         Log: Add the shared sv space to the global vars.
33974              Fix problems compiling on win32.
33975      Branch: perl
33976            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
33977            ! sharedsv.c sharedsv.h
33978 ____________________________________________________________________________
33979 [ 12101] By: ams                                   on 2001/09/21  00:19:55
33980         Log: Subject: [PATCH] win32/Makefile warning fix
33981              From: Blair Zajac <blair@orcaware.com>
33982              Date: Thu, 20 Sep 2001 18:15:43 -0700
33983              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
33984      Branch: perl
33985            ! win32/Makefile
33986 ____________________________________________________________________________
33987 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
33988         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
33989              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33990              Date: Thu, 20 Sep 2001 18:36:22 +0200
33991              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
33992      Branch: perl
33993            ! lib/ExtUtils/Command.t
33994 ____________________________________________________________________________
33995 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
33996         Log: Cant spl wirth a dam.
33997      Branch: perl
33998            ! intrpvar.h
33999 ____________________________________________________________________________
34000 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
34001         Log: Don't use C++ comments.
34002      Branch: perl
34003            ! ext/threads/threads.xs
34004 ____________________________________________________________________________
34005 [ 12097] By: ams                                   on 2001/09/20  21:42:07
34006         Log: Change #12044 didn't.
34007      Branch: perl
34008            ! lib/constant.pm
34009 ____________________________________________________________________________
34010 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
34011         Log: Metaconfig unit changes for #12095.
34012      Branch: metaconfig
34013            ! U/modified/Myinit.U U/modified/libs.U
34014 ____________________________________________________________________________
34015 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
34016         Log: Remove iconv references since we are not using it
34017              and not going to; regen perltoc, perlmodlib.
34018              (Some references still linger in perltoc, have to figure
34019              out where they are coming from.)
34020      Branch: perl
34021            ! Configure NetWare/config.wc NetWare/config_H.wc
34022            ! Porting/Glossary Porting/config.sh Porting/config_H
34023            ! config_h.SH configure.com epoc/config.sh perl.h
34024            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
34025            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34026            ! vos/config.ga.h win32/config.bc win32/config.gc
34027            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34028            ! win32/config_H.vc wince/config.ce wince/config.h
34029            ! wince/config_H.ce
34030 ____________________________________________________________________________
34031 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
34032         Log: Subject: [PATCH docs] Re: ARGV and read
34033              From: Dave Mitchell <davem@fdgroup.co.uk>
34034              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
34035              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
34036      Branch: perl
34037            ! pod/perltodo.pod pod/perlvar.pod
34038 ____________________________________________________________________________
34039 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
34040         Log: Fresh copies from the cvs.perl.org perlfaq repository.
34041      Branch: perl
34042            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34043            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34044            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34045            ! pod/perlfaq9.pod
34046 ____________________________________________________________________________
34047 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
34048         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
34049              From: Nicholas Clark <nick@ccl4.org>
34050              Date: Thu, 20 Sep 2001 14:27:08 +0100
34051              Message-ID: <20010920142708.X4971@plum.flirble.org>
34052      Branch: perl
34053            ! pp_pack.c t/op/pack.t
34054 ____________________________________________________________________________
34055 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
34056         Log: The sharedsv_space* are variables, not code.  Duh.
34057      Branch: perl
34058            ! intrpvar.h makedef.pl
34059 ____________________________________________________________________________
34060 [ 12090] By: ams                                   on 2001/09/20  11:26:06
34061         Log: Subject: [patch lib/lib_pm.PL]
34062              From: Stas Bekman <stas@stason.org>
34063              Date: Thu, 20 Sep 2001 18:48:53 +0800
34064              Message-Id: <3BA9C995.6010302@stason.org>
34065              (Applied by hand.)
34066      Branch: perl
34067            ! lib/lib_pm.PL
34068 ____________________________________________________________________________
34069 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
34070         Log: Only 21 tests, skipping or not.
34071      Branch: perl
34072            ! lib/ExtUtils/Command.t
34073 ____________________________________________________________________________
34074 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
34075         Log: New exported symbols.
34076      Branch: perl
34077            ! makedef.pl
34078 ____________________________________________________________________________
34079 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
34080         Log: Update Changes.
34081      Branch: perl
34082            ! Changes patchlevel.h
34083 ____________________________________________________________________________
34084 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
34085         Log: Correct numbering of the tests is useful.
34086      Branch: perl
34087            ! ext/threads/t/basic.t
34088 ____________________________________________________________________________
34089 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
34090         Log: More tests now too.
34091      Branch: perl
34092            ! lib/ExtUtils/Command.t
34093 ____________________________________________________________________________
34094 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
34095         Log: More tests now.
34096      Branch: perl
34097            ! ext/threads/t/basic.t
34098 ____________________________________________________________________________
34099 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
34100         Log: The test assumed 7-bit ASCII.  Now it "just"
34101              assumes 8-bit whatever.
34102      Branch: perl
34103            ! t/op/crypt.t
34104 ____________________________________________________________________________
34105 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
34106         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
34107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34108              Date: Wed, 19 Sep 2001 11:45:28 +0200
34109              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
34110              
34111              Lvalue casts are not portable.
34112      Branch: perl
34113            ! ext/threads/threads.xs
34114 ____________________________________________________________________________
34115 [ 12081] By: sky                                   on 2001/09/19  10:17:52
34116         Log: Make the basic test contain only realy basic API tests
34117              Seems to be a problem with detach.
34118      Branch: perl
34119            ! ext/threads/t/basic.t
34120 ____________________________________________________________________________
34121 [ 12080] By: ams                                   on 2001/09/19  01:23:55
34122         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
34123              From: Michael G Schwern <schwern@pobox.com>
34124              Date: Tue, 18 Sep 2001 19:53:48 -0400
34125              Message-Id: <20010918195348.M585@blackrider>
34126              
34127              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
34128              From: Michael G Schwern <schwern@pobox.com>
34129              Date: Tue, 18 Sep 2001 22:07:13 -0400
34130              Message-Id: <20010918220713.B19616@blackrider>
34131      Branch: perl
34132            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
34133            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
34134            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
34135            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
34136            ! lib/Test/Tutorial.pod
34137 ____________________________________________________________________________
34138 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
34139         Log: Indent the test a bit.
34140      Branch: perl
34141            ! ext/threads/t/basic.t
34142 ____________________________________________________________________________
34143 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
34144         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
34145              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34146              Date: Tue, 18 Sep 2001 18:06:44 +0200
34147              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
34148      Branch: perl
34149            ! win32/win32.c
34150 ____________________________________________________________________________
34151 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
34152         Log: Subject: stat access time is wrong on Win95
34153              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34154              Date: Tue, 18 Sep 2001 21:59:24 +0200
34155              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
34156      Branch: perl
34157            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
34158 ____________________________________________________________________________
34159 [ 12076] By: ams                                   on 2001/09/18  22:11:25
34160         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
34161              From: Michael G Schwern <schwern@pobox.com>
34162              Date: Tue, 18 Sep 2001 18:47:14 -0400
34163              Message-Id: <20010918184714.I585@blackrider>
34164      Branch: perl
34165            ! t/op/crypt.t
34166 ____________________________________________________________________________
34167 [ 12075] By: sky                                   on 2001/09/18  19:29:37
34168         Log: two test failures
34169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34170              Message-ID: <20010918221702.A17408@rafael>
34171              partly applied, #12074 already fixed half the patch
34172      Branch: perl
34173            ! ext/threads/t/basic.t
34174 ____________________________________________________________________________
34175 [ 12074] By: sky                                   on 2001/09/18  18:49:03
34176         Log: Fixes test case failure introduced by #12071, the warning is
34177              now correctly spelled :-)
34178      Branch: perl
34179            ! ext/IO/lib/IO/t/io_sel.t
34180 ____________________________________________________________________________
34181 [ 12073] By: sky                                   on 2001/09/18  18:46:22
34182         Log: Make the test behave properly!
34183      Branch: perl
34184            ! ext/threads/t/basic.t
34185 ____________________________________________________________________________
34186 [ 12072] By: ams                                   on 2001/09/18  18:44:59
34187         Log: OP_RCATLINE is an SVOP, not a BASEOP.
34188      Branch: perl
34189            ! opcode.h opcode.pl
34190 ____________________________________________________________________________
34191 [ 12071] By: ams                                   on 2001/09/18  18:06:27
34192         Log: Deprecate != Depreciate.
34193      Branch: perl
34194            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
34195            ! lib/Pod/ParseUtils.pm
34196 ____________________________________________________________________________
34197 [ 12070] By: ams                                   on 2001/09/18  15:14:58
34198         Log: Subject: [PATCH] Getopt::Std cleanup
34199              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34200              Date: Tue, 18 Sep 2001 17:32:13 +0200
34201              Message-Id: <20010918173213.C777@rafael>
34202      Branch: perl
34203            ! lib/Getopt/Std.pm lib/Getopt/Std.t
34204 ____________________________________________________________________________
34205 [ 12069] By: sky                                   on 2001/09/18  14:56:33
34206         Log: Forgot the makefile
34207      Branch: perl
34208            + ext/threads/Makefile.PL
34209 ____________________________________________________________________________
34210 [ 12068] By: sky                                   on 2001/09/18  14:13:26
34211         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
34212              The test will fail because of Test.pm not knowing about threads. 
34213              basic needs to be manually tested
34214              compile time warnings on IV2PTR conversions need to be fixed
34215      Branch: perl
34216            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
34217            + ext/threads/threads.h ext/threads/threads.pm
34218            + ext/threads/threads.xs
34219            ! MANIFEST
34220 ____________________________________________________________________________
34221 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
34222         Log: DJGPP tweak from Laszlo Molnar.
34223      Branch: perl
34224            ! djgpp/config.over
34225 ____________________________________________________________________________
34226 [ 12066] By: sky                                   on 2001/09/18  10:24:31
34227         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
34228      Branch: perl
34229            ! sharedsv.c sharedsv.h
34230 ____________________________________________________________________________
34231 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
34232         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
34233              ditto ^cns.
34234      Branch: perl
34235            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
34236            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
34237            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
34238            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
34239            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
34240            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
34241            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
34242            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
34243            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
34244            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
34245            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
34246            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
34247            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
34248            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
34249            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
34250            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
34251            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
34252            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
34253            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
34254            + ext/Encode/Encode/ir-197.enc
34255            - ext/Encode/Encode/cns11643-1.enc
34256            - ext/Encode/Encode/cns11643-2.enc
34257            - ext/Encode/Encode/iso2022-cn.enc
34258            - ext/Encode/Encode/iso2022-jp.enc
34259            - ext/Encode/Encode/iso2022-jp1.enc
34260            - ext/Encode/Encode/iso2022-jp2.enc
34261            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
34262            - ext/Encode/Encode/iso8859-1.enc
34263            - ext/Encode/Encode/iso8859-1.ucm
34264            - ext/Encode/Encode/iso8859-10.enc
34265            - ext/Encode/Encode/iso8859-10.ucm
34266            - ext/Encode/Encode/iso8859-11.enc
34267            - ext/Encode/Encode/iso8859-11.ucm
34268            - ext/Encode/Encode/iso8859-13.enc
34269            - ext/Encode/Encode/iso8859-13.ucm
34270            - ext/Encode/Encode/iso8859-14.enc
34271            - ext/Encode/Encode/iso8859-14.ucm
34272            - ext/Encode/Encode/iso8859-15.enc
34273            - ext/Encode/Encode/iso8859-15.ucm
34274            - ext/Encode/Encode/iso8859-16.enc
34275            - ext/Encode/Encode/iso8859-16.ucm
34276            - ext/Encode/Encode/iso8859-2.enc
34277            - ext/Encode/Encode/iso8859-2.ucm
34278            - ext/Encode/Encode/iso8859-3.enc
34279            - ext/Encode/Encode/iso8859-3.ucm
34280            - ext/Encode/Encode/iso8859-4.enc
34281            - ext/Encode/Encode/iso8859-4.ucm
34282            - ext/Encode/Encode/iso8859-5.enc
34283            - ext/Encode/Encode/iso8859-5.ucm
34284            - ext/Encode/Encode/iso8859-6.enc
34285            - ext/Encode/Encode/iso8859-6.ucm
34286            - ext/Encode/Encode/iso8859-7.enc
34287            - ext/Encode/Encode/iso8859-7.ucm
34288            - ext/Encode/Encode/iso8859-8.enc
34289            - ext/Encode/Encode/iso8859-8.ucm
34290            - ext/Encode/Encode/iso8859-9.enc
34291            - ext/Encode/Encode/iso8859-9.ucm
34292            - ext/Encode/Encode/isoir-197.enc
34293            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
34294 ____________________________________________________________________________
34295 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
34296         Log: Must Uppercase.
34297      Branch: perl
34298            ! ext/Encode/Encode.pm
34299 ____________________________________________________________________________
34300 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
34301         Log: Add various encodings.
34302      Branch: perl
34303            + ext/Encode/Encode/iso8859-11.enc
34304            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
34305            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
34306            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
34307            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
34308            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
34309            + ext/Encode/Encode/viscii.ucm
34310            ! MANIFEST ext/Encode/Encode.pm
34311 ____________________________________________________________________________
34312 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
34313         Log: lib/unicode relic.
34314      Branch: perl
34315            ! ext/Encode/compile
34316 ____________________________________________________________________________
34317 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
34318         Log: Subject: [PATCH] Re: filename problems
34319              From: Michael G Schwern <schwern@pobox.com>
34320              Date: Mon, 17 Sep 2001 17:26:26 -0400
34321              Message-ID: <20010917172626.Q585@blackrider>
34322      Branch: perl
34323            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
34324            - t/lib/sample-tests/header_at_end
34325            - t/lib/sample-tests/header_at_end_fail
34326            ! MANIFEST lib/Test/Harness/t/test-harness.t
34327 ____________________________________________________________________________
34328 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
34329         Log: Explicitly explain the 1e9 seconds, not everybody
34330              is a C geek.
34331      Branch: perl
34332            ! ext/Time/HiRes/HiRes.pm
34333 ____________________________________________________________________________
34334 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
34335         Log: Explain an apparent bug reported by
34336              Richard J. Barbalace <rjbarbal@MIT.EDU>,
34337              with additional explanation from Gisle Aas.
34338      Branch: perl
34339            ! ext/Time/HiRes/HiRes.pm
34340 ____________________________________________________________________________
34341 [ 12058] By: ams                                   on 2001/09/17  19:52:01
34342         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
34343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34344              Date: Mon, 17 Sep 2001 22:48:05 +0200
34345              Message-Id: <20010917224805.C11744@rafael>
34346      Branch: perl
34347            ! t/lib/warnings/op t/lib/warnings/pp
34348 ____________________________________________________________________________
34349 [ 12057] By: ams                                   on 2001/09/17  16:51:18
34350         Log: Its a nit!
34351      Branch: perl
34352            ! sv.h
34353 ____________________________________________________________________________
34354 [ 12056] By: ams                                   on 2001/09/17  16:47:55
34355         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
34356              From: "Craig A. Berry" <craigberry@mac.com>
34357              Date: Mon, 17 Sep 2001 12:34:20 -0500
34358              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
34359      Branch: perl
34360            ! vms/vms.c
34361 ____________________________________________________________________________
34362 [ 12055] By: ams                                   on 2001/09/17  16:05:15
34363         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
34364              From: Gisle Aas <gisle@ActiveState.com>
34365              Date: 16 Apr 2001 16:20:34 -0700
34366              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
34367              (Applied by hand.)
34368      Branch: perl
34369            ! lib/CPAN.pm lib/CPAN/Nox.pm
34370 ____________________________________________________________________________
34371 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
34372         Log: Update Changes.
34373      Branch: perl
34374            ! Changes patchlevel.h
34375 ____________________________________________________________________________
34376 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
34377         Log: Adding new files to the MANIFEST is always nice.
34378      Branch: perl
34379            ! MANIFEST
34380 ____________________________________________________________________________
34381 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
34382         Log: Reindent the PerlIO files (suggested by NI-S), used
34383              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
34384              (GNU indent).  Note that wholesale re-indenting might
34385              be nice, but that would break nice formatting/alignment
34386              of assignments, equality testing, and complex boolean
34387              expressions with lots of &s and |s.
34388      Branch: perl
34389            ! perlio.c perlio.h perliol.h
34390 ____________________________________________________________________________
34391 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
34392         Log: Add a script for being 8.3-polite.
34393              The found conflicts are being worked on.
34394      Branch: perl
34395            + check83.pl
34396            ! MANIFEST Porting/pumpkin.pod
34397 ____________________________________________________________________________
34398 [ 12050] By: sky                                   on 2001/09/17  12:44:36
34399         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
34400              finding it.
34401      Branch: perl
34402            ! sv.c
34403 ____________________________________________________________________________
34404 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
34405         Log: Bump up versions because of #12041.
34406      Branch: perl
34407            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
34408            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
34409            ! lib/Time/localtime.pm
34410 ____________________________________________________________________________
34411 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
34412         Log: Bump the version number because of #12042.
34413      Branch: perl
34414            ! lib/CPAN/FirstTime.pm
34415 ____________________________________________________________________________
34416 [ 12047] By: ams                                   on 2001/09/17  11:21:40
34417         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
34418              From: Abhijit Menon-Sen <ams@wiw.org>
34419              Date: Mon, 17 Sep 2001 17:44:12 +0530
34420              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
34421      Branch: perl
34422            ! op.c
34423 ____________________________________________________________________________
34424 [ 12046] By: sky                                   on 2001/09/17  07:14:17
34425         Log: Subject: Re: t/op/ver.t using skip() improperly
34426              From: "chromatic" <chromatic@rmci.net>
34427              Date: Mon, 17 Sep 2001 00:22:29 -0600
34428              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
34429      Branch: perl
34430            ! t/op/ver.t
34431 ____________________________________________________________________________
34432 [ 12045] By: nick                                  on 2001/09/17  07:12:14
34433         Log: Integrate mainline
34434      Branch: perlio
34435           +> t/op/chdir.t
34436           !> (integrate 117 files)
34437 ____________________________________________________________________________
34438 [ 12044] By: ams                                   on 2001/09/17  05:49:53
34439         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
34440              From: Ilmari Karonen <iltzu@sci.fi>
34441              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
34442              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
34443              (And $VERSION = '1.05'.)
34444      Branch: perl
34445            ! lib/constant.pm
34446 ____________________________________________________________________________
34447 [ 12043] By: ams                                   on 2001/09/17  05:44:50
34448         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
34449              From: Michael G Schwern <schwern@pobox.com>
34450              Date: Mon, 17 Sep 2001 07:49:04 +0200
34451              Message-Id: <20010917074904.V1588@blackrider>
34452              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
34453      Branch: perl
34454            + t/op/chdir.t
34455            ! MANIFEST pp_sys.c
34456 ____________________________________________________________________________
34457 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
34458         Log: Subject: Re: CPAN.pm needs some hacking 
34459              From: "chromatic" <chromatic@rmci.net>
34460              Date: Sun, 16 Sep 2001 16:46:29 -0600
34461              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
34462      Branch: perl
34463            ! lib/CPAN/FirstTime.pm
34464 ____________________________________________________________________________
34465 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
34466         Log: Change use|require 5.005_64 to use|require 5.6.1.
34467      Branch: perl
34468            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
34469            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
34470            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
34471            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
34472            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
34473            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34474            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
34475            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
34476            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
34477            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
34478            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
34479            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
34480            ! lib/base.pm lib/fields.pm
34481 ____________________________________________________________________________
34482 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
34483         Log: Bump up version numbers.
34484              
34485              TODO 1: double check that pre-5.6.1 CPAN.pm:s
34486              don't try to download 5.8.0 because of the
34487              version numbers.  Mainly this means using _00
34488              in the core version numbers.
34489              
34490              TODO 2: the "use 5.005_64" in many modules
34491              needs to be changed to, say, "use 5.6.1".
34492      Branch: perl
34493            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
34494            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
34495            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
34496            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
34497            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
34498            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
34499            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34500            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
34501            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
34502            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
34503            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
34504 ____________________________________________________________________________
34505 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
34506         Log: Use UCHARAT() as suggested by Inaba Hiroto.
34507      Branch: perl
34508            ! regexec.c
34509 ____________________________________________________________________________
34510 [ 12038] By: ams                                   on 2001/09/16  15:16:24
34511         Log: Subject: [PATCH] Re: Core module version numbers review
34512              From: Peter Scott <Peter@PSDT.com>
34513              Date: Sun, 16 Sep 2001 09:09:58 -0700
34514              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
34515      Branch: perl
34516            ! lib/perl5db.pl
34517 ____________________________________________________________________________
34518 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
34519         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
34520              not yet fully implemented.
34521      Branch: perl
34522            ! pod/perlfunc.pod pod/perlunicode.pod
34523 ____________________________________________________________________________
34524 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
34525         Log: Subject: [patch] plug PL_beginav_save leak
34526              From: Doug MacEachern <dougm@covalent.net>
34527              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
34528              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
34529      Branch: perl
34530            ! perl.c
34531 ____________________________________________________________________________
34532 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
34533         Log: (accidentally empty checkin)
34534      Branch: perl
34535            ! sv.c
34536 ____________________________________________________________________________
34537 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
34538         Log: Subject: [patch] ithreads+PL_beginav_save
34539              From: Doug MacEachern <dougm@covalent.net>
34540              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
34541              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
34542      Branch: perl
34543            ! sv.c
34544 ____________________________________________________________________________
34545 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
34546         Log: Subject: [PATCH] h2xs.PL with C::Scan
34547              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34548              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
34549              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
34550      Branch: perl
34551            ! utils/h2xs.PL
34552 ____________________________________________________________________________
34553 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
34554         Log: Elaborate (well, make more vague, really) #12030.
34555      Branch: perl
34556            ! pod/perltodo.pod pod/perlunicode.pod
34557 ____________________________________________________________________________
34558 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
34559         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
34560              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34561              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
34562              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
34563      Branch: perl
34564            ! regexec.c
34565 ____________________________________________________________________________
34566 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
34567         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
34568              are not yet complete.
34569      Branch: perl
34570            ! pod/perltodo.pod pod/perlunicode.pod
34571 ____________________________________________________________________________
34572 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
34573         Log: Document what's still to be done on the regular expression
34574              Unicode support, based on the UTR#18.
34575      Branch: perl
34576            ! pod/perltodo.pod pod/perlunicode.pod
34577 ____________________________________________________________________________
34578 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
34579         Log: Regen headers.
34580      Branch: perl
34581            ! embedvar.h perlapi.h
34582 ____________________________________________________________________________
34583 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
34584         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
34585              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
34586              Date: Sun, 09 Sep 2001 18:41:54 +0100
34587              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
34588      Branch: perl
34589            ! Porting/findvars ext/ByteLoader/bytecode.h
34590            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
34591            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
34592 ____________________________________________________________________________
34593 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
34594         Log: enable most warnings for windows build; fix the various typecasting
34595              nits that showed up (no bugfixes here)
34596      Branch: maint-5.6/perl
34597            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
34598            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
34599            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
34600            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
34601            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
34602            ! x2p/walk.c
34603 ____________________________________________________________________________
34604 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
34605         Log: Integrate change #12024 from maintperl
34606              (a local() precedence bug)
34607      Branch: perl
34608           !> lib/ExtUtils/Install.pm
34609 ____________________________________________________________________________
34610 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
34611         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
34612              change#8642
34613      Branch: maint-5.6/perl
34614            ! lib/ExtUtils/Install.pm
34615 ____________________________________________________________________________
34616 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
34617         Log: Update Changes.
34618      Branch: perl
34619            ! Changes patchlevel.h
34620 ____________________________________________________________________________
34621 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
34622         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
34623              From: "chromatic" <chromatic@rmci.net>
34624              Date: Fri, 14 Sep 2001 09:44:57 -0600 
34625              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
34626      Branch: perl
34627            ! lib/ExtUtils/Manifest.t
34628 ____________________________________________________________________________
34629 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
34630         Log: Hopefully better skipping of the Complete.t tests
34631              in case of not a tty. 
34632      Branch: perl
34633            ! lib/Term/Complete.t t/op/stat.t
34634 ____________________________________________________________________________
34635 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
34636         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
34637              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34638              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
34639              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
34640      Branch: perl
34641            ! regexec.c t/op/pat.t
34642 ____________________________________________________________________________
34643 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
34644         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
34645              From: Robin Barker <rmb1@cise.npl.co.uk>
34646              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
34647              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
34648      Branch: perl
34649            ! pod/perlport.pod
34650 ____________________________________________________________________________
34651 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
34652         Log: NetWare tweaks from Ananth Kesari.
34653      Branch: perl
34654            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34655            ! NetWare/nwutil.h
34656 ____________________________________________________________________________
34657 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
34658         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
34659              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34660              Date: Fri, 14 Sep 2001 10:51:13 +0200
34661              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
34662      Branch: perl
34663            ! pod/perlport.pod
34664 ____________________________________________________________________________
34665 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
34666         Log: Subject: Re: [PATCH 2 pl2pm.PL]
34667              From: Joe Smith <Joe.Smith@inwap.com>
34668              Date: Fri, 14 Sep 2001 00:13:32 -0700
34669              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
34670              
34671              Eradicate qu.
34672      Branch: perl
34673            ! keywords.h keywords.pl utils/pl2pm.PL
34674 ____________________________________________________________________________
34675 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
34676         Log: Retract #12013, didn't go over too well in Tru64.
34677      Branch: perl
34678            ! embed.h embed.pl sv.h
34679 ____________________________________________________________________________
34680 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
34681         Log: Subject: [PATCH] Execute files of debugger commands
34682              From: Peter Scott <Peter@PSDT.com>
34683              Date: Thu, 13 Sep 2001 15:26:31 -0700
34684              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
34685      Branch: perl
34686            ! lib/perl5db.pl pod/perldebug.pod
34687 ____________________________________________________________________________
34688 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
34689         Log: (Retracted by #12015)
34690              Subject: [proposed PATCH] Re: perl@11920
34691              From: Nicholas Clark <nick@ccl4.org>
34692              Date: Wed, 12 Sep 2001 23:46:09 +0100
34693              Message-ID: <20010912234609.H4971@plum.flirble.org>     
34694      Branch: perl
34695            ! embed.h embed.pl sv.h
34696 ____________________________________________________________________________
34697 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
34698         Log: ucblib shouldn't be linked against in nonstop-ux,
34699              from Tom Bates.
34700      Branch: perl
34701            ! hints/nonstopux.sh
34702 ____________________________________________________________________________
34703 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
34704         Log: Do stty only if we have stty.
34705              
34706              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
34707      Branch: perl
34708            ! lib/Term/Complete.pm
34709 ____________________________________________________________________________
34710 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
34711         Log: Skip the test if not running on a tty.
34712      Branch: perl
34713            ! lib/Term/Complete.t
34714 ____________________________________________________________________________
34715 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
34716         Log: Regen headers.
34717      Branch: perl
34718            ! embed.h opcode.h pod/perlapi.pod proto.h
34719 ____________________________________________________________________________
34720 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
34721         Log: Subject: [PATCH op.c] Re: perl@12003
34722              From: Robin Barker <rmb1@cise.npl.co.uk>
34723              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
34724              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
34725      Branch: perl
34726            ! op.c
34727 ____________________________________________________________________________
34728 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
34729         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
34730              From: Robin Barker <rmb1@cise.npl.co.uk>
34731              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
34732              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
34733      Branch: perl
34734            ! sv.c
34735 ____________________________________________________________________________
34736 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
34737         Log: Upgrade to Memoize 0.66.
34738      Branch: perl
34739            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
34740            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
34741            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
34742 ____________________________________________________________________________
34743 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
34744         Log: Subject: [ID 20010912.007] substr reference core dump
34745              From: me-01@ton.iguana.be
34746              Date: 12 Sep 2001 14:11:16 -0000
34747              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
34748      Branch: perl
34749            ! mg.c
34750 ____________________________________________________________________________
34751 [ 12004] By: ams                                   on 2001/09/12  01:13:49
34752         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
34753              From: Ilmari Karonen <iltzu@sci.fi>
34754              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
34755              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
34756      Branch: perl
34757            ! pod/perlfaq4.pod
34758 ____________________________________________________________________________
34759 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
34760         Log: Update Changes.
34761      Branch: perl
34762            ! Changes patchlevel.h
34763 ____________________________________________________________________________
34764 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
34765         Log: NetWare update from Ananth Kesari.
34766      Branch: perl
34767            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34768            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
34769 ____________________________________________________________________________
34770 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
34771         Log: Retract #11984: div() being redefined, and 1397
34772              failing on 64-bit platforms.
34773      Branch: perl
34774            ! lib/Math/BigInt/Calc.pm
34775 ____________________________________________________________________________
34776 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
34777         Log: Metaconfig unit change for #11999.
34778      Branch: metaconfig
34779            ! U/protos/d_lseekproto.U
34780 ____________________________________________________________________________
34781 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
34782         Log: The lseek fix (#11991) was no fix.
34783      Branch: perl
34784            ! Configure
34785 ____________________________________________________________________________
34786 [ 11998] By: sky                                   on 2001/09/11  07:52:06
34787         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
34788              From: Matt Sergeant <MSergeant@star.net.uk>
34789              Date: Tue, 11 Sep 2001 09:22:32 +0100
34790              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
34791      Branch: perl
34792            ! ext/Encode/Encode.pm
34793 ____________________________________________________________________________
34794 [ 11997] By: sky                                   on 2001/09/11  06:35:29
34795         Log: Sometimes dTHX is added because it is needed on non 
34796              gnuc platforms, but not needed there. This uses GCC
34797              to silence GCC specific warnings by marking pTHX as 
34798              unused.
34799      Branch: perl
34800            ! perl.h
34801 ____________________________________________________________________________
34802 [ 11996] By: nick                                  on 2001/09/11  06:25:27
34803         Log: Integrate mainline
34804      Branch: perlio
34805            - ext/POSIX/sigaction.t lib/File/Find/taint.t
34806           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
34807 ____________________________________________________________________________
34808 [ 11995] By: nick                                  on 2001/09/11  06:23:39
34809         Log: Part Integrate mainline
34810      Branch: perlio
34811           +> (branch 69 files)
34812            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
34813            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
34814            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
34815            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
34816            - lib/Switch/t/switch_case.t lib/Test/Harness.t
34817            - lib/Test/More/Changes lib/Test/More/t/More.t
34818            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
34819            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
34820            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
34821            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
34822            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
34823            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
34824            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
34825            - t/lib/Test/More/Catch.pm wince/perl.ico
34826           !> (integrate 197 files)
34827 ____________________________________________________________________________
34828 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
34829         Log: Subject: Re: [PATCH] Encode.pm docs fix
34830              From: Gisle Aas <gisle@ActiveState.com>
34831              Date: 10 Sep 2001 11:27:02 -0700
34832              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
34833      Branch: perl
34834            ! ext/Encode/Encode.pm
34835 ____________________________________________________________________________
34836 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
34837         Log: Fix unpack U to be the reverse of pack U
34838              (but implement unpack U0U as a backdoor to get
34839              the UTF-8 malformed warnings from un-UTF-8 data)
34840      Branch: perl
34841            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
34842 ____________________________________________________________________________
34843 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
34844         Log: Metaconfig unit change for #11991;
34845              delete an unused unit (d_strtoull.U is the one used)
34846      Branch: metaconfig
34847            ! U/protos/d_lseekproto.U
34848      Branch: metaconfig/U/perl
34849            - strtoull.U
34850 ____________________________________________________________________________
34851 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
34852         Log: Subject: [PATCH] Configure not recording lseek proto
34853              From: Blair Zajac <blair@orcaware.com>
34854              Date: Mon, 10 Sep 2001 17:52:37 -0700
34855              Message-ID: <3B9D6055.BA334A31@orcaware.com>
34856              
34857              plus regen Configure.
34858      Branch: perl
34859            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34860            ! config_h.SH uconfig.h
34861 ____________________________________________________________________________
34862 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
34863         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?)))                  
34864              From: Nicholas Clark <nick@ccl4.org>
34865              Date: Tue, 11 Sep 2001 00:00:31 +0100
34866              Message-ID: <20010911000031.G1512@plum.flirble.org>
34867      Branch: perl
34868            + t/op/qq.t
34869            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
34870 ____________________________________________________________________________
34871 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
34872         Log: Subject: [PATCH] Building on win32 w/o perlio
34873              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
34874              Date: Mon, 10 Sep 2001 23:38:46 +0200
34875              Message-ID: <3B9D4F06.14433.2C37644@localhost>
34876      Branch: perl
34877            ! perl.c win32/Makefile win32/makefile.mk
34878 ____________________________________________________________________________
34879 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
34880         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
34881              From: "chromatic" <chromatic@rmci.net>
34882              Date: Mon, 10 Sep 2001 15:14:01 -0600
34883              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
34884      Branch: perl
34885            + lib/CGI/t/push.t
34886            ! MANIFEST
34887 ____________________________________________________________________________
34888 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
34889         Log: Subject: avoiding hoardes of zombies
34890              From: Nicholas Clark <nick@ccl4.org>
34891              Date: Mon, 10 Sep 2001 22:00:40 +0100
34892              Message-ID: <20010910220040.C1512@plum.flirble.org>
34893      Branch: perl
34894            ! pod/perlipc.pod
34895 ____________________________________________________________________________
34896 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
34897         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
34898              From: John Peacock <jpeacock@rowman.com>
34899              Date: Mon, 10 Sep 2001 16:34:30 -0400
34900              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
34901      Branch: perl
34902            ! sv.c t/op/ver.t utf8.h
34903 ____________________________________________________________________________
34904 [ 11985] By: ams                                   on 2001/09/10  23:20:13
34905         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
34906      Branch: perl
34907            ! MANIFEST
34908 ____________________________________________________________________________
34909 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
34910         Log: (Retracted by #12001)
34911              Subject: Calc with USE_MUL/USE_DIV
34912              From: Tels <perl_dummy@bloodgate.com>
34913              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
34914              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
34915      Branch: perl
34916            ! lib/Math/BigInt/Calc.pm
34917 ____________________________________________________________________________
34918 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
34919         Log: Subject: [PATCH op.c] Re: perl@11978
34920              From: Robin Barker <rmb1@cise.npl.co.uk>
34921              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
34922              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
34923              
34924              Format errors.
34925      Branch: perl
34926            ! op.c
34927 ____________________________________________________________________________
34928 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
34929         Log: Switch PADOFFSET back to U32 both because of binary backward
34930              compatibility and because Arthur seems to have been fixing the
34931              problems with naughty integer-pointer casting.
34932      Branch: perl
34933            ! op.h
34934 ____________________________________________________________________________
34935 [ 11981] By: ams                                   on 2001/09/10  16:31:43
34936         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
34937              Fix Pod Typo, Add Test for ExtUtils::Command
34938              From: "chromatic" <chromatic@rmci.net>
34939              Date: Mon, 10 Sep 2001 11:20:56 -0600
34940              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
34941      Branch: perl
34942            + lib/ExtUtils/Command.t
34943            ! MANIFEST lib/ExtUtils/Command.pm
34944 ____________________________________________________________________________
34945 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
34946         Log: Subject: [PATCH] Encode.pm docs fix
34947              From: Matt Sergeant <MSergeant@star.net.uk>
34948              Date: Mon, 10 Sep 2001 15:24:01 +0100
34949              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
34950      Branch: perl
34951            ! ext/Encode/Encode.pm
34952 ____________________________________________________________________________
34953 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
34954         Log: Update Changes.
34955      Branch: perl
34956            ! Changes patchlevel.h
34957 ____________________________________________________________________________
34958 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
34959         Log: Revert #11973, the dTHX seems to be needed in there
34960              for threaded builds.
34961      Branch: perl
34962            ! perlio.c
34963 ____________________________________________________________________________
34964 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
34965         Log: Detypo.
34966      Branch: perl
34967            ! pod/perlguts.pod
34968 ____________________________________________________________________________
34969 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
34970         Log: Further Class::Struct patching from Damian.
34971              
34972              The new new semantics are:
34973              
34974              * If you pass an initializer for a nested object, it has to be:
34975              a) a reference to an object of that class, or      
34976              b) a reference to an object of a subclass of that class, or
34977              c) a reference to a hash of arguments to be passed to the
34978              class's constructor
34979              * If you pass no initializer for a nested object, the attribute
34980              is initialized to C<undef>
34981      Branch: perl
34982            ! lib/Class/Struct.pm
34983 ____________________________________________________________________________
34984 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
34985         Log: Skip the crypt test if no crypt.
34986      Branch: perl
34987            ! t/op/crypt.t
34988 ____________________________________________________________________________
34989 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
34990         Log: Warn against using bare v-strings as IP addresses
34991              (okay if using the wrappers from Socket)
34992      Branch: perl
34993            ! pod/perldata.pod pod/perlport.pod
34994 ____________________________________________________________________________
34995 [ 11973] By: sky                                   on 2001/09/10  11:57:58
34996         Log: Remove unused dTHX. Silenced another warning.
34997      Branch: perl
34998            ! perlio.c
34999 ____________________________________________________________________________
35000 [ 11972] By: sky                                   on 2001/09/10  11:54:25
35001         Log: Silence some more warnings INT2PTR.
35002      Branch: perl
35003            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
35004 ____________________________________________________________________________
35005 [ 11971] By: sky                                   on 2001/09/10  11:21:50
35006         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
35007      Branch: perl
35008            ! cop.h
35009 ____________________________________________________________________________
35010 [ 11970] By: sky                                   on 2001/09/10  11:17:25
35011         Log: Apply INT2PTR with force to silence warnings from
35012              PM_GETRE and friends. No more warnings with 64bit 
35013              IVs and 32bit pointers.    
35014      Branch: perl
35015            ! op.c op.h perl.c
35016 ____________________________________________________________________________
35017 [ 11969] By: sky                                   on 2001/09/10  10:13:02
35018         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
35019      Branch: perl
35020            ! pod/perlguts.pod
35021 ____________________________________________________________________________
35022 [ 11968] By: sky                                   on 2001/09/10  10:02:51
35023         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
35024              Rename to custop_op_name to Perl_custom_op_name to match perlapi
35025              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
35026              perl_clone.
35027      Branch: perl
35028            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
35029 ____________________________________________________________________________
35030 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
35031         Log: Using strlen() not good on embedded nul bytes.
35032      Branch: perl
35033            ! regcomp.c
35034 ____________________________________________________________________________
35035 [ 11966] By: ams                                   on 2001/09/09  21:06:13
35036         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
35037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35038              Date: Mon, 13 Aug 2001 22:51:59 +0200
35039              Message-ID: <20010813225159.C6681@rafael>
35040              (Applied with several tweaks.)
35041      Branch: perl
35042            ! embed.h embed.pl proto.h toke.c
35043 ____________________________________________________________________________
35044 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
35045         Log: The exact error message is system-dependent.
35046      Branch: perl
35047            ! lib/ExtUtils/Manifest.t
35048 ____________________________________________________________________________
35049 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
35050         Log: Add Windows and Mac Sami support to Encode
35051              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
35052      Branch: perl
35053            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
35054            ! MANIFEST
35055 ____________________________________________________________________________
35056 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
35057         Log: Use the tried method.
35058      Branch: perl
35059            ! pod/perlport.pod
35060 ____________________________________________________________________________
35061 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
35062         Log: Can't count parentheses.
35063      Branch: perl
35064            ! ext/IO/lib/IO/Socket/INET.pm
35065 ____________________________________________________________________________
35066 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
35067         Log: perlport additions: 1 while unlink, add/delete directory
35068              entries and permissions, cygwin stat funkiness (from Michael
35069              Schwern and Nicholas Clark)
35070      Branch: perl
35071            ! pod/perlport.pod
35072 ____________________________________________________________________________
35073 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
35074         Log: blib does have a detectable test.
35075      Branch: perl
35076            ! t/lib/1_compile.t
35077 ____________________________________________________________________________
35078 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
35079         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
35080              From: "chromatic" <chromatic@rmci.net>
35081              Date: Sat, 08 Sep 2001 19:33:42 -0600
35082              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
35083      Branch: perl
35084            + lib/Term/Complete.t
35085            ! MANIFEST
35086 ____________________________________________________________________________
35087 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
35088         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
35089              From: Michael G Schwern <schwern@pobox.com> 
35090              Date: Sat, 8 Sep 2001 02:40:26 -0400
35091              Message-ID: <20010908024026.A26283@blackrider>
35092      Branch: perl
35093            + lib/Test/Tutorial.pod
35094            ! MANIFEST
35095 ____________________________________________________________________________
35096 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
35097         Log: Try to look up protocol (by name) only iff it has non-numbers:
35098              nice if the server is in a chrooted environment (no /etc/protocols,
35099              server code using hardcorded protocol numbers like 6 for tcp),
35100              suggested by John Holdsworth <coldwave@bigfoot.com>.
35101              In other words, if we are given a number, why look it up again
35102              (by number)?
35103      Branch: perl
35104            ! ext/IO/lib/IO/Socket/INET.pm
35105 ____________________________________________________________________________
35106 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
35107         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
35108              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35109              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
35110              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
35111              
35112              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
35113              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35114              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
35115              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
35116              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
35117              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35118              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
35119              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
35120      Branch: perl
35121            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
35122 ____________________________________________________________________________
35123 [ 11955] By: ams                                   on 2001/09/09  02:54:21
35124         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
35125              From: "Craig A. Berry" <craigberry@mac.com>
35126              Date: Sat, 08 Sep 2001 19:02:16 -0500
35127              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
35128      Branch: perl
35129            ! lib/CGI/t/carp.t
35130 ____________________________________________________________________________
35131 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
35132         Log: Documentation tweaks; think the IP address as an opaque string.
35133      Branch: perl
35134            ! ext/Socket/Socket.pm
35135 ____________________________________________________________________________
35136 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
35137         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
35138              From: Michael G Schwern <schwern@pobox.com>
35139              Date: Sat, 8 Sep 2001 19:45:46 -0400
35140              Message-ID: <20010908194546.C9193@blackrider>
35141      Branch: perl
35142            + lib/blib.t
35143            ! MANIFEST lib/blib.pm t/lib/1_compile.t
35144 ____________________________________________________________________________
35145 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
35146         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
35147              From: "chromatic" <chromatic@rmci.net>
35148              Date: Sat, 08 Sep 2001 12:31:44 -0600
35149              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
35150      Branch: perl
35151            + lib/CGI/t/fast.t
35152            ! MANIFEST
35153 ____________________________________________________________________________
35154 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
35155         Log: The Socket tests were wrong: they were assuming too much.
35156      Branch: perl
35157            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
35158 ____________________________________________________________________________
35159 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
35160         Log: Retract the portability changes since they
35161              seem to have opened a can of worms... will
35162              go back to UNICOS/mk and do the bare minimum
35163              required to get the tests working.
35164      Branch: perl
35165            ! ext/Socket/Socket.xs
35166 ____________________________________________________________________________
35167 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
35168         Log: PADOFFSET is used to cast pointers into integers,
35169              if pointers are 64 bits and U32 32 bits,
35170              bad things may happen, or at least warnings issued.
35171      Branch: perl
35172            ! op.h
35173 ____________________________________________________________________________
35174 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
35175         Log: Still more Socket portability tweaking.
35176              Now Socket.t seems to be happy in all of
35177              Linux/x86, Tru64/alpha, Solaris/sparc,
35178              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
35179              
35180              Addendum: it seems that io_multihomed, io_sock, and hostent
35181              were broken in little-endians (linux/x86 and tru64/alpha)
35182              because of this change.  Argh.
35183      Branch: perl
35184            ! ext/Socket/Socket.xs
35185 ____________________________________________________________________________
35186 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
35187         Log: More portability kicking on inet_ntoa().
35188      Branch: perl
35189            ! ext/Socket/Socket.xs
35190 ____________________________________________________________________________
35191 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
35192         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
35193              From: Michael G Schwern <schwern@pobox.com> 
35194              Date: Fri, 7 Sep 2001 23:06:51 -0400
35195              Message-ID: <20010907230651.R606@blackrider>
35196      Branch: perl
35197            + lib/ExtUtils/Manifest.t
35198            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
35199 ____________________________________________________________________________
35200 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
35201         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
35202              From: "chromatic" <chromatic@rmci.net>
35203              Date: Fri, 07 Sep 2001 17:53:15 -0600      
35204              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
35205      Branch: perl
35206            + lib/ExtUtils/testlib.t
35207            ! MANIFEST
35208 ____________________________________________________________________________
35209 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
35210         Log: Thinko.
35211      Branch: perl
35212            ! lib/integer.t
35213 ____________________________________________________________________________
35214 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
35215         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
35216              From: "Craig A. Berry" <craigberry@mac.com>
35217              Date: Fri, 07 Sep 2001 15:30:03 -0500
35218              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
35219      Branch: perl
35220            ! lib/CGI/Carp.pm
35221 ____________________________________________________________________________
35222 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
35223         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
35224              From: Michael G Schwern <schwern@pobox.com>
35225              Date: Fri, 7 Sep 2001 15:38:13 -0400
35226              Message-ID: <20010907153813.K606@blackrider>
35227      Branch: perl
35228            ! lib/ExtUtils/MM_Unix.pm
35229 ____________________________________________________________________________
35230 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
35231         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
35232              From: Robin Barker <rmb1@cise.npl.co.uk>
35233              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
35234              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
35235      Branch: perl
35236            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
35237 ____________________________________________________________________________
35238 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
35239         Log: Clean up 1_compile.t; move tests to more consistent
35240              places (t/ subdirectories); add integer.t (much of
35241              the pragma is tested elsewhere but there is no one
35242              centralized place)
35243      Branch: perl
35244            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
35245            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
35246            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
35247            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
35248            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
35249            - lib/File/Find/find.t lib/File/Find/taint.t
35250            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
35251 ____________________________________________________________________________
35252 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
35253         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
35254              From: "chromatic" <chromatic@rmci.net>
35255              Date: Fri, 07 Sep 2001 10:17:40 -0600
35256              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
35257      Branch: perl
35258            ! lib/File/Find/taint.t
35259 ____________________________________________________________________________
35260 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
35261         Log: Update Changes.
35262      Branch: perl
35263            ! Changes patchlevel.h
35264 ____________________________________________________________________________
35265 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
35266         Log: Rename the old threading tutorial, start a new one,
35267              regen toc.
35268      Branch: perl
35269            + pod/perlothrtut.pod
35270            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
35271            ! pod/perltoc.pod
35272 ____________________________________________________________________________
35273 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
35274         Log: vars very much has a test.
35275      Branch: perl
35276            ! t/lib/1_compile.t
35277 ____________________________________________________________________________
35278 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
35279         Log: Subject: Re: wince/perl.ico marked as binary
35280              From: Nicholas Clark <nick@ccl4.org>
35281              Date: Fri, 7 Sep 2001 13:54:40 +0100
35282              Message-ID: <20010907135439.D39150@plum.flirble.org>
35283              
35284              and wince/Makefile.ce change from Rainer Keuchel.
35285      Branch: perl
35286            + wince/makeico.pl
35287            ! MANIFEST wince/Makefile.ce
35288 ____________________________________________________________________________
35289 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
35290         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
35291              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35292              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
35293              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
35294      Branch: perl
35295            ! regexec.c
35296 ____________________________________________________________________________
35297 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
35298         Log: (Replaced by #11934)
35299              Subject: Re: [PATCH regexec.c] more general .* and .*?
35300              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35301              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
35302              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
35303      Branch: perl
35304            ! regexec.c
35305 ____________________________________________________________________________
35306 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
35307         Log: The #11931 patching misbehaved.
35308      Branch: perl
35309            ! lib/Test/Harness/t/test-harness.t
35310 ____________________________________________________________________________
35311 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
35312         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
35313              From: Michael G Schwern <schwern@pobox.com>
35314              Date: Fri, 7 Sep 2001 03:30:41 -0400
35315              Message-ID: <20010907033041.A2796@blackrider>
35316      Branch: perl
35317            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
35318            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
35319            + t/lib/sample-tests/header_at_end_fail
35320            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
35321            - lib/Test/Harness.t
35322            ! MANIFEST lib/Test/Harness.pm t/TEST
35323 ____________________________________________________________________________
35324 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
35325         Log: Subject: [PATCH] Digest::MD5 update
35326              From: Gisle Aas <gisle@ActiveState.com>
35327              Date: 06 Sep 2001 23:32:56 -0700
35328              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
35329      Branch: perl
35330            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35331            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
35332 ____________________________________________________________________________
35333 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
35334         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
35335              From: "chromatic" <chromatic@rmci.net>
35336              Date: Thu, 06 Sep 2001 23:11:44 -0600
35337              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
35338      Branch: perl
35339            + lib/less.t
35340            ! MANIFEST t/lib/1_compile.t
35341 ____________________________________________________________________________
35342 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
35343         Log: The binary file must somehow differently stored.
35344      Branch: perl
35345            - wince/perl.ico
35346            ! MANIFEST
35347 ____________________________________________________________________________
35348 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
35349         Log: Add more modules to the list of modules that have tests,
35350              Schwern's wallet is getting more nervous.
35351              (Run t/lib/1_compile.t manually to see which modules
35352              are lacking tests, or the tests can't be run for some
35353              reason or another, such as the Net:: modules)
35354      Branch: perl
35355            ! t/lib/1_compile.t
35356 ____________________________________________________________________________
35357 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
35358         Log: Try to make Socket::inet_ntoa() more robust.
35359      Branch: perl
35360            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
35361 ____________________________________________________________________________
35362 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
35363         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
35364              From: chromatic <chromatic@rmci.net>       
35365              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
35366              Message-Id: <01090522580506.19590@firewheel>           
35367      Branch: perl
35368            ! lib/English.t
35369 ____________________________________________________________________________
35370 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
35371         Log: Subject: Re: perlvar manpage and localizing special vars
35372              From: Stas Bekman <stas@stason.org>
35373              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
35374              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
35375      Branch: perl
35376            ! pod/perlvar.pod
35377 ____________________________________________________________________________
35378 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
35379         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
35380              From: Robin Barker <rmb1@cise.npl.co.uk>
35381              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
35382              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
35383      Branch: perl
35384            ! lib/ExtUtils/MakeMaker.pm
35385 ____________________________________________________________________________
35386 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
35387         Log: Symbol missing; AIX unhappy.
35388      Branch: perl
35389            ! makedef.pl
35390 ____________________________________________________________________________
35391 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
35392         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
35393              Reported in 5.61, seems to work okay in blead.
35394      Branch: perl
35395            ! t/run/kill_perl.t
35396 ____________________________________________________________________________
35397 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
35398         Log: Update Changes.
35399      Branch: perl
35400            ! Changes patchlevel.h
35401 ____________________________________________________________________________
35402 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
35403         Log: Document the bad assumptions currently breaking
35404              the Socket.t tests 10, 11, and 13 in UNICOS.
35405      Branch: perl
35406            ! ext/Socket/Socket.xs
35407 ____________________________________________________________________________
35408 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
35409         Log: Subject: [PATCH x2p] make OPTIMIZE=...
35410              From: Robin Barker <rmb1@cise.npl.co.uk>
35411              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
35412              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
35413      Branch: perl
35414            ! x2p/Makefile.SH x2p/cflags.SH
35415 ____________________________________________________________________________
35416 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
35417         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
35418              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35419              Date: Thu, 6 Sep 2001 11:09:40 +0100
35420              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
35421              
35422              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
35423              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35424              Date: 6 Sep 2001 10:14:38 -0000
35425              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
35426      Branch: perl
35427            ! pod/perlfaq1.pod pod/perlhack.pod
35428 ____________________________________________________________________________
35429 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
35430         Log: Subject: Extra NUL is Data::Dumper output - patch
35431              From: Tony Cook <tony@develop-help.com>
35432              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
35433              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
35434      Branch: perl
35435            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
35436 ____________________________________________________________________________
35437 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
35438         Log: Avoid redefinition warning
35439              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
35440              from
35441              perl -w -Ilib -MCwd -e ''
35442      Branch: perl
35443            ! lib/Cwd.pm
35444 ____________________________________________________________________________
35445 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
35446         Log: Update the is_tainted() example implementation.
35447      Branch: perl
35448            ! pod/perlsec.pod
35449 ____________________________________________________________________________
35450 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
35451         Log: Missing) in #11912.
35452      Branch: perl
35453            ! lib/Test/Simple/t/fail.t
35454 ____________________________________________________________________________
35455 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
35456         Log: Rewhack Test-Simple into core harness.
35457      Branch: perl
35458            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35459            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
35460            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
35461            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
35462            ! lib/Test/Simple/t/skipall.t
35463 ____________________________________________________________________________
35464 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
35465         Log: Workaround for the new Exporter 'feature'.
35466      Branch: perl
35467            ! lib/Test/More.pm
35468 ____________________________________________________________________________
35469 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
35470         Log: Re-introduce pure-Perl fall-back for abs_path,
35471              re-introduce #11898.
35472      Branch: perl
35473            ! lib/Cwd.pm lib/File/Find.pm
35474 ____________________________________________________________________________
35475 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
35476         Log: More tests.
35477      Branch: perl
35478            ! lib/Exporter.t
35479 ____________________________________________________________________________
35480 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
35481         Log: Retract #11898 for now because it introduces
35482              a rather nasty depencency: when B is being built,
35483              MakeMaker is used.  MakeMaker uses File::Find.
35484              File::Find uses Cwd::getcwd()...which doesn't
35485              exist yet.
35486      Branch: perl
35487            ! lib/File/Find.pm
35488 ____________________________________________________________________________
35489 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
35490         Log: New test welcome.
35491      Branch: perl
35492            + lib/Test/Simple/t/simple.t
35493 ____________________________________________________________________________
35494 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
35495         Log: Old test begone.
35496      Branch: perl
35497            - lib/Attribute/Handlers/test.pl
35498 ____________________________________________________________________________
35499 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
35500         Log: Test-Simple syncup from Schwern.
35501      Branch: perl
35502            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
35503            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
35504            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
35505            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
35506            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
35507            - lib/Test/More/Changes lib/Test/More/t/More.t
35508            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35509            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35510            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
35511            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
35512            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
35513            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35514            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35515            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
35516            ! t/lib/Test/Simple/sample_tests/death.plx
35517            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
35518            ! t/lib/Test/Simple/sample_tests/extras.plx
35519            ! t/lib/Test/Simple/sample_tests/five_fail.plx
35520            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
35521            ! t/lib/Test/Simple/sample_tests/one_fail.plx
35522            ! t/lib/Test/Simple/sample_tests/require.plx
35523            ! t/lib/Test/Simple/sample_tests/success.plx
35524            ! t/lib/Test/Simple/sample_tests/too_few.plx
35525            ! t/lib/Test/Simple/sample_tests/two_fail.plx
35526 ____________________________________________________________________________
35527 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
35528         Log: Integrate File::Find changes from bleadperl
35529      Branch: maint-5.6/macperl
35530            ! lib/File/Find.pm t/lib/filefind-taint.t
35531 ____________________________________________________________________________
35532 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
35533         Log: Integrate 11847 from maint-5.6/perl
35534      Branch: maint-5.6/macperl
35535           !> sv.c
35536 ____________________________________________________________________________
35537 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
35538         Log: In UNICOS division yada yada.
35539      Branch: perl
35540            ! t/op/override.t
35541 ____________________________________________________________________________
35542 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
35543         Log: In UNICOS division is really lossy, better use
35544              a tolerance test.
35545      Branch: perl
35546            ! ext/Time/HiRes/HiRes.t
35547 ____________________________________________________________________________
35548 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
35549         Log: In UNICOS sigaction() sets an extra flag
35550              ("the signal has been registered for all the processes in
35551              a multitasking group.")
35552      Branch: perl
35553            ! ext/POSIX/sigaction.t
35554 ____________________________________________________________________________
35555 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
35556         Log: Documentation micropatch from Damian.
35557      Branch: perl
35558            ! lib/Attribute/Handlers.pm
35559 ____________________________________________________________________________
35560 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
35561         Log: (Retracted by #11908)
35562              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
35563              From: Michael G Schwern <schwern@pobox.com>
35564              Date: Wed, 5 Sep 2001 15:58:21 -0400
35565              Message-ID: <20010905155821.I632@blackrider>
35566      Branch: perl
35567            ! lib/File/Find.pm lib/File/Find/taint.t
35568 ____________________________________________________________________________
35569 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
35570         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
35571              From: Michael G Schwern <schwern@pobox.com>
35572              Date: Wed, 5 Sep 2001 19:16:31 -0400
35573              Message-ID: <20010905191631.E11386@blackrider>
35574      Branch: perl
35575            + lib/CGI/t/carp.t
35576            ! MANIFEST
35577 ____________________________________________________________________________
35578 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
35579         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
35580              From: chromatic <chromatic@rmci.net>
35581              Date: Wed, 5 Sep 2001 18:08:07 -0600
35582              Message-Id: <01090518080700.19590@firewheel>
35583      Branch: perl
35584            ! lib/English.pm
35585 ____________________________________________________________________________
35586 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
35587         Log: Fix a typo #11889 and add a test for the same.
35588      Branch: perl
35589            ! ext/Socket/Socket.t ext/Socket/Socket.xs
35590 ____________________________________________________________________________
35591 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
35592         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
35593              From: "Craig A. Berry" <craigberry@mac.com>
35594              Date: Wed, 05 Sep 2001 17:48:54 -0500
35595              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
35596      Branch: perl
35597            ! lib/warnings.t t/run/kill_perl.t
35598 ____________________________________________________________________________
35599 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
35600         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
35601              From: Michael G Schwern <schwern@pobox.com>
35602              Date: Wed, 5 Sep 2001 17:22:25 -0400
35603              Message-ID: <20010905172225.C11386@blackrider>
35604      Branch: perl
35605            ! t/run/kill_perl.t
35606 ____________________________________________________________________________
35607 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
35608         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
35609              From: Nicholas Clark <nick@ccl4.org>
35610              Date: Wed, 5 Sep 2001 20:54:24 +0100
35611              Message-ID: <20010905205424.C25120@plum.flirble.org>
35612      Branch: perl
35613            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
35614 ____________________________________________________________________________
35615 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
35616         Log: Forgotten thing.
35617      Branch: perl
35618            ! uconfig.h
35619 ____________________________________________________________________________
35620 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
35621         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
35622              From: chromatic <chromatic@rmci.net>               
35623              Date: Wed, 5 Sep 2001 13:22:08 -0600
35624              Message-Id: <01090513220807.10587@firewheel> 
35625      Branch: perl
35626            ! lib/English.pm
35627 ____________________________________________________________________________
35628 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
35629         Log: inet_ntoa() tweaks:
35630              - don't allow addresses with > 255 characters
35631              - indent the HP-UX workaround
35632              - don't leak memory
35633      Branch: perl
35634            ! ext/Socket/Socket.xs
35635 ____________________________________________________________________________
35636 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
35637         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
35638              <xwu@theeducationcenter.com>
35639      Branch: perl
35640            ! lib/File/Find.pm
35641 ____________________________________________________________________________
35642 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
35643         Log: Typo nits.
35644      Branch: perl
35645            ! lib/File/Find.pm
35646 ____________________________________________________________________________
35647 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
35648         Log: -Wall nit.
35649      Branch: perl
35650            ! op.c
35651 ____________________________________________________________________________
35652 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
35653         Log: Update to Scalar-List-Utils 1.05
35654      Branch: perl
35655            ! ext/List/Util/ChangeLog ext/List/Util/README
35656            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
35657 ____________________________________________________________________________
35658 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
35659         Log: Update Changes.
35660      Branch: perl
35661            ! Changes patchlevel.h
35662 ____________________________________________________________________________
35663 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
35664         Log: Update to Scalar-List-Utils 1.04
35665      Branch: perl
35666            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
35667            ! ext/List/Util/lib/List/Util.pm
35668            ! ext/List/Util/lib/Scalar/Util.pm
35669 ____________________________________________________________________________
35670 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
35671         Log: Metaconfigify #11724.
35672      Branch: metaconfig
35673            ! U/threads/archname.U
35674 ____________________________________________________________________________
35675 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
35676         Log: The MacOS reference is okay, no reason to hide it.
35677      Branch: perl
35678            ! lib/Cwd.pm
35679 ____________________________________________________________________________
35680 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
35681         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
35682              From: Michael G Schwern <schwern@pobox.com>
35683              Date: Tue, 4 Sep 2001 15:30:10 -0400
35684              Message-ID: <20010904153010.H26466@blackrider> 
35685              
35686              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
35687      Branch: perl
35688            ! ext/Cwd/Makefile.PL lib/Cwd.pm
35689 ____________________________________________________________________________
35690 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
35691         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.))
35692              From: Michael G Schwern <schwern@pobox.com>
35693              Date: Tue, 4 Sep 2001 17:39:13 -0400
35694              Message-ID: <20010904173913.C626@blackrider>
35695      Branch: perl
35696            ! lib/Cwd.pm
35697 ____________________________________________________________________________
35698 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
35699         Log: Subject: Re: Perl_pp_* in public API?
35700              From: "Craig A. Berry" <craigberry@mac.com>
35701              Date: Tue, 4 Sep 2001 21:51:29 -0500
35702              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
35703      Branch: perl
35704            ! ext/List/Util/Util.xs
35705 ____________________________________________________________________________
35706 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
35707         Log: From Damian: Class::Struct was unable to define
35708              recursive classes.  After the patch an object reference
35709              (rather than a hash) is required to initialize
35710              an object attribute.  If no such initializer is given to
35711              the constructor, object attributes are now default
35712              initialized to C<undef>.
35713      Branch: perl
35714            ! lib/Class/Struct.pm lib/Class/Struct.t
35715 ____________________________________________________________________________
35716 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
35717         Log: Subject: Re: sv_catpvfn and sv_setpvfn
35718              From: Richard Soderberg <rs@oregonnet.com>
35719              Date: Tue, 4 Sep 2001 15:16:47 -0700
35720              Message-Id: <200109042216.PAA17858@oregonnet.com>
35721      Branch: perl
35722            ! pod/perlclib.pod pod/perlguts.pod
35723 ____________________________________________________________________________
35724 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
35725         Log: NetWare updates from Ananth Kesari.
35726      Branch: perl
35727            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
35728            ! NetWare/nw5thread.h
35729 ____________________________________________________________________________
35730 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
35731         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?))
35732              From: Nicholas Clark <nick@ccl4.org>
35733              Date: Tue, 4 Sep 2001 22:42:50 +0100
35734              Message-ID: <20010904224250.P25120@plum.flirble.org>
35735      Branch: perl
35736            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
35737            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
35738            ! t/op/oct.t toke.c
35739 ____________________________________________________________________________
35740 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
35741         Log: Fix Cwd::getcwd() not being tainted, as noticed
35742              by Schwern.
35743      Branch: perl
35744            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
35745            - ext/Cwd/Cwd.t
35746            ! MANIFEST ext/Cwd/Cwd.xs util.c
35747 ____________________________________________________________________________
35748 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
35749         Log: Retract #11870 and volatilize the right destruct_level.
35750              Silly thinko pointed out by Sarathy.
35751      Branch: perl
35752            ! intrpvar.h perl.c
35753 ____________________________________________________________________________
35754 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
35755         Log: At least a temporary fix for the mysterious scope core dumps
35756              in Tru64 from Graham.
35757      Branch: perl
35758            ! ext/List/Util/Util.xs
35759 ____________________________________________________________________________
35760 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
35761         Log: (Retracted by #11872)
35762      Branch: perl
35763            ! intrpvar.h
35764 ____________________________________________________________________________
35765 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
35766         Log: Quench a -Wall gripe noticed by Robin Barker.
35767      Branch: perl
35768            ! op.c
35769 ____________________________________________________________________________
35770 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
35771         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
35772              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35773              Date: Wed, 05 Sep 2001 02:01:32 +0900
35774              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
35775      Branch: perl
35776            ! lib/Unicode/UCD.pm
35777 ____________________________________________________________________________
35778 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
35779         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
35780              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35781              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
35782              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
35783      Branch: perl
35784            ! gv.c
35785 ____________________________________________________________________________
35786 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
35787         Log: Update Changes.
35788      Branch: perl
35789            ! Changes patchlevel.h
35790 ____________________________________________________________________________
35791 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
35792         Log: Add the \[$@%&*] prototype support.
35793      Branch: perl
35794            ! op.c pod/perlsub.pod t/comp/proto.t
35795 ____________________________________________________________________________
35796 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
35797         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
35798              From: Michael G Schwern <schwern@pobox.com>
35799              Date: Mon, 3 Sep 2001 18:59:01 -0400
35800              Message-ID: <20010903185901.Z9233@blackrider>
35801      Branch: perl
35802            ! lib/CGI/t/form.t
35803 ____________________________________________________________________________
35804 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
35805         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
35806              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35807              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
35808              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
35809      Branch: perl
35810            ! gv.c
35811 ____________________________________________________________________________
35812 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
35813         Log: More srand entry tweakage based on Randal's suggestion.
35814      Branch: perl
35815            ! pod/perlfunc.pod
35816 ____________________________________________________________________________
35817 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
35818         Log: Subject: [PATCH] 'main' *is* a reserved word
35819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35820              Date: Mon, 3 Sep 2001 22:55:41 +0200
35821              Message-ID: <20010903225541.A24097@rafael>
35822      Branch: perl
35823            ! toke.c
35824 ____________________________________________________________________________
35825 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
35826         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
35827              From: Peter Prymmer <pvhp@best.com>
35828              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
35829              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
35830      Branch: perl
35831            ! README.vms configure.com
35832 ____________________________________________________________________________
35833 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
35834         Log: Subject: Re: A slightly better default seed?   
35835              From: Michael G Schwern <schwern@pobox.com>
35836              Date: Mon, 3 Sep 2001 18:08:15 -0400 
35837              Message-ID: <20010903180815.W9233@blackrider>
35838      Branch: perl
35839            ! t/op/srand.t
35840 ____________________________________________________________________________
35841 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
35842         Log: Add sharedsv.o to microperl object files.
35843      Branch: perl
35844            ! Makefile.micro
35845 ____________________________________________________________________________
35846 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
35847         Log: AUTHORS updates and
35848              
35849              Subject: [PATCH] Just some preening :-)        
35850              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35851              Date: Tue, 4 Sep 2001 14:16:59 +0100
35852              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
35853      Branch: perl
35854            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
35855 ____________________________________________________________________________
35856 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
35857         Log: Typo fix and slight rewording.
35858      Branch: perl
35859            ! pod/perlfunc.pod
35860 ____________________________________________________________________________
35861 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
35862         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
35863      Branch: perl
35864            ! pod/perlfaq4.pod
35865 ____________________________________________________________________________
35866 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
35867         Log: The helper file changed name.
35868      Branch: perl
35869            ! MANIFEST
35870 ____________________________________________________________________________
35871 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
35872         Log: Update to Scalar-List-Utils 1.03
35873      Branch: perl
35874            + ext/List/Util/t/shuffle.t
35875            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
35876            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
35877            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
35878            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
35879            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
35880            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
35881            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
35882            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
35883 ____________________________________________________________________________
35884 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
35885         Log: Make crypt() do something more sane for Unicode
35886              (take crypt() of the low eight bits of the characters,
35887              instead of taking crypt() of the UTF-8 of the scalar);
35888              add a test for crypt().
35889      Branch: perl
35890            + t/op/crypt.t
35891            ! MANIFEST pod/perlfunc.pod pp.c
35892 ____________________________________________________________________________
35893 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
35894         Log: Reorganize the srand entry.
35895      Branch: perl
35896            ! pod/perlfunc.pod
35897 ____________________________________________________________________________
35898 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
35899         Log: Remove the tests that assume something about
35900              calling srand() without arguments multiple times.
35901      Branch: perl
35902            ! t/op/srand.t
35903 ____________________________________________________________________________
35904 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
35905         Log: Upgrade to Math::BigInt 1.42.
35906      Branch: perl
35907            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35908            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
35909            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
35910            ! lib/Math/BigInt/t/mbimbf.t
35911 ____________________________________________________________________________
35912 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
35913         Log: integrate change#11847 from maint-5.6
35914              
35915              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
35916      Branch: perl
35917            ! sv.c
35918 ____________________________________________________________________________
35919 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
35920         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
35921      Branch: maint-5.6/perl
35922            ! sv.c
35923 ____________________________________________________________________________
35924 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
35925         Log: As far as I can tell these functions have been Unicodified.
35926      Branch: perl
35927            ! doop.c
35928 ____________________________________________________________________________
35929 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
35930         Log: Update to Storable 1.0.13.
35931      Branch: perl
35932            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35933            ! ext/Storable/Storable.xs
35934 ____________________________________________________________________________
35935 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
35936         Log: Patch the Filter::Simple test to work with
35937              the core test suite (since the FilterTest.pm
35938              is in t/lib, not in lib).
35939      Branch: perl
35940            ! lib/Filter/Simple/t/filter.t
35941 ____________________________________________________________________________
35942 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
35943         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
35944      Branch: perl
35945            + t/lib/FilterTest.pm
35946            - t/lib/MyFilter.pm
35947 ____________________________________________________________________________
35948 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
35949         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
35950              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
35951              Text::Balanced 1.86.
35952      Branch: perl
35953            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
35954            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
35955            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
35956            + lib/Switch/t/nested.t lib/Switch/t/switch.t
35957            + lib/Text/Balanced/Changes lib/Text/Balanced/README
35958            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
35959            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
35960            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
35961            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
35962            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
35963            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
35964            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
35965            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
35966            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
35967            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
35968            ! MANIFEST lib/Attribute/Handlers.pm
35969            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
35970            ! lib/Attribute/Handlers/demo/Demo.pm
35971            ! lib/Attribute/Handlers/demo/Descriptions.pm
35972            ! lib/Attribute/Handlers/demo/MyClass.pm
35973            ! lib/Attribute/Handlers/demo/demo.pl
35974            ! lib/Attribute/Handlers/demo/demo2.pl
35975            ! lib/Attribute/Handlers/demo/demo3.pl
35976            ! lib/Attribute/Handlers/demo/demo4.pl
35977            ! lib/Attribute/Handlers/demo/demo_call.pl
35978            ! lib/Attribute/Handlers/demo/demo_chain.pl
35979            ! lib/Attribute/Handlers/demo/demo_cycle.pl
35980            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
35981            ! lib/Attribute/Handlers/demo/demo_phases.pl
35982            ! lib/Attribute/Handlers/demo/demo_range.pl
35983            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
35984            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
35985            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
35986            ! lib/Text/Balanced.pm
35987 ____________________________________________________________________________
35988 [ 11841] By: sky                                   on 2001/09/03  11:04:15
35989         Log: Forgot to add a file with Change #11840
35990      Branch: perl
35991            + t/op/srand.t
35992 ____________________________________________________________________________
35993 [ 11840] By: sky                                   on 2001/09/03  11:02:04
35994         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
35995              From: Michael G Schwern <schwern@pobox.com>
35996              Date: Mon, 3 Sep 2001 07:43:00 -0400
35997              Message-ID: <20010903074300.E9233@blackrider>
35998      Branch: perl
35999            ! MANIFEST pod/perlfunc.pod t/op/rand.t
36000 ____________________________________________________________________________
36001 [ 11839] By: sky                                   on 2001/09/03  10:47:11
36002         Log: Document the changes with regards to running of END blocks.
36003              And DESTROY on global objects are called in perl_destruct()!
36004      Branch: perl
36005            ! pod/perl572delta.pod pod/perlembed.pod
36006 ____________________________________________________________________________
36007 [ 11838] By: sky                                   on 2001/09/03  09:34:44
36008         Log: Subject: [PATCH t/op/time.t] Partial cleanup
36009              From: Michael G Schwern <schwern@pobox.com>
36010              Date: Mon, 3 Sep 2001 06:29:42 -0400
36011              Message-ID: <20010903062942.C9233@blackrider>
36012      Branch: perl
36013            ! t/op/time.t
36014 ____________________________________________________________________________
36015 [ 11837] By: sky                                   on 2001/09/03  09:30:02
36016         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
36017              From: Michael G Schwern <schwern@pobox.com>
36018              Date: Mon, 3 Sep 2001 06:24:13 -0400
36019              Message-ID: <20010903062413.B9233@blackrider>
36020      Branch: perl
36021            ! t/op/rand.t
36022 ____________________________________________________________________________
36023 [ 11836] By: sky                                   on 2001/09/03  07:56:47
36024         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
36025              From: Michael G Schwern <schwern@pobox.com>
36026              Date: Sun, 2 Sep 2001 21:38:43 -0400
36027              Message-ID: <20010902213843.L2711@blackrider>
36028      Branch: perl
36029            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
36030            ! MANIFEST
36031 ____________________________________________________________________________
36032 [ 11835] By: nick                                  on 2001/09/03  06:20:06
36033         Log: Integrate mainline
36034      Branch: perlio
36035           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
36036            - t/op/misc.t
36037           !> (integrate 187 files)
36038 ____________________________________________________________________________
36039 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
36040         Log: Update Changes.
36041      Branch: perl
36042            ! Changes patchlevel.h
36043 ____________________________________________________________________________
36044 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
36045         Log: Slight tweaks.
36046      Branch: perl
36047            ! t/run/kill_perl.t
36048 ____________________________________________________________________________
36049 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
36050         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
36051      Branch: perl
36052            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
36053 ____________________________________________________________________________
36054 [ 11831] By: sky                                   on 2001/09/02  12:10:42
36055         Log: Change #11828 wasn't complete, this updates to intest path
36056      Branch: perl
36057            ! t/run/kill_perl.t
36058 ____________________________________________________________________________
36059 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
36060         Log: 's's's.
36061      Branch: perl
36062            ! Changes
36063 ____________________________________________________________________________
36064 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
36065         Log: Update Changes.
36066      Branch: perl
36067            ! Changes patchlevel.h
36068 ____________________________________________________________________________
36069 [ 11828] By: sky                                   on 2001/09/02  11:53:56
36070         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
36071              From: Michael G Schwern <schwern@pobox.com>
36072              Date: Sat, 1 Sep 2001 20:18:58 -0400
36073              Message-ID: <20010901201858.X606@blackrider>
36074              +MANIFEST Fix
36075      Branch: perl
36076            + t/run/kill_perl.t
36077            - t/op/misc.t t/run/segfault.t
36078            ! MANIFEST
36079 ____________________________________________________________________________
36080 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
36081         Log: Subject: [PATCH] lib/Time/Local.pm
36082              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36083              Date: Sun, 2 Sep 2001 06:50:01 -0500
36084              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
36085      Branch: perl
36086            ! lib/Time/Local.pm
36087 ____________________________________________________________________________
36088 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
36089         Log: Tick off Unicode collation and the normalization from
36090              the todo list.
36091      Branch: perl
36092            ! pod/perltodo.pod
36093 ____________________________________________________________________________
36094 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
36095         Log: Update to Unicode 3.1.1.
36096      Branch: perl
36097            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
36098            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
36099            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
36100            ! lib/unicore/PropList.txt lib/unicore/README.perl
36101            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
36102            ! lib/unicore/rename lib/unicore/version
36103 ____________________________________________________________________________
36104 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
36105         Log: Slight doc tweaks for the module.
36106      Branch: perl
36107            ! lib/Unicode/UCD.pm
36108 ____________________________________________________________________________
36109 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
36110         Log: Rename the variable: it *used* to be (wrongly) that the
36111              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
36112              but that is no more the case: PL_reg_match_utf8 is better.
36113      Branch: perl
36114            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
36115            ! regexec.c sv.c thrdvar.h
36116 ____________________________________________________________________________
36117 [ 11822] By: ams                                   on 2001/09/02  02:54:50
36118         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
36119              From: Ilmari Karonen <iltzu@sci.fi>
36120              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
36121              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
36122              (op/sub_lval.t updated to take new error message into account.)
36123      Branch: perl
36124            ! op.c t/op/sub_lval.t
36125 ____________________________________________________________________________
36126 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
36127         Log: remove stray CRs in files; keep all files with UNIX line-ends
36128              (Porting/makerel adds CRs to the files that need it in the
36129              distribution)
36130      Branch: perl
36131            ! NetWare/t/NWScripts.pl README.dos
36132            ! ext/Encode/Encode/cns11643-1.enc
36133            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
36134            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
36135 ____________________________________________________________________________
36136 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
36137         Log: some remnants of change#11803
36138      Branch: perl
36139            ! ext/ByteLoader/byterun.h perl.h
36140 ____________________________________________________________________________
36141 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
36142         Log: Update to Unicode::Collate 0.08.
36143      Branch: perl
36144            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
36145            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
36146 ____________________________________________________________________________
36147 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
36148         Log: Test tweaks.
36149      Branch: perl
36150            ! t/op/pat.t
36151 ____________________________________________________________________________
36152 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
36153         Log: Fix test
36154      Branch: maint-5.6/macperl
36155            ! t/lib/b.t
36156 ____________________________________________________________________________
36157 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
36158         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
36159              warnings in Config.pm with -W; increase default and
36160              minimum RAM; bump version number.
36161      Branch: maint-5.6/macperl
36162            + macos/lib/Mac/LowMem.pm
36163            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
36164            ! macos/configpm macos/macperl/MacPerl.r
36165 ____________________________________________________________________________
36166 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
36167         Log: Make syntax check report in MPW style, fix tests
36168              to use Mac::err=unix to get normal-style error
36169              messages.
36170      Branch: maint-5.6/macperl
36171            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
36172            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
36173 ____________________________________________________________________________
36174 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
36175         Log: Make MPW-style errors optional (but the default); add
36176              MacPerl::ErrorFormat() function and Mac::err pragma
36177      Branch: maint-5.6/macperl
36178            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
36179            + macos/ext/Mac/err/err.xs
36180            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
36181            ! macos/macish.c macos/macish.h macos/macperl.sym
36182 ____________________________________________________________________________
36183 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
36184         Log: More module and test ports from Thomas Wegner et al
36185      Branch: maint-5.6/macperl
36186            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36187            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
36188            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
36189            ! t/op/magic.t
36190 ____________________________________________________________________________
36191 [ 11812] By: sky                                   on 2001/09/01  17:19:30
36192         Log: Subject: [PATCH t/op/concat.t] cleanup
36193              From: Michael G Schwern <schwern@pobox.com>
36194              Date: Sat, 1 Sep 2001 14:06:28 -0400
36195              Message-ID: <20010901140628.C606@blackrider>
36196      Branch: perl
36197            ! t/op/concat.t
36198 ____________________________________________________________________________
36199 [ 11811] By: sky                                   on 2001/09/01  12:25:29
36200         Log: Change #11805 didn't update the MANIFEST
36201      Branch: perl
36202            ! MANIFEST
36203 ____________________________________________________________________________
36204 [ 11810] By: sky                                   on 2001/09/01  11:52:44
36205         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
36206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36207              Date: Sat, 1 Sep 2001 14:50:14 +0200
36208              Message-ID: <20010901145014.A691@rafael>
36209      Branch: perl
36210            ! t/op/inccode.t
36211 ____________________________________________________________________________
36212 [ 11809] By: sky                                   on 2001/09/01  11:49:22
36213         Log: Subject: PATCH: ExtUtils::MakeMaker
36214              From: Tony Bowden <tony@kasei.com>
36215              Date: Sat, 1 Sep 2001 10:33:53 +0100
36216              Message-ID: <20010901103353.A13863@soto.kasei.com>
36217              Manually applied
36218      Branch: perl
36219            ! lib/ExtUtils/MakeMaker.pm
36220 ____________________________________________________________________________
36221 [ 11808] By: sky                                   on 2001/09/01  11:39:13
36222         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
36223              From: mike808@users.sourceforge.net
36224              Date: Sat, 1 Sep 101 11:27:50 GMT
36225              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
36226              With little tweak
36227      Branch: perl
36228            ! lib/Term/Cap.pm
36229 ____________________________________________________________________________
36230 [ 11807] By: ams                                   on 2001/09/01  11:31:16
36231         Log: Subject: oct() and hex()
36232              From: Nicholas Clark <nick@ccl4.org>
36233              Date: Fri, 31 Aug 2001 23:14:13 +0100
36234              Message-Id: <20010831231413.J4950@plum.flirble.org>
36235      Branch: perl
36236            ! pod/perlclib.pod
36237 ____________________________________________________________________________
36238 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
36239         Log: Integrate change 11801 from maintperl
36240      Branch: maint-5.6/macperl
36241            ! perl.c
36242 ____________________________________________________________________________
36243 [ 11805] By: sky                                   on 2001/08/31  21:35:10
36244         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
36245              From: Michael G Schwern <schwern@pobox.com>
36246              Date: Fri, 31 Aug 2001 15:36:28 -0400
36247              Message-ID: <20010831153628.B598@blackrider>
36248              Check for things which used to segfault
36249      Branch: perl
36250            + t/run/segfault.t
36251 ____________________________________________________________________________
36252 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
36253         Log: integrate change#11801 from maint-5.6
36254              
36255              remove age-old UNICOS "workaround" that introduces a static, and
36256              hence an egregious race condition for threaded builds (*sigh*
36257              beats me why this kludge wasn't guarded by a UNICOS-specific
36258              #define *sigh*)
36259      Branch: perl
36260            ! perl.c
36261 ____________________________________________________________________________
36262 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
36263         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
36264              working in 5.7.x
36265      Branch: perl
36266            - objXSUB.h
36267            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
36268            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
36269            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
36270            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
36271            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
36272            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
36273            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
36274            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
36275            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
36276            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
36277            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
36278            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
36279            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
36280            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
36281            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
36282            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
36283            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
36284            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
36285            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
36286            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
36287            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
36288            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
36289 ____________________________________________________________________________
36290 [ 11802] By: ams                                   on 2001/08/31  18:11:32
36291         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
36292              From: "Philip Newton" <Philip.Newton@gmx.net>
36293              Date: Fri, 31 Aug 2001 21:12:56 +0200
36294              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
36295      Branch: perl
36296            ! pod/perldiag.pod
36297 ____________________________________________________________________________
36298 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
36299         Log: remove age-old UNICOS "workaround" that introduces a static, and
36300              hence an egregious race condition for threaded builds (*sigh*
36301              beats me why this kludge wasn't guarded by a UNICOS-specific
36302              #define *sigh*)
36303      Branch: maint-5.6/perl
36304            ! perl.c
36305 ____________________________________________________________________________
36306 [ 11800] By: sky                                   on 2001/08/31  17:30:26
36307         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
36308              Might break on platforms where bool is larger than 8 bites ???
36309      Branch: perl
36310            ! regcomp.c
36311 ____________________________________________________________________________
36312 [ 11799] By: ams                                   on 2001/08/31  12:15:44
36313         Log: Integrate 11778 into mainline.
36314      Branch: perl
36315            ! t/base/term.t
36316 ____________________________________________________________________________
36317 [ 11798] By: sky                                   on 2001/08/31  11:31:44
36318         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
36319              supposed to happen.
36320      Branch: perl
36321            ! regcomp.c
36322 ____________________________________________________________________________
36323 [ 11797] By: sky                                   on 2001/08/31  11:28:17
36324         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
36325              From: "John P. Linderman" <jpl@research.att.com>
36326              Date: Fri, 31 Aug 2001 08:20:35 -0400
36327              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
36328              Fixes test 14 which could fail randomly in rare cases.
36329      Branch: perl
36330            ! ext/Time/HiRes/HiRes.t regcomp.c
36331 ____________________________________________________________________________
36332 [ 11796] By: ams                                   on 2001/08/31  01:13:07
36333         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
36334              From: Nicholas Clark <nick@ccl4.org>
36335              Date: Thu, 30 Aug 2001 23:21:50 +0100
36336              Message-Id: <20010830232150.D4950@plum.flirble.org>
36337      Branch: perl
36338            ! ext/Sys/Syslog/Makefile.PL
36339 ____________________________________________________________________________
36340 [ 11795] By: ams                                   on 2001/08/30  23:53:23
36341         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
36342              patching example
36343              From: Michael G Schwern <schwern@pobox.com>
36344              Date: Thu, 30 Aug 2001 17:02:08 -0400
36345              Message-Id: <20010830170208.M2318@blackrider>
36346      Branch: perl
36347            ! pod/perlhack.pod
36348 ____________________________________________________________________________
36349 [ 11794] By: ams                                   on 2001/08/30  19:35:36
36350         Log: Subject: [PATCH] pp_modulo
36351              From: Nicholas Clark <nick@ccl4.org>
36352              Date: Thu, 30 Aug 2001 18:20:54 +0100
36353              Message-Id: <20010830182053.A4950@plum.flirble.org>
36354      Branch: perl
36355            ! pp.c t/op/64bitint.t
36356 ____________________________________________________________________________
36357 [ 11793] By: sky                                   on 2001/08/30  13:02:48
36358         Log: 11792 wasn't complete
36359      Branch: perl
36360            ! makedef.pl regcomp.c
36361 ____________________________________________________________________________
36362 [ 11792] By: sky                                   on 2001/08/30  12:21:11
36363         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
36364      Branch: perl
36365            ! makedef.pl
36366 ____________________________________________________________________________
36367 [ 11791] By: sky                                   on 2001/08/30  10:08:02
36368         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
36369      Branch: perl
36370            ! config_h.SH
36371 ____________________________________________________________________________
36372 [ 11790] By: sky                                   on 2001/08/30  08:22:31
36373         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
36374              on the pad. Fixes coredumps in cleanups introduced by
36375              Change 11755  
36376      Branch: perl
36377            ! op.c perl.c sv.h
36378 ____________________________________________________________________________
36379 [ 11789] By: sky                                   on 2001/08/29  19:01:47
36380         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
36381              This is a replacement implmentation that works on HPUX.
36382              This bug should probably be fixed in GCC.
36383      Branch: perl
36384            ! ext/Socket/Socket.xs
36385 ____________________________________________________________________________
36386 [ 11788] By: ams                                   on 2001/08/29  17:35:33
36387         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
36388              From: Nicholas Clark <nick@ccl4.org>
36389              Date: Wed, 29 Aug 2001 18:21:56 +0100
36390              Message-Id: <20010829182156.O4950@plum.flirble.org>
36391      Branch: perl
36392            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
36393 ____________________________________________________________________________
36394 [ 11787] By: sky                                   on 2001/08/29  10:42:54
36395         Log: Added test for pack_addr_in and unpack_addr_in
36396              Nitpik in test 10
36397      Branch: perl
36398            ! ext/Socket/Socket.t
36399 ____________________________________________________________________________
36400 [ 11786] By: sky                                   on 2001/08/29  10:28:14
36401         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
36402              Trying to catch errors on HP-UX
36403      Branch: perl
36404            ! ext/Socket/Socket.t
36405 ____________________________________________________________________________
36406 [ 11785] By: sky                                   on 2001/08/29  09:07:03
36407         Log: make sure USE_THREADS is defined so external apps work
36408      Branch: perl
36409            ! config_h.SH
36410 ____________________________________________________________________________
36411 [ 11784] By: sky                                   on 2001/08/29  08:06:12
36412         Log: Subject: Re: The hitlist of untested modules.
36413              From: Jonathan Stowe <gellyfish@gellyfish.com>
36414              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
36415              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
36416              Start of tests for Shell.pm (make Schwern poorer!)
36417      Branch: perl
36418            + lib/Shell.t
36419            ! MANIFEST
36420 ____________________________________________________________________________
36421 [ 11783] By: sky                                   on 2001/08/29  07:37:50
36422         Log: END{} can change the return value even if we die from BEGIN{}
36423      Branch: perl
36424            ! miniperlmain.c
36425 ____________________________________________________________________________
36426 [ 11782] By: ams                                   on 2001/08/29  06:32:17
36427         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
36428              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36429              Date: Wed, 29 Aug 2001 09:18:17 +0200
36430              Message-Id: <20010829091817.A4453@rafael>
36431      Branch: perl
36432            ! t/op/inccode.t
36433 ____________________________________________________________________________
36434 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
36435         Log: Delete xsubpp.patch, as full copy exists now
36436      Branch: maint-5.6/macperl
36437            - macos/xsubpp.patch
36438 ____________________________________________________________________________
36439 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
36440         Log: Add Changes file
36441      Branch: maint-5.6/macperl
36442            + macos/Changes
36443 ____________________________________________________________________________
36444 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
36445         Log: Add Mac version of xsubpp as separate file
36446      Branch: maint-5.6/macperl
36447            + macos/xsubpp
36448            ! macos/Makefile.mk
36449 ____________________________________________________________________________
36450 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
36451         Log: Fix open of /dev/null for Mac OS
36452      Branch: maint-5.6/macperl
36453            ! t/base/term.t
36454 ____________________________________________________________________________
36455 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
36456         Log: Various patches: enable more tests; skip CVS in PerlInstall;
36457              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
36458      Branch: maint-5.6/macperl
36459            ! macos/MacPerlTests.cmd macos/PerlInstall
36460            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
36461 ____________________________________________________________________________
36462 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
36463         Log: Allow for platforms to override formatting of errors
36464              on output from Matthias Neeracher (Mac files)
36465      Branch: maint-5.6/macperl
36466            ! macos/macish.c macos/macish.h
36467 ____________________________________________________________________________
36468 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
36469         Log: Allow for platforms to override formatting of errors
36470              on output from Matthias Neeracher (core files)
36471      Branch: maint-5.6/macperl
36472            ! perl.h pp_ctl.c util.c
36473 ____________________________________________________________________________
36474 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
36475         Log: Add some param checking, from reports by Kevin Reid.
36476      Branch: maint-5.6/macperl
36477            ! macos/ext/Mac/Controls/Controls.pm
36478            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
36479 ____________________________________________________________________________
36480 [ 11773] By: ams                                   on 2001/08/28  23:54:57
36481         Log: Subject: [PATCH] make coretest
36482              From: Paul Johnson <paul@pjcj.net>
36483              Date: Wed, 29 Aug 2001 00:11:38 +0200
36484              Message-Id: <20010829001138.B12169@pjcj.net>
36485              (Applied without the change to perlhack.pod. This should
36486              probably stay undocumented.)
36487      Branch: perl
36488            ! Makefile.SH t/TEST
36489 ____________________________________________________________________________
36490 [ 11772] By: sky                                   on 2001/08/28  13:01:20
36491         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
36492              From: Michael G Schwern <schwern@pobox.com>
36493              Date: Tue, 28 Aug 2001 09:57:39 -0400
36494              Message-ID: <20010828095738.E17775@blackrider>
36495      Branch: perl
36496            ! pod/perlhack.pod t/op/pack.t
36497 ____________________________________________________________________________
36498 [ 11771] By: sky                                   on 2001/08/28  11:20:13
36499         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
36500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36501              Date: Tue, 28 Aug 2001 14:23:43 +0200
36502              Message-ID: <20010828142343.A19299@rafael>
36503      Branch: perl
36504            ! pod/perlvar.pod pp_ctl.c
36505 ____________________________________________________________________________
36506 [ 11770] By: ams                                   on 2001/08/28  10:13:21
36507         Log: Subject: [PATCH] odd typo in op.h
36508              From: Nicholas Clark <nick@ccl4.org>
36509              Date: Tue, 28 Aug 2001 12:10:26 +0100
36510              Message-Id: <20010828121026.V4950@plum.flirble.org>
36511      Branch: perl
36512            ! op.h
36513 ____________________________________________________________________________
36514 [ 11769] By: sky                                   on 2001/08/28  08:09:16
36515         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
36516              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
36517              Date: Tue, 28 Aug 2001 02:22:20 +0300
36518              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
36519      Branch: perl
36520            ! ext/B/B/Lint.pm
36521 ____________________________________________________________________________
36522 [ 11768] By: ams                                   on 2001/08/28  00:47:35
36523         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36524              From: Michael G Schwern <schwern@pobox.com>
36525              Date: Mon, 27 Aug 2001 21:24:44 -0400
36526              Message-Id: <20010827212444.F12582@blackrider>
36527      Branch: perl
36528            ! pod/perlhack.pod t/op/pack.t
36529 ____________________________________________________________________________
36530 [ 11767] By: ams                                   on 2001/08/27  23:59:48
36531         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36532              From: Michael G Schwern <schwern@pobox.com>
36533              Date: Mon, 27 Aug 2001 20:12:29 -0400
36534              Message-Id: <20010827201229.D12582@blackrider>
36535      Branch: perl
36536            ! pod/perlhack.pod t/op/pack.t
36537 ____________________________________________________________________________
36538 [ 11766] By: ams                                   on 2001/08/27  23:39:40
36539         Log: Update Changes.
36540      Branch: perl
36541            ! Changes
36542 ____________________________________________________________________________
36543 [ 11765] By: ams                                   on 2001/08/27  22:53:10
36544         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
36545              From: Michael G Schwern <schwern@pobox.com>
36546              Date: Mon, 27 Aug 2001 19:47:30 -0400
36547              Message-Id: <20010827194730.C12582@blackrider>
36548      Branch: perl
36549            ! t/op/inccode.t
36550 ____________________________________________________________________________
36551 [ 11764] By: ams                                   on 2001/08/27  22:46:21
36552         Log: Subject: [PATCH] new tests for the coderef-in-@INC
36553              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36554              Date: Mon, 27 Aug 2001 22:36:27 +0200
36555              Message-Id: <20010827223627.C690@rafael>
36556              
36557              Subject: Re: [PATCH] new tests for the coderef-in-@INC
36558              From: Nicholas Clark <nick@ccl4.org>
36559              Date: Tue, 28 Aug 2001 00:02:46 +0100
36560              Message-Id: <20010828000245.R4950@plum.flirble.org>
36561      Branch: perl
36562            + t/op/inccode.t
36563            ! MANIFEST
36564 ____________________________________________________________________________
36565 [ 11763] By: ams                                   on 2001/08/27  22:41:09
36566         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
36567              bleadperl on fire, Win95+4NT)
36568              From: Michael G Schwern <schwern@pobox.com>
36569              Date: Mon, 27 Aug 2001 16:54:42 -0400
36570              Message-Id: <20010827165442.F9436@blackrider>
36571      Branch: perl
36572            ! lib/warnings.t
36573 ____________________________________________________________________________
36574 [ 11762] By: sky                                   on 2001/08/27  19:19:17
36575         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
36576              avaible at compile time. This broke the compilation of 
36577              Net/Ping.pm
36578      Branch: perl
36579            ! lib/Net/Ping.pm
36580 ____________________________________________________________________________
36581 [ 11761] By: sky                                   on 2001/08/27  18:34:48
36582         Log: Removed tripple definitions of CUSTOM_OP functions.
36583      Branch: perl
36584            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
36585 ____________________________________________________________________________
36586 [ 11760] By: sky                                   on 2001/08/27  18:21:27
36587         Log: Regen headers
36588      Branch: perl
36589            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
36590            ! perlapi.h proto.h
36591 ____________________________________________________________________________
36592 [ 11759] By: ams                                   on 2001/08/27  16:31:53
36593         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
36594              From: "chromatic" <chromatic@rmci.net>
36595              Date: Mon, 27 Aug 2001 11:17:09 -0600
36596              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
36597      Branch: perl
36598            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
36599 ____________________________________________________________________________
36600 [ 11758] By: sky                                   on 2001/08/27  15:16:42
36601         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
36602              Thanks to H. Merijn Brand for the patch.
36603              Some of the comments and or guards might be removable in perl.h now.
36604      Branch: perl
36605            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
36606            ! Porting/Glossary Porting/config_H README.threads config_h.SH
36607            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
36608            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
36609            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
36610            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
36611            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
36612            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
36613            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
36614            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
36615            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36616            ! win32/config_H.vc win32/perllib.c win32/win32.h
36617            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
36618            ! wince/config.h wince/config_H.ce wince/win32.h
36619            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
36620 ____________________________________________________________________________
36621 [ 11757] By: sky                                   on 2001/08/27  13:39:16
36622         Log: Subject: GNU ld parses arguments different
36623              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36624              Date: Mon, 27 Aug 2001 16:25:51 +0200
36625              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
36626      Branch: perl
36627            ! hints/hpux.sh
36628 ____________________________________________________________________________
36629 [ 11756] By: sky                                   on 2001/08/27  13:18:45
36630         Log: Subject: Custom Ops
36631              From: Simon Cozens <simon@netthink.co.uk>
36632              Date: Sat, 25 Aug 2001 17:45:09 +0100
36633              Message-ID: <20010825174509.A5752@netthink.co.uk>
36634              I also added a fix to Opcode.pm to quite test cases.
36635      Branch: perl
36636            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
36637            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
36638 ____________________________________________________________________________
36639 [ 11755] By: sky                                   on 2001/08/27  05:37:17
36640         Log: Plugs a memory leak on destruction of regular expressions
36641              introcued by #11274.
36642              PL_regex_padav now has an AV as it's first entry with a list
36643              of freed regex_padav slots that it will reuse on creating
36644              new PMOPs.
36645      Branch: perl
36646            ! op.c perl.c
36647 ____________________________________________________________________________
36648 [ 11754] By: ams                                   on 2001/08/26  14:38:52
36649         Log: Subject: [PATCH] t/io/binmode.t
36650              From: Nicholas Clark <nick@ccl4.org>
36651              Date: Sun, 26 Aug 2001 12:03:05 +0100
36652              Message-Id: <20010826120305.C4950@plum.flirble.org>
36653              
36654              (Also a nitpick in #11752 to t/op/universal.t)
36655      Branch: perl
36656            ! t/io/binmode.t t/op/universal.t
36657 ____________________________________________________________________________
36658 [ 11753] By: ams                                   on 2001/08/26  08:19:34
36659         Log: Subject: [PATCH] op/universal.t failing
36660              From: Nicholas Clark <nick@ccl4.org>
36661              Date: Sun, 26 Aug 2001 09:48:22 +0100
36662              Message-Id: <20010826094822.B4950@plum.flirble.org>
36663      Branch: perl
36664            ! t/op/universal.t
36665 ____________________________________________________________________________
36666 [ 11752] By: ams                                   on 2001/08/25  22:46:13
36667         Log: Subject: Re: 'can' with undefined subs
36668              From: Tony Bowden <tony@kasei.com>
36669              Date: Sat, 25 Aug 2001 14:58:17 +0100
36670              Message-Id: <20010825145817.A11788@soto.kasei.com>
36671              (Applied with minor modifications.)
36672      Branch: perl
36673            ! t/op/universal.t
36674 ____________________________________________________________________________
36675 [ 11751] By: ams                                   on 2001/08/25  18:28:43
36676         Log: Subject: Re: 'can' with undefined subs
36677              From: Tony Bowden <tony@kasei.com>
36678              Date: Sat, 25 Aug 2001 15:13:14 +0100
36679              Message-Id: <20010825151314.B11788@soto.kasei.com>
36680      Branch: perl
36681            ! lib/UNIVERSAL.pm
36682 ____________________________________________________________________________
36683 [ 11750] By: nick                                  on 2001/08/25  15:24:15
36684         Log: Integrate mainline
36685      Branch: perlio
36686           +> t/io/binmode.t
36687           !> (integrate 26 files)
36688 ____________________________________________________________________________
36689 [ 11749] By: nick                                  on 2001/08/25  14:55:41
36690         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
36691              From:  John Peacock <jpeacock@rowman.com>
36692              Date:  Wed, 22 Aug 2001 12:05:28 -0400
36693              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
36694      Branch: perl
36695            ! pod/perlhack.pod
36696 ____________________________________________________________________________
36697 [ 11748] By: nick                                  on 2001/08/25  14:53:04
36698         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
36699              From:  Michael G Schwern <schwern@pobox.com>
36700              Date:  Wed, 22 Aug 2001 19:22:45 -0400
36701              Message-Id:  <20010822192245.U619@blackrider>
36702      Branch: perl
36703            ! MANIFEST
36704 ____________________________________________________________________________
36705 [ 11747] By: nick                                  on 2001/08/25  14:52:33
36706         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
36707              From:  Nicholas Clark <nick@ccl4.org>
36708              Date:  Wed, 22 Aug 2001 23:29:06 +0100
36709              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
36710      Branch: perl
36711            + t/io/binmode.t
36712            ! perlio.c pod/perlfunc.pod
36713 ____________________________________________________________________________
36714 [ 11744] By: nick                                  on 2001/08/25  14:37:33
36715         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
36716              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36717              Date:  Fri, 24 Aug 2001 22:10:42 +0200
36718              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
36719      Branch: perl
36720            ! x2p/a2py.c x2p/walk.c
36721 ____________________________________________________________________________
36722 [ 11743] By: nick                                  on 2001/08/25  14:32:47
36723         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
36724              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36725              Date:  Fri, 24 Aug 2001 23:34:13 +0200
36726              Message-Id:  <20010824233413.A1285@rafael>
36727      Branch: perl
36728            ! pod/perlfunc.pod pod/perlvar.pod
36729 ____________________________________________________________________________
36730 [ 11742] By: ams                                   on 2001/08/25  13:16:02
36731         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
36732              From: Nicholas Clark <nick@ccl4.org>
36733              Date: Sat, 25 Aug 2001 14:50:07 +0100
36734              Message-Id: <20010825145007.L41464@plum.flirble.org>
36735      Branch: perl
36736            ! pp_ctl.c
36737 ____________________________________________________________________________
36738 [ 11741] By: nick                                  on 2001/08/24  07:08:45
36739         Log: When applying patch via Porting/apply fails, do p4 refresh
36740              to get old files back.
36741      Branch: perl
36742            ! Porting/apply
36743 ____________________________________________________________________________
36744 [ 11740] By: ams                                   on 2001/08/24  04:47:24
36745         Log: #11739 was incomplete.
36746      Branch: perl
36747            ! pod/perldiag.pod
36748 ____________________________________________________________________________
36749 [ 11739] By: ams                                   on 2001/08/24  04:09:40
36750         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
36751              From: "Philip Newton" <Philip.Newton@gmx.net>
36752              Date: Fri, 24 Aug 2001 07:08:34 +0200
36753      Branch: perl
36754            ! pod/perldiag.pod
36755 ____________________________________________________________________________
36756 [ 11738] By: ams                                   on 2001/08/24  02:19:42
36757         Log: Fixed Doug Wilson's email address.
36758      Branch: perl
36759            ! AUTHORS
36760 ____________________________________________________________________________
36761 [ 11737] By: ams                                   on 2001/08/24  00:10:13
36762         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
36763              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36764              Date: Thu, 23 Aug 2001 22:22:58 +0200
36765              Message-Id: <20010823222258.A901@rafael>
36766      Branch: perl
36767            ! pod/perldiag.pod
36768 ____________________________________________________________________________
36769 [ 11736] By: ams                                   on 2001/08/24  00:05:02
36770         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
36771              From: "Craig A. Berry" <craigberry@mac.com>
36772              Date: Thu, 23 Aug 2001 19:07:45 -0500
36773              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
36774      Branch: perl
36775            ! configure.com
36776 ____________________________________________________________________________
36777 [ 11735] By: sky                                   on 2001/08/23  13:42:07
36778         Log: Backed out 11732, it breaks lib/strict.t 
36779      Branch: perl
36780            ! op.c
36781 ____________________________________________________________________________
36782 [ 11734] By: sky                                   on 2001/08/23  11:45:59
36783         Log: Removed toy from 17133 after Matt Sargeants request.
36784      Branch: perl
36785            ! pod/perlfaq4.pod
36786 ____________________________________________________________________________
36787 [ 11733] By: sky                                   on 2001/08/23  11:36:29
36788         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
36789              From: Robin Houston <robin@kitsite.com>
36790              Date: Wed, 22 Aug 2001 23:06:16 +0100
36791              Message-ID: <20010822230616.A254@robin.kitsite.com>
36792      Branch: perl
36793            ! pod/perlfaq4.pod
36794 ____________________________________________________________________________
36795 [ 11732] By: sky                                   on 2001/08/23  10:36:02
36796         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
36797              From: Simon Cozens <simon@netthink.co.uk>
36798              Date: Thu, 23 Aug 2001 12:06:36 +0100
36799              Message-ID: <20010823120636.A9961@netthink.co.uk>
36800      Branch: perl
36801            ! op.c
36802 ____________________________________________________________________________
36803 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
36804         Log: fix broken windows build
36805      Branch: perl
36806            ! perl.h
36807 ____________________________________________________________________________
36808 [ 11730] By: ams                                   on 2001/08/22  21:35:30
36809         Log: Subject: [PATCH] io/tell.t doesn't chdir t
36810              From: Nicholas Clark <nick@ccl4.org>
36811              Date: Wed, 22 Aug 2001 23:25:58 +0100
36812              Message-Id: <20010822232557.Y82818@plum.flirble.org>
36813      Branch: perl
36814            ! t/io/tell.t
36815 ____________________________________________________________________________
36816 [ 11729] By: ams                                   on 2001/08/22  20:32:21
36817         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36818              questions)
36819              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36820              Date: Wed, 22 Aug 2001 17:09:04 -0400
36821              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36822              (Oops, forgot File::Spec::Unix in the previous patch.)
36823      Branch: perl
36824            ! lib/File/Spec/Unix.pm
36825 ____________________________________________________________________________
36826 [ 11728] By: ams                                   on 2001/08/22  20:25:41
36827         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36828              questions)
36829              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36830              Date: Wed, 22 Aug 2001 17:09:04 -0400
36831              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36832      Branch: perl
36833            ! lib/File/Spec.pm
36834 ____________________________________________________________________________
36835 [ 11727] By: ams                                   on 2001/08/22  19:43:30
36836         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
36837              From: John Peacock <jpeacock@rowman.com>
36838              Date: Wed, 22 Aug 2001 12:35:52 -0400
36839              Message-Id: <3B83DF68.5D89DC81@rowman.com>
36840              (Adds proper tests for $], notwithstanding Subject. +nitpick)
36841      Branch: perl
36842            ! t/op/ver.t
36843 ____________________________________________________________________________
36844 [ 11726] By: ams                                   on 2001/08/22  19:36:39
36845         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
36846              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
36847              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
36848              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
36849      Branch: perl
36850            ! lib/diagnostics.pm lib/diagnostics.t
36851 ____________________________________________________________________________
36852 [ 11725] By: ams                                   on 2001/08/22  19:25:01
36853         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
36854              From: Nicholas Clark <nick@ccl4.org>
36855              Date: Wed, 22 Aug 2001 20:59:05 +0100
36856              Message-Id: <20010822205905.U82818@plum.flirble.org>
36857      Branch: perl
36858            ! pp.c t/op/64bitint.t t/op/arith.t
36859 ____________________________________________________________________________
36860 [ 11724] By: ams                                   on 2001/08/22  10:02:33
36861         Log: Subject: Configure blooper
36862              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36863              Date: Wed, 22 Aug 2001 12:38:35 +0200
36864              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
36865      Branch: perl
36866            ! Configure
36867 ____________________________________________________________________________
36868 [ 11723] By: ams                                   on 2001/08/21  16:17:53
36869         Log: Subject: [PATCH] installperl -help
36870              From: Nicholas Clark <nick@ccl4.org>
36871              Date: Tue, 21 Aug 2001 17:34:23 +0100
36872              Message-Id: <20010821173423.F82818@plum.flirble.org>
36873      Branch: perl
36874            ! installperl
36875 ____________________________________________________________________________
36876 [ 11722] By: ams                                   on 2001/08/20  07:46:31
36877         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
36878              From: Ilmari Karonen <iltzu@sci.fi>
36879              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
36880              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
36881      Branch: perl
36882            ! pod/perlvar.pod
36883 ____________________________________________________________________________
36884 [ 11721] By: nick                                  on 2001/08/20  06:24:31
36885         Log: Integrate mainline
36886      Branch: perlio
36887           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
36888           +> lib/Lingua/KO/Hangul/Util/Changes
36889           +> lib/Lingua/KO/Hangul/Util/README
36890           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
36891           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
36892           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
36893           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
36894           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
36895           +> lib/Unicode/Normalize/t/test.t
36896            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
36897           !> (integrate 55 files)
36898 ____________________________________________________________________________
36899 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
36900         Log: Integrate Change #11599 from maint-5.6/perl
36901      Branch: maint-5.6/macperl
36902           !> README.win32
36903 ____________________________________________________________________________
36904 [ 11719] By: ams                                   on 2001/08/18  21:21:42
36905         Log: Add Porting/apply to MANIFEST.
36906      Branch: perl
36907            ! MANIFEST
36908 ____________________________________________________________________________
36909 [ 11718] By: sky                                   on 2001/08/18  14:38:01
36910         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
36911              Better solution would be to make 5005threaded perl use
36912              the same system as ithreads do
36913      Branch: perl
36914            ! perl.h
36915 ____________________________________________________________________________
36916 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
36917         Log: New try for ID 20010407.006: detach the semantics
36918              "was the last match target UTF8" into its own variable.
36919      Branch: perl
36920            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
36921            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
36922 ____________________________________________________________________________
36923 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
36924         Log: UTF8 flag should be meaningful only when POK.
36925      Branch: perl
36926            ! dump.c
36927 ____________________________________________________________________________
36928 [ 11715] By: sky                                   on 2001/08/18  11:45:16
36929         Log: USE_THREADS and USE_ITHREADS are never true at the same time
36930      Branch: perl
36931            ! perl.h
36932 ____________________________________________________________________________
36933 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
36934         Log: Retract #11712 for now.  The real fix would probably
36935              be something like making PL_reg_sv a copy (PV + UTF8)
36936              of the matched/substituted string (note: not just a SvPOK
36937              string, for example the stringified form of a ROK would
36938              be applicable)  Beware of leaks.
36939      Branch: perl
36940            ! pp_hot.c t/op/pat.t
36941 ____________________________________________________________________________
36942 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
36943         Log: UTF8 wasn't printing for PVMGs.
36944      Branch: perl
36945            ! dump.c
36946 ____________________________________________________________________________
36947 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
36948         Log: (Retracted by #11714)
36949              
36950              Okay analysis, debatable fix.  (The fix will inc
36951              the refcount of all temporary match objects,
36952              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
36953              which will then cause griping at untie() time
36954              ("inner references remain").
36955              
36956              Fix for ID 20010407.006: PL_reg_sv got wiped out
36957              by freetemps if the match target was a temporary
36958              (like function_call() =~ /.../), which in turn meant
36959              that the $1 et al stopped working if they had UTF-8
36960              in them.  Therefore bump up the refcount of PL_reg_sv.
36961      Branch: perl
36962            ! pp_hot.c t/op/pat.t
36963 ____________________________________________________________________________
36964 [ 11711] By: ams                                   on 2001/08/17  20:32:08
36965         Log: Subject: [PATCH] doesn't compile, was perl@11710
36966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36967              Date: Fri, 17 Aug 2001 23:21:10 +0200
36968              Message-Id: <20010817232110.C7041@rafael> 
36969      Branch: perl
36970            ! sharedsv.c
36971 ____________________________________________________________________________
36972 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
36973         Log: Update Changes.
36974      Branch: perl
36975            ! Changes patchlevel.h
36976 ____________________________________________________________________________
36977 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
36978         Log: Upgrade to libnet 1.0704.
36979      Branch: perl
36980            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
36981            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
36982            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
36983            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
36984            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
36985            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
36986            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
36987 ____________________________________________________________________________
36988 [ 11708] By: sky                                   on 2001/08/17  13:34:04
36989         Log: Let perl_clone copy PL_exit_flags
36990      Branch: perl
36991            ! sv.c
36992 ____________________________________________________________________________
36993 [ 11707] By: sky                                   on 2001/08/17  12:28:41
36994         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
36995      Branch: perl
36996            ! sharedsv.c sharedsv.h
36997 ____________________________________________________________________________
36998 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
36999         Log: The metaconfig unit change for #11705.
37000      Branch: metaconfig/U/perl
37001            ! Extensions.U
37002 ____________________________________________________________________________
37003 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
37004         Log: Allow the threads extension to be found if present.
37005      Branch: perl
37006            ! Configure
37007 ____________________________________________________________________________
37008 [ 11704] By: nick                                  on 2001/08/17  11:47:54
37009         Log: Mail -> change script (pre-alpha)
37010      Branch: perl
37011            + Porting/apply
37012 ____________________________________________________________________________
37013 [ 11703] By: sky                                   on 2001/08/17  07:11:24
37014         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
37015              Thanks to Tom Hospel for pointing out my error.
37016      Branch: perl
37017            ! op.h
37018 ____________________________________________________________________________
37019 [ 11702] By: sky                                   on 2001/08/17  04:18:11
37020         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.
37021      Branch: perl
37022            ! embed.pl miniperlmain.c perl.c perl.h proto.h
37023 ____________________________________________________________________________
37024 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
37025         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
37026              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
37027      Branch: perl
37028            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
37029            + lib/Lingua/KO/Hangul/Util/README
37030            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
37031            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
37032            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
37033            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
37034            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
37035            + lib/Unicode/Normalize/t/test.t
37036            ! MANIFEST
37037 ____________________________________________________________________________
37038 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
37039         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
37040              Date: Thu, 16 Aug 2001 22:46:15 -0500
37041              From: "Craig A. Berry" <craigberry@mac.com>
37042              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
37043      Branch: perl
37044            ! configure.com numeric.c
37045 ____________________________________________________________________________
37046 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
37047         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
37048              of the usual suspects (like getpwent) but not for others
37049              (like localtime and rand).  The _r versions are available
37050              for all of them, so let's use them.
37051      Branch: perl
37052            ! perl.h
37053 ____________________________________________________________________________
37054 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
37055         Log: (Accidental apply; thankfully empty.)
37056      Branch: perl
37057            ! hints/os390.sh
37058 ____________________________________________________________________________
37059 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
37060         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
37061              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37062              Date: Thu, 16 Aug 2001 16:27:49 +0100
37063              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
37064      Branch: perl
37065            ! regexec.c t/op/re_tests
37066 ____________________________________________________________________________
37067 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
37068         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
37069              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37070              Date: Thu, 16 Aug 2001 18:50:01 +0100
37071              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
37072      Branch: perl
37073            ! pp_hot.c t/op/pat.t
37074 ____________________________________________________________________________
37075 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
37076         Log: Subject: [PATCH] *time_r again
37077              From: "Arthur Bergman" <arthur@contiller.se>
37078              Date: Thu, 16 Aug 2001 16:01:54 +0200
37079              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
37080      Branch: perl
37081            ! op.h
37082 ____________________________________________________________________________
37083 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
37084         Log: system() and backtick error handling cleanup from Craig A. Berry.
37085      Branch: perl
37086            ! vms/vms.c
37087 ____________________________________________________________________________
37088 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
37089         Log: change#10334 leaks memory, copies string when it doesn't
37090              need to
37091      Branch: perl
37092            ! perl.c
37093 ____________________________________________________________________________
37094 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
37095         Log: One more twist to the sprintf + utf8 testing.
37096      Branch: perl
37097            ! t/op/misc.t
37098 ____________________________________________________________________________
37099 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
37100         Log: Fix for 20010407.008 sprintf removes utf8-ness.
37101      Branch: perl
37102            ! pp.c t/op/misc.t
37103 ____________________________________________________________________________
37104 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
37105         Log: Subject: [PATCH] *time_r fixes
37106              From: "Arthur Bergman" <arthur@contiller.se>
37107              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
37108              Date: Thu, 16 Aug 2001 14:22:27 +0200
37109      Branch: perl
37110            ! op.h
37111 ____________________________________________________________________________
37112 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
37113         Log: Upgrade to CGI.pm 2.77.
37114      Branch: perl
37115            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
37116            ! lib/CGI/t/function.t
37117 ____________________________________________________________________________
37118 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
37119         Log: Document the bytes-to-Unicode upgrading.
37120      Branch: perl
37121            ! pod/perlunicode.pod
37122 ____________________________________________________________________________
37123 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
37124         Log: Add a test for Unicode sprintf.
37125      Branch: perl
37126            ! t/op/misc.t
37127 ____________________________________________________________________________
37128 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
37129         Log: Add Unicode tests for index/rindex.
37130      Branch: perl
37131            ! t/op/index.t
37132 ____________________________________________________________________________
37133 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
37134         Log: Document a bit the art of minimizing the installation,
37135              based on the p5p discussion.
37136      Branch: perl
37137            ! INSTALL
37138 ____________________________________________________________________________
37139 [ 11684] By: nick                                  on 2001/08/15  15:03:31
37140         Log: Integrate mainline
37141      Branch: perlio
37142           +> sharedsv.c sharedsv.h
37143           !> (integrate 53 files)
37144 ____________________________________________________________________________
37145 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
37146         Log: Update Changes.
37147      Branch: perl
37148            ! Changes patchlevel.h
37149 ____________________________________________________________________________
37150 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
37151         Log: The #11673 necessitated a test tweak.
37152      Branch: perl
37153            ! t/io/utf8.t
37154 ____________________________________________________________________________
37155 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
37156         Log: Also UNICOS is in the general case unable to silently
37157              handle fp overflows.
37158      Branch: perl
37159            ! numeric.c
37160 ____________________________________________________________________________
37161 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
37162         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
37163              NV_EPSILON #defined.
37164      Branch: perl
37165            ! perl.h
37166 ____________________________________________________________________________
37167 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
37168         Log: Re-establish the fp overflow detection for VAX VMS; there
37169              is no easy way to have the IEEE fp silent overflow semantics.
37170              (in Alpha VMS we still will use IEEE fp by default-- but it
37171              is still possible to configure Perl to use G_FLOAT)
37172      Branch: perl
37173            ! numeric.c
37174 ____________________________________________________________________________
37175 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
37176         Log: Subject: [PATCH] pp_lock 
37177              From: "Arthur Bergman" <arthur@contiller.se>
37178              Date: Wed, 15 Aug 2001 11:52:16 +0200
37179              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
37180      Branch: perl
37181            ! pp.c
37182 ____________________________________________________________________________
37183 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
37184         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
37185              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37186              Date: Wed, 15 Aug 2001 11:32:11 +0100
37187              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
37188      Branch: perl
37189            ! regcomp.c t/op/re_tests
37190 ____________________________________________________________________________
37191 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
37192         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
37193              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37194              Date: Wed, 15 Aug 2001 10:33:49 +0100
37195              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
37196      Branch: perl
37197            ! regexec.c t/op/re_tests
37198 ____________________________________________________________________________
37199 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
37200         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
37201              From: Barrie Slaymaker <barries@slaysys.com>
37202              Date: Tue, 14 Aug 2001 14:32:25 -0400
37203              Message-ID: <20010814143225.A19822@jester.slaysys.com>
37204      Branch: perl
37205            ! lib/File/Spec.t lib/File/Spec/Unix.pm
37206 ____________________________________________________________________________
37207 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
37208         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
37209              From: Peter Prymmer <pvhp@forte.com>
37210              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
37211              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
37212      Branch: perl
37213            ! README.vms configure.com
37214 ____________________________________________________________________________
37215 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
37216         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
37217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37218              Date: Tue, 14 Aug 2001 21:23:27 +0200
37219              Message-ID: <20010814212327.A1919@rafael>
37220      Branch: perl
37221            ! doio.c
37222 ____________________________________________________________________________
37223 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
37224         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
37225              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37226              Date: Tue, 14 Aug 2001 22:30:11 +0200
37227              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
37228              
37229              Combination of nmake, quoting, and Perl expanded $( in here-doc.
37230      Branch: perl
37231            ! ext/SDBM_File/Makefile.PL
37232 ____________________________________________________________________________
37233 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
37234         Log: Todo updates.
37235      Branch: perl
37236            ! pod/perltodo.pod
37237 ____________________________________________________________________________
37238 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
37239         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
37240              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37241              Date: Mon, 13 Aug 2001 23:15:01 +0200
37242              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
37243      Branch: perl
37244            ! sv.c
37245 ____________________________________________________________________________
37246 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
37247         Log: Subject: [PATCH] [b-]showlex.t
37248              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37249              Date: Sun, 12 Aug 2001 22:24:51 +0200
37250              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
37251              
37252              The 4nt command shell will expand the % in command line
37253              no matter what quoting is attempted, changed the % to @.
37254      Branch: perl
37255            ! ext/B/Showlex.t
37256 ____________________________________________________________________________
37257 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
37258         Log: Subject: [PATCH] magic.t
37259              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37260              Date: Sun, 12 Aug 2001 20:49:27 +0200
37261              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
37262      Branch: perl
37263            ! t/op/magic.t
37264 ____________________________________________________________________________
37265 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
37266         Log: Add sharedsv* to the DOSish platforms; plus add
37267              some WinCE files to the list of DOSish files.
37268      Branch: perl
37269            ! NetWare/Makefile Porting/makerel win32/Makefile
37270            ! win32/makefile.mk wince/Makefile.ce
37271 ____________________________________________________________________________
37272 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
37273         Log: More DOSish files.
37274      Branch: perl
37275            ! Porting/makerel
37276 ____________________________________________________________________________
37277 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
37278         Log: Strip CRs from the WinCE files.  Now we need to
37279              figure out in which CRs are really needed: probably
37280              Makefile.ce and the README files, at least, probably
37281              also the registry.bat.
37282      Branch: perl
37283            ! wince/Makefile.ce wince/README.compile wince/README.perlce
37284            ! wince/config.h wince/include/cectype.h wince/include/errno.h
37285            ! wince/include/sys/stat.h wince/include/sys/types.h
37286            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
37287            ! wince/perldll.def wince/registry.bat wince/wince.h
37288            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
37289 ____________________________________________________________________________
37290 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
37291         Log: Add some files to DOSish and writables.
37292      Branch: perl
37293            ! Porting/makerel
37294 ____________________________________________________________________________
37295 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
37296         Log: Compile failure message tidying.
37297      Branch: perl
37298            ! t/lib/1_compile.t
37299 ____________________________________________________________________________
37300 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
37301         Log: The new sharedsv* should be exported only if usethreads.
37302      Branch: perl
37303            ! makedef.pl
37304 ____________________________________________________________________________
37305 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
37306         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
37307              From: Peter Prymmer <pvhp@forte.com>
37308              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
37309              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
37310      Branch: perl
37311            ! README.os390
37312 ____________________________________________________________________________
37313 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
37314         Log: Update Changes.
37315      Branch: perl
37316            ! Changes patchlevel.h
37317 ____________________________________________________________________________
37318 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
37319         Log: Subject: [PATHC] sharedsv.[c|h]
37320              From: "Artur Bergman" <artur@contiller.se>
37321              Date: Mon, 13 Aug 2001 14:38:41 +0200
37322              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
37323              
37324              Subject: [PATCH] embed.pl
37325              From: Arthur Bergman <arthur@contiller.se>
37326              Date: Mon, 13 Aug 2001 14:38:14 +0200
37327              Message-ID: <B79D96D6.3088%arthur@contiller.se>
37328              
37329              Subject: [PATCH] sharedsv cleanups
37330              From: "Arthur Bergman" <arthur@contiller.se>
37331              Date: Mon, 13 Aug 2001 15:14:25 +0200
37332              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
37333              
37334              Plus few tweaks: _init needs to be Adp, the prototypes
37335              should not be revealed unless using ithreads, #endif FOO
37336              must be #endif /* FOO */, adding (parentheses) around
37337              do { } while doesn't work too well.
37338      Branch: perl
37339            + sharedsv.c sharedsv.h
37340            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
37341            ! perl.h perlapi.c pod/perlapi.pod proto.h
37342 ____________________________________________________________________________
37343 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
37344         Log: Subject: Re: END {} blocks run in perl_run
37345              From: Arthur Bergman <arthur@contiller.se>
37346              Date: Mon, 13 Aug 2001 11:11:30 +0200
37347              Message-ID: <B79D6661.3068%arthur@contiller.se>
37348      Branch: perl
37349            ! perl.c
37350 ____________________________________________________________________________
37351 [ 11657] By: nick                                  on 2001/08/13  09:03:02
37352         Log: Integrate mainline
37353      Branch: perlio
37354           +> (branch 326 files)
37355            - (delete 330 files)
37356           !> (integrate 85 files)
37357 ____________________________________________________________________________
37358 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
37359         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
37360              and the Perl will be built to do that by default (adding that
37361              will break scripts having non-UTF-8 binary data, such as Latin-1.)
37362      Branch: perl
37363            ! op.c toke.c utf8.h
37364 ____________________________________________________________________________
37365 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
37366         Log: Unnecessary downgrades.
37367      Branch: perl
37368            ! doop.c
37369 ____________________________________________________________________________
37370 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
37371         Log: Failure not true anymore (probably caused by my broken setup).
37372      Branch: perl
37373            ! t/op/pat.t
37374 ____________________________________________________________________________
37375 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
37376         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
37377              stopped working).
37378      Branch: perl
37379            ! op.h pp_ctl.c regcomp.c
37380 ____________________________________________________________________________
37381 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
37382         Log: There is no IN_UTF8.
37383      Branch: perl
37384            ! utf8.h
37385 ____________________________________________________________________________
37386 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
37387         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
37388      Branch: perl
37389            ! op.c op.h pp_ctl.c regcomp.c
37390 ____________________________________________________________________________
37391 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
37392         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
37393              and a test tweak.
37394      Branch: perl
37395            ! op.c t/pod/find.t
37396 ____________________________________________________________________________
37397 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
37398         Log: Todo updates and fixes.
37399      Branch: perl
37400            ! pod/perltodo.pod
37401 ____________________________________________________________________________
37402 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
37403         Log: Mark tests (and one module) having explicit Latin-1
37404              (and one file having explicit UTF-8) with an explicit
37405              'no utf8' (and one explicit 'use utf8').
37406              
37407              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
37408      Branch: perl
37409            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
37410            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
37411            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
37412 ____________________________________________________________________________
37413 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
37414         Log: Subject: SV: END {} blocks run in perl_run
37415              From: "Arthur Bergman" <arthur@contiller.se>
37416              Date: Sun, 12 Aug 2001 00:34:28 +0200 
37417              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
37418      Branch: perl
37419            ! miniperlmain.c perl.c
37420 ____________________________________________________________________________
37421 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
37422         Log: Typos in #11645.
37423      Branch: perl
37424            ! perl.h
37425 ____________________________________________________________________________
37426 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
37427         Log: On ithreads default to use_reentrant except on naturally
37428              threadsafe platforms.
37429      Branch: perl
37430            ! perl.h
37431 ____________________________________________________________________________
37432 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
37433         Log: (Hopefully) a fix for 20010723.004: make install needs
37434              write permission in build directory.  The problem was
37435              probably caused by overeager sprinkling of the lib/re.pm
37436              dependencies (which was done to guarantee lib/re.pm being
37437              uptodate for parallel makes: now solved by funneling that
37438              through an explicit recursive make in the preplibrary target).
37439      Branch: perl
37440            ! Makefile.SH
37441 ____________________________________________________________________________
37442 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
37443         Log: Dispell the "use utf8" superstition.
37444      Branch: perl
37445            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
37446            ! pod/perlunicode.pod
37447 ____________________________________________________________________________
37448 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
37449         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
37450              From: "Abigail" <abigail@foad.org> 
37451              Date: Sat, 11 Aug 2001 23:49:49 +0200
37452              Message-ID: <20010811214950.23255.qmail@foad.org>
37453      Branch: perl
37454            ! t/op/taint.t
37455 ____________________________________________________________________________
37456 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
37457         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
37458              From: Abhijit Menon-Sen <ams@wiw.org>
37459              Date: Sat, 11 Aug 2001 06:18:19 +0530
37460              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
37461      Branch: perl
37462            ! mg.c
37463 ____________________________________________________________________________
37464 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
37465         Log: Test for change #11639.
37466      Branch: perl
37467            ! t/op/tiehandle.t
37468 ____________________________________________________________________________
37469 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
37470         Log: Subject: Re: Can't localize *FH, then tie it
37471              From: Abhijit Menon-Sen <ams@wiw.org>
37472              Date: Sun, 12 Aug 2001 16:08:06 +0530
37473              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
37474      Branch: perl
37475            ! pp_hot.c pp_sys.c
37476 ____________________________________________________________________________
37477 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
37478         Log: Drop all the unnecessary "use utf8" clauses and some of
37479              the unnecessary "use bytes" ones.
37480              
37481              TODO: scour the documentation for unnecessary "use utf8"
37482              and prominently display it in perldelta when the time comes.
37483              ("use utf8" should be necessary ONLY if one wants the script
37484              to be in UTF-8.)  Also should be checked in some non-ASCII
37485              non-Latin-1 platform, like EBCDIC.
37486      Branch: perl
37487            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
37488            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
37489 ____________________________________________________________________________
37490 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
37491         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
37492              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
37493              in Unicode handling.
37494      Branch: perl
37495            + t/op/lc.t
37496            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
37497 ____________________________________________________________________________
37498 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
37499         Log: Thinko: we want the flags for native cc, not gcc.
37500      Branch: perl
37501            ! hints/dec_osf.sh
37502 ____________________________________________________________________________
37503 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
37504         Log: (retracted by 13077)
37505              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
37506              From: Robin Houston <robin@kitsite.com>
37507              Date: Fri, 10 Aug 2001 14:42:02 +0100
37508              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
37509      Branch: perl
37510            ! pp.c
37511 ____________________________________________________________________________
37512 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
37513         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
37514              From: Abhijit Menon-Sen <ams@wiw.org>
37515              Date: Sat, 11 Aug 2001 16:31:04 +0530
37516              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
37517      Branch: perl
37518            ! op.c
37519 ____________________________________________________________________________
37520 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
37521         Log: Get rid of indread, from Abhijit Menon-Sen.
37522      Branch: perl
37523            ! pp_sys.c
37524 ____________________________________________________________________________
37525 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
37526         Log: CRLFgngngn.
37527      Branch: perl
37528            ! win32/Makefile win32/makefile.mk
37529 ____________________________________________________________________________
37530 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
37531         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
37532      Branch: perl
37533            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37534            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
37535            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
37536            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
37537            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
37538            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
37539            ! win32/Makefile win32/makefile.mk
37540 ____________________________________________________________________________
37541 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
37542         Log: Avoid #elif (less portable than #else #if).
37543      Branch: perl
37544            ! handy.h
37545 ____________________________________________________________________________
37546 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
37547         Log: Subject: patch for perlvar.pod
37548              From: mah@everybody.org (Mark A. Hershberger)
37549              Date: 08 Aug 2001 17:03:16 -0500
37550              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
37551      Branch: perl
37552            ! pod/perlvar.pod
37553 ____________________________________________________________________________
37554 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
37555         Log: cpp commands must start (the # must be) at the column #0.
37556      Branch: perl
37557            ! op.c
37558 ____________________________________________________________________________
37559 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
37560         Log: If using gcc -B/foo/bar makedepend would give
37561              unnecessary warnings about unused -B/foo/bar.
37562      Branch: perl
37563            ! makedepend.SH
37564 ____________________________________________________________________________
37565 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
37566         Log: Update Changes.
37567      Branch: perl
37568            ! Changes patchlevel.h
37569 ____________________________________________________________________________
37570 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
37571         Log: s/z/tz/
37572      Branch: perl
37573            ! pod/perlfaq2.pod
37574 ____________________________________________________________________________
37575 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
37576         Log: Article nit.
37577      Branch: perl
37578            ! pod/perlfaq2.pod
37579 ____________________________________________________________________________
37580 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
37581         Log: Rename lib/unicode files to lib/unicore to avoid
37582              conflicts between core lib/unicode and Unicode::
37583              files in case-ignoring filesystems.
37584      Branch: perl
37585            + (add 325 files)
37586            - (delete 324 files)
37587            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
37588 ____________________________________________________________________________
37589 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
37590         Log: Upgrade to Math::BigInt 1.41.
37591      Branch: perl
37592            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
37593 ____________________________________________________________________________
37594 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
37595         Log: Subject: [PATCH] remove PL_na from typemap
37596              From: James <james@rf.net>
37597              Date: Mon, 06 Aug 2001 20:23:15 -0700
37598              Message-ID: <3B6F5F23.A31A81B1@rf.net>
37599              
37600              (had to be manually applied)
37601      Branch: perl
37602            ! lib/ExtUtils/typemap
37603 ____________________________________________________________________________
37604 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
37605         Log: The metaconfig unit changes for #11618.
37606      Branch: metaconfig/U/perl
37607            + d_fpclassl.U i_fp.U
37608 ____________________________________________________________________________
37609 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
37610         Log: Forgot this from #11618.
37611              
37612              NOTE: wince/config_H.ce needs updating.
37613      Branch: perl
37614            ! wince/config.ce
37615 ____________________________________________________________________________
37616 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
37617         Log: Introduce more floating point classifying APIs;
37618              try to define (most importantly) Perl_is{inf,nan}(x).
37619              
37620              For this first cut, assume none such APIs exist in non-UNIXoid
37621              platforms-- this is of course too unkind: Win32 rumoredly has
37622              _fpclass() and _isnan(), and VMS/VOS very probably have some
37623              of the APIs available.     The only thing Perl uses at the moment
37624              is Perl_isnan() (has been in use for a while now).
37625              
37626              NOTE: the Win32 and NetWare config_h.?c need regenerating.
37627      Branch: perl
37628            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
37629            ! Porting/config_H config_h.SH configure.com epoc/config.sh
37630            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
37631            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37632            ! vos/config.ga.h win32/config.bc win32/config.gc
37633            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37634            ! win32/config_H.vc wince/config.ce wince/config.h
37635 ____________________________________________________________________________
37636 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
37637         Log: Integrate change #11519 from perlio:
37638              
37639              Avoid testing for (non-)existance of "encoding(xxxx)"
37640              layer is called "encoding" the (xxxx) is an argument.
37641      Branch: perl
37642           !> lib/open.pm
37643 ____________________________________________________________________________
37644 [ 11616] By: nick                                  on 2001/08/09  07:50:24
37645         Log: Integrate mainline
37646      Branch: perlio
37647           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
37648           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
37649           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
37650           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
37651            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37652            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37653           !> (integrate 79 files)
37654 ____________________________________________________________________________
37655 [ 11615] By: nick                                  on 2001/08/09  06:23:44
37656         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
37657              layer is called "encoding" the (xxxx) is an argument.
37658      Branch: perlio
37659            ! lib/open.pm
37660 ____________________________________________________________________________
37661 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
37662         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
37663              From: Paul Johnson <paul@pjcj.net>
37664              Date: Wed, 8 Aug 2001 23:54:17 +0200
37665              Message-ID: <20010808235417.O1006@pjcj.net>
37666      Branch: perl
37667            ! ext/B/B/Concise.pm
37668 ____________________________________________________________________________
37669 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
37670         Log: Make VMS use IEEE math by default; reorder Tru64 hints
37671              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
37672              exception semantics) is always set if using (the new) cc.
37673      Branch: perl
37674            ! configure.com hints/dec_osf.sh
37675 ____________________________________________________________________________
37676 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
37677         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
37678              From: Abhijit Menon-Sen <ams@wiw.org>
37679              Date: Tue, 7 Aug 2001 17:16:05 +0530
37680              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
37681      Branch: perl
37682            ! pp_sys.c
37683 ____________________________________________________________________________
37684 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
37685         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
37686              From: "Craig A. Berry" <craigberry@mac.com>
37687              Date: Tue, 07 Aug 2001 22:27:47 -0500
37688              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
37689      Branch: perl
37690            ! t/run/exit.t
37691 ____________________________________________________________________________
37692 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
37693         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
37694              From: "Craig A. Berry" <craigberry@mac.com>
37695              Date: Tue, 07 Aug 2001 20:01:53 -0500
37696              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
37697      Branch: perl
37698            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
37699 ____________________________________________________________________________
37700 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
37701         Log: Update the magazine information.
37702      Branch: perl
37703            ! pod/perlfaq2.pod
37704 ____________________________________________________________________________
37705 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
37706         Log: Ignore SIGFPE everywhere.
37707      Branch: perl
37708            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
37709 ____________________________________________________________________________
37710 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
37711         Log: With permission, change the licensing of the docs by
37712              TomC (and Gnat) to comply with the rest of Perl.
37713      Branch: perl
37714            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37715            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37716            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37717            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
37718            ! pod/perltootc.pod
37719 ____________________________________________________________________________
37720 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
37721         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
37722              From: Andy Dougherty <doughera@lafayette.edu>
37723              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
37724              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
37725      Branch: perl
37726            ! hints/openbsd.sh
37727 ____________________________________________________________________________
37728 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
37729         Log: Subject: [PATCH] Makefile.SH test_prep dependency
37730              From: Andy Dougherty <doughera@lafayette.edu>
37731              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
37732              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
37733      Branch: perl
37734            ! Makefile.SH
37735 ____________________________________________________________________________
37736 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
37737         Log: Don't autogenerate the headers et alia,
37738              make regen_headers explicitly.
37739      Branch: perl
37740            ! Makefile.SH
37741 ____________________________________________________________________________
37742 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
37743         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
37744              From: Gurusamy Sarathy <gsar@ActiveState.com> 
37745              Date: Tue, 07 Aug 2001 08:33:26 -0700
37746              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
37747              
37748              Unnecessary dependency.
37749      Branch: perl
37750            ! embed.pl
37751 ____________________________________________________________________________
37752 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
37753         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
37754              From: Abhijit Menon-Sen <ams@wiw.org>
37755              Date: Tue, 7 Aug 2001 09:10:54 +0530
37756              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
37757      Branch: perl
37758            ! pp_hot.c
37759 ____________________________________________________________________________
37760 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
37761         Log: Subject: [PATCH perl@11597] B && BEGIN handling
37762              From: "James A. Duncan" <jduncan@fotango.com>
37763              Date: Mon, 6 Aug 2001 17:29:11 +0100
37764              Message-ID: <20010806172911.A2071@fotango.com>
37765              
37766              (the intrpvar.h addition moved to the end for bincompat)
37767      Branch: perl
37768            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
37769 ____________________________________________________________________________
37770 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
37771         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
37772      Branch: perl
37773           !> README.win32
37774 ____________________________________________________________________________
37775 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
37776         Log: fix URLs for fcrypt.c
37777      Branch: maint-5.6/perl
37778            ! README.win32
37779 ____________________________________________________________________________
37780 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
37781         Log: Yet another way to say Infinity: HP-UX calls its "++".
37782      Branch: perl
37783            ! lib/Math/BigInt/t/bigintpm.t
37784 ____________________________________________________________________________
37785 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
37786         Log: Update Changes.
37787      Branch: perl
37788            ! Changes patchlevel.h
37789 ____________________________________________________________________________
37790 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
37791         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
37792      Branch: perl
37793            ! pod/perlfaq5.pod
37794 ____________________________________________________________________________
37795 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
37796         Log: The #11593 wasn't right.
37797      Branch: perl
37798            ! lib/Math/BigInt/t/bigintpm.t
37799 ____________________________________________________________________________
37800 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
37801         Log: Subject: [PATCH: perl@11564] introducing perlivp
37802              From: Prymmer/Kahn <pvhp@best.com>
37803              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
37804              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
37805              
37806              Subject: Re: [PATCH: perl@11564] introducing perlivp
37807              From: Prymmer/Kahn <pvhp@best.com>
37808              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
37809              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
37810      Branch: perl
37811            + utils/perlivp.PL
37812            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
37813            ! win32/Makefile win32/makefile.mk
37814 ____________________________________________________________________________
37815 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
37816         Log: libcs are confused what to call Infinity.
37817      Branch: perl
37818            ! lib/Math/BigInt/t/bigintpm.t
37819 ____________________________________________________________________________
37820 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
37821         Log: Avoid SIGFPE in Tru64.
37822      Branch: perl
37823            ! numeric.c
37824 ____________________________________________________________________________
37825 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
37826         Log: Upgrade to Math::BigInt 1.40.
37827              
37828              NOTE: this patch necessitates doing something about
37829              infinity handling since the new bigintpm.t tests use
37830              infinity, which causes SIGFPEs at least in Tru64.
37831      Branch: perl
37832            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37833            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
37834            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
37835            ! lib/Math/BigInt/t/mbimbf.t
37836 ____________________________________________________________________________
37837 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
37838         Log: remove hardcoded cmd shell in testsuite
37839      Branch: perl
37840            ! t/op/glob.t t/op/magic.t t/op/stat.t
37841 ____________________________________________________________________________
37842 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
37843         Log: 4-arg select() was busted on windows because change#8178 didn't
37844              make it into mainline
37845      Branch: perl
37846            ! perl.h win32/include/sys/socket.h
37847 ____________________________________________________________________________
37848 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
37849         Log: Rename the Getopt::Long tests to be as they are
37850              in the Getopt::Long official distribution.
37851      Branch: perl
37852            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
37853            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
37854            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37855            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37856            ! MANIFEST
37857 ____________________________________________________________________________
37858 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
37859         Log: Upgrade to Getopt::Long 2.26.
37860      Branch: perl
37861            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
37862            ! MANIFEST lib/Getopt/Long.pm
37863 ____________________________________________________________________________
37864 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
37865         Log: Retract #10874 (the hack should be unnecessary by now)
37866      Branch: perl
37867            ! lib/Test/Harness.pm
37868 ____________________________________________________________________________
37869 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
37870         Log: avoid temp file littering in tests
37871      Branch: perl
37872            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
37873 ____________________________________________________________________________
37874 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
37875         Log: Subject: warning in sv.c: double format, NV arg
37876              From: "Philip Newton" <Philip.Newton@gmx.net>
37877              Date: Sun, 5 Aug 2001 19:41:07 +0200
37878              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
37879      Branch: perl
37880            ! sv.c
37881 ____________________________________________________________________________
37882 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
37883         Log: fix POSIX.t#13 for windos
37884      Branch: perl
37885            ! ext/POSIX/POSIX.t
37886 ____________________________________________________________________________
37887 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
37888         Log: Add a test for PerlIO::Via.
37889      Branch: perl
37890            + ext/PerlIO/t/via.t
37891            ! MANIFEST ext/PerlIO/Via/Via.pm
37892 ____________________________________________________________________________
37893 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
37894         Log: flock() and link() are not available on Windows 9x
37895      Branch: perl
37896            ! win32/config_sh.PL
37897 ____________________________________________________________________________
37898 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
37899         Log: Some Tru64 C compilers have C++ components that confuse
37900              the ccversion parsing.
37901      Branch: perl
37902            ! hints/dec_osf.sh
37903 ____________________________________________________________________________
37904 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
37905         Log: (Reintroduce #11125)
37906              
37907              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
37908              From: Alan Burlison <Alan.Burlison@sun.com> 
37909              Date: Tue, 03 Jul 2001 15:20:13 +0100   
37910              Message-ID: <3B41D49D.A923D4F9@sun.com> 
37911      Branch: perl
37912            ! lib/ExtUtils/MM_Unix.pm
37913 ____________________________________________________________________________
37914 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
37915         Log: Little pointer juggling for HP-UX cc to avoid
37916              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
37917              followed by
37918              "error 1549: Modifiable lvalue required for assignment operator."
37919      Branch: perl
37920            ! hv.c
37921 ____________________________________________________________________________
37922 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
37923         Log: Continuation of #11575: SANY_SEEN completely deprecated,
37924              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
37925              plus a fix for the bug.
37926      Branch: perl
37927            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
37928 ____________________________________________________________________________
37929 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
37930         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
37931              From: Doug MacEachern <dougm@covalent.net>
37932              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
37933              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
37934      Branch: perl
37935            ! sv.c
37936 ____________________________________________________________________________
37937 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
37938         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
37939              the new CANY is the \C.  The problem reported and the
37940              test case supplied in
37941              
37942              Subject: UTF-8 bugs in string length & single line regex matches
37943              From: "Daniel P. Berrange" <dan@berrange.com>
37944              Date: Fri, 3 Aug 2001 11:39:33 +0100
37945              Message-ID: <20010803113932.A19318@berrange.com>
37946      Branch: perl
37947            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
37948            ! t/op/pat.t
37949 ____________________________________________________________________________
37950 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
37951         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
37952              From: Doug MacEachern <dougm@covalent.net>
37953              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
37954              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
37955      Branch: perl
37956            ! perl.c regexec.c
37957 ____________________________________________________________________________
37958 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
37959         Log: The #11572 didn't up the test count.
37960      Branch: perl
37961            ! t/op/length.t
37962 ____________________________________________________________________________
37963 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
37964         Log: Subject: UTF-8 bugs in string length & single line regex matches
37965              From: "Daniel P. Berrange" <dan@berrange.com>
37966              Date: Fri, 3 Aug 2001 11:39:33 +0100         
37967              Message-ID: <20010803113932.A19318@berrange.com>
37968              
37969              (the mg_length() fix)
37970      Branch: perl
37971            ! mg.c t/op/length.t
37972 ____________________________________________________________________________
37973 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
37974         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37975              From: Abhijit Menon-Sen <ams@wiw.org>
37976              Date: Sat, 4 Aug 2001 16:56:35 +0530
37977              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
37978      Branch: perl
37979            ! hv.c
37980 ____________________________________________________________________________
37981 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
37982         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37983              From: Abhijit Menon-Sen <ams@wiw.org>
37984              Date: Sat, 4 Aug 2001 16:16:03 +0530
37985              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
37986      Branch: perl
37987            ! hv.c
37988 ____________________________________________________________________________
37989 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
37990         Log: Subject: Re: [patch] refcount re ops
37991              From: Abhijit Menon-Sen <ams@wiw.org>
37992              Date: Sat, 4 Aug 2001 08:54:55 +0530
37993              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
37994      Branch: perl
37995            ! sv.c
37996 ____________________________________________________________________________
37997 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
37998         Log: Subject: [patch] refcount re ops
37999              From: Doug MacEachern <dougm@covalent.net>
38000              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
38001              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
38002      Branch: perl
38003            ! regcomp.c sv.c
38004 ____________________________________________________________________________
38005 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
38006         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
38007              From: Doug MacEachern <dougm@covalent.net>
38008              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
38009              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
38010      Branch: perl
38011            ! perl.c regexec.c
38012 ____________________________________________________________________________
38013 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
38014         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
38015              From: "Craig A. Berry" <craigberry@mac.com> 
38016              Date: Fri, 03 Aug 2001 16:16:16 -0500
38017              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
38018      Branch: perl
38019            ! t/op/misc.t
38020 ____________________________________________________________________________
38021 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
38022         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
38023              From: John Kristian <jmk2001@engineer.com>
38024              Date: Fri, 03 Aug 2001 00:59:08 -0700
38025              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
38026      Branch: perl
38027            ! win32/win32.c
38028 ____________________________________________________________________________
38029 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
38030         Log: Update Changes.
38031      Branch: perl
38032            ! Changes patchlevel.h
38033 ____________________________________________________________________________
38034 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
38035         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
38036              From: "Craig A. Berry" <craigberry@mac.com>
38037              Date: Thu, 02 Aug 2001 23:15:24 -0500
38038              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
38039      Branch: perl
38040            ! ext/B/Stash.t
38041 ____________________________________________________________________________
38042 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
38043         Log: Subject: [patch] plug PL_cshname leak
38044              From: Doug MacEachern <dougm@covalent.net>
38045              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
38046              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
38047      Branch: perl
38048            ! sv.c
38049 ____________________________________________________________________________
38050 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
38051         Log: Subject: [patch] plug PL_sh_path leak
38052              From: Doug MacEachern <dougm@covalent.net>
38053              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
38054              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
38055      Branch: perl
38056            ! sv.c
38057 ____________________________________________________________________________
38058 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
38059         Log: Subject: [patch] plug PL_regex_padav leaks
38060              From: Doug MacEachern <dougm@covalent.net>
38061              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
38062              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
38063      Branch: perl
38064            ! op.c op.h perl.c
38065 ____________________________________________________________________________
38066 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
38067         Log: Subject: [patch] plug PL_origargv leak
38068              From: Doug MacEachern <dougm@covalent.net>
38069              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
38070              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
38071      Branch: perl
38072            ! perl.c
38073 ____________________________________________________________________________
38074 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
38075         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38076              From: Abhijit Menon-Sen <ams@wiw.org>
38077              Date: Fri, 3 Aug 2001 06:38:11 +0530
38078              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
38079      Branch: perl
38080            ! hv.c
38081 ____________________________________________________________________________
38082 [ 11557] By: nick                                  on 2001/08/03  08:17:38
38083         Log: Integrate mainline
38084      Branch: perlio
38085           +> (branch 47 files)
38086            - lib/Switch/test.pl
38087           !> (integrate 49 files)
38088 ____________________________________________________________________________
38089 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
38090         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
38091              From: "Craig A. Berry" <craigberry@mac.com>
38092              Date: Thu, 02 Aug 2001 12:56:19 -0500
38093              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
38094      Branch: perl
38095            ! ext/B/Showlex.t
38096 ____________________________________________________________________________
38097 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
38098         Log: Be more careful about non-existent files.
38099      Branch: perl
38100            ! lib/File/Copy.pm
38101 ____________________________________________________________________________
38102 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
38103         Log: Subject: [PATCH resend] deparse empty formats
38104              From: Robin Houston <robin@kitsite.com> 
38105              Date: Thu, 2 Aug 2001 14:32:36 +0100
38106              Message-ID: <20010802143236.A894@robin.kitsite.com>
38107      Branch: perl
38108            ! ext/B/B/Deparse.pm
38109 ____________________________________________________________________________
38110 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
38111         Log: Subject: [patch] ithreads + refto fix improvement
38112              From: Doug MacEachern <dougm@covalent.net>
38113              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
38114              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
38115      Branch: perl
38116            ! pp.c
38117 ____________________________________________________________________________
38118 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
38119         Log: Readability nit from Abhijit.
38120      Branch: perl
38121            ! op.c
38122 ____________________________________________________________________________
38123 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
38124         Log: setproctitle() API version nit from Anton Berezin.
38125      Branch: perl
38126            ! mg.c
38127 ____________________________________________________________________________
38128 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
38129         Log: Add PerlCE to the docs.
38130      Branch: perl
38131            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38132            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38133 ____________________________________________________________________________
38134 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
38135         Log: Integrate the PerlCE (WinCE Perl) port;
38136              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
38137      Branch: perl
38138            + README.ce wince/FindExt.pm wince/Makefile.ce
38139            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
38140            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
38141            + wince/bin/search.pl wince/config.ce wince/config.h
38142            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
38143            + wince/dl_win32.xs wince/include/arpa/inet.h
38144            + wince/include/cectype.h wince/include/errno.h
38145            + wince/include/netdb.h wince/include/sys/socket.h
38146            + wince/include/sys/stat.h wince/include/sys/types.h
38147            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
38148            + wince/perl.rc wince/perldll.def wince/perllib.c
38149            + wince/perlmain.c wince/registry.bat wince/runperl.c
38150            + wince/splittree.pl wince/win32.h wince/win32iop.h
38151            + wince/win32thread.c wince/win32thread.h wince/wince.c
38152            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
38153            + wince/xdistclean.ksh wince/xmakediffs.ksh
38154            ! MANIFEST perl.c perl.h perlio.c
38155 ____________________________________________________________________________
38156 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
38157         Log: setproctitle() made simpler.  (This assumes the string is
38158              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
38159              should be used.  Note len, not len + 1.)  BSD-fu from Anton
38160              Berezin.
38161      Branch: perl
38162            ! mg.c
38163 ____________________________________________________________________________
38164 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
38165         Log: Subject: [PATCH] -Wall cleanup: op.c
38166              From: Richard Soderberg <rs@oregonnet.com>
38167              Date: Thu, 2 Aug 2001 00:17:09 -0700
38168              Message-Id: <200108020717.AAA26895@oregonnet.com>
38169              
38170              Subject: [PATCH] -Wall cleanup: sv.c
38171              From: Richard Soderberg <rs@oregonnet.com>
38172              Date: Thu, 2 Aug 2001 00:49:21 -0700
38173              Message-Id: <200108020749.AAA27492@oregonnet.com>
38174      Branch: perl
38175            ! op.c sv.c
38176 ____________________________________________________________________________
38177 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
38178         Log: Update Changes.
38179      Branch: perl
38180            ! Changes patchlevel.h
38181 ____________________________________________________________________________
38182 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
38183         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
38184              From: Doug MacEachern <dougm@covalent.net>
38185              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
38186              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
38187      Branch: perl
38188            ! op.c
38189 ____________________________________________________________________________
38190 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
38191         Log: The #11541 didn't work under threads.
38192      Branch: perl
38193            ! op.c
38194 ____________________________________________________________________________
38195 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
38196         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
38197              From: Hugo <hv@crypt.compulink.co.uk>
38198              Date: Fri, 22 Jun 2001 01:19:08 +0100 
38199              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
38200              
38201              (Skip tests if accept() failed)
38202      Branch: perl
38203            ! ext/IO/lib/IO/t/io_unix.t
38204 ____________________________________________________________________________
38205 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
38206         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
38207              From: "Stian Seeberg" <sseeberg@nimsoft.no>
38208              Date: Mon, 30 Jul 2001 12:28:07 +0200
38209              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
38210      Branch: perl
38211            ! perl.h
38212 ____________________________________________________________________________
38213 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
38214         Log: Subject: Pluggable optimizer
38215              From: Simon Cozens <simon@netthink.co.uk>
38216              Date: Wed, 1 Aug 2001 13:57:02 -0700
38217              Message-ID: <20010801135702.I10442@netthink.co.uk>
38218      Branch: perl
38219            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
38220 ____________________________________________________________________________
38221 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
38222         Log: Subject: [ID 20010801.039] perlre.pod message typo
38223              From: Autrijus Tang <autrijus@geb.elixus.org>
38224              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
38225              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
38226      Branch: perl
38227            ! pod/perlre.pod
38228 ____________________________________________________________________________
38229 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
38230         Log: Test for change #11536.
38231      Branch: perl
38232            ! t/op/tiehandle.t
38233 ____________________________________________________________________________
38234 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
38235         Log: More test fixups for #11537.
38236      Branch: perl
38237            ! t/lib/warnings/4lint t/lib/warnings/9enabled
38238 ____________________________________________________________________________
38239 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
38240         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
38241              From: Doug MacEachern <dougm@covalent.net>
38242              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
38243              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
38244      Branch: perl
38245            ! op.c t/TestInit.pm
38246 ____________________________________________________________________________
38247 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
38248         Log: Subject: [patch] ithreads + refto bug
38249              From: Doug MacEachern <dougm@covalent.net>
38250              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
38251              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
38252              
38253              (Test in change #11539)
38254      Branch: perl
38255            ! pp.c
38256 ____________________________________________________________________________
38257 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
38258         Log: Subject: [PATCH: perl@11523] fixups for t/harness
38259              From: Prymmer/Kahn <pvhp@best.com>
38260              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
38261              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
38262      Branch: perl
38263            ! t/harness
38264 ____________________________________________________________________________
38265 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
38266         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
38267              From: Prymmer/Kahn <pvhp@best.com>
38268              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
38269              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
38270      Branch: perl
38271            ! win32/Makefile win32/makefile.mk
38272 ____________________________________________________________________________
38273 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
38274         Log: Need to know the number of tests.
38275      Branch: perl
38276            ! t/run/exit.t
38277 ____________________________________________________________________________
38278 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
38279         Log: Subject: Re: new exit tests on VMS
38280              From: "Craig A. Berry" <craigberry@mac.com>
38281              Date: Tue, 31 Jul 2001 12:19:29 -0500
38282              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
38283      Branch: perl
38284            ! t/run/exit.t
38285 ____________________________________________________________________________
38286 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
38287         Log: Retract #11530 (the dTHX is needed under threads)
38288      Branch: perl
38289            ! perlio.c
38290 ____________________________________________________________________________
38291 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
38292         Log: (Retracted by #11531)
38293      Branch: perl
38294            ! perlio.c
38295 ____________________________________________________________________________
38296 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
38297         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
38298              From: Richard Soderberg <rs@crystalflame.net>
38299              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
38300              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
38301      Branch: perl
38302            ! unixish.h
38303 ____________________________________________________________________________
38304 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
38305         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
38306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38307              Date: Tue, 31 Jul 2001 05:39:09 -0400
38308              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
38309              
38310              (with a note about the case of UV being equal to long long)
38311      Branch: perl
38312            ! utils/h2xs.PL
38313 ____________________________________________________________________________
38314 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
38315         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
38316              From: "Craig A. Berry" <craigberry@mac.com>
38317              Date: Tue, 31 Jul 2001 14:57:43 -0500
38318              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
38319      Branch: perl
38320            ! t/io/fs.t
38321 ____________________________________________________________________________
38322 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
38323         Log: Fix for
38324              
38325              Subject: [ID 20010116.001] File::Copy truncates orig file 
38326              From: arbor@al37al08.telecel.pt
38327              Date: Tue, 16 Jan 2001 11:43:02 GMT
38328              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
38329              
38330              (copy($foo, $foo) would truncate $foo)
38331      Branch: perl
38332            ! lib/File/Copy.pm lib/File/Copy.t
38333 ____________________________________________________________________________
38334 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
38335         Log: Metaconfig unit change for #11524.
38336      Branch: metaconfig/U/perl
38337            ! Extras.U
38338 ____________________________________________________________________________
38339 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
38340         Log: Multiple modules didn't work; plus typo fixes.
38341      Branch: perl
38342            ! Configure
38343 ____________________________________________________________________________
38344 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
38345         Log: Update Changes.
38346      Branch: perl
38347            ! Changes patchlevel.h
38348 ____________________________________________________________________________
38349 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
38350         Log: Regen perlapi.
38351      Branch: perl
38352            ! pod/perlapi.pod
38353 ____________________________________________________________________________
38354 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
38355         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
38356              From: Dave Mitchell <davem@fdgroup.co.uk>
38357              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
38358              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
38359      Branch: perl
38360            ! sv.c
38361 ____________________________________________________________________________
38362 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
38363         Log: Regen toc.
38364      Branch: perl
38365            ! pod/perltoc.pod
38366 ____________________________________________________________________________
38367 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
38368         Log: Regen Porting stuff.
38369      Branch: perl
38370            ! Porting/Glossary Porting/config.sh Porting/config_H
38371 ____________________________________________________________________________
38372 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
38373         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
38374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38375              Date: Tue, 31 Jul 2001 05:34:38 -0400
38376              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
38377      Branch: perl
38378            ! utils/h2xs.PL
38379 ____________________________________________________________________________
38380 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
38381         Log: Metaconfig unit change for #11516. 
38382      Branch: metaconfig/U/perl
38383            ! gccvers.U
38384 ____________________________________________________________________________
38385 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
38386         Log: Add -Wall in cflags, not in Configure.
38387              (This way -Wall affects only the core and the core XS,
38388              not user modules' XS.  Concern from Paul Marquess,
38389              implementation idea from Andy Dougherty.)
38390      Branch: perl
38391            ! Configure cflags.SH
38392 ____________________________________________________________________________
38393 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
38394         Log: Metaconfig unit changes for #11514.
38395      Branch: metaconfig
38396            + U/modified/sysman.U
38397            ! U/installdirs/man1dir.U
38398 ____________________________________________________________________________
38399 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
38400         Log: Subject: Configure's detection of system manual
38401              From: Sean Dague <sean@dague.net> 
38402              Date: Sun, 13 May 2001 15:53:15 -0400
38403              Message-ID: <20010513155315.A15833@underhill.dague.net>
38404      Branch: perl
38405            ! Configure
38406 ____________________________________________________________________________
38407 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
38408         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
38409              From: Autrijus Tang <autrijus@autrijus.org> 
38410              Date: Thu, 21 Jun 2001 23:56:48 +0800
38411              Message-Id: <20010621235648.A57340@not.autrijus.org>
38412      Branch: perl
38413            ! pod/perlobj.pod
38414 ____________________________________________________________________________
38415 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
38416         Log: Subject: Typo in DB_File.pm
38417              From: "Philip Newton" <Philip.Newton@gmx.net>
38418              Date: Tue, 31 Jul 2001 06:19:35 +0200
38419              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
38420      Branch: perl
38421            ! ext/DB_File/DB_File.pm
38422 ____________________________________________________________________________
38423 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
38424         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
38425              From: "Stephen P. Potter" <spp@spotter.yi.org>
38426              Date: Wed, 30 May 2001 13:59:34 -0400
38427              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
38428      Branch: perl
38429            ! pod/perlre.pod
38430 ____________________________________________________________________________
38431 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
38432         Log: eval "format foo=" would loop indefinitely; reported in
38433              
38434              Subject: A load of old rubbish
38435              From: Mike Guy <mjtg@cam.ac.uk>
38436              Date: Mon, 14 May 2001 16:12:22 +0100
38437              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
38438              
38439              (The core dumps reported in there already fixed.)
38440      Branch: perl
38441            ! toke.c
38442 ____________________________________________________________________________
38443 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
38444         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
38445      Branch: perl
38446            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
38447            + lib/Switch/t/switch_case.t
38448            - lib/Switch/test.pl
38449            ! MANIFEST lib/Switch.pm
38450 ____________________________________________________________________________
38451 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
38452         Log: Subject: [PATCH @11505] DB_File-1.78
38453              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38454              Date: Mon, 30 Jul 2001 22:54:37 +0100
38455              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
38456      Branch: perl
38457            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38458            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38459 ____________________________________________________________________________
38460 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
38461         Log: Explain in more detail why -pipe and -fno-common are good.
38462      Branch: perl
38463            ! hints/darwin.sh
38464 ____________________________________________________________________________
38465 [ 11506] By: nick                                  on 2001/07/30  14:32:23
38466         Log: Integrate mainline
38467      Branch: perlio
38468           !> INSTALL Makefile.SH doio.c hints/darwin.sh
38469 ____________________________________________________________________________
38470 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
38471         Log: Perl hasn't been putting man pages into $prefix/lib for
38472              a long time now; pointed out by Andy Dougherty. 
38473      Branch: perl
38474            ! hints/darwin.sh
38475 ____________________________________________________________________________
38476 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
38477         Log: Document the extras Configure option.
38478      Branch: perl
38479            ! INSTALL
38480 ____________________________________________________________________________
38481 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
38482         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
38483              everywhere.
38484      Branch: perl
38485           !> doio.c
38486 ____________________________________________________________________________
38487 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
38488         Log: Doubly guard against invoking CPAN if no extras defined,
38489              pointed out by H. Merijn Brand.
38490      Branch: perl
38491            ! Makefile.SH
38492 ____________________________________________________________________________
38493 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
38494         Log: Fix O_RDONLY check to check for O_RDONLY.
38495      Branch: maint-5.6/macperl
38496            ! doio.c
38497 ____________________________________________________________________________
38498 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
38499         Log: Integrate miscellaneous changes from maint-5.6/perl.
38500      Branch: maint-5.6/macperl
38501           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
38502 ____________________________________________________________________________
38503 [ 11499] By: nick                                  on 2001/07/30  06:52:42
38504         Log: Integrate mainline
38505      Branch: perlio
38506           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
38507           +> win32/sync_ext.pl
38508            - win32/sncfnmcs.pl
38509           !> (integrate 71 files)
38510 ____________________________________________________________________________
38511 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
38512         Log: Update Changes.
38513      Branch: perl
38514            ! Changes patchlevel.h
38515 ____________________________________________________________________________
38516 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
38517         Log: Now Configure -Dextras=Foo::Bar and "make install" will
38518              fetch and install Foo::Bar.
38519      Branch: perl
38520            ! Makefile.SH
38521 ____________________________________________________________________________
38522 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
38523         Log: Metaconfig unit change for #11495.
38524      Branch: metaconfig/U/perl
38525            ! Extras.U
38526 ____________________________________________________________________________
38527 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
38528         Log: extras.make, extras.test, and extras.install make targets.
38529      Branch: perl
38530            ! Configure Makefile.SH
38531 ____________________________________________________________________________
38532 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
38533         Log: Metaconfig unit change for #11493.
38534      Branch: metaconfig/U/perl
38535            ! Extras.U
38536 ____________________________________________________________________________
38537 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
38538         Log: Better to have the list of extras in $extras than 'define'.
38539      Branch: perl
38540            ! Configure
38541 ____________________________________________________________________________
38542 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
38543         Log: The metaconfig unit change for #11490.
38544      Branch: metaconfig/U/perl
38545            + Extras.U
38546 ____________________________________________________________________________
38547 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
38548         Log: Missed from #11490 (the required dependency).
38549      Branch: perl
38550            ! Makefile.SH
38551 ____________________________________________________________________________
38552 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
38553         Log: Add the support of asking for extra modules or bundles of modules
38554              to be fetched from the CPAN and installed as a part of the Perl
38555              build process.  None of this installation is yet really done;
38556              only the list is asked, and saved away in extras.lst for
38557              the build and installation process to worry about later.
38558      Branch: perl
38559            ! Configure
38560 ____________________________________________________________________________
38561 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
38562         Log: Beginnings of better Inf and NaN support.
38563              At least toke.c and sv.c still need quite a bit of work.
38564      Branch: perl
38565            ! numeric.c perl.h
38566 ____________________________________________________________________________
38567 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
38568         Log: Top-level Makefile didn't honour OPTIMIZE.
38569      Branch: perl
38570            ! Makefile.SH
38571 ____________________________________________________________________________
38572 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
38573         Log: Update Changes.
38574      Branch: perl
38575            ! Changes patchlevel.h
38576 ____________________________________________________________________________
38577 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
38578         Log: Use Search::Dict 1.02 interface for charinfo().
38579      Branch: perl
38580            ! lib/UnicodeCD.pm
38581 ____________________________________________________________________________
38582 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
38583         Log: Now also allow transforming the read lines before comparing them.
38584              (This will help UnicodeCD.) 
38585      Branch: perl
38586            ! lib/Search/Dict.pm
38587 ____________________________________________________________________________
38588 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
38589         Log: Remove tiehandle code.
38590      Branch: perl
38591            ! lib/UnicodeCD.pm
38592 ____________________________________________________________________________
38593 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
38594         Log: Allow specifying a comparison function for Search::Dict::look().
38595      Branch: perl
38596            ! lib/Search/Dict.pm
38597 ____________________________________________________________________________
38598 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
38599         Log: Small UnicodeCD tweaks.
38600      Branch: perl
38601            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38602 ____________________________________________________________________________
38603 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
38604         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
38605              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38606              Date: Tue, 24 Jul 2001 01:51:32 +0900
38607              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
38608      Branch: perl
38609            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38610 ____________________________________________________________________________
38611 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
38612         Log: Subject: [PATCH] installperl
38613              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38614              Date: Fri, 27 Jul 2001 19:05:04 -0700
38615              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
38616      Branch: perl
38617            ! installperl
38618 ____________________________________________________________________________
38619 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
38620         Log: Subject: [PATCH] Set proper compatibility versions in core
38621              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38622              Date: Fri, 27 Jul 2001 20:01:49 -0700
38623              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
38624      Branch: perl
38625            ! Makefile.SH
38626 ____________________________________________________________________________
38627 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
38628         Log: Metaconfig unit change for #11477.
38629      Branch: metaconfig/U/perl
38630            ! dlsrc.U
38631 ____________________________________________________________________________
38632 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
38633         Log: Subject: [PATCH] Darwin: -fpic not so good
38634              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38635              Date: Fri, 27 Jul 2001 18:57:38 -0700
38636              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
38637      Branch: perl
38638            ! Configure
38639 ____________________________________________________________________________
38640 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
38641         Log: Subject: [PATCH] Clean up Darwin hints
38642              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38643              Date: Fri, 27 Jul 2001 19:13:15 -0700
38644              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
38645      Branch: perl
38646            ! hints/darwin.sh
38647 ____________________________________________________________________________
38648 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
38649         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
38650              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38651              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
38652              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
38653      Branch: perl
38654            ! pod/perlfunc.pod pp.c t/op/split.t
38655 ____________________________________________________________________________
38656 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
38657         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
38658              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38659              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
38660              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
38661      Branch: perl
38662            ! pod/perlvar.pod
38663 ____________________________________________________________________________
38664 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
38665         Log: Subject: [PATCH] fixes to constant.pm documentation
38666              From: Ilmari Karonen <iltzu@sci.fi>
38667              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
38668              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
38669      Branch: perl
38670            ! lib/constant.pm
38671 ____________________________________________________________________________
38672 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
38673         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
38674              From: "Philip Newton" <Philip.Newton@gmx.net>
38675              Date: Fri, 27 Jul 2001 07:51:10 +0200
38676              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
38677      Branch: perl
38678            ! pod/perlport.pod
38679 ____________________________________________________________________________
38680 [ 11471] By: nick                                  on 2001/07/26  06:23:32
38681         Log: Subject:  [PATCH] Doc fix for perlguts / threading
38682              From:  Arthur Bergman <arthur@contiller.se>
38683              Date:  Wed, 25 Jul 2001 11:28:23 +0200
38684              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
38685      Branch: perl
38686            ! pod/perlguts.pod
38687 ____________________________________________________________________________
38688 [ 11470] By: nick                                  on 2001/07/26  06:21:06
38689         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
38690              From:  Philip Newton <Philip.Newton@gmx.net>
38691              Date:  Wed, 25 Jul 2001 08:19:47 +0200
38692              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
38693      Branch: perl
38694            ! INSTALL
38695 ____________________________________________________________________________
38696 [ 11469] By: nick                                  on 2001/07/26  06:20:25
38697         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
38698              From:  Philip Newton <Philip.Newton@gmx.net>
38699              Date:  Wed, 25 Jul 2001 08:12:48 +0200
38700              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
38701      Branch: perl
38702            ! INSTALL
38703 ____________________________________________________________________________
38704 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
38705         Log: More +x.
38706      Branch: perl
38707            ! Porting/makerel
38708 ____________________________________________________________________________
38709 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
38710         Log: Update Changes.
38711      Branch: perl
38712            ! Changes patchlevel.h
38713 ____________________________________________________________________________
38714 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
38715         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
38716              From: "Philip Newton" <Philip.Newton@gmx.net>
38717              Date: Tue, 24 Jul 2001 06:45:55 +0200
38718              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
38719      Branch: perl
38720            ! os2/perlrexx.c
38721 ____________________________________________________________________________
38722 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
38723         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
38724              From: Peter Prymmer <pvhp@forte.com>
38725              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
38726              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
38727      Branch: perl
38728            ! pod/perlport.pod t/io/fs.t vms/test.com
38729 ____________________________________________________________________________
38730 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
38731         Log: Workaround on Cwd bootstrap problem.
38732      Branch: perl
38733            ! lib/ExtUtils/MakeMaker.pm
38734 ____________________________________________________________________________
38735 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
38736         Log: When in Rome, quote like the Romans do.
38737      Branch: perl
38738            ! cflags.SH
38739 ____________________________________________________________________________
38740 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
38741         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
38742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38743              Date: Mon, 23 Jul 2001 19:29:49 -0400
38744              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
38745      Branch: perl
38746            + os2/perlrexx.c
38747            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
38748            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
38749            ! t/op/write.t
38750 ____________________________________________________________________________
38751 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
38752         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
38753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38754              Date: Mon, 23 Jul 2001 18:43:42 -0400
38755              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
38756      Branch: perl
38757            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
38758 ____________________________________________________________________________
38759 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
38760         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
38761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38762              Date: Mon, 23 Jul 2001 18:33:16 -0400
38763              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
38764      Branch: perl
38765            ! lib/ExtUtils/MakeMaker.pm
38766 ____________________________________________________________________________
38767 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
38768         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
38769              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38770              Date: Mon, 23 Jul 2001 18:20:35 -0400
38771              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
38772      Branch: perl
38773            ! Makefile.SH cflags.SH
38774 ____________________________________________________________________________
38775 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
38776         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
38777              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
38778              Date: Mon, 23 Jul 2001 11:32:17 -0500
38779              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
38780      Branch: perl
38781            ! lib/ExtUtils/MakeMaker.pm
38782 ____________________________________________________________________________
38783 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
38784         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
38785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38786              Date: Mon, 23 Jul 2001 18:13:20 -0400
38787              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
38788      Branch: perl
38789            ! lib/perl5db.pl
38790 ____________________________________________________________________________
38791 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
38792         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
38793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38794              Date: Mon, 23 Jul 2001 18:07:40 -0400
38795              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
38796      Branch: perl
38797            ! op.c
38798 ____________________________________________________________________________
38799 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
38800         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
38801              From: "Craig A. Berry" <craigberry@mac.com>
38802              Date: Mon, 23 Jul 2001 15:35:06 -0500
38803              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
38804      Branch: perl
38805            ! util.c
38806 ____________________________________________________________________________
38807 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
38808         Log: Subject: [PATCH perlfaq9.pod typo]
38809              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
38810              Date: Mon, 23 Jul 2001 07:49:05 -0700
38811              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
38812      Branch: perl
38813            ! pod/perlfaq9.pod
38814 ____________________________________________________________________________
38815 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
38816         Log: Subject: win32\sncfnmcs.pl corrections
38817              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
38818              Date: Mon, 23 Jul 2001 12:56:54 +0200
38819              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
38820              
38821              Rename the script a little bit more sensibly.
38822      Branch: perl
38823            + win32/sync_ext.pl
38824            - win32/sncfnmcs.pl
38825            ! MANIFEST README.win32
38826 ____________________________________________________________________________
38827 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
38828         Log: Test tweak.
38829      Branch: perl
38830            ! ext/B/Deparse.t
38831 ____________________________________________________________________________
38832 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
38833         Log: Metaconfig unit tweak for #11450.
38834      Branch: metaconfig/U/perl
38835            ! Mksymlinks.U
38836 ____________________________________________________________________________
38837 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
38838         Log: Too volatile failsafe check.
38839      Branch: perl
38840            ! Configure
38841 ____________________________________________________________________________
38842 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
38843         Log: Further doc tweaks.
38844      Branch: perl
38845            ! lib/UnicodeCD.pm
38846 ____________________________________________________________________________
38847 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
38848         Log: Doc tweaks.
38849      Branch: perl
38850            ! lib/UnicodeCD.pm
38851 ____________________________________________________________________________
38852 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
38853         Log: Doc tweakery from Abhijit.
38854      Branch: perl
38855            ! Porting/repository.pod
38856 ____________________________________________________________________________
38857 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
38858         Log: An accidental empty line.
38859      Branch: perl
38860            ! MANIFEST
38861 ____________________________________________________________________________
38862 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
38863         Log: Missing MANIFESTations.
38864      Branch: perl
38865            ! MANIFEST
38866 ____________________________________________________________________________
38867 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
38868         Log: Update Changes.
38869      Branch: perl
38870            ! Changes patchlevel.h
38871 ____________________________________________________________________________
38872 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
38873         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
38874              From: Mike Guy <mjtg@cam.ac.uk>
38875              Date: Fri, 20 Jul 2001 16:12:49 +0100
38876              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
38877      Branch: perl
38878            ! Porting/pumpkin.pod
38879 ____________________________________________________________________________
38880 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
38881         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
38882              From: Peter Prymmer <pvhp@forte.com>
38883              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
38884              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
38885      Branch: perl
38886            ! pod/perlhack.pod
38887 ____________________________________________________________________________
38888 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
38889         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
38890              From: Michael G Schwern <schwern@pobox.com>
38891              Date: Fri, 20 Jul 2001 20:22:35 -0400
38892              Message-ID: <20010720202235.O4498@blackrider>
38893      Branch: perl
38894            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
38895            ! lib/Test/t/todo.t
38896 ____________________________________________________________________________
38897 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
38898         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
38899              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38900              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
38901              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
38902      Branch: perl
38903            ! ext/POSIX/POSIX.pod
38904 ____________________________________________________________________________
38905 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
38906         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
38907              From: Mark-Jason Dominus <mjd@plover.com>
38908              Date: Fri, 20 Jul 2001 23:16:54 -0400
38909              Message-ID: <20010721031654.21877.qmail@plover.com>
38910      Branch: perl
38911            ! ext/POSIX/POSIX.pod
38912 ____________________________________________________________________________
38913 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
38914         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
38915              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38916              Date: Sun, 22 Jul 2001 14:56:09 +0200
38917              Message-ID: <20010722145609.A766@rafael>
38918      Branch: perl
38919            ! ext/B/O.pm
38920 ____________________________________________________________________________
38921 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
38922         Log: Subject: regexec.c #define cleanup
38923              From: Mark-Jason Dominus <mjd@plover.com>
38924              Date: Sat, 21 Jul 2001 18:33:25 -0400
38925              Message-ID: <20010721223325.3069.qmail@plover.com>
38926      Branch: perl
38927            ! regexec.c
38928 ____________________________________________________________________________
38929 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
38930         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
38931              From: Prymmer/Kahn <pvhp@best.com>
38932              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
38933              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
38934      Branch: perl
38935            ! t/io/fs.t
38936 ____________________________________________________________________________
38937 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
38938         Log: Typo in #11432.
38939      Branch: perl
38940            ! ext/POSIX/POSIX.t
38941 ____________________________________________________________________________
38942 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
38943         Log: Integrate (manually) change #11424 from macperl.
38944      Branch: perl
38945            ! ext/Filter/t/call.t
38946 ____________________________________________________________________________
38947 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
38948         Log: Integrate change #11408 from macperl.
38949      Branch: perl
38950           !> README.macos pod/perlport.pod
38951 ____________________________________________________________________________
38952 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
38953         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
38954      Branch: perl
38955           +> macos/MacPerlTests.cmd macos/xsubpp.patch
38956            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38957            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
38958            ! ext/POSIX/POSIX.t
38959 ____________________________________________________________________________
38960 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
38961         Log: pod/*.t tests not picked up by t/TEST either
38962      Branch: maint-5.6/perl
38963            ! t/TEST
38964 ____________________________________________________________________________
38965 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
38966         Log: better tweak for change#11429 (windows has both / and \ separated
38967              paths in @INC at that point)
38968      Branch: maint-5.6/perl
38969            ! t/pod/testp2pt.pl
38970 ____________________________________________________________________________
38971 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
38972         Log: MacOS pod test tweak needs \Escape
38973      Branch: maint-5.6/perl
38974            ! t/pod/testp2pt.pl
38975 ____________________________________________________________________________
38976 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
38977         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
38978              resulting duplicate output, but t/harness isn't)
38979      Branch: maint-5.6/perl
38980            ! t/run/runenv.t
38981 ____________________________________________________________________________
38982 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
38983         Log: t/harness wasn't picking up all the tests
38984      Branch: maint-5.6/perl
38985            ! t/harness
38986 ____________________________________________________________________________
38987 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
38988         Log: update MANIFEST for new file
38989      Branch: maint-5.6/perl
38990            ! MANIFEST
38991 ____________________________________________________________________________
38992 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
38993         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
38994              the exception of the macperl/macos/... tree
38995      Branch: maint-5.6/perl
38996           +> t/lib/filefind-taint.t
38997           !> (integrate 72 files)
38998 ____________________________________________________________________________
38999 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
39000         Log: Fix test.
39001      Branch: maint-5.6/macperl
39002            ! macos/bundled_ext/Filter/t/call.t
39003 ____________________________________________________________________________
39004 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
39005         Log: Make perl fork()-safe (in a slightly limited way) even on
39006              platforms that don't have pthread_atfork() (extension of
39007              the fix in change#11151).
39008              
39009              Note that this will not help extensions that call fork()
39010              directly in C, or that link to libraries that call fork()
39011              directly.  Such cases must be fixed to either call
39012              PerlProc_fork(), or call atfork_lock() in parent before the
39013              calling the function that forks and call atfork_unlock()
39014              in both parent and child immediately after the fork().
39015              (There are no worries if C code calls exec() in the child
39016              immediately after a fork().  Only cases where the child
39017              calls perl's API functions (including New()) after the
39018              fork() are problematic.)
39019              
39020              This change also eliminates the use of vfork() from perl,
39021              since all such uses were violating the severe restrictions
39022              on modifying the state of the process between the vfork()
39023              and the exec().
39024              
39025              This is a modified version of patches suggested by Abhijit
39026              Menon-Sen and Richard Soderberg.
39027      Branch: perl
39028            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
39029            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
39030 ____________________________________________________________________________
39031 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
39032         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
39033              Switch, and Text::Balanced.
39034      Branch: maint-5.6/macperl
39035            + macos/bundled_ext/Filter/Util/Call/Call.pm
39036            + macos/bundled_ext/Filter/Util/Call/Call.xs
39037            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
39038            + macos/bundled_ext/Filter/t/MyFilter.pm
39039            + macos/bundled_ext/Filter/t/call.t
39040            + macos/bundled_ext/Filter/t/filter-util.pl
39041            + macos/bundled_lib/blib/lib/Class/ISA.pm
39042            + macos/bundled_lib/blib/lib/Digest.pm
39043            + macos/bundled_lib/blib/lib/Filter/Simple.pm
39044            + macos/bundled_lib/blib/lib/Switch.pm
39045            + macos/bundled_lib/blib/lib/Text/Balanced.pm
39046            + macos/bundled_lib/blib/lib/Text/Balanced.pod
39047            + macos/bundled_lib/t/Class/ISA/test.pl
39048            + macos/bundled_lib/t/Digest/Digest.t
39049            + macos/bundled_lib/t/Filter/Simple/test.pl
39050            + macos/bundled_lib/t/Switch/test.pl
39051            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
39052            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
39053            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
39054            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
39055            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
39056            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
39057            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
39058            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
39059 ____________________________________________________________________________
39060 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
39061         Log: Add Filter::Util::Call to config/make files; edit utils
39062              to recognize the module (it was descended too far down).
39063              Bump version to 5.6.1a4.
39064      Branch: maint-5.6/macperl
39065            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
39066            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
39067            ! macos/macperl/Makefile.mk macos/xsubpp.patch
39068 ____________________________________________________________________________
39069 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
39070         Log: Make DB_File the default for MLDBM on MacOS.
39071      Branch: maint-5.6/macperl
39072            ! macos/bundled_lib/blib/lib/MLDBM.pm
39073 ____________________________________________________________________________
39074 [ 11419] By: nick                                  on 2001/07/20  14:51:03
39075         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
39076              From:  Simon Cozens <simon@netthink.co.uk>
39077              Date:  Fri, 20 Jul 2001 11:42:35 -0400
39078              Message-Id:  <20010720114235.A5235@netthink.co.uk>
39079      Branch: perl
39080            ! lib/UnicodeCD.pm
39081 ____________________________________________________________________________
39082 [ 11418] By: nick                                  on 2001/07/20  14:48:12
39083         Log: Subject:  [PATCH regcomp.h] adds a comment
39084              From:  Abhijit Menon-Sen <ams@wiw.org>
39085              Date:  Fri, 20 Jul 2001 21:05:37 +0530
39086              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
39087      Branch: perl
39088            ! regcomp.h
39089 ____________________________________________________________________________
39090 [ 11417] By: nick                                  on 2001/07/20  14:16:38
39091         Log: Subject:  [PATCH 5.7.2] INSTALL updates
39092              From:  Andy Dougherty <doughera@lafayette.edu>
39093              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
39094              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
39095      Branch: perl
39096            ! INSTALL
39097 ____________________________________________________________________________
39098 [ 11416] By: nick                                  on 2001/07/20  06:44:44
39099         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
39100              From:  Russ Allbery <rra@stanford.edu>
39101              Date:  19 Jul 2001 15:52:37 -0700
39102              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
39103      Branch: perl
39104            ! lib/Pod/Man.pm
39105 ____________________________________________________________________________
39106 [ 11415] By: nick                                  on 2001/07/20  06:35:11
39107         Log: Subject:  [PATCH] defer op_seq allocation
39108              From:  Abhijit Menon-Sen <ams@wiw.org>
39109              Date:  Thu, 19 Jul 2001 22:12:24 +0530
39110              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
39111      Branch: perl
39112            ! op.c
39113 ____________________________________________________________________________
39114 [ 11414] By: nick                                  on 2001/07/20  06:23:36
39115         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
39116              From:  Abhijit Menon-Sen <ams@wiw.org>
39117              Date:  Fri, 20 Jul 2001 01:18:50 +0530
39118              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
39119              (Private e-mail)
39120      Branch: perl
39121            ! ext/Time/HiRes/HiRes.xs
39122 ____________________________________________________________________________
39123 [ 11413] By: nick                                  on 2001/07/20  06:18:53
39124         Log: Integrate mainline
39125      Branch: perlio
39126           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
39127            - t/base/commonsense.t
39128           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
39129           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
39130           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
39131           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
39132           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
39133           !> win32/win32.c
39134 ____________________________________________________________________________
39135 [ 11412] By: nick                                  on 2001/07/19  06:44:27
39136         Log: Integrate win32/perlhost.h from maintenance branch.
39137              (Rest of $ENV{PATH} / system() fix.)
39138      Branch: perl
39139           !> win32/perlhost.h
39140 ____________________________________________________________________________
39141 [ 11411] By: nick                                  on 2001/07/19  06:41:34
39142         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
39143              From:  Philip Newton <Philip.Newton@gmx.net>
39144              Date:  Wed, 18 Jul 2001 21:43:57 +0200
39145              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
39146      Branch: perl
39147            ! pod/perlhack.pod
39148 ____________________________________________________________________________
39149 [ 11410] By: nick                                  on 2001/07/19  06:39:35
39150         Log: Subject:  Security hole in taint checking in open()
39151              From:  deekoo@tentacle.net
39152              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
39153              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
39154      Branch: perl
39155            ! doio.c
39156 ____________________________________________________________________________
39157 [ 11409] By: nick                                  on 2001/07/19  06:28:08
39158         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
39159              From:  Abhijit Menon-Sen <ams@wiw.org>
39160              Date:  Thu, 19 Jul 2001 04:30:43 +0530
39161              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
39162      Branch: perl
39163            ! ext/Time/HiRes/HiRes.xs
39164 ____________________________________________________________________________
39165 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
39166         Log: Update docs with latest implementation information and new URLs.
39167      Branch: maint-5.6/macperl
39168            ! README.macos pod/perlport.pod
39169 ____________________________________________________________________________
39170 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
39171         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
39172              Fix BuildRules to accept optimization variables.
39173      Branch: maint-5.6/macperl
39174            + macos/bundled_ext/Digest/MD5/Makefile.mk
39175            ! macos/BuildRules.mk macos/Makefile.mk
39176            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
39177            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
39178 ____________________________________________________________________________
39179 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
39180         Log: Integrate changes 11399,11401
39181      Branch: maint-5.6/macperl
39182           !> win32/perlhost.h win32/win32.c
39183 ____________________________________________________________________________
39184 [ 11405] By: nick                                  on 2001/07/18  06:50:33
39185         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
39186              from perl5.6*
39187      Branch: perl
39188           !> win32/perlhost.h win32/win32.c
39189 ____________________________________________________________________________
39190 [ 11404] By: nick                                  on 2001/07/18  06:43:59
39191         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
39192              From:  hv@crypt0.demon.co.uk
39193              Date:  Wed, 18 Jul 2001 05:58:46 +0100
39194              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
39195      Branch: perl
39196            ! ext/POSIX/POSIX.t
39197 ____________________________________________________________________________
39198 [ 11403] By: nick                                  on 2001/07/18  06:38:57
39199         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
39200              From:  hv@crypt0.demon.co.uk
39201              Date:  Wed, 18 Jul 2001 05:21:54 +0100
39202              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
39203      Branch: perl
39204            ! numeric.c t/op/arith.t
39205 ____________________________________________________________________________
39206 [ 11402] By: nick                                  on 2001/07/18  06:19:17
39207         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
39208              From:  mjd@plover.com
39209              Date:  17 Jul 2001 17:59:20 -0000
39210              Message-Id:  <20010717175920.8177.qmail@plover.com>
39211      Branch: perl
39212            ! pod/perlre.pod
39213 ____________________________________________________________________________
39214 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
39215         Log: thinko in change#11400 (duh)
39216      Branch: maint-5.6/perl
39217            ! win32/perlhost.h
39218 ____________________________________________________________________________
39219 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
39220         Log: change#11399 revealed another unrelated bug; this is just a temporary
39221              bandaid
39222      Branch: maint-5.6/perl
39223            ! win32/perlhost.h
39224 ____________________________________________________________________________
39225 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
39226         Log: fix bugs in handling of the virtualized environment under windows;
39227              there were bugs in propagating any changes to %ENV down to the real
39228              environment when such changes happened in the toplevel process
39229              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
39230              problem identification, and for a part of the fix)
39231      Branch: maint-5.6/perl
39232            ! win32/perlhost.h win32/win32.c
39233 ____________________________________________________________________________
39234 [ 11398] By: nick                                  on 2001/07/17  08:26:35
39235         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
39236              From: Peter Prymmer <pvhp@forte.com>
39237              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
39238              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
39239              
39240              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
39241              should not depend on existance of Config.pm
39242      Branch: perl
39243           +> t/lib/commonsense.t
39244            - t/base/commonsense.t
39245            ! MANIFEST t/README
39246 ____________________________________________________________________________
39247 [ 11397] By: nick                                  on 2001/07/17  08:09:58
39248         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
39249              From:  Michael G Schwern <schwern@pobox.com>
39250              Date:  Mon, 16 Jul 2001 18:20:31 -0400
39251              Message-Id:  <20010716182031.A1128@blackrider>
39252      Branch: perl
39253            ! pod/perlhack.pod
39254 ____________________________________________________________________________
39255 [ 11396] By: nick                                  on 2001/07/17  08:04:11
39256         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
39257              From:  Gwyn Judd <b.judd@xtra.co.nz>
39258              Date:  Tue, 17 Jul 2001 20:55:58 +1200
39259              Message-Id:  <20010717205558.A3107@thislove>
39260      Branch: perl
39261            ! pod/perlfunc.pod
39262 ____________________________________________________________________________
39263 [ 11395] By: nick                                  on 2001/07/17  08:02:22
39264         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
39265              From:  Peter Prymmer <pvhp@forte.com>
39266              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
39267              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
39268      Branch: perl
39269            ! t/op/sprintf.t
39270 ____________________________________________________________________________
39271 [ 11394] By: nick                                  on 2001/07/17  07:57:06
39272         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
39273              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
39274              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
39275              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
39276      Branch: perl
39277            ! gv.c
39278 ____________________________________________________________________________
39279 [ 11392] By: nick                                  on 2001/07/17  07:50:12
39280         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
39281              From:  Coral <coral@moonlight.crystalflame.net>
39282              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
39283              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
39284      Branch: perl
39285            ! pp_sys.c thread.h
39286 ____________________________________________________________________________
39287 [ 11391] By: nick                                  on 2001/07/17  07:34:28
39288         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
39289              From:  Jonathan Stowe <gellyfish@gellyfish.com>
39290              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
39291              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
39292      Branch: perl
39293            ! utils/h2xs.PL
39294 ____________________________________________________________________________
39295 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
39296         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
39297              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
39298              and Mac::Apps::Launch, which don't work, and Time::HiRes and
39299              Time::Piece, which don't yet work.
39300      Branch: maint-5.6/macperl
39301            + (add 154 files)
39302 ____________________________________________________________________________
39303 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
39304         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
39305              Also add hack to get around missing setenv for PERL5DB.
39306      Branch: maint-5.6/macperl
39307            ! macos/macish.c macos/macish.h
39308 ____________________________________________________________________________
39309 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
39310         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
39311      Branch: maint-5.6/macperl
39312            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
39313            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
39314 ____________________________________________________________________________
39315 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
39316         Log: Fix up some configuration and make options, add extra
39317              extensions.
39318      Branch: maint-5.6/macperl
39319            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
39320            ! macos/macperl/Makefile.mk
39321 ____________________________________________________________________________
39322 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
39323         Log: From Change 11374 in maintperl.
39324      Branch: maint-5.6/macperl
39325           !> utils/h2ph.PL
39326 ____________________________________________________________________________
39327 [ 11385] By: nick                                  on 2001/07/16  14:12:58
39328         Log: Back out change to h2xs till it passes its test.
39329      Branch: perl
39330            ! utils/h2xs.PL
39331 ____________________________________________________________________________
39332 [ 11384] By: nick                                  on 2001/07/16  14:00:10
39333         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
39334              From:  Jonathan Stowe <gellyfish@gellyfish.com>
39335              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
39336              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
39337      Branch: perl
39338            ! utils/h2xs.PL
39339 ____________________________________________________________________________
39340 [ 11383] By: nick                                  on 2001/07/16  13:53:12
39341         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
39342              From:  Robin Houston <robin@kitsite.com>
39343              Date:  Sun, 15 Jul 2001 18:22:31 +0100
39344              Message-Id:  <20010715182230.A11174@robin>
39345      Branch: perl
39346            ! hints/darwin.sh
39347 ____________________________________________________________________________
39348 [ 11382] By: nick                                  on 2001/07/16  13:52:49
39349         Log: Subject:  [PATCH perl@11372] re_dup
39350              From:  Radu Greab <radu@netsoft.ro>
39351              Date:  Sun, 15 Jul 2001 04:50:06 +0300
39352              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
39353      Branch: perl
39354            ! sv.c
39355 ____________________________________________________________________________
39356 [ 11379] By: nick                                  on 2001/07/16  13:35:39
39357         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
39358              From:  Robin Houston <robin@kitsite.com>
39359              Date:  Sat, 14 Jul 2001 14:28:50 +0100
39360              Message-Id:  <20010714142850.A10205@robin>
39361      Branch: perl
39362            ! ext/B/B/Deparse.pm
39363 ____________________________________________________________________________
39364 [ 11378] By: nick                                  on 2001/07/16  13:30:36
39365         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
39366              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
39367              Date:  Sat, 14 Jul 2001 22:17:42 +0900
39368              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
39369      Branch: perl
39370            + ext/Encode/Encode/euc-jp-0212.enc
39371            ! ext/Encode/Encode/Tcl.pm
39372 ____________________________________________________________________________
39373 [ 11377] By: nick                                  on 2001/07/16  13:17:28
39374         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
39375              From:  Andy Dougherty <doughera@lafayette.edu>
39376              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
39377              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
39378      Branch: perl
39379            ! hints/darwin.sh hints/rhapsody.sh
39380 ____________________________________________________________________________
39381 [ 11376] By: nick                                  on 2001/07/16  09:05:00
39382         Log: Integrate mainline
39383      Branch: perlio
39384           +> ext/Encode/Encode/7bit-greek.enc
39385           +> ext/Encode/Encode/7bit-latin1.enc
39386           +> ext/Encode/Encode/cns11643-1.enc
39387           +> ext/Encode/Encode/cns11643-2.enc
39388           +> ext/Encode/Encode/iso2022-cn.enc
39389           +> ext/Encode/Encode/iso2022-jp1.enc
39390           +> ext/Encode/Encode/iso2022-jp2.enc
39391           !> Changes Configure MANIFEST Makefile.SH
39392           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
39393           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
39394           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
39395           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
39396           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
39397 ____________________________________________________________________________
39398 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
39399         Log: integrate change#11374 from maint-5.6
39400              
39401              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
39402      Branch: perl
39403           !> utils/h2ph.PL
39404 ____________________________________________________________________________
39405 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
39406         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
39407      Branch: maint-5.6/perl
39408            ! utils/h2ph.PL
39409 ____________________________________________________________________________
39410 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
39411         Log: Update Changes.
39412      Branch: perl
39413            ! Changes patchlevel.h
39414 ____________________________________________________________________________
39415 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
39416         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
39417              From: Jonathan Stowe <gellyfish@gellyfish.com>
39418              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
39419              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
39420      Branch: perl
39421            ! utils/h2xs.PL
39422 ____________________________________________________________________________
39423 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
39424         Log: Subject: patch to add DEL to [:cntrl:]
39425              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
39426              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
39427              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
39428      Branch: perl
39429            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
39430 ____________________________________________________________________________
39431 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
39432         Log: Metaconfig unit change for #11369; plus a dependency nit.
39433      Branch: metaconfig
39434            ! U/compline/nblock_io.U
39435      Branch: metaconfig/U/perl
39436            ! Extensions.U
39437 ____________________________________________________________________________
39438 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
39439         Log: #include <stdlib.h> so that exit() is prototyped,
39440              noticed by Hugo.
39441      Branch: perl
39442            ! Configure
39443 ____________________________________________________________________________
39444 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
39445         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
39446              From: Peter Prymmer <pvhp@forte.com>
39447              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
39448              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
39449      Branch: perl
39450            ! t/op/sprintf.t
39451 ____________________________________________________________________________
39452 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
39453         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
39454              From: Peter Prymmer <pvhp@forte.com>
39455              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
39456              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
39457      Branch: perl
39458            ! ext/Encode/Encode/Tcl.t
39459 ____________________________________________________________________________
39460 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
39461         Log: Add information about gcc 3.0 basic block profiling.
39462      Branch: perl
39463            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
39464 ____________________________________________________________________________
39465 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
39466         Log: Subject: Error in lib/PerlIO/Via.pm ?
39467              From: Mark-Jason Dominus <mjd@plover.com>
39468              Date: Fri, 13 Jul 2001 15:55:41 -0400
39469              Message-ID: <20010713195541.26751.qmail@plover.com>
39470      Branch: perl
39471            ! ext/PerlIO/Via/Via.pm
39472 ____________________________________________________________________________
39473 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
39474         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
39475              section from the Compiler section.
39476      Branch: perl
39477            ! myconfig.SH
39478 ____________________________________________________________________________
39479 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
39480         Log: Handle glibc style of constant definitions using enum
39481              with intervening #defines; from Brendan O'Dea.
39482      Branch: perl
39483            ! utils/h2ph.PL
39484 ____________________________________________________________________________
39485 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
39486         Log: Add LC_MESSAGES to the locale_h export tag (it already is
39487              in the Makefile.PL and thusly eligible for an XS constant)
39488              (see also maintperl #10543)
39489      Branch: perl
39490            ! ext/POSIX/POSIX.pm
39491 ____________________________________________________________________________
39492 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
39493         Log: Subject: Re: [patch] re_dup
39494              From: Abhijit Menon-Sen <ams@wiw.org>
39495              Date: Fri, 13 Jul 2001 21:41:09 +0530
39496              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
39497      Branch: perl
39498            ! sv.c
39499 ____________________________________________________________________________
39500 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
39501         Log: Subject: [patch] re_dup
39502              From: Doug MacEachern <dougm@covalent.net>
39503              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
39504              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
39505      Branch: perl
39506            ! sv.c
39507 ____________________________________________________________________________
39508 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
39509         Log: Update Changes.
39510      Branch: perl
39511            ! Changes patchlevel.h
39512 ____________________________________________________________________________
39513 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
39514         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
39515              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
39516              Date: Sat, 14 Jul 2001 00:06:30 +0900
39517              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
39518      Branch: perl
39519            + ext/Encode/Encode/7bit-greek.enc
39520            + ext/Encode/Encode/7bit-latin1.enc
39521            + ext/Encode/Encode/cns11643-1.enc
39522            + ext/Encode/Encode/cns11643-2.enc
39523            + ext/Encode/Encode/iso2022-cn.enc
39524            + ext/Encode/Encode/iso2022-jp1.enc
39525            + ext/Encode/Encode/iso2022-jp2.enc
39526            ! MANIFEST ext/Encode/Encode/Tcl.pm
39527            ! ext/Encode/Encode/iso2022-kr.enc
39528 ____________________________________________________________________________
39529 [ 11357] By: nick                                  on 2001/07/13  14:24:06
39530         Log: Blind integrate mainline (as of 5.7.2?)
39531      Branch: perlio
39532           !> AUTHORS Changes Porting/config.sh Porting/config_H
39533           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
39534           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39535           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39536           !> win32/makefile.mk
39537 ____________________________________________________________________________
39538 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
39539         Log: Snip away the devel patchlevel.
39540      Branch: perl
39541            ! patchlevel.h
39542 ____________________________________________________________________________
39543 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
39544         Log: Bump the version to 5.7.2.
39545      Branch: perl
39546            ! Porting/config.sh Porting/config_H patchlevel.h
39547            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39548            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39549            ! win32/makefile.mk
39550 ____________________________________________________________________________
39551 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
39552         Log: Update Changes.
39553      Branch: perl
39554            ! Changes
39555 ____________________________________________________________________________
39556 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
39557         Log: Reword.
39558      Branch: perl
39559            ! AUTHORS
39560 ____________________________________________________________________________
39561 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
39562         Log: AUTHORS update.
39563      Branch: perl
39564            ! AUTHORS
39565 ____________________________________________________________________________
39566 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
39567         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
39568              unless ithreads.
39569      Branch: perl
39570            ! makedef.pl
39571 ____________________________________________________________________________
39572 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
39573         Log: Integrate perlio.
39574      Branch: perl
39575           !> win32/distclean.bat
39576 ____________________________________________________________________________
39577 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
39578         Log: Test the encoding transform only iff we have PerlIO,
39579              noticed by H. Merijn Brand.
39580      Branch: perl
39581            ! ext/PerlIO/t/encoding.t
39582 ____________________________________________________________________________
39583 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
39584         Log: README.netware tweaks from Ananth Kesari.
39585      Branch: perl
39586            ! README.netware
39587 ____________________________________________________________________________
39588 [ 11346] By: nick                                  on 2001/07/13  09:18:51
39589         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
39590              to avoid /unicode vs /Unicode issues.
39591      Branch: perlio
39592            ! win32/distclean.bat
39593 ____________________________________________________________________________
39594 [ 11345] By: nick                                  on 2001/07/13  06:24:18
39595         Log: Integrate mainline
39596      Branch: perlio
39597           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
39598            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
39599           !> (integrate 63 files)
39600 ____________________________________________________________________________
39601 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
39602         Log: Add d_bincompat5005 information to perl -V.
39603      Branch: perl
39604            ! myconfig.SH
39605 ____________________________________________________________________________
39606 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
39607         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
39608              From: Abhijit Menon-Sen <ams@wiw.org>
39609              Date: Fri, 13 Jul 2001 07:12:36 +0530
39610              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
39611      Branch: perl
39612            ! sv.c
39613 ____________________________________________________________________________
39614 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
39615         Log: Remove unicode::distinct, as per Inaba Hiroto.
39616      Branch: perl
39617            - lib/unicode/distinct.pm
39618            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
39619            ! t/lib/1_compile.t
39620 ____________________________________________________________________________
39621 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
39622         Log: Paging for Dr Octothorpe.
39623      Branch: perl
39624            ! pod/perlfaq4.pod
39625 ____________________________________________________________________________
39626 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
39627         Log: cut-n-paste error noticed by mjd.
39628      Branch: perl
39629            ! pod/perlfaq4.pod
39630 ____________________________________________________________________________
39631 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
39632         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
39633              From: Peter Prymmer <pvhp@forte.com>
39634              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
39635              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
39636      Branch: perl
39637            ! pod/perlfaq4.pod
39638 ____________________________________________________________________________
39639 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
39640         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
39641              From: Randall Gellens <randy@qualcomm.com>
39642              Date: Thu, 12 Jul 2001 16:56:23 -0700
39643              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
39644      Branch: perl
39645            ! Porting/repository.pod
39646 ____________________________________________________________________________
39647 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
39648         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
39649      Branch: perl
39650            ! thread.h
39651 ____________________________________________________________________________
39652 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
39653         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
39654              From: coral <coral@moonlight.crystalflame.net>
39655              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
39656              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
39657      Branch: perl
39658            ! thread.h
39659 ____________________________________________________________________________
39660 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
39661         Log: Metaconfig unit change for #11134.
39662      Branch: metaconfig
39663            + U/threads/d_pthread_atfork.U
39664 ____________________________________________________________________________
39665 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
39666         Log: Add HAS_PTHREAD_ATFORK.
39667      Branch: perl
39668            ! Configure NetWare/config.wc NetWare/config_H.wc
39669            ! Porting/Glossary Porting/config.sh Porting/config_H
39670            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
39671            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
39672            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39673            ! win32/config.gc win32/config.vc win32/config_H.bc
39674            ! win32/config_H.gc win32/config_H.vc
39675 ____________________________________________________________________________
39676 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
39677         Log: Subject: [PATCH] File::Copy fails on tied handles
39678              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
39679              Date: Thu, 12 Jul 2001 15:18:51 -0700
39680              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
39681      Branch: perl
39682            ! lib/File/Copy.pm
39683 ____________________________________________________________________________
39684 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
39685         Log: Subject: [PATCH] Langinfo.t
39686              From: Nicholas Clark <nick@ccl4.org>
39687              Date: Thu, 12 Jul 2001 23:55:38 +0100
39688              Message-ID: <20010712235538.M5827@plum.flirble.org>
39689      Branch: perl
39690            ! ext/I18N/Langinfo/Langinfo.t
39691 ____________________________________________________________________________
39692 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
39693         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
39694              From: Peter Prymmer <pvhp@forte.com>
39695              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
39696              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
39697      Branch: perl
39698            ! pod/perl572delta.pod
39699 ____________________________________________________________________________
39700 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
39701         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
39702              From: Abhijit Menon-Sen <ams@wiw.org>
39703              Date: Fri, 13 Jul 2001 05:21:16 +0530
39704              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
39705      Branch: perl
39706            ! sv.c
39707 ____________________________________________________________________________
39708 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
39709         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
39710              From: Abhijit Menon-Sen <ams@wiw.org>
39711              Date: Fri, 13 Jul 2001 03:04:25 +0530
39712              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
39713      Branch: perl
39714            ! av.c
39715 ____________________________________________________________________________
39716 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
39717         Log: s/^M$//g
39718      Branch: perl
39719            ! win32/Makefile win32/makefile.mk
39720 ____________________________________________________________________________
39721 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
39722         Log: Update Changes.
39723      Branch: perl
39724            ! Changes patchlevel.h
39725 ____________________________________________________________________________
39726 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
39727         Log: Typo spotted by Philip Newton.
39728      Branch: perl
39729            ! pod/perl572delta.pod
39730 ____________________________________________________________________________
39731 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
39732         Log: Subject: [PATCH] fixes perl_clone of perl_clone
39733              From: Artur Bergman <artur@contiller.se>
39734              Date: Thu, 12 Jul 2001 20:57:09 +0200
39735              Message-ID: <B773BFA4.236B%artur@contiller.se>
39736      Branch: perl
39737            ! sv.c
39738 ____________________________________________________________________________
39739 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
39740         Log: Add README.uts from Hal Morris.
39741      Branch: perl
39742            + README.uts
39743            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
39744            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39745 ____________________________________________________________________________
39746 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
39747         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
39748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39749              Date: Thu, 12 Jul 2001 20:32:37 +0200
39750              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
39751      Branch: perl
39752            ! hints/aix.sh
39753 ____________________________________________________________________________
39754 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
39755         Log: Subject: Patch: document reg_data.what member
39756              From: Mark-Jason Dominus <mjd@plover.com>
39757              Message-ID: <20010712182532.14821.qmail@plover.com>
39758              Date: Thu, 12 Jul 2001 14:25:32 -0400
39759      Branch: perl
39760            ! regcomp.c regcomp.h
39761 ____________________________________________________________________________
39762 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
39763         Log: Subject: [PATCH] Perl_re_dup()
39764              From: Abhijit Menon-Sen <ams@wiw.org>
39765              Date: Thu, 12 Jul 2001 23:54:32 +0530
39766              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
39767      Branch: perl
39768            ! embed.h embed.pl perlapi.c proto.h sv.c
39769 ____________________________________________________________________________
39770 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
39771         Log: Regen Configure, modlib, toc.
39772      Branch: perl
39773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39774            ! pod/perlmodlib.pod pod/perltoc.pod
39775 ____________________________________________________________________________
39776 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
39777         Log: The problem seems to be in PerlIO::Layer::->find() not
39778              accepting the ":encoding(blurflur)" arguments.
39779      Branch: perl
39780            ! lib/PerlIO.pm lib/open.pm
39781 ____________________________________________________________________________
39782 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
39783         Log: AIX doc update.
39784      Branch: perl
39785            ! README.aix pod/perl572delta.pod
39786 ____________________________________________________________________________
39787 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
39788         Log: Subject: AIX README update
39789              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39790              Date: Thu, 12 Jul 2001 19:28:30 +0200
39791              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
39792      Branch: perl
39793            ! README.aix
39794 ____________________________________________________________________________
39795 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
39796         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
39797              From: Norton Allen <allen@huarp.harvard.edu>
39798              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
39799              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
39800      Branch: perl
39801            ! ext/IO/lib/IO/t/io_unix.t
39802 ____________________________________________________________________________
39803 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
39804         Log: Subject: [PATCH README.qnx hints/qnx.sh]
39805              From: Norton Allen <allen@huarp.harvard.edu>
39806              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
39807              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
39808      Branch: perl
39809            ! README.qnx hints/qnx.sh
39810 ____________________________________________________________________________
39811 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
39812         Log: Subject: [patch] faster PM_GETRE
39813              From: Doug MacEachern <dougm@covalent.net>
39814              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
39815              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
39816      Branch: perl
39817            ! op.h
39818 ____________________________________________________________________________
39819 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
39820         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
39821              From: Doug MacEachern <dougm@covalent.net>
39822              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
39823              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
39824      Branch: perl
39825            ! op.c
39826 ____________________________________________________________________________
39827 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
39828         Log: Tell where the nice Estonian database is.
39829      Branch: perl
39830            ! lib/open.pm
39831 ____________________________________________________________________________
39832 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
39833         Log: Retract #11309 since #11310 is a better fix.
39834      Branch: perl
39835            ! t/lib/1_compile.t
39836 ____________________________________________________________________________
39837 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
39838         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
39839              change#11300 needs to return the status of failed win32_spawnvp())
39840              
39841              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
39842              splitting correctly; remove unused variables; 'require' at run time
39843              rather than 'use' at compile time for I18N::Langinfo, since it
39844              isn't everyware
39845      Branch: perl
39846            ! lib/open.pm win32/win32.c
39847 ____________________________________________________________________________
39848 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
39849         Log: Temporary workaround.
39850      Branch: perl
39851            ! t/lib/1_compile.t
39852 ____________________________________________________________________________
39853 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
39854         Log: UCD typo in #11306 and add also more known-to-be-tested
39855              modules to the skip list.
39856      Branch: perl
39857            ! t/lib/1_compile.t
39858 ____________________________________________________________________________
39859 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
39860         Log: Rename Unicode::UCD to UnicodeCD to avoid
39861              messups with case-insensitive filesystems.
39862      Branch: perl
39863            + lib/UnicodeCD.pm lib/UnicodeCD.t
39864            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
39865            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
39866 ____________________________________________________________________________
39867 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
39868         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
39869              From: daniel@biz.bitpusher.com
39870              Date: Wed, 11 Jul 2001 23:25:47 -0700
39871              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
39872      Branch: perl
39873            ! lib/Tie/Array.pm t/op/splice.t
39874 ____________________________________________________________________________
39875 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
39876         Log: Subject: [PATCH] More accurate line numbers in messages
39877              From: Paul Johnson <paul@pjcj.net>
39878              Date: Thu, 12 Jul 2001 04:14:11 +0200
39879              Message-ID: <20010712041411.A3467@pjcj.net>
39880              
39881              (With prototyping and multiplicity tweaks.)
39882      Branch: perl
39883            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
39884 ____________________________________________________________________________
39885 [ 11304] By: nick                                  on 2001/07/12  12:53:40
39886         Log: Integrate mainline
39887      Branch: perlio
39888           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
39889           !> regexec.c thread.h
39890 ____________________________________________________________________________
39891 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
39892         Log: Cut-and-pasto in #11298.
39893      Branch: perl
39894            ! ext/ByteLoader/bytecode.h
39895 ____________________________________________________________________________
39896 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
39897         Log: Update the AIX known problems section.
39898      Branch: perl
39899            ! pod/perl572delta.pod
39900 ____________________________________________________________________________
39901 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
39902         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
39903              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39904              Date: Thu, 12 Jul 2001 12:16:16 +0200
39905              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
39906      Branch: perl
39907            ! hints/aix.sh
39908 ____________________________________________________________________________
39909 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
39910         Log: Integrate perlio.
39911      Branch: perl
39912           !> makedef.pl win32/win32.c
39913 ____________________________________________________________________________
39914 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
39915         Log: Subject: [PATCH] fix for PMOP threadness failures
39916              From: Artur Bergman <artur@contiller.se>
39917              Date: Thu, 12 Jul 2001 09:48:06 +0200
39918              Message-ID: <B77322D6.22DD%artur@contiller.se>
39919      Branch: perl
39920            ! regexec.c
39921 ____________________________________________________________________________
39922 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
39923         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
39924              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
39925              Date: Thu, 12 Jul 2001 09:09:48 +0200
39926              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
39927              
39928              More parentheses to keep bcc happy.
39929      Branch: perl
39930            ! ext/ByteLoader/bytecode.h
39931 ____________________________________________________________________________
39932 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
39933         Log: Subject: Re: [patch] pthread_atfork bandaid
39934              From: Doug MacEachern <dougm@covalent.net>
39935              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
39936              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
39937      Branch: perl
39938            ! thread.h
39939 ____________________________________________________________________________
39940 [ 11296] By: nick                                  on 2001/07/12  11:55:48
39941         Log: Exclude reentrant_buffer from .def file
39942      Branch: perlio
39943            ! makedef.pl
39944 ____________________________________________________________________________
39945 [ 11295] By: nick                                  on 2001/07/12  11:11:44
39946         Log: Honour void-ness of my_exit()
39947      Branch: perlio
39948            ! win32/win32.c
39949 ____________________________________________________________________________
39950 [ 11294] By: nick                                  on 2001/07/12  07:51:04
39951         Log: Integrate mainline
39952      Branch: perlio
39953           +> uts/sprintf_wrap.c
39954           !> (integrate 35 files)
39955 ____________________________________________________________________________
39956 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
39957         Log: Retract #11289.
39958      Branch: perl
39959            ! embed.h embed.pl perl.c proto.h thread.h
39960 ____________________________________________________________________________
39961 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
39962         Log: Now the :locale pseudolayer *almost* works...
39963      Branch: perl
39964            ! lib/open.pm
39965 ____________________________________________________________________________
39966 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
39967         Log: Locale encoding tweaks.
39968      Branch: perl
39969            ! lib/open.pm
39970 ____________________________________________________________________________
39971 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
39972         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
39973              From: Mark-Jason Dominus <mjd@plover.com>
39974              Date: Thu, 12 Jul 2001 00:59:31 -0400
39975              Message-ID: <20010712045931.8543.qmail@plover.com>
39976              
39977              Remove the chmod/umask leading zero warning.
39978      Branch: perl
39979            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
39980            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
39981 ____________________________________________________________________________
39982 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
39983         Log: (Retracted by #11289.)
39984      Branch: perl
39985            ! embed.h embed.pl perl.c proto.h thread.h
39986 ____________________________________________________________________________
39987 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
39988         Log: Needed by #11283.
39989      Branch: perl
39990            ! intrpvar.h
39991 ____________________________________________________________________________
39992 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
39993         Log: Metaconfig unit change for #11286.
39994      Branch: metaconfig/U/perl
39995            ! patchlevel.U
39996 ____________________________________________________________________________
39997 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
39998         Log: Subject: Re: [PATCH Configure] perl -V broken
39999              From: Andy Dougherty <doughera@lafayette.edu>
40000              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
40001              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
40002      Branch: perl
40003            ! Configure myconfig.SH
40004 ____________________________________________________________________________
40005 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
40006         Log: Retract #11166 (and #11237).
40007      Branch: perl
40008            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
40009            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
40010            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
40011 ____________________________________________________________________________
40012 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
40013         Log: UTS tweaks for Hal Morris.
40014      Branch: perl
40015            + uts/sprintf_wrap.c
40016            ! MANIFEST hints/uts.sh perl.h
40017 ____________________________________________________________________________
40018 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
40019         Log: Subject: [PATCH] Use reentrant API glibc
40020              From: Artur Bergman <artur@contiller.se>
40021              Date: Thu, 12 Jul 2001 00:58:21 +0200
40022              Message-ID: <B772A6AD.2288%artur@contiller.se>
40023      Branch: perl
40024            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
40025            ! sv.c
40026 ____________________________________________________________________________
40027 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
40028         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
40029              From: barries <barries@slaysys.com>
40030              Date: Wed, 11 Jul 2001 15:11:46 -0400
40031              Message-ID: <20010711151146.G24560@jester.slaysys.com>
40032      Branch: perl
40033            ! pp_sys.c t/lib/warnings/doio win32/win32.c
40034 ____________________________________________________________________________
40035 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
40036         Log: Subject: [patch] pthread_atfork bandaid
40037              From: Doug MacEachern <dougm@covalent.net>
40038              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
40039              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
40040      Branch: perl
40041            ! miniperlmain.c perl.c
40042 ____________________________________________________________________________
40043 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
40044         Log: Subject: [patch] perl_clone leaks
40045              From: Doug MacEachern <dougm@covalent.net>
40046              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
40047              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
40048      Branch: perl
40049            ! sv.c
40050 ____________________________________________________________________________
40051 [ 11279] By: nick                                  on 2001/07/11  15:49:38
40052         Log: Integrate mainline
40053      Branch: perlio
40054           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
40055           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
40056           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
40057           +> lib/Term/ANSIColor/README
40058           !> (integrate 54 files)
40059 ____________________________________________________________________________
40060 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
40061         Log: Update Changes.
40062      Branch: perl
40063            ! Changes patchlevel.h
40064 ____________________________________________________________________________
40065 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
40066         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
40067              From: Peter Prymmer <pvhp@forte.com>
40068              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
40069              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
40070              
40071              Backport of embed.pl to 5.003.
40072      Branch: perl
40073            ! embed.pl
40074 ____________________________________________________________________________
40075 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
40076         Log: Subject: Re: POSIX test #14 on UTS 
40077              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40078              Date: Wed, 11 Jul 2001 03:02:14 +0100
40079              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
40080      Branch: perl
40081            ! ext/POSIX/POSIX.t
40082 ____________________________________________________________________________
40083 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
40084         Log: Make the I32 an IV to preserve structure alignment and size.
40085      Branch: perl
40086            ! op.h
40087 ____________________________________________________________________________
40088 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
40089         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
40090              From: "Artur Bergman" <artur@contiller.se>
40091              Date: Wed, 11 Jul 2001 14:23:37 +0200
40092              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
40093              
40094              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
40095      Branch: perl
40096            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
40097            ! pod/perlapi.pod sv.c
40098 ____________________________________________________________________________
40099 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
40100         Log: Tweak until Pod::Parser gets updated.
40101      Branch: perl
40102            ! t/pod/special_seqs.xr
40103 ____________________________________________________________________________
40104 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
40105         Log: File::Spec usage tweak.
40106      Branch: perl
40107            ! lib/ExtUtils.t
40108 ____________________________________________________________________________
40109 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
40110         Log: Integrate #11263 from macperl; macos and macosx updates.
40111      Branch: perl
40112           !> pod/perlport.pod
40113 ____________________________________________________________________________
40114 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
40115         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
40116              From: Peter Prymmer <pvhp@forte.com>
40117              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
40118              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
40119      Branch: perl
40120            + ext/Time/HiRes/hints/dynixptx.pl
40121            ! MANIFEST hints/dynixptx.sh
40122 ____________________________________________________________________________
40123 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
40124         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
40125              From: Nicholas Clark <nick@ccl4.org>
40126              Date: Tue, 10 Jul 2001 23:17:43 +0100
40127              Message-ID: <20010710231742.B59620@plum.flirble.org>
40128      Branch: perl
40129            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
40130 ____________________________________________________________________________
40131 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
40132         Log: Subject: [DOC PATCH] Pluggable runops
40133              From: Paul Johnson <paul@pjcj.net>
40134              Date: Tue, 10 Jul 2001 21:53:28 +0200
40135              Message-ID: <20010710215328.B26577@pjcj.net>
40136      Branch: perl
40137            ! pod/perlguts.pod
40138 ____________________________________________________________________________
40139 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
40140         Log: Subject: [PATCH] Authors
40141              From: Artur Bergman <artur@contiller.se>
40142              Date: Tue, 10 Jul 2001 20:39:12 +0200
40143              Message-ID: <B771186F.21CD%artur@contiller.se>
40144      Branch: perl
40145            ! AUTHORS
40146 ____________________________________________________________________________
40147 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
40148         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
40149              From: Doug MacEachern <dougm@covalent.net>
40150              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
40151              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
40152      Branch: perl
40153            ! pp_ctl.c
40154 ____________________________________________________________________________
40155 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
40156         Log: Subject: doc patch; times() in scalar context
40157              From: mjd@plover.com
40158              Date: 10 Jul 2001 18:01:17 -0000
40159              Message-ID: <20010710180117.12477.qmail@plover.com>
40160      Branch: perl
40161            ! pod/perlfunc.pod
40162 ____________________________________________________________________________
40163 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
40164         Log: Subject: [PATCH] Small fix to pp_gmtime
40165              From: Artur Bergman <artur@contiller.se>
40166              Date: Tue, 10 Jul 2001 19:54:52 +0200
40167              Message-ID: <B7710E0B.21C5%artur@contiller.se>
40168      Branch: perl
40169            ! pp_sys.c
40170 ____________________________________________________________________________
40171 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
40172         Log: Integrate changes from mainline perl, add notes about
40173              Mac OS X and Mac OS.
40174      Branch: maint-5.6/macperl
40175            ! pod/perlport.pod
40176 ____________________________________________________________________________
40177 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
40178         Log: A proof of the dangers of package; ?
40179      Branch: perl
40180            ! t/lib/warnings/op
40181 ____________________________________________________________________________
40182 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
40183         Log: Regen toc and modlib.
40184      Branch: perl
40185            ! pod/perlmodlib.pod pod/perltoc.pod
40186 ____________________________________________________________________________
40187 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
40188         Log: Add compexcl(), casefold(), and casespec() interfaces;
40189              and make all interfaces to return hash references instead
40190              of hashes. 
40191      Branch: perl
40192            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40193 ____________________________________________________________________________
40194 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
40195         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
40196              From: "Philip Newton" <Philip.Newton@gmx.net>
40197              Date: Tue, 10 Jul 2001 09:55:59 +0200
40198              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
40199              
40200              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
40201              From: "Philip Newton" <Philip.Newton@gmx.net>
40202              Date: Tue, 10 Jul 2001 09:56:37 +0200
40203              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
40204      Branch: perl
40205            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40206            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
40207 ____________________________________________________________________________
40208 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
40209         Log: Subject: [patch] undef &xsub for 1,2
40210              From: Doug MacEachern <dougm@covalent.net>
40211              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
40212              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
40213              
40214              (This version of the patch with a comment from Gisle.)
40215      Branch: perl
40216            ! op.c
40217 ____________________________________________________________________________
40218 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
40219         Log: Mention package; deprecation and the Win32 problems.
40220      Branch: perl
40221            ! pod/perl572delta.pod
40222 ____________________________________________________________________________
40223 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
40224         Log: Subject: [PATCH] deprecate package with no arguments
40225              From: Robin Houston <robin@kitsite.com>
40226              Date: Tue, 10 Jul 2001 13:33:40 +0100
40227              Message-ID: <20010710133340.A13452@robin.kitsite.com>
40228      Branch: perl
40229            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
40230 ____________________________________________________________________________
40231 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
40232         Log: Upgrade to podlators 1.10.
40233      Branch: perl
40234            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
40235            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
40236            ! pod/pod2man.PL pod/pod2text.PL
40237 ____________________________________________________________________________
40238 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
40239         Log: Upgrade to Term::ANSIColor 1.04.
40240      Branch: perl
40241            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
40242            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
40243 ____________________________________________________________________________
40244 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
40245         Log: Integrate perlio (the right fix for the ":layer(args)")
40246      Branch: perl
40247           !> perlio.c
40248 ____________________________________________________________________________
40249 [ 11252] By: nick                                  on 2001/07/10  06:58:14
40250         Log: Fix open(...,"...:layer(xxx)",...)
40251              - use memEQ not strEQ as there is '(' not '\0'
40252      Branch: perlio
40253            ! perlio.c
40254 ____________________________________________________________________________
40255 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
40256         Log: Telling the number of tests helps.
40257      Branch: perl
40258            ! ext/PerlIO/t/encoding.t
40259 ____________________________________________________________________________
40260 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
40261         Log: Require I18N::Langinfo, not use.
40262      Branch: perl
40263            ! lib/open.pm
40264 ____________________________________________________________________________
40265 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
40266         Log: Add a test for for PerlIO ":encoding(...)" layer.
40267      Branch: perl
40268            + ext/PerlIO/t/encoding.t
40269            ! MANIFEST ext/Encode/Encode.pm
40270 ____________________________________________________________________________
40271 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
40272         Log: PerlIO ":encoding(foobar)" temporary fix.
40273              Not really correct, I think, since the change means
40274              that prefixes match.
40275      Branch: perl
40276            ! perlio.c
40277 ____________________________________________________________________________
40278 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
40279         Log: Update to Math::BigInt 1.36.  The biggest news is
40280              the separation of the backend; now the pure Perl
40281              implementation is in Math::BigInt::Calc, but one
40282              can plugin, say, Math::BigInt::BitVect, and get
40283              considerable speedup.
40284      Branch: perl
40285            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
40286            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
40287            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
40288            ! lib/Math/BigInt/t/mbimbf.t
40289 ____________________________________________________________________________
40290 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
40291         Log: Subject: Re: compatibility question
40292              From: Peter Prymmer <pvhp@forte.com>
40293              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
40294              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
40295      Branch: perl
40296            ! lib/ExtUtils/MM_VMS.pm
40297 ____________________________________________________________________________
40298 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
40299         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
40300              From: Norton Allen <allen@huarp.harvard.edu>
40301              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
40302              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
40303      Branch: perl
40304            ! ext/File/Glob/t/basic.t
40305 ____________________________________________________________________________
40306 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
40307         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
40308              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40309              Date: Tue, 10 Jul 2001 00:29:55 +0900
40310              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
40311      Branch: perl
40312            + ext/Encode/Encode/HZ.enc
40313            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
40314            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
40315            ! ext/Encode/Encode/iso2022-jp.enc
40316            ! ext/Encode/Encode/iso2022-kr.enc
40317 ____________________________________________________________________________
40318 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
40319         Log: Add in all them there macos/ files.
40320      Branch: maint-5.6/macperl
40321            + (add 577 files)
40322 ____________________________________________________________________________
40323 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
40324         Log: Add the new modules to the list of having those own tests.
40325      Branch: perl
40326            ! t/lib/1_compile.t
40327 ____________________________________________________________________________
40328 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
40329         Log: Add INOUT to control both ways at the same time.
40330      Branch: perl
40331            ! lib/open.pm
40332 ____________________________________________________________________________
40333 [ 11240] By: nick                                  on 2001/07/09  16:33:50
40334         Log: Integrate mainline
40335      Branch: perlio
40336           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40337           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
40338           !> (integrate 41 files)
40339 ____________________________________________________________________________
40340 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
40341         Log: More encoding mapping magic.
40342      Branch: perl
40343            ! lib/open.pm
40344 ____________________________________________________________________________
40345 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
40346         Log: Update Changes.
40347      Branch: perl
40348            ! Changes patchlevel.h
40349 ____________________________________________________________________________
40350 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
40351         Log: (Retracted by #11285).
40352              
40353              Subject: [PATCH] OPpCONST_OCTAL fixes
40354              From: Abhijit Menon-Sen <ams@wiw.org>
40355              Date: Mon, 9 Jul 2001 07:38:45 +0530
40356              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
40357      Branch: perl
40358            ! op.c
40359 ____________________________________________________________________________
40360 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
40361         Log: Add a pseudolayer ":locale" to the open pragma which
40362              will get the encoding from the locale.  Yet undocumented
40363              because I can't get the PerlIO :encoding(foobar) to work.
40364      Branch: perl
40365            ! ext/Encode/Encode.pm lib/open.pm
40366 ____________________________________________________________________________
40367 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
40368         Log: Add more encoding mappings.
40369      Branch: perl
40370            ! ext/Encode/Encode.pm
40371 ____________________________________________________________________________
40372 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
40373         Log: Document that using :encoding layer requires using Encode.
40374      Branch: perl
40375            ! ext/Encode/Encode.pm lib/PerlIO.pm
40376 ____________________________________________________________________________
40377 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
40378         Log: Netware tweak from Ananth Kesari.
40379      Branch: perl
40380            ! NetWare/netware.h
40381 ____________________________________________________________________________
40382 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
40383         Log: t/harness doesn't know about run/*.t
40384      Branch: perl
40385            ! t/harness
40386 ____________________________________________________________________________
40387 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
40388         Log: run/exit.t busted on windows
40389      Branch: perl
40390            ! t/run/exit.t
40391 ____________________________________________________________________________
40392 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
40393         Log: fix a couple of UCD.t tests that fail due to bad case
40394      Branch: perl
40395            ! lib/Unicode/UCD.t
40396 ____________________________________________________________________________
40397 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
40398         Log: test skip logic was broken
40399      Branch: perl
40400            ! ext/I18N/Langinfo/Langinfo.t
40401 ____________________________________________________________________________
40402 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
40403         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
40404              failure of ExtUtils.t#27 when built in debug mode)
40405      Branch: perl
40406            ! lib/ExtUtils/MM_Win32.pm
40407 ____________________________________________________________________________
40408 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
40409         Log: I18N::Langinfo is not available on windows
40410      Branch: perl
40411            ! win32/FindExt.pm
40412 ____________________________________________________________________________
40413 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
40414         Log: save a dTHX
40415      Branch: perl
40416            ! ext/POSIX/POSIX.xs
40417 ____________________________________________________________________________
40418 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
40419         Log: Update Changes.
40420      Branch: perl
40421            ! Changes patchlevel.h
40422 ____________________________________________________________________________
40423 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
40424         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
40425              as pointed out by Sarathy.
40426      Branch: perl
40427            ! ext/I18N/Langinfo/Langinfo.xs
40428 ____________________________________________________________________________
40429 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
40430         Log: Retract #11212.
40431      Branch: perl
40432            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
40433 ____________________________________________________________________________
40434 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
40435         Log: Bump up the VERSION of Cwd.xs.
40436      Branch: perl
40437            ! ext/Cwd/Makefile.PL
40438 ____________________________________________________________________________
40439 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
40440         Log: Retract #11220, the problem wasn't the missing leading zero.
40441              Here's the problem:
40442              $ ./perl -we 'chmod(oct("755"), ".")'
40443              Non-octal literal mode (493) specified at -e line 1.
40444              (Did you mean 0493 instead?)
40445      Branch: perl
40446            ! lib/ExtUtils/MM_Unix.pm
40447 ____________________________________________________________________________
40448 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
40449         Log: (Retracted by #11221)
40450              Change the PERM_RW and PERM_RWX to 0644 and 0755
40451              (add the leading zero).
40452      Branch: perl
40453            ! lib/ExtUtils/MM_Unix.pm
40454 ____________________________________________________________________________
40455 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
40456         Log: Integrate changes #11193, 11205, 11209 from macperl.
40457              
40458              Fix up AutoLoader to fudge for Mac paths in import().
40459              
40460              Allow symbols in try_symbol() to begin with "_".
40461              
40462              Small portability fix for Mac OS.
40463      Branch: perl
40464           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
40465 ____________________________________________________________________________
40466 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
40467         Log: Metaconfig unit change for #11217.
40468      Branch: metaconfig/U/perl
40469            ! Extensions.U
40470 ____________________________________________________________________________
40471 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
40472         Log: Detypo, problem noticed by Gerrit P. Haase.
40473      Branch: perl
40474            ! Configure config_h.SH
40475 ____________________________________________________________________________
40476 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
40477         Log: Cwd cleanups.
40478      Branch: perl
40479            ! ext/Cwd/Cwd.xs
40480 ____________________________________________________________________________
40481 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
40482         Log: Slight tweaks on #11213.
40483      Branch: perl
40484            ! toke.c
40485 ____________________________________________________________________________
40486 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
40487         Log: A missing dTHX noticed by Gerrit P. Haase.
40488      Branch: perl
40489            ! ext/POSIX/POSIX.xs
40490 ____________________________________________________________________________
40491 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
40492         Log: Subject: [PATCH toke.c] Simplify yytoke()
40493              From: Simon Cozens <simon@netthink.co.uk>
40494              Date: Sun, 8 Jul 2001 13:24:34 +0100
40495              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
40496              
40497              Split out pending_ident().
40498      Branch: perl
40499            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
40500 ____________________________________________________________________________
40501 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
40502         Log: (Retracted by #11223.)
40503              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
40504              Date: Wed, 05 Nov 1997 17:22:34 -0600
40505              From: Graham Barr <gbarr@ti.com>
40506              Message-Id: <3460FFBA.6DA51F46@ti.com>
40507      Branch: perl
40508            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
40509 ____________________________________________________________________________
40510 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
40511         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
40512      Branch: perl
40513            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40514            ! pod/perllocale.pod
40515 ____________________________________________________________________________
40516 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
40517         Log: Really do the test under the C locale.
40518      Branch: perl
40519            ! ext/I18N/Langinfo/Langinfo.t
40520 ____________________________________________________________________________
40521 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
40522         Log: Small portability fix for Mac OS.
40523      Branch: maint-5.6/macperl
40524            ! lib/Cwd.pm
40525 ____________________________________________________________________________
40526 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
40527         Log: Metaconfig unit change for #11207.
40528      Branch: metaconfig/U/perl
40529            ! Extensions.U
40530 ____________________________________________________________________________
40531 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
40532         Log: Add I18N::Langinfo, which is basically a wrapper around
40533              nl_langinfo(), which is an additional way to query locale
40534              specific information.
40535      Branch: perl
40536            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40537            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
40538            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
40539 ____________________________________________________________________________
40540 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
40541         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
40542              used in File::Find tests; replace with if.t.
40543      Branch: maint-5.6/macperl
40544            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
40545            ! t/pragma/warn/op
40546 ____________________________________________________________________________
40547 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
40548         Log: Allow symbols in try_symbol() to begin with "_".
40549      Branch: maint-5.6/macperl
40550            ! makedef.pl
40551 ____________________________________________________________________________
40552 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
40553         Log: Sync up the File::Find changes from the rewrite by
40554              Thomas Wegner, et al.
40555      Branch: maint-5.6/macperl
40556            + t/lib/filefind-taint.t
40557            ! lib/File/Find.pm t/lib/filefind.t
40558 ____________________________________________________________________________
40559 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
40560         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
40561              From: Thomas Wegner <wegner_thomas@yahoo.com>
40562              Date: Thu, 5 Jul 2001 20:31:25 +0200
40563              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
40564      Branch: maint-5.6/macperl
40565            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
40566 ____________________________________________________________________________
40567 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
40568         Log: Some more test portability fixes.
40569      Branch: maint-5.6/macperl
40570            ! t/lib/filecopy.t t/pragma/warn/pp_sys
40571 ____________________________________________________________________________
40572 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
40573         Log: The #11200 removed wrong (non-existent) target.  Duh.
40574      Branch: perl
40575            ! Makefile.SH
40576 ____________________________________________________________________________
40577 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
40578         Log: Zap the lib/re.pm before creating it.
40579      Branch: perl
40580            ! Makefile.SH
40581 ____________________________________________________________________________
40582 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
40583         Log: Another test.  Please ignore.
40584      Branch: maint-5.6/macperl
40585            ! README.macos
40586 ____________________________________________________________________________
40587 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
40588         Log: Portability fixes for a lot of tests, especially IO-related
40589              tests, and warnings, and the harness script.
40590      Branch: maint-5.6/macperl
40591            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
40592            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
40593            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
40594            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
40595            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
40596            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
40597            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
40598            ! t/pragma/warnings.t
40599 ____________________________________________________________________________
40600 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
40601         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
40602              From: Nicholas Clark <nick@ccl4.org>
40603              Date: Sat, 7 Jul 2001 21:00:17 +0100
40604              Message-ID: <20010707210017.H59620@plum.flirble.org>
40605      Branch: perl
40606            ! lib/h2xs.t
40607 ____________________________________________________________________________
40608 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
40609         Log: The UNICOS/mk SysV IPC problem has been fixed.
40610      Branch: perl
40611            ! pod/perl572delta.pod
40612 ____________________________________________________________________________
40613 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
40614         Log: Slight update tweaks on perlunicode.pod.
40615      Branch: perl
40616            ! pod/perlunicode.pod
40617 ____________________________________________________________________________
40618 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
40619         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
40620              From: Mark-Jason Dominus <mjd@plover.com>
40621              Date: Sat, 07 Jul 2001 13:04:04 -0400
40622              Message-ID: <20010707170404.32694.qmail@plover.com>
40623      Branch: perl
40624            ! ext/DB_File/DB_File.pm
40625 ____________________________________________________________________________
40626 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
40627         Log: Fix up AutoLoader to fudge for Mac paths in import().
40628      Branch: maint-5.6/macperl
40629            ! lib/AutoLoader.pm
40630 ____________________________________________________________________________
40631 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
40632         Log: Try to force the lib/re.pm to be there before entering
40633              the extensions builds, should help for parallel makes.
40634      Branch: perl
40635            ! Makefile.SH
40636 ____________________________________________________________________________
40637 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
40638         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40639              From: Norton Allen <allen@huarp.harvard.edu>
40640              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
40641              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
40642      Branch: perl
40643            ! ext/POSIX/POSIX.xs
40644 ____________________________________________________________________________
40645 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
40646         Log: Subject: [PATCH] Re: op/arith.t
40647              From: Nicholas Clark <nick@ccl4.org>
40648              Date: Sat, 7 Jul 2001 13:04:54 +0100
40649              Message-ID: <20010707130454.D59620@plum.flirble.org>
40650      Branch: perl
40651            ! numeric.c toke.c
40652 ____________________________________________________________________________
40653 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
40654         Log: Subject: [PATCH] h2xs
40655              From: Nicholas Clark <nick@ccl4.org>
40656              Date: Fri, 6 Jul 2001 23:25:14 +0100
40657              Message-ID: <20010706232514.X59620@plum.flirble.org>
40658      Branch: perl
40659            ! utils/h2xs.PL
40660 ____________________________________________________________________________
40661 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
40662         Log: Subject: Re: bleedperl perl_alloc..free leakage
40663              From: Radu Greab <radu@netsoft.ro>
40664              Date: Fri, 6 Jul 2001 19:48:54 +0300
40665              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
40666              
40667              Leak-be-gone.
40668      Branch: perl
40669            ! op.c
40670 ____________________________________________________________________________
40671 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
40672         Log: Test again.  Please ignore.
40673      Branch: maint-5.6/macperl
40674            ! README.macos
40675 ____________________________________________________________________________
40676 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
40677         Log: Test.  Please ignore.
40678      Branch: maint-5.6/macperl
40679            ! README.macos
40680 ____________________________________________________________________________
40681 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
40682         Log: Include changes already sent in separately as patches,
40683              before branch was created.
40684      Branch: maint-5.6/macperl
40685            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
40686            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
40687            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
40688            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
40689            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
40690            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
40691            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
40692            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
40693            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
40694            ! t/pragma/strict.t
40695 ____________________________________________________________________________
40696 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
40697         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
40698              From: Norton Allen <allen@huarp.harvard.edu>
40699              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
40700              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
40701      Branch: perl
40702            ! utf8.h
40703 ____________________________________________________________________________
40704 [ 11183] By: nick                                  on 2001/07/06  16:27:40
40705         Log: Integrate mainline
40706      Branch: perlio
40707           +> (branch 42 files)
40708            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
40709            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
40710            - win32/bin/mdelete.bat
40711           !> (integrate 215 files)
40712 ____________________________________________________________________________
40713 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
40714         Log: The #11166 needed also these updated.
40715      Branch: perl
40716            ! lib/warnings.pm warnings.h
40717 ____________________________________________________________________________
40718 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
40719         Log: Update Changes.
40720      Branch: perl
40721            ! Changes patchlevel.h
40722 ____________________________________________________________________________
40723 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
40724         Log: Regen toc.
40725      Branch: perl
40726            ! pod/perltoc.pod
40727 ____________________________________________________________________________
40728 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
40729         Log: Nit from Abhijit.
40730      Branch: perl
40731            ! lib/CPAN.pm
40732 ____________________________________________________________________________
40733 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
40734         Log: Retract #11172.
40735      Branch: perl
40736            ! t/op/method.t
40737 ____________________________________________________________________________
40738 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
40739         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
40740              From: Norton Allen <allen@huarp.harvard.edu>
40741              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
40742              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
40743      Branch: perl
40744            ! lib/Cwd.pm
40745 ____________________________________________________________________________
40746 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
40747         Log: (Accidentally empty check-in.)
40748      Branch: perl
40749            ! utf8.h
40750 ____________________________________________________________________________
40751 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
40752         Log: Retract #11165 since Sarathy pointed out it'll not
40753              work properly under threads, the problem should be
40754              solved using "the savestack, either via SSNEW() or
40755              using a newSVpv()+SAVEFREESV() combo."
40756      Branch: perl
40757            ! ext/POSIX/POSIX.xs
40758 ____________________________________________________________________________
40759 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
40760         Log: Retract #11125 since NI-S pointed out it'll not work in
40761              cases where the extension has their own handcrafted INC
40762              et alia.
40763      Branch: perl
40764            ! lib/ExtUtils/MM_Unix.pm
40765 ____________________________________________________________________________
40766 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
40767         Log: Subject: RE: [PATCH] -I and MakeMaker again
40768              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40769              Date: Fri, 6 Jul 2001 09:18:29 +0200
40770              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
40771      Branch: perl
40772            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
40773            ! lib/ExtUtils/MM_Win32.pm
40774 ____________________________________________________________________________
40775 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
40776         Log: (Retracted by #11178)
40777              Subject: [PATCH t/op/method.t] SUPER:: strangeness
40778              From: Piers Cawley <pdcawley@iterative-software.com>
40779              Date: 06 Jul 2001 10:49:01 +0100
40780              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
40781      Branch: perl
40782            ! t/op/method.t
40783 ____________________________________________________________________________
40784 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
40785         Log: VOS README update from Paul Green.
40786      Branch: perl
40787            ! README.vos
40788 ____________________________________________________________________________
40789 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
40790         Log: Subject: [PATCH README.qnx hints/qnx.sh]
40791              From: Norton Allen <allen@huarp.harvard.edu>
40792              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
40793              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
40794      Branch: perl
40795            ! README.qnx hints/qnx.sh
40796 ____________________________________________________________________________
40797 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
40798         Log: Subject: [PATCH] Doc patch for Tie::Hash
40799              From: Artur Bergman <artur@contiller.se>
40800              Date: Thu, 05 Jul 2001 22:51:18 +0200
40801              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
40802      Branch: perl
40803            ! lib/Tie/Hash.pm
40804 ____________________________________________________________________________
40805 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
40806         Log: Subject: [PATCH] perlfaq4.pod
40807              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
40808              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
40809              Date: Thu, 5 Jul 2001 18:44:10 +0100 
40810      Branch: perl
40811            ! pod/perlfaq4.pod
40812 ____________________________________________________________________________
40813 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
40814         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
40815              From: Robin Houston <robin@kitsite.com>
40816              Date: Thu, 5 Jul 2001 18:33:21 +0100
40817              Message-ID: <20010705183321.A27345@robin.kitsite.com>
40818      Branch: perl
40819            ! ext/B/B/Deparse.pm
40820 ____________________________________________________________________________
40821 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
40822         Log: (Retracted by #11285.)
40823              
40824              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
40825              From: Abhijit Menon-Sen <ams@wiw.org>
40826              Date: Fri, 6 Jul 2001 01:26:32 +0530
40827              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
40828      Branch: perl
40829            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
40830            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
40831            ! warnings.pl
40832 ____________________________________________________________________________
40833 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
40834         Log: (Retracted by #11175)
40835              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40836              From: Norton Allen <allen@huarp.harvard.edu>
40837              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
40838              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
40839      Branch: perl
40840            ! ext/POSIX/POSIX.xs
40841 ____________________________________________________________________________
40842 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
40843         Log: Unterminated C< (noticed by Richard Hatch), and few other
40844              small Unicode doc tweaks.
40845      Branch: perl
40846            ! pod/perlretut.pod
40847 ____________________________________________________________________________
40848 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
40849         Log: More flexible argument understanding; add charblocks() and
40850              charscripts(); make charblock() and charscript() two-way;
40851              add charinrange(); separate the $Unicode::UCD::VERSION and
40852              the version of the Unicode by adding UnicodeVersion().
40853      Branch: perl
40854            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40855 ____________________________________________________________________________
40856 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
40857         Log: Update Unicode::UCD on \p{In...}.
40858      Branch: perl
40859            ! lib/Unicode/UCD.pm
40860 ____________________________________________________________________________
40861 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
40862         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
40863              From: Norton Allen <allen@huarp.harvard.edu>
40864              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
40865              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
40866      Branch: perl
40867            ! lib/ExtUtils/MM_Unix.pm
40868 ____________________________________________________________________________
40869 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
40870         Log: POSIX-BC tweaks from Thomas Dorner.
40871      Branch: perl
40872            ! hints/posix-bc.sh perlio.h
40873 ____________________________________________________________________________
40874 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
40875         Log: Module updates for the delta.
40876      Branch: perl
40877            ! pod/perl572delta.pod
40878 ____________________________________________________________________________
40879 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
40880         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
40881              From: Norton Allen <allen@huarp.harvard.edu>
40882              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
40883              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
40884      Branch: perl
40885            ! ext/IO/lib/IO/t/io_sock.t
40886 ____________________________________________________________________________
40887 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
40888         Log: Subject: [PATCH perldiag.pod] Quick fixes
40889              From: Simon Cozens <simon@netthink.co.uk>
40890              Date: Wed, 4 Jul 2001 20:22:12 +0100
40891              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
40892      Branch: perl
40893            ! pod/perldiag.pod
40894 ____________________________________________________________________________
40895 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
40896         Log: (retracted by #13533)
40897              
40898              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
40899              From: Radu Greab <radu@netsoft.ro>
40900              Date: Wed, 4 Jul 2001 22:13:31 +0300
40901              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
40902      Branch: perl
40903            ! op.c sv.c t/op/pos.t
40904 ____________________________________________________________________________
40905 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
40906         Log: Subject: [PATCH] -I and MakeMaker again
40907              From: Michael G Schwern <schwern@pobox.com>
40908              Date: Wed, 4 Jul 2001 15:03:07 -0400
40909              Message-ID: <20010704150307.I20340@blackrider>
40910              
40911              (and retract #11145)
40912      Branch: perl
40913            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
40914            ! lib/ExtUtils/MakeMaker.pm
40915 ____________________________________________________________________________
40916 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
40917         Log: Subject: Re: PERFORCE change 11142 for review
40918              From: "Philip Newton" <Philip.Newton@gmx.net>
40919              Date: Wed, 4 Jul 2001 20:46:26 +0200
40920              Message-Id: <200107041841.VAA25380@taas.iki.fi>
40921      Branch: perl
40922            ! lib/ExtUtils/MakeMaker.pm
40923 ____________________________________________________________________________
40924 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
40925         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
40926              From: Jonathan Stowe <gellyfish@gellyfish.com>
40927              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
40928              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
40929      Branch: perl
40930            ! utils/pl2pm.PL
40931 ____________________________________________________________________________
40932 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
40933         Log: fix the binary compatibility issue when building with/without
40934              usemymalloc by exporting Perl_malloc() et al as simple wrappers
40935              around the system functions (this allows most extensions built
40936              using one mode to coexist with perls built in the other mode)
40937              
40938              XXX the Perl_mfree() wrapper might need to do return(free()) on
40939              platforms where Free_t isn't "void"
40940      Branch: perl
40941            ! embed.h embed.pl makedef.pl proto.h util.c
40942 ____________________________________________________________________________
40943 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
40944         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
40945              since it doesn't ensure threads other than the one calling fork()
40946              aren't holding any locks; the fix is to use pthread_atfork() to
40947              hold global locks
40948              
40949              building perl with -Dusemymalloc exacerbates the problem since
40950              Perl_malloc() holds a mutex, and perl's exec() calls New()
40951              
40952              XXX the code in win32thread.h may be needed on platforms that have
40953              no pthread_atfork()
40954      Branch: perl
40955            ! perl.c thread.h win32/win32thread.h
40956 ____________________________________________________________________________
40957 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
40958         Log: Integrate #11009 from maintperl.
40959      Branch: maint-5.6/macperl
40960           !> lib/ExtUtils/Manifest.pm
40961 ____________________________________________________________________________
40962 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
40963         Log: Flexing my Perforce muscles.
40964      Branch: maint-5.6/macperl
40965            ! README.macos
40966 ____________________________________________________________________________
40967 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
40968         Log: Update Changes.
40969      Branch: perl
40970            ! Changes patchlevel.h
40971 ____________________________________________________________________________
40972 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
40973         Log: Metaconfig unit change for #11146.
40974      Branch: metaconfig/U/perl
40975            ! d_fcntl_can_lock.U
40976 ____________________________________________________________________________
40977 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
40978         Log: Somehow the #ifdefs of the added code (in #11093) made
40979              HP-UX to fail the fcntl locking test, without the ifdefs
40980              the test seems to be working again.  Reason unknown:
40981              HP-UX cc doesn't complain either way.
40982      Branch: perl
40983            ! Configure
40984 ____________________________________________________________________________
40985 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
40986         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
40987      Branch: perl
40988            ! lib/ExtUtils/MM_Unix.pm
40989 ____________________________________________________________________________
40990 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
40991         Log: gcc -Wall nit.
40992      Branch: perl
40993            ! pp_hot.c
40994 ____________________________________________________________________________
40995 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
40996         Log: When removing tests updating the test count is a good idea, too.
40997      Branch: perl
40998            ! lib/Net/t/require.t
40999 ____________________________________________________________________________
41000 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
41001         Log: Document #11134 and add the new symbols to the list of
41002              of MakeMaker known ones.
41003      Branch: perl
41004            ! lib/ExtUtils/MakeMaker.pm
41005 ____________________________________________________________________________
41006 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
41007         Log: Microperl update.
41008      Branch: perl
41009            ! uconfig.h
41010 ____________________________________________________________________________
41011 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
41012         Log: Update the libnet tests as per #11138.
41013      Branch: perl
41014            - lib/Net/t/ph.t
41015            ! MANIFEST lib/Net/t/require.t
41016 ____________________________________________________________________________
41017 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
41018         Log: Regen toc and modlib.
41019      Branch: perl
41020            ! pod/perlmodlib.pod pod/perltoc.pod
41021 ____________________________________________________________________________
41022 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
41023         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
41024              Graham's request.
41025      Branch: perl
41026            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
41027            ! MANIFEST
41028 ____________________________________________________________________________
41029 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
41030         Log: Add the OS/390 harness results to the delta.
41031      Branch: perl
41032            ! pod/perl572delta.pod
41033 ____________________________________________________________________________
41034 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
41035         Log: Avoid the two study tests in OS/390 until the bug has been solved.
41036      Branch: perl
41037            ! t/op/study.t
41038 ____________________________________________________________________________
41039 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
41040         Log: DOS/DJGPP tweaks from Laszlo Molnar.
41041      Branch: perl
41042            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
41043 ____________________________________________________________________________
41044 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
41045         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
41046              From: Michael G Schwern <schwern@pobox.com>
41047              Date: Wed, 4 Jul 2001 00:01:16 -0400
41048              Message-ID: <20010704000116.C591@blackrider>
41049      Branch: perl
41050            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
41051 ____________________________________________________________________________
41052 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
41053         Log: The #11132 missed singleton characters (not part
41054              of a unilo..unihi range) in Unicode scripts.
41055      Branch: perl
41056            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
41057            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
41058            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
41059            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
41060            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
41061            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
41062            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
41063            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
41064            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
41065            ! lib/unicode/mktables.PL t/op/pat.t
41066 ____________________________________________________________________________
41067 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
41068         Log: Support preferentially the Unicode 'scripts' definition
41069              in the \p{In...} notation since according to Unicode the
41070              scripts concept is more natural for matching than using
41071              the somewhat artificial block names.  The block names are
41072              still available, though, and if there's a name conflict,
41073              the scripts one wins and the blocks one has to do with
41074              'Block' appended to its name.  For more information see
41075              
41076              http://www.unicode.org/unicode/reports/tr24/
41077      Branch: perl
41078            + lib/unicode/In/100.pl lib/unicode/In/101.pl
41079            + lib/unicode/In/102.pl lib/unicode/In/103.pl
41080            + lib/unicode/In/104.pl lib/unicode/In/105.pl
41081            + lib/unicode/In/106.pl lib/unicode/In/107.pl
41082            + lib/unicode/In/108.pl lib/unicode/In/109.pl
41083            + lib/unicode/In/110.pl lib/unicode/In/111.pl
41084            + lib/unicode/In/112.pl lib/unicode/In/113.pl
41085            + lib/unicode/In/114.pl lib/unicode/In/115.pl
41086            + lib/unicode/In/116.pl lib/unicode/In/117.pl
41087            + lib/unicode/In/118.pl lib/unicode/In/119.pl
41088            + lib/unicode/In/120.pl lib/unicode/In/121.pl
41089            + lib/unicode/In/122.pl lib/unicode/In/123.pl
41090            + lib/unicode/In/124.pl lib/unicode/In/125.pl
41091            + lib/unicode/In/126.pl lib/unicode/In/127.pl
41092            + lib/unicode/In/128.pl lib/unicode/In/129.pl
41093            + lib/unicode/In/130.pl lib/unicode/In/131.pl
41094            + lib/unicode/In/132.pl lib/unicode/In/133.pl
41095            + lib/unicode/In/134.pl lib/unicode/In/135.pl
41096            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
41097            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
41098            ! (edit 106 files)
41099 ____________________________________________________________________________
41100 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
41101         Log: Better document the difference between a block and a script.
41102      Branch: perl
41103            ! lib/Unicode/UCD.pm
41104 ____________________________________________________________________________
41105 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
41106         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
41107              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41108              Date: Tue, 3 Jul 2001 15:04:23 -0500
41109              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
41110      Branch: perl
41111            ! lib/CPAN.pm
41112 ____________________________________________________________________________
41113 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
41114         Log: Add tests for charscript().
41115      Branch: perl
41116            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41117 ____________________________________________________________________________
41118 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
41119         Log: Add charscript() to get the UTR#24 script names of characters.
41120      Branch: perl
41121            ! lib/Unicode/UCD.pm
41122 ____________________________________________________________________________
41123 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
41124         Log: Todo updates.
41125      Branch: perl
41126            ! pod/perltodo.pod
41127 ____________________________________________________________________________
41128 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
41129         Log: Unicode::UCD updates.
41130      Branch: perl
41131            ! lib/Unicode/UCD.pm
41132 ____________________________________________________________________________
41133 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
41134         Log: (Retracted by #11174)
41135              Subject: MakeMaker should pass through DEFINE and INC to subdirs
41136              From: Alan Burlison <Alan.Burlison@sun.com>
41137              Date: Tue, 03 Jul 2001 15:20:13 +0100
41138              Message-ID: <3B41D49D.A923D4F9@sun.com>
41139      Branch: perl
41140            ! lib/ExtUtils/MM_Unix.pm
41141 ____________________________________________________________________________
41142 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
41143         Log: Subject: Patch needed for UTS
41144              From: hom00@utsglobal.com (Hal Morris)
41145              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
41146              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
41147              
41148              Replace #11113 with a better version.
41149      Branch: perl
41150            ! perl.h
41151 ____________________________________________________________________________
41152 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
41153         Log: Subject: Re: POINTERRIGOR
41154              From: Andy Dougherty <doughera@lafayette.edu>
41155              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
41156              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
41157      Branch: perl
41158            ! util.c
41159 ____________________________________________________________________________
41160 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
41161         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
41162              From: "Philip Newton" <pnewton@gmx.de>
41163              Date: Tue, 3 Jul 2001 17:03:34 +0200
41164              Message-ID: <3B41FAE6.29564.660E117@localhost>
41165      Branch: perl
41166            ! pp_hot.c
41167 ____________________________________________________________________________
41168 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
41169         Log: Typos.
41170      Branch: perl
41171            ! INSTALL
41172 ____________________________________________________________________________
41173 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
41174         Log: Subject: [PATCH 5.6.1] debugger fixes
41175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41176              Date: Tue, 3 Jul 2001 03:38:18 -0400
41177              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
41178              
41179              The $^S is working again.
41180      Branch: perl
41181            ! lib/perl5db.pl
41182 ____________________________________________________________________________
41183 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
41184         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
41185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41186              Date: Tue, 3 Jul 2001 03:34:06 -0400
41187              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
41188      Branch: perl
41189            ! os2/OS2/Process/Process.pm
41190 ____________________________________________________________________________
41191 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
41192         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
41193              From: "Philip Newton" <Philip.Newton@gmx.net>
41194              Date: Tue, 3 Jul 2001 09:11:27 +0200
41195              Message-Id: <200107030706.KAA04596@taas.iki.fi>
41196      Branch: perl
41197            ! lib/FindBin.pm
41198 ____________________________________________________________________________
41199 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
41200         Log: Delta delta.
41201      Branch: perl
41202            ! pod/perl572delta.pod
41203 ____________________________________________________________________________
41204 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
41205         Log: Metaconfig unit change for 11115.
41206      Branch: metaconfig
41207            ! U/modified/libc.U
41208 ____________________________________________________________________________
41209 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
41210         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
41211              (from Richard Hatch) (this was the cause of pipes() and
41212              times() mysteriously not being found)
41213      Branch: perl
41214            ! Configure
41215 ____________________________________________________________________________
41216 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
41217         Log: Retract #10142, the real culprit found by Richard Hatch,
41218              coming soon to Configure near you.
41219      Branch: perl
41220            ! hints/aix.sh
41221 ____________________________________________________________________________
41222 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
41223         Log: (Replaced by #11124) UTS workaround from Hal Morris.
41224      Branch: perl
41225            ! perl.h
41226 ____________________________________________________________________________
41227 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
41228         Log: Subject: [PATCH] grok not grocking correctly
41229              From: Nicholas Clark <nick@ccl4.org>
41230              Date: Tue, 3 Jul 2001 00:19:08 +0100
41231              Message-ID: <20010703001908.H59620@plum.flirble.org>
41232      Branch: perl
41233            ! numeric.c
41234 ____________________________________________________________________________
41235 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
41236         Log: Subject: [PATCH Deparse.t] test just-posted patches
41237              From: Robin Houston <robin@kitsite.com>
41238              Date: Mon, 2 Jul 2001 23:46:15 +0100
41239              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
41240      Branch: perl
41241            ! ext/B/Deparse.t
41242 ____________________________________________________________________________
41243 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
41244         Log: Subject: [PATCH toke.c] autosplit into @F
41245              From: Robin Houston <robin@kitsite.com>
41246              Date: Mon, 2 Jul 2001 23:18:20 +0100
41247              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
41248      Branch: perl
41249            ! perl.c toke.c
41250 ____________________________________________________________________________
41251 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
41252         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
41253              From: Robin Houston <robin@kitsite.com>
41254              Date: Mon, 2 Jul 2001 23:00:48 +0100
41255              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
41256      Branch: perl
41257            ! ext/B/B/Deparse.pm
41258 ____________________________________________________________________________
41259 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
41260         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
41261              From: "Philip Newton" <Philip.Newton@gmx.net>
41262              Date: Mon, 2 Jul 2001 22:06:22 +0200
41263              (no Message-Id)
41264      Branch: perl
41265            ! ext/NDBM_File/hints/linux.pl
41266 ____________________________________________________________________________
41267 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
41268         Log: Subject: Re: Fixed pack problem - sort of
41269              From: Nicholas Clark <nick@ccl4.org>
41270              Date: Mon, 2 Jul 2001 20:59:20 +0100
41271              Message-ID: <20010702205919.F59620@plum.flirble.org>
41272      Branch: perl
41273            ! pp_pack.c t/op/pack.t
41274 ____________________________________________________________________________
41275 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
41276         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
41277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41278              Date: Mon, 2 Jul 2001 15:45:41 -0400
41279              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
41280      Branch: perl
41281            ! os2/os2.c
41282 ____________________________________________________________________________
41283 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
41284         Log: (Mistaken retraction)
41285      Branch: perl
41286            ! utils/pl2pm.PL
41287 ____________________________________________________________________________
41288 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
41289         Log: Detypo in #11103.
41290      Branch: perl
41291            ! utils/pl2pm.PL
41292 ____________________________________________________________________________
41293 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
41294         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
41295              From: Jonathan Stowe <gellyfish@gellyfish.com>
41296              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
41297              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
41298      Branch: perl
41299            ! utils/pl2pm.PL
41300 ____________________________________________________________________________
41301 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
41302         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
41303              From: "Craig A. Berry" <craigberry@mac.com>
41304              Date: Mon, 02 Jul 2001 14:11:23 -0500
41305              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
41306      Branch: perl
41307            ! lib/Unicode/UCD.pm
41308 ____________________________________________________________________________
41309 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
41310         Log: Subject: [PATCH] Re: op/numconvert.t failures
41311              From: Nicholas Clark <nick@ccl4.org>
41312              Date: Mon, 2 Jul 2001 20:10:48 +0100
41313              Message-ID: <20010702201048.E59620@plum.flirble.org>
41314      Branch: perl
41315            ! t/op/numconvert.t
41316 ____________________________________________________________________________
41317 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
41318         Log: Update Changes.
41319      Branch: perl
41320            ! Changes patchlevel.h
41321 ____________________________________________________________________________
41322 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
41323         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
41324              The real fix must be more involved.  The line of code all the leaky
41325              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
41326              line of Perl_newPMOP().
41327      Branch: perl
41328            ! op.h
41329 ____________________________________________________________________________
41330 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
41331         Log: Based on
41332              
41333              Subject: Re: sizeof(struct sembuf)
41334              From: Nicholas Clark <nick@ccl4.org>
41335              Date: Sun, 1 Jul 2001 22:26:48 +0100
41336              Message-ID: <20010701222648.W59620@plum.flirble.org>
41337              
41338              but do semop() always the slow way.
41339      Branch: perl
41340            ! doio.c
41341 ____________________________________________________________________________
41342 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
41343         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
41344              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41345              Date: Tue, 03 Jul 2001 00:56:30 +0900
41346              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
41347      Branch: perl
41348            ! ext/Encode/Encode/Tcl.t
41349 ____________________________________________________________________________
41350 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
41351         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
41352              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41353              Date: Tue, 03 Jul 2001 00:55:46 +0900
41354              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
41355      Branch: perl
41356            ! ext/Encode/Encode/Tcl.pm
41357 ____________________________________________________________________________
41358 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
41359         Log: Regen api and toc.
41360      Branch: perl
41361            ! pod/perlapi.pod pod/perltoc.pod
41362 ____________________________________________________________________________
41363 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
41364         Log: Metaconfig unit change for #11093.
41365      Branch: metaconfig/U/perl
41366            ! d_fcntl_can_lock.U
41367 ____________________________________________________________________________
41368 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
41369         Log: The fcntl locking test may hang if NFS locking messed up;
41370              break out with alarm(10).
41371      Branch: perl
41372            ! Configure
41373 ____________________________________________________________________________
41374 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
41375         Log: Move the mdelete.bat from win32/bin to win32.
41376      Branch: perl
41377            ! MANIFEST
41378 ____________________________________________________________________________
41379 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
41380         Log: Typo in #11083.
41381      Branch: perl
41382            ! ext/Time/Piece/Piece.t
41383 ____________________________________________________________________________
41384 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
41385         Log: Netware tweaks from Guruprasad.
41386      Branch: perl
41387            - NetWare/perlsdio.h
41388            ! MANIFEST NetWare/Makefile NetWare/interface.c
41389            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
41390            ! perlsdio.h
41391 ____________________________________________________________________________
41392 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
41393         Log: Subject: Re: [PATH] shared -> unique;
41394              From: Abhijit Menon-Sen <ams@wiw.org>
41395              Date: Wed, 27 Jun 2001 03:51:27 +0530
41396              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
41397      Branch: perl
41398            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
41399 ____________________________________________________________________________
41400 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
41401         Log: Subject: Re: AIX / gcc-3.0
41402              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41403              Date: Mon, 02 Jul 2001 15:20:21 +0200
41404              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
41405      Branch: perl
41406            ! hints/aix.sh
41407 ____________________________________________________________________________
41408 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
41409         Log: Subject: Re: Bug report: split splits on wrong pattern
41410              From: Abhijit Menon-Sen <ams@wiw.org>
41411              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
41412              Date: Mon, 2 Jul 2001 16:31:33 +0530
41413      Branch: perl
41414            ! pp_ctl.c
41415 ____________________________________________________________________________
41416 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
41417         Log: Subject: [PATCH 5.6.1] test harness
41418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41419              Date: Mon, 2 Jul 2001 06:29:21 -0400
41420              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
41421      Branch: perl
41422            ! lib/Test/Harness.pm
41423 ____________________________________________________________________________
41424 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
41425         Log: Subject: [PATCH 5.6.1] debugger goof
41426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41427              Date: Mon, 2 Jul 2001 06:27:22 -0400
41428              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
41429      Branch: perl
41430            ! lib/perl5db.pl
41431 ____________________________________________________________________________
41432 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
41433         Log: Subject: [PATCH 5.6.1] OS/2 cwd
41434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41435              Date: Mon, 2 Jul 2001 06:21:17 -0400
41436              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
41437      Branch: perl
41438            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
41439 ____________________________________________________________________________
41440 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
41441         Log: Make #11082 more OS/2-specific.
41442      Branch: perl
41443            ! ext/Time/Piece/Piece.t
41444 ____________________________________________________________________________
41445 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
41446         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
41447              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41448              Date: Mon, 2 Jul 2001 06:06:34 -0400
41449              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
41450      Branch: perl
41451            ! ext/Time/Piece/Piece.t
41452 ____________________________________________________________________________
41453 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
41454         Log: Subject: [PATCH B::Deparse] version number & changes
41455              From: Robin Houston <robin@kitsite.com>  
41456              Date: Sun, 1 Jul 2001 17:17:29 +0100
41457              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
41458      Branch: perl
41459            ! ext/B/B/Deparse.pm
41460 ____________________________________________________________________________
41461 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
41462         Log: Subject: a small fix.
41463              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41464              Date: Mon, 2 Jul 2001 12:17:53 +0200
41465              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
41466      Branch: perl
41467            ! ext/Thread/Thread.xs
41468 ____________________________________________________________________________
41469 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
41470         Log: Subject: RE: perl@10907
41471              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41472              Date: Mon, 2 Jul 2001 12:06:16 +0200
41473              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
41474              
41475              Borland C vs PerlIO.
41476      Branch: perl
41477            ! win32/config.bc win32/config_H.bc
41478 ____________________________________________________________________________
41479 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
41480         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
41481              From: "H.M. Brand" <merijn@l1.procura.nl>
41482              Date: Mon, 02 Jul 2001 11:18:57 +0200
41483              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
41484      Branch: perl
41485            ! t/op/write.t
41486 ____________________________________________________________________________
41487 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
41488         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
41489              From: Michael G Schwern <schwern@pobox.com>
41490              Date: Mon, 2 Jul 2001 00:26:24 -0400
41491              Message-ID: <20010702002624.A18302@blackrider>
41492      Branch: perl
41493            - ext/util/mkbootstrap
41494 ____________________________________________________________________________
41495 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
41496         Log: Subject: [PATCH op.h] v minor comment tweak
41497              From: Robin Houston <robin@puffinry.freeserve.co.uk>
41498              Date: Mon, 2 Jul 2001 00:42:01 +0100
41499              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
41500      Branch: perl
41501            ! op.h
41502 ____________________________________________________________________________
41503 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
41504         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
41505      Branch: perl
41506            ! pod/perlfunc.pod
41507 ____________________________________________________________________________
41508 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
41509         Log: Subject: Re: sizeof(struct sembuf)
41510              From: Nicholas Clark <nick@ccl4.org>
41511              Date: Sun, 1 Jul 2001 19:23:16 +0100
41512              Message-ID: <20010701192316.V59620@plum.flirble.org>
41513              
41514              s/signaling/signalling/
41515      Branch: perl
41516            ! pod/perlfunc.pod
41517 ____________________________________________________________________________
41518 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
41519         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
41520              From: "Philip Newton" <Philip.Newton@gmx.net>
41521              Date: Sun, 1 Jul 2001 09:37:56 +0200
41522              Message-Id: <200107010733.KAA03920@taas.iki.fi>
41523      Branch: perl
41524            ! pod/perlvar.pod
41525 ____________________________________________________________________________
41526 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
41527         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
41528              From: "Philip Newton" <Philip.Newton@gmx.net>
41529              Date: Sun, 1 Jul 2001 09:37:56 +0200
41530              Message-Id: <200107010733.KAA03925@taas.iki.fi>
41531      Branch: perl
41532            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
41533 ____________________________________________________________________________
41534 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
41535         Log: Metaconfig unit change for #11070.
41536      Branch: metaconfig
41537            ! U/compline/randfunc.U
41538 ____________________________________________________________________________
41539 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
41540         Log: Subject: [PATCH perlsnap] its --> it's --> its
41541              From: "Philip Newton" <Philip.Newton@gmx.net>
41542              Date: Sun, 1 Jul 2001 09:37:56 +0200
41543              Message-Id: <200107010733.KAA03914@taas.iki.fi>
41544      Branch: perl
41545            ! Porting/config_H
41546 ____________________________________________________________________________
41547 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
41548         Log: Sync with Sarathy; integrate with perlio.
41549      Branch: perl
41550           !> gv.c
41551 ____________________________________________________________________________
41552 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
41553         Log: regenerate win32/config_H.?c files
41554      Branch: perl
41555            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41556 ____________________________________________________________________________
41557 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
41558         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
41559              naming discipline
41560              
41561              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
41562              because of this)
41563              
41564              fix a warning about "fd" being used without being set in Cwd.xs
41565      Branch: perl
41566            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
41567            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
41568            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
41569            ! win32/config.vc
41570 ____________________________________________________________________________
41571 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
41572         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
41573              within macro arguments") and warnings ("unary minus applied to
41574              unsigned type", among others)
41575      Branch: perl
41576            ! gv.c hv.c op.c pp.c sv.c toke.c
41577 ____________________________________________________________________________
41578 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
41579         Log: win32 fixes: more spurious CRs
41580      Branch: perl
41581            ! win32/mdelete.bat
41582 ____________________________________________________________________________
41583 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
41584         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
41585              from win32/bin (or it gets deleted by distclean); don't delete
41586              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
41587              NT (should be made Win9x specific, and added to makefile.mk)
41588      Branch: perl
41589           +> win32/mdelete.bat
41590            - win32/bin/mdelete.bat
41591            ! win32/Makefile win32/makefile.mk
41592 ____________________________________________________________________________
41593 [ 11063] By: nick                                  on 2001/07/01  18:54:09
41594         Log: Quick for for #ifdef mess
41595      Branch: perlio
41596            ! gv.c
41597 ____________________________________________________________________________
41598 [ 11062] By: nick                                  on 2001/07/01  18:47:42
41599         Log: Raw integrate - does not build #if mess in gv.c
41600      Branch: perlio
41601           !> (integrate 29 files)
41602 ____________________________________________________________________________
41603 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
41604         Log: Make 'compile' target a little less broken.
41605              Still very broken, though: -Wall warnings from
41606              the generated code, boot_Foo prototypes missing,
41607              can't autoload Fcntl::SEEK_CUR et alia, ...
41608      Branch: perl
41609            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
41610            ! utils/perlcc.PL x2p/Makefile.SH
41611 ____________________________________________________________________________
41612 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
41613         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
41614      Branch: perl
41615            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41616            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
41617 ____________________________________________________________________________
41618 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
41619         Log: Update Changes.
41620      Branch: perl
41621            ! Changes patchlevel.h
41622 ____________________________________________________________________________
41623 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
41624         Log: Still one typo, regen toc.
41625      Branch: perl
41626            ! lib/Unicode/UCD.pm pod/perltoc.pod
41627 ____________________________________________________________________________
41628 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
41629         Log: Detypos and regen toc.
41630      Branch: perl
41631            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
41632 ____________________________________________________________________________
41633 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
41634         Log: VERSION tweak.
41635      Branch: perl
41636            ! ext/List/Util/lib/List/Util.pm
41637 ____________________________________________________________________________
41638 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
41639         Log: Attempt at plugging the leak under ithreads detected by Doug.
41640      Branch: perl
41641            ! op.h
41642 ____________________________________________________________________________
41643 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
41644         Log: gcc -Wall lint after #11051.
41645      Branch: perl
41646            ! pp_sys.c
41647 ____________________________________________________________________________
41648 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
41649         Log: Integrate perlio.
41650      Branch: perl
41651           !> lib/File/Find/taint.t
41652 ____________________________________________________________________________
41653 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
41654         Log: Don't use the v-strings for module VERSIONs.
41655      Branch: perl
41656            ! lib/Unicode/UCD.pm
41657 ____________________________________________________________________________
41658 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
41659         Log: Code cleanup based on turning off the -woffs in IRIX.
41660              Not all of the gripes cleaned up (hairy code in hv.c and
41661              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
41662              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
41663              to the IRIX hints)
41664      Branch: perl
41665            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
41666            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
41667            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
41668            ! regcomp.c sv.c
41669 ____________________________________________________________________________
41670 [ 11050] By: nick                                  on 2001/06/30  20:46:46
41671         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
41672      Branch: perlio
41673            ! lib/File/Find/taint.t
41674 ____________________________________________________________________________
41675 [ 11049] By: nick                                  on 2001/06/30  18:13:33
41676         Log: Integrate mainline
41677      Branch: perlio
41678           +> NetWare/nwstdio.h NetWare/perlsdio.h
41679           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41680           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
41681           +> lib/Unicode/UCD.t t/run/exit.t
41682           !> (integrate 60 files)
41683 ____________________________________________________________________________
41684 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
41685         Log: Delta delta.
41686      Branch: perl
41687            ! pod/perl572delta.pod
41688 ____________________________________________________________________________
41689 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
41690         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
41691              by CPAN.pm, use rather _00.
41692      Branch: perl
41693            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
41694            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
41695            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
41696            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
41697            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
41698            ! lib/ExtUtils/Embed.pm lib/Test.pm
41699 ____________________________________________________________________________
41700 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
41701         Log: Add a simple Unicode character database interface, Unicode::UCD.
41702      Branch: perl
41703            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
41704            ! MANIFEST
41705 ____________________________________________________________________________
41706 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
41707         Log: Subject: [PATCH] op/numconver.t
41708              From: Nicholas Clark <nick@ccl4.org>
41709              Date: Sat, 30 Jun 2001 15:40:10 +0100
41710              Message-ID: <20010630154010.I59620@plum.flirble.org>
41711      Branch: perl
41712            ! t/op/numconvert.t
41713 ____________________________________________________________________________
41714 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
41715         Log: The $^N is now taken (by #11038).
41716      Branch: perl
41717            ! t/base/lex.t
41718 ____________________________________________________________________________
41719 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
41720         Log: The #11040 had slipped to a wrong function...
41721      Branch: perl
41722            ! sv.c
41723 ____________________________________________________________________________
41724 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
41725         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
41726              the Configure library symbol probe mysteriously finds all
41727              symbols but those of pipe() and times().
41728      Branch: perl
41729            ! hints/aix.sh
41730 ____________________________________________________________________________
41731 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
41732         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
41733              From: Nicholas Clark <nick@ccl4.org>
41734              Date: Fri, 29 Jun 2001 23:49:07 +0100
41735              Message-ID: <20010629234907.D59620@plum.flirble.org>
41736      Branch: perl
41737            ! lib/ExtUtils.t
41738 ____________________________________________________________________________
41739 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
41740         Log: Subject: [PATCH] weakref fix 2, not yet there
41741              From: Artur Bergman <artur@contiller.se>
41742              Date: Sat, 30 Jun 2001 01:18:16 +0200
41743              Message-ID: <B762D957.1CC9%artur@contiller.se>
41744      Branch: perl
41745            ! sv.c
41746 ____________________________________________________________________________
41747 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
41748         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
41749              From: Michael G Schwern <schwern@pobox.com>
41750              Date: Fri, 29 Jun 2001 19:39:11 -0400
41751              Message-ID: <20010629193910.D25304@blackrider>
41752      Branch: perl
41753            + t/run/exit.t
41754            ! MANIFEST
41755 ____________________________________________________________________________
41756 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
41757         Log: Add support for $^N, the most-recently closed group.
41758      Branch: perl
41759            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
41760            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
41761            ! thrdvar.h
41762 ____________________________________________________________________________
41763 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
41764         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
41765              From: lvirden@cas.org
41766              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
41767              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
41768              
41769              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
41770              From: lvirden@cas.org
41771              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
41772              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
41773      Branch: perl
41774            ! README.solaris
41775 ____________________________________________________________________________
41776 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
41777         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
41778              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41779              Date: Sat, 30 Jun 2001 07:33:37 +0900
41780              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
41781              
41782              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
41783              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41784              Date: Sat, 30 Jun 2001 21:38:14 +0900
41785              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
41786      Branch: perl
41787            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41788            + ext/Encode/Encode/7bit-kr.enc
41789            ! MANIFEST ext/Encode/Encode/Tcl.pm
41790 ____________________________________________________________________________
41791 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
41792         Log: NetWare tweaks from Guruprasad.
41793      Branch: perl
41794            + NetWare/nwstdio.h NetWare/perlsdio.h
41795            ! MANIFEST NetWare/Makefile NetWare/config.wc
41796            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
41797            ! NetWare/t/Readme.txt
41798 ____________________________________________________________________________
41799 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
41800         Log: More module $VERSION bump-ups.
41801      Branch: perl
41802            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
41803            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
41804            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
41805 ____________________________________________________________________________
41806 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
41807         Log: Doc update due to #11032.
41808      Branch: perl
41809            ! pod/perl572delta.pod
41810 ____________________________________________________________________________
41811 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
41812         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
41813              From: Peter Prymmer <pvhp@forte.com>
41814              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
41815              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
41816      Branch: perl
41817            ! ext/Time/HiRes/HiRes.xs
41818 ____________________________________________________________________________
41819 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
41820         Log: -lpthreads missing in AIX.
41821      Branch: perl
41822            ! hints/aix.sh
41823 ____________________________________________________________________________
41824 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
41825         Log: Subject: [PATCH] CLONE && weakrefs
41826              From: Artur Bergman <artur@contiller.se>
41827              Date: Fri, 29 Jun 2001 17:02:00 +0200
41828              Message-ID: <B7626508.1CA0%artur@contiller.se>
41829      Branch: perl
41830            ! sv.c
41831 ____________________________________________________________________________
41832 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
41833         Log: Subject: Re: Bug report: split splits on wrong pattern
41834              From: Radu Greab <radu@netsoft.ro>
41835              Date: Wed, 27 Jun 2001 21:50:52 +0300
41836              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
41837      Branch: perl
41838            ! pp_ctl.c t/op/split.t
41839 ____________________________________________________________________________
41840 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
41841         Log: Metaconfig unit change for #11027.
41842      Branch: metaconfig/U/perl
41843            ! d_modfl.U
41844 ____________________________________________________________________________
41845 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
41846         Log: I thought this Configure glitch for AIX was just recently fixed?
41847      Branch: perl
41848            ! Configure
41849 ____________________________________________________________________________
41850 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
41851         Log: Update Changes.
41852      Branch: perl
41853            ! Changes patchlevel.h
41854 ____________________________________________________________________________
41855 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
41856         Log: Subject: Re: perl@10967, File::Find, and Cwd
41857              From: Mike Guy <mjtg@cam.ac.uk>
41858              Date: Fri, 29 Jun 2001 14:56:49 +0100
41859              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
41860      Branch: perl
41861            ! lib/File/Find/taint.t
41862 ____________________________________________________________________________
41863 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
41864         Log: Update the sv_pvprintify() spec.
41865      Branch: perl
41866            ! pod/perltodo.pod
41867 ____________________________________________________________________________
41868 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
41869         Log: Known test failures update.
41870      Branch: perl
41871            ! pod/perl572delta.pod
41872 ____________________________________________________________________________
41873 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
41874         Log: Based on
41875              
41876              Subject: [PATCH @11016] More );) fixes
41877              From: Richard Soderberg <rs@crystalflame.net>
41878              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
41879              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
41880      Branch: perl
41881            ! ext/Thread/Thread.xs ext/Thread/typemap
41882 ____________________________________________________________________________
41883 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
41884         Log: Subject: [PATCH @11016] Fixes compile errors in four files
41885              From: Richard Soderberg <rs@crystalflame.net>
41886              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
41887              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
41888      Branch: perl
41889            ! mg.c pp.c pp_hot.c util.c
41890 ____________________________________________________________________________
41891 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
41892         Log: AIX hints tweaking continues, from Merijn Brand.
41893      Branch: perl
41894            ! hints/aix.sh
41895 ____________________________________________________________________________
41896 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
41897         Log: HP-UX needs gccversion sooner, from Merijn Brand.
41898      Branch: perl
41899            ! hints/hpux.sh
41900 ____________________________________________________________________________
41901 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
41902         Log: Subject: [PATCH 5.6.1] OS/2 docs
41903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41904              Date: Fri, 29 Jun 2001 02:34:12 -0400
41905              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
41906      Branch: perl
41907            ! README.os2 os2/Changes
41908 ____________________________________________________________________________
41909 [ 11017] By: nick                                  on 2001/06/29  10:20:30
41910         Log: Integrate mainline
41911      Branch: perlio
41912           +> (branch 37 files)
41913            - ext/ODBM_File/sdbm.t
41914           !> (integrate 211 files)
41915 ____________________________________________________________________________
41916 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
41917         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
41918              the modules found using a script written by Larry Schatzer Jr.
41919      Branch: perl
41920            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
41921            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
41922            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
41923            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
41924            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
41925            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
41926            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
41927            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
41928            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
41929            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
41930            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
41931            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
41932            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
41933            ! lib/constant.pm lib/fields.pm lib/strict.pm
41934 ____________________________________________________________________________
41935 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
41936         Log: The latest JPL from the anoncvs.
41937      Branch: perl
41938            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41939 ____________________________________________________________________________
41940 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
41941         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
41942      Branch: perl
41943            ! t/op/pat.t
41944 ____________________________________________________________________________
41945 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
41946         Log: Worrying about insecure directories now is a bit too late.
41947      Branch: perl
41948            ! lib/File/Find/taint.t
41949 ____________________________________________________________________________
41950 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
41951         Log: Cannot DIE() in a void function,
41952              from Richard Hatch <rhatch@austin.ibm.com>.
41953      Branch: perl
41954            ! ext/IPC/SysV/SysV.xs
41955 ____________________________________________________________________________
41956 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
41957         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
41958              From: Peter Prymmer <pvhp@forte.com>
41959              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
41960              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
41961              
41962              (unfinished: time/hires tests 3, 5, 14 failing, but better
41963              than wholesale failure)
41964      Branch: perl
41965            ! ext/Time/HiRes/HiRes.xs
41966 ____________________________________________________________________________
41967 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
41968         Log: Subject: [PATCH 5.6.1] OS/2 improvements
41969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41970              Date: Thu, 28 Jun 2001 16:03:14 -0400
41971              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
41972      Branch: perl
41973            + os2/os2_base.t
41974            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
41975            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
41976            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
41977            ! os2/os2ish.h
41978 ____________________________________________________________________________
41979 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
41980         Log: Subject: Incrementing Extutils::Manifest's $VERSION
41981              From: Michael G Schwern <schwern@pobox.com>
41982              Date: Thu, 28 Jun 2001 13:13:49 -0400
41983              Message-ID: <20010628131349.A14738@blackrider>
41984      Branch: maint-5.6/perl
41985            ! lib/ExtUtils/Manifest.pm
41986 ____________________________________________________________________________
41987 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
41988         Log: AIX tweak from Merijn Brand.
41989      Branch: perl
41990            ! hints/aix.sh
41991 ____________________________________________________________________________
41992 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
41993         Log: Create the macperl branch.
41994      Branch: maint-5.6/macperl
41995           +> (branch 1728 files)
41996 ____________________________________________________________________________
41997 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
41998         Log: Update Changes.
41999      Branch: perl
42000            ! Changes patchlevel.h
42001 ____________________________________________________________________________
42002 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
42003         Log: More Perforce lore.
42004      Branch: perl
42005            ! Porting/repository.pod
42006 ____________________________________________________________________________
42007 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
42008         Log: Metaconfig unit changes for #11003.
42009      Branch: metaconfig/U/perl
42010            + d_nl_langinfo.U i_langinfo.U
42011 ____________________________________________________________________________
42012 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
42013         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
42014              Expected not to exist in non-UNIX excepting in VMS, where
42015              according to a quick web survey they just might.
42016      Branch: perl
42017            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
42018            ! Porting/config_H config_h.SH configure.com epoc/config.sh
42019            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
42020            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42021            ! win32/config.bc win32/config.gc win32/config.vc
42022 ____________________________________________________________________________
42023 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
42024         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
42025              in AIX is one is doing a 64-bit build.
42026      Branch: perl
42027            ! hints/aix.sh
42028 ____________________________________________________________________________
42029 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
42030         Log: Metaconfig unit changes for #11000.
42031      Branch: metaconfig/U/perl
42032            ! use64bits.U uselfs.U
42033 ____________________________________________________________________________
42034 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
42035         Log: Move use64bitint and use64bitall before uselargefiles.
42036      Branch: perl
42037            ! Configure
42038 ____________________________________________________________________________
42039 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
42040         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
42041              From: Robert Spier <rspier@pobox.com>
42042              Message-ID: <15162.41164.618712.841415@rls.cx>
42043              Date: Wed, 27 Jun 2001 23:13:16 -0400
42044      Branch: perl
42045            ! doio.c
42046 ____________________________________________________________________________
42047 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
42048         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
42049              From: Peter Prymmer <pvhp@forte.com>
42050              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
42051              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
42052      Branch: perl
42053            ! numeric.c
42054 ____________________________________________________________________________
42055 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
42056         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
42057              From: Peter Prymmer <pvhp@forte.com>
42058              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
42059              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
42060      Branch: perl
42061            ! configure.com ext/Digest/MD5/Makefile.PL
42062 ____________________________________________________________________________
42063 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
42064         Log: Update Changes.
42065      Branch: perl
42066            ! Changes patchlevel.h
42067 ____________________________________________________________________________
42068 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
42069         Log: Tiny EPOC updates.
42070      Branch: perl
42071            ! epoc/config.sh
42072 ____________________________________________________________________________
42073 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
42074         Log: The Test::More and Test::Simple tests required help
42075              thanks to our schizophrenic test scheme.
42076      Branch: perl
42077            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42078            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42079            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
42080            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
42081            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
42082 ____________________________________________________________________________
42083 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
42084         Log: Upgrade to Test::Simple 0.09.
42085      Branch: perl
42086            + lib/Test/Simple/Changes
42087            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
42088            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42089            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42090            ! lib/Test/Simple/t/plan_is_noplan.t
42091 ____________________________________________________________________________
42092 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
42093         Log: Upgrade to Test::More 0.07.
42094      Branch: perl
42095            + lib/Test/More/Changes
42096            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
42097            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
42098            ! lib/Test/More/t/skipall.t
42099 ____________________________________________________________________________
42100 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
42101         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
42102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42103              Date: Wed, 27 Jun 2001 18:40:04 +0200
42104              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
42105      Branch: perl
42106            ! hints/hpux.sh
42107 ____________________________________________________________________________
42108 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
42109         Log: Subject: [PATCH README.qnx hints/qnx.sh]
42110              From: Norton Allen <allen@huarp.harvard.edu>
42111              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
42112              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
42113      Branch: perl
42114            ! README.qnx hints/qnx.sh
42115 ____________________________________________________________________________
42116 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
42117         Log: Subject: [PATCH] two little documentation nits
42118              From: Abhijit Menon-Sen <ams@wiw.org>
42119              Date: Wed, 27 Jun 2001 20:07:50 +0530
42120              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
42121      Branch: perl
42122            ! sv.c sv.h
42123 ____________________________________________________________________________
42124 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
42125         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
42126              From: Norton Allen <allen@huarp.harvard.edu>
42127              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
42128              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
42129      Branch: perl
42130            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
42131 ____________________________________________________________________________
42132 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
42133         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
42134              From: Michael G Schwern <schwern@pobox.com>
42135              Date: Wed, 27 Jun 2001 02:34:58 -0400
42136              Message-ID: <20010627023458.K23874@blackrider>
42137      Branch: perl
42138            ! vms/test.com
42139 ____________________________________________________________________________
42140 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
42141         Log: Add perl_clone_host() for Netware.
42142      Branch: perl
42143            ! NetWare/nw5.c
42144 ____________________________________________________________________________
42145 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
42146         Log: GCC 3.0 hints for HP-UX.
42147      Branch: perl
42148            ! hints/hpux.sh
42149 ____________________________________________________________________________
42150 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
42151         Log: In some Linux distributions the libndbm is broken
42152              (no null key support), therefore link with libgdbm
42153              (if available), since it has a working ndbm emulation,
42154              from Jonathan Stowe.
42155      Branch: perl
42156            + ext/NDBM_File/hints/linux.pl
42157            ! MANIFEST
42158 ____________________________________________________________________________
42159 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
42160         Log: Subject: [PATCH perl@10930] find.t hack for VMS
42161              From: "Craig A. Berry" <craigberry@mac.com>
42162              Date: Tue, 26 Jun 2001 23:40:25 -0500
42163              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
42164      Branch: perl
42165            ! lib/File/Find/find.t
42166 ____________________________________________________________________________
42167 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
42168         Log: AUTHORS updates.
42169      Branch: perl
42170            ! AUTHORS
42171 ____________________________________________________________________________
42172 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
42173         Log: Metaconfig unit change like #10980.
42174      Branch: metaconfig
42175            ! U/compline/d_stdstdio.U
42176 ____________________________________________________________________________
42177 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
42178         Log: "lose the it's", from Abhijit Menon-Sen.
42179              ("It's" not searched, pods not searched.)
42180      Branch: perl
42181            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
42182            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
42183            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
42184            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
42185            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
42186            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
42187 ____________________________________________________________________________
42188 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
42189         Log: "lose the looses", from Abhijit Menon-Sen.
42190      Branch: perl
42191            ! ext/B/B/Assembler.pm gv.c
42192 ____________________________________________________________________________
42193 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
42194         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
42195      Branch: perl
42196            ! hints/os390.sh
42197 ____________________________________________________________________________
42198 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
42199         Log: DEC C 5.3 on the VAX simply doesn't seem to like
42200              compiling the MD5 extension, disable it there for now,
42201              from Peter Prymmer.
42202      Branch: perl
42203            ! configure.com
42204 ____________________________________________________________________________
42205 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
42206         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
42207              From: Jonathan Stowe <gellyfish@gellyfish.com>
42208              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
42209              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
42210      Branch: perl
42211            ! pod/perlfaq3.pod
42212 ____________________________________________________________________________
42213 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
42214         Log: Subject: [PATCH 5.6.1] perlxs misprints
42215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42216              Date: Tue, 26 Jun 2001 17:20:00 -0400
42217              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
42218      Branch: perl
42219            ! pod/perlxs.pod
42220 ____________________________________________________________________________
42221 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
42222         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
42223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42224              Date: Tue, 26 Jun 2001 17:27:07 -0400
42225              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
42226      Branch: perl
42227            ! lib/ExtUtils/MM_Unix.pm
42228 ____________________________________________________________________________
42229 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
42230         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
42231              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42232              Date: Tue, 26 Jun 2001 17:23:24 -0400
42233              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
42234      Branch: perl
42235            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
42236 ____________________________________________________________________________
42237 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
42238         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
42239              by Olaf Flebbe.
42240      Branch: perl
42241            ! perl.h
42242 ____________________________________________________________________________
42243 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
42244         Log: Detypo.
42245      Branch: perl
42246            ! lib/Memoize/t/tie_sdbm.t
42247 ____________________________________________________________________________
42248 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
42249         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
42250      Branch: perl
42251            ! win32/perllib.c
42252 ____________________________________________________________________________
42253 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
42254         Log: Subject: [patch] perl_clone+CvFILE
42255              From: Doug MacEachern <dougm@covalent.net>
42256              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
42257              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
42258      Branch: perl
42259            ! sv.c
42260 ____________________________________________________________________________
42261 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
42262         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
42263              From: Mark-Jason Dominus <mjd@plover.com>
42264              Date: Tue, 26 Jun 2001 12:33:01 -0400
42265              Message-ID: <20010626163301.31298.qmail@plover.com>
42266      Branch: perl
42267            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42268 ____________________________________________________________________________
42269 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
42270         Log: Update Changes.
42271      Branch: perl
42272            ! Changes patchlevel.h
42273 ____________________________________________________________________________
42274 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
42275         Log: Also catfile() needs now to explicitly exported.
42276      Branch: perl
42277            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42278 ____________________________________________________________________________
42279 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
42280         Log: Regen toc.
42281      Branch: perl
42282            ! pod/perltoc.pod
42283 ____________________________________________________________________________
42284 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
42285         Log: Nonexistent pod command.
42286      Branch: perl
42287            ! pod/perl572delta.pod
42288 ____________________________________________________________________________
42289 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
42290         Log: Be more portable in the quest for tmpdir.
42291      Branch: perl
42292            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42293 ____________________________________________________________________________
42294 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
42295         Log: Be more portable in finding out the home directory,
42296              and use File::Spec to do the concat.
42297              (Come to think of it, couldn't File::Spec provide
42298              for a ->homedir method?)
42299      Branch: perl
42300            ! lib/Net/Config.pm
42301 ____________________________________________________________________________
42302 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
42303         Log: Doc patch for #10959.
42304      Branch: perl
42305            ! pod/perlfunc.pod
42306 ____________________________________________________________________________
42307 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
42308         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
42309              From: "Philip Newton" <pnewton@gmx.de>
42310              Date: Tue, 26 Jun 2001 16:26:47 +0200
42311              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
42312      Branch: perl
42313            ! pod/perldata.pod
42314 ____________________________________________________________________________
42315 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
42316         Log: Subject: [PATH] shared -> unique;
42317              From: "Artur Bergman" <artur@contiller.se>
42318              Date: Tue, 26 Jun 2001 16:18:40 +0200
42319              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
42320              
42321              Because "shared" isn't: it's read-only.
42322      Branch: perl
42323            ! toke.c xsutils.c
42324 ____________________________________________________________________________
42325 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
42326         Log: Escape multiline croak messages.
42327      Branch: perl
42328            ! t/op/ver.t
42329 ____________________________________________________________________________
42330 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
42331         Log: No more pragma/*.t for minitest.
42332      Branch: perl
42333            ! Makefile.SH
42334 ____________________________________________________________________________
42335 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
42336         Log: AUTHORS updates.
42337      Branch: perl
42338            ! AUTHORS
42339 ____________________________________________________________________________
42340 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
42341         Log: delta updates.
42342      Branch: perl
42343            ! pod/perl572delta.pod
42344 ____________________________________________________________________________
42345 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
42346         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
42347              From: Artur Bergman <artur@contiller.se> 
42348              Date: Tue, 26 Jun 2001 15:32:53 +0200
42349              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
42350      Branch: perl
42351            ! makedef.pl sv.c sv.h win32/perllib.c
42352 ____________________________________________________________________________
42353 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
42354         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
42355              From: Jonathan Stowe <gellyfish@gellyfish.com>
42356              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
42357              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
42358              
42359              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
42360      Branch: perl
42361            + ext/Time/HiRes/hints/sco.pl
42362            ! MANIFEST
42363 ____________________________________________________________________________
42364 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
42365         Log: Subject: [PATCH 5.6.1] static build
42366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42367              Date: Tue, 26 Jun 2001 04:22:25 -0400
42368              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
42369      Branch: perl
42370            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
42371            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
42372 ____________________________________________________________________________
42373 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
42374         Log: DJGPP patches from Laszlo Molnar.
42375      Branch: perl
42376            ! djgpp/djgpp.c perl.c util.c
42377 ____________________________________________________________________________
42378 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
42379         Log: Netware patches from Ananth Kesari.
42380      Branch: perl
42381            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
42382            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
42383            ! NetWare/nwtinfo.h
42384 ____________________________________________________________________________
42385 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
42386         Log: Detypo.
42387      Branch: perl
42388            ! ext/Errno/Errno_pm.PL
42389 ____________________________________________________________________________
42390 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
42391         Log: There seems to be two ways of spelling the $^O in *STEP.
42392      Branch: perl
42393            ! ext/Errno/Errno_pm.PL
42394 ____________________________________________________________________________
42395 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
42396         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
42397              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
42398      Branch: perl
42399            ! ext/Errno/Errno_pm.PL
42400 ____________________________________________________________________________
42401 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
42402         Log: Known bugs update.
42403      Branch: perl
42404            ! pod/perl572delta.pod
42405 ____________________________________________________________________________
42406 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
42407         Log: The default installation of Cygwin has 500 as root's uid.
42408      Branch: perl
42409            ! lib/User/pwent.t
42410 ____________________________________________________________________________
42411 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
42412         Log: Be even more relaxed (re-allow having only one entry).
42413      Branch: perl
42414            ! t/op/grent.t t/op/pwent.t
42415 ____________________________________________________________________________
42416 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
42417         Log: Test failure updates.
42418      Branch: perl
42419            ! pod/perl572delta.pod
42420 ____________________________________________________________________________
42421 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
42422         Log: MPE/iX test tweaks from Mark Bixby.
42423      Branch: perl
42424            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
42425            ! t/io/fs.t t/op/stat.t
42426 ____________________________________________________________________________
42427 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
42428         Log: Microperl findings.
42429      Branch: perl
42430            ! perl.h pp_sys.c
42431 ____________________________________________________________________________
42432 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
42433         Log: Touch uconfig.h.
42434      Branch: perl
42435            ! uconfig.h
42436 ____________________________________________________________________________
42437 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
42438         Log: Subject: [PATCH] Proposed fix for Pod::Man
42439              From: Rob Napier <rnapier@employees.org>
42440              Date: Mon, 25 Jun 2001 15:49:24 -0400
42441              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
42442              
42443              Cater for Solaris nroff brokenness (shortchanges daisywheel
42444              printers, but hey, we also no more support PDPs.)
42445      Branch: perl
42446            ! lib/Pod/Man.pm
42447 ____________________________________________________________________________
42448 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
42449         Log: Typo in #10937.
42450      Branch: perl
42451            ! ext/POSIX/sigaction.t
42452 ____________________________________________________________________________
42453 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
42454         Log: SIGCONT not trappable in VMS.
42455      Branch: perl
42456            ! ext/POSIX/sigaction.t
42457 ____________________________________________________________________________
42458 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
42459         Log: Subject: [DRAFT] Encode-Tcl.t
42460              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42461              Date: Tue, 26 Jun 2001 03:38:08 +0900
42462              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
42463      Branch: perl
42464            + ext/Encode/Encode/Tcl.t
42465            ! MANIFEST ext/Encode/Encode/Tcl.pm
42466 ____________________________________________________________________________
42467 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
42468         Log: Because of #10932 retract also the perlfunc hunk of #10910.
42469      Branch: perl
42470            ! pod/perlfunc.pod
42471 ____________________________________________________________________________
42472 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
42473         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
42474              by Ilya Zakharevich in
42475              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
42476      Branch: perl
42477            ! XSUB.h
42478 ____________________________________________________________________________
42479 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
42480         Log: Typo in #10889.
42481      Branch: perl
42482            ! hints/uts.sh
42483 ____________________________________________________________________________
42484 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
42485         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
42486              From: Abhijit Menon-Sen <ams@wiw.org>
42487              Date: Mon, 25 Jun 2001 23:45:45 +0530
42488              Message-ID: <20010625234545.A5022@lustre.linux.in>
42489      Branch: perl
42490            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
42491 ____________________________________________________________________________
42492 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
42493         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
42494              From: Michael G Schwern <schwern@pobox.com>
42495              Date: Mon, 25 Jun 2001 14:35:51 -0400
42496              Message-ID: <20010625143551.H13819@blackrider>
42497      Branch: perl
42498            ! lib/Test.pm
42499 ____________________________________________________________________________
42500 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
42501         Log: Update Changes.
42502      Branch: perl
42503            ! Changes patchlevel.h
42504 ____________________________________________________________________________
42505 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
42506         Log: Regen toc and modlib.
42507      Branch: perl
42508            ! pod/perlmodlib.pod pod/perltoc.pod
42509 ____________________________________________________________________________
42510 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
42511         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
42512              for the benefit of C++ compilers, as suggested by Guruprasad.
42513      Branch: perl
42514            ! embed.pl proto.h
42515 ____________________________________________________________________________
42516 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
42517         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
42518              From: Jonathan Stowe <gellyfish@gellyfish.com>
42519              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
42520              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
42521      Branch: perl
42522            ! pod/perlfaq5.pod
42523 ____________________________________________________________________________
42524 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
42525         Log: Missed from #10925.
42526      Branch: perl
42527            ! gv.c
42528 ____________________________________________________________________________
42529 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
42530         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
42531              From: Robin Houston <robin@kitsite.com>
42532              Date: Sat, 19 May 2001 16:19:34 +0100
42533              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
42534      Branch: perl
42535            ! cv.h gv.h op.c
42536 ____________________________________________________________________________
42537 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
42538         Log: Netware README tweak.
42539      Branch: perl
42540            ! README.netware
42541 ____________________________________________________________________________
42542 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
42543         Log: Subject: [PATCH] Re: overload.t fails
42544              From: Abhijit Menon-Sen <ams@wiw.org>
42545              Date: Mon, 25 Jun 2001 14:52:20 +0530
42546              Message-ID: <20010625145220.A24114@lustre.linux.in>
42547      Branch: perl
42548            ! lib/overload.t
42549 ____________________________________________________________________________
42550 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
42551         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42552              From: Mike Guy <mjtg@cam.ac.uk>
42553              Date: Mon, 25 Jun 2001 11:43:23 +0100
42554              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
42555      Branch: perl
42556            ! lib/Carp.pm
42557 ____________________________________________________________________________
42558 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
42559         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
42560              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42561              Date: Sun, 24 Jun 2001 05:17:05 -0400
42562              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
42563      Branch: perl
42564            ! os2/os2ish.h
42565 ____________________________________________________________________________
42566 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
42567         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
42568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42569              Date: Mon, 25 Jun 2001 05:52:27 -0400
42570              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
42571      Branch: perl
42572            ! hints/os2.sh
42573 ____________________________________________________________________________
42574 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
42575         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
42576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42577              Date: Mon, 25 Jun 2001 05:23:35 -0400
42578              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
42579      Branch: perl
42580            ! os2/os2.c
42581 ____________________________________________________________________________
42582 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
42583         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
42584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42585              Date: Mon, 25 Jun 2001 05:04:32 -0400
42586              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
42587      Branch: perl
42588            ! os2/OS2/REXX/DLL/DLL.pm
42589 ____________________________________________________________________________
42590 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
42591         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
42592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42593              Date: Mon, 25 Jun 2001 05:02:36 -0400
42594              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
42595      Branch: perl
42596            ! mg.c os2/dl_os2.c os2/os2.c
42597 ____________________________________________________________________________
42598 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
42599         Log: Subject: Re: [PATCH 5.6.1] misprints
42600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42601              Date: Mon, 25 Jun 2001 04:50:50 -0400
42602              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
42603      Branch: perl
42604            ! os2/os2.c pp_sys.c
42605 ____________________________________________________________________________
42606 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
42607         Log: Add Test::More and Test::Simple to the delta.
42608      Branch: perl
42609            ! pod/perl572delta.pod
42610 ____________________________________________________________________________
42611 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
42612         Log: Add Test::More, from Michael G Schwern.
42613      Branch: perl
42614            + lib/Test/More.pm lib/Test/More/t/More.t
42615            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42616            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42617            + t/lib/Test/More/Catch.pm
42618            ! MANIFEST
42619 ____________________________________________________________________________
42620 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
42621         Log: Add Test::Simple from Michael G Schwern.
42622      Branch: perl
42623            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
42624            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42625            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42626            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
42627            + t/lib/Test/Simple/Catch.pm
42628            + t/lib/Test/Simple/sample_tests/death.plx
42629            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
42630            + t/lib/Test/Simple/sample_tests/extras.plx
42631            + t/lib/Test/Simple/sample_tests/five_fail.plx
42632            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
42633            + t/lib/Test/Simple/sample_tests/one_fail.plx
42634            + t/lib/Test/Simple/sample_tests/require.plx
42635            + t/lib/Test/Simple/sample_tests/success.plx
42636            + t/lib/Test/Simple/sample_tests/too_few.plx
42637            + t/lib/Test/Simple/sample_tests/two_fail.plx
42638            ! MANIFEST
42639 ____________________________________________________________________________
42640 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
42641         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
42642              From: "Craig A. Berry" <craigberry@mac.com>
42643              Date: Sun, 24 Jun 2001 23:41:36 -0500
42644              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
42645      Branch: perl
42646            ! pp_sys.c
42647 ____________________________________________________________________________
42648 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
42649         Log: Upgrade to Attribute::Handlers 0.70.
42650      Branch: perl
42651            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42652            ! MANIFEST lib/Attribute/Handlers.pm
42653 ____________________________________________________________________________
42654 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
42655         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
42656              From: Abhijit Menon-Sen <ams@wiw.org>
42657              Date: Sat, 23 Jun 2001 05:17:44 +0530
42658              Message-ID: <20010623051744.A18583@lustre.linux.in>
42659              
42660              (Can't think of a good place to put tests.)
42661      Branch: perl
42662            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
42663 ____________________________________________________________________________
42664 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
42665         Log: Subject: [PATCH] t/op/pat.t typo fix
42666              From: Richard Soderberg <rs@crystalflame.net>
42667              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
42668              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
42669      Branch: perl
42670            ! t/op/pat.t
42671 ____________________________________________________________________________
42672 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
42673         Log: Move the pack warnings to their own file, as pointed
42674              out by Spider.
42675      Branch: perl
42676            + t/lib/warnings/pp_pack
42677            ! MANIFEST t/lib/warnings/pp
42678 ____________________________________________________________________________
42679 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
42680         Log: Update Changes.
42681      Branch: perl
42682            ! Changes patchlevel.h
42683 ____________________________________________________________________________
42684 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
42685         Log: Partially fix a problem noticed by IRIX compiler:
42686              the initialization of parse_start was bypassed by
42687              several gotos.  Now initialized to zero, which may
42688              not be the best choice.
42689      Branch: perl
42690            ! regcomp.c
42691 ____________________________________________________________________________
42692 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
42693         Log: Relax the group and password tests back to moaning only
42694              if no matches at all are found.  (Even with a small sample
42695              I could find many sites where there are, umm, anomalies in
42696              the said databases.)       
42697      Branch: perl
42698            ! t/op/grent.t t/op/pwent.t
42699 ____________________________________________________________________________
42700 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
42701         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
42702      Branch: perl
42703            ! pp_ctl.c
42704 ____________________________________________________________________________
42705 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
42706         Log: De-cut-and-pasto in #10902.
42707      Branch: perl
42708            ! pp_ctl.c
42709 ____________________________________________________________________________
42710 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
42711         Log: The #10771 didn't take?
42712      Branch: perl
42713            ! pp_ctl.c
42714 ____________________________________________________________________________
42715 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
42716         Log: Undo the filetests part of #10900, under multiplicity
42717              weird errors take place.
42718      Branch: perl
42719            ! pp_sys.c
42720 ____________________________________________________________________________
42721 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
42722         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
42723      Branch: perl
42724            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
42725 ____________________________________________________________________________
42726 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
42727         Log: (Replaced by #10922)
42728              
42729              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42730              From: Tony Bowden <tony@kasei.com>
42731              Date: Sun, 24 Jun 2001 17:32:40 +0100
42732              Message-ID: <20010624173240.A16293@blackstar.co.uk>
42733              
42734              Document (well, mention) shortmess() and longmess()
42735              to rob people of their fun of reinventing the wheel.
42736      Branch: perl
42737            ! lib/Carp.pm
42738 ____________________________________________________________________________
42739 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
42740         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
42741              From: Brian Jepson <bjepson@oreilly.com>
42742              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
42743              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
42744      Branch: perl
42745            ! pp_sys.c
42746 ____________________________________________________________________________
42747 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
42748         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
42749              From: Robin Barker <rmb1@cise.npl.co.uk> 
42750              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
42751              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
42752      Branch: perl
42753            ! lib/CPAN.pm
42754 ____________________________________________________________________________
42755 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
42756         Log: Memoize patch from mjd.
42757      Branch: perl
42758            ! lib/Memoize/t/tie_storable.t
42759 ____________________________________________________________________________
42760 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
42761         Log: Spec the sv_pvprintify() a bit more.
42762      Branch: perl
42763            ! pod/perltodo.pod
42764 ____________________________________________________________________________
42765 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
42766         Log: Upgrade to Memoize 0.65.
42767      Branch: perl
42768            + lib/Memoize/t/array_confusion.t
42769            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
42770            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
42771            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
42772            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
42773            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
42774            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
42775            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
42776            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
42777            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
42778            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
42779            ! lib/Memoize/t/tie_storable.t
42780 ____________________________________________________________________________
42781 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
42782         Log: Metaconfig unit change for #10892.
42783      Branch: metaconfig
42784            ! U/modified/Options.U
42785 ____________________________________________________________________________
42786 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
42787         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
42788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42789              Date: Sun, 24 Jun 2001 05:24:40 -0400
42790              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
42791      Branch: perl
42792            ! Configure hints/os2.sh
42793 ____________________________________________________________________________
42794 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
42795         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
42796              From: Mike Guy <mjtg@cam.ac.uk>
42797              Date: Sun, 24 Jun 2001 15:28:39 +0100
42798              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
42799              
42800              Fix an ancient (5.002) bug.
42801      Branch: perl
42802            ! lib/Carp/Heavy.pm
42803 ____________________________________________________________________________
42804 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
42805         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
42806              variables.
42807      Branch: perl
42808            ! pp_sys.c
42809 ____________________________________________________________________________
42810 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
42811         Log: Make UTS as per #10888.
42812      Branch: perl
42813            ! hints/uts.sh
42814 ____________________________________________________________________________
42815 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
42816         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
42817      Branch: perl
42818            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
42819            ! mpeix/mpeixish.h perl.h unixish.h
42820 ____________________________________________________________________________
42821 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
42822         Log: AUTHORS update.
42823      Branch: perl
42824            ! AUTHORS
42825 ____________________________________________________________________________
42826 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
42827         Log: Subject: Encode::Tcl for multibyte doesnot work
42828              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42829              Date: Sun, 24 Jun 2001 22:48:21 +0900
42830              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
42831      Branch: perl
42832            ! ext/Encode/Encode/Tcl.pm
42833 ____________________________________________________________________________
42834 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
42835         Log: Subject: [PATCH] Remove tautology in error messages
42836              From: Mike Guy <mjtg@cam.ac.uk>
42837              Date: Sun, 24 Jun 2001 13:31:00 +0100
42838              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
42839      Branch: perl
42840            ! pp_sys.c
42841 ____________________________________________________________________________
42842 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
42843         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
42844      Branch: perl
42845            ! hints/darwin.sh
42846 ____________________________________________________________________________
42847 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
42848         Log: Subject: Re: [PATCH 5.6.1] test suite
42849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42850              Date: Sun, 24 Jun 2001 05:47:05 -0400
42851              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
42852              
42853              Test suite fixes.
42854      Branch: perl
42855            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
42856 ____________________________________________________________________________
42857 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
42858         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
42859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42860              Date: Sun, 24 Jun 2001 05:37:19 -0400
42861              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
42862      Branch: perl
42863            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
42864 ____________________________________________________________________________
42865 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
42866         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
42867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42868              Date: Sun, 24 Jun 2001 05:34:50 -0400
42869              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
42870              
42871              Pacify compiler warnings.
42872      Branch: perl
42873            ! pp_sys.c
42874 ____________________________________________________________________________
42875 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
42876         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42878              Date: Sun, 24 Jun 2001 05:21:18 -0400
42879              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
42880              
42881              Enable compression of executables during link time.
42882      Branch: perl
42883            ! hints/os2.sh
42884 ____________________________________________________________________________
42885 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
42886         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42888              Date: Sun, 24 Jun 2001 05:15:11 -0400
42889              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
42890              
42891              Add ordinals to the export list for Perl DLL.
42892              (Breaks intra-version DLL compatibility.)
42893      Branch: perl
42894            ! makedef.pl
42895 ____________________________________________________________________________
42896 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
42897         Log: Allow (displaying and) re-editing the Subject in perlbug.
42898              Also abstract the Subject quality control into a function.
42899      Branch: perl
42900            ! utils/perlbug.PL
42901 ____________________________________________________________________________
42902 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
42903         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
42904      Branch: perl
42905            ! utils/perlbug.PL
42906 ____________________________________________________________________________
42907 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
42908         Log: Regen toc and modlib.
42909      Branch: perl
42910            ! pod/perlmodlib.pod pod/perltoc.pod
42911 ____________________________________________________________________________
42912 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
42913         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
42914              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
42915              attribute semantics as much as possible, or 'ntsec' which uses
42916              native NTFS semantics.)  (See also #10877.)
42917      Branch: perl
42918            ! perl.c
42919 ____________________________________________________________________________
42920 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
42921         Log: (Retracted by #11586)
42922              
42923              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
42924      Branch: perl
42925            ! lib/Test/Harness.pm
42926 ____________________________________________________________________________
42927 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
42928         Log: Just zap the -uPerlio.
42929      Branch: perl
42930            ! ext/B/Stash.t
42931 ____________________________________________________________________________
42932 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
42933         Log: Do not test PerlIO if PerlIO not used.
42934      Branch: perl
42935            ! ext/PerlIO/PerlIO.t
42936 ____________________________________________________________________________
42937 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
42938         Log: Regen perlapi.
42939      Branch: perl
42940            ! pod/perlapi.pod
42941 ____________________________________________________________________________
42942 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
42943         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
42944              From: Nicholas Clark <nick@ccl4.org>
42945              Date: Sat, 23 Jun 2001 22:55:47 +0100
42946              Message-ID: <20010623225547.Z98663@plum.flirble.org>
42947      Branch: perl
42948            ! numeric.c
42949 ____________________________________________________________________________
42950 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
42951         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
42952              From: Prymmer/Kahn <pvhp@best.com>
42953              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
42954              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
42955      Branch: perl
42956            ! lib/h2xs.t
42957 ____________________________________________________________________________
42958 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
42959         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
42960              cygwin does not taint cwd, just like win32.
42961      Branch: perl
42962            ! lib/File/Find/taint.t t/op/taint.t
42963 ____________________________________________________________________________
42964 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
42965         Log: Retract #10865, the patch should be unnecessary.
42966              (But seemingly helpful in Cygwin?  Strange.)
42967      Branch: perl
42968            ! lib/Memoize/t/tie_ndbm.t
42969 ____________________________________________________________________________
42970 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
42971         Log: Misplaced test file; plus Cygwin filesystem semantics.
42972      Branch: perl
42973            + ext/SDBM_File/sdbm.t
42974            - ext/ODBM_File/sdbm.t
42975            ! MANIFEST
42976 ____________________________________________________________________________
42977 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
42978         Log: (Retracted by #10867.)
42979      Branch: perl
42980            ! lib/Memoize/t/tie_ndbm.t
42981 ____________________________________________________________________________
42982 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
42983         Log: Metaconfig unit change for #10863.
42984      Branch: metaconfig/U/perl
42985            ! Extensions.U
42986 ____________________________________________________________________________
42987 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
42988         Log: In Cygwin do not build NDBM_File and ODBM_File unless
42989              -lndbm and -ldbm are available.
42990      Branch: perl
42991            ! Configure config_h.SH
42992 ____________________________________________________________________________
42993 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
42994         Log: More Cygwin filesystem semantics.
42995      Branch: perl
42996            ! t/io/fs.t t/op/stat.t
42997 ____________________________________________________________________________
42998 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
42999         Log: More DOSish permission semantics for Cygwin.
43000      Branch: perl
43001            ! lib/AnyDBM_File.t
43002 ____________________________________________________________________________
43003 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
43004         Log: Cygwin too has different permission semantics.
43005      Branch: perl
43006            ! ext/GDBM_File/gdbm.t
43007 ____________________________________________________________________________
43008 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
43009         Log: The group (and assumedly passwd) databases can have
43010              only one entry (this is the case in cygwin).
43011      Branch: perl
43012            ! t/op/grent.t t/op/pwent.t
43013 ____________________________________________________________________________
43014 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
43015         Log: Also in Cygwin use Socket to figure out domainname
43016              (if any) (avoids trying to call external 'domainname',
43017              which doesn't at the moment exist in Cygwin)
43018      Branch: perl
43019            ! lib/Net/Domain.pm
43020 ____________________________________________________________________________
43021 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
43022         Log: Remove also the lib$Foo.def, not just $Foo.def.
43023      Branch: perl
43024            ! lib/ExtUtils/MM_Unix.pm
43025 ____________________________________________________________________________
43026 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
43027         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
43028      Branch: perl
43029            ! unixish.h
43030 ____________________________________________________________________________
43031 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
43032         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
43033              to match the whole isprint(), only the space character.
43034      Branch: perl
43035            ! handy.h pod/perlre.pod t/op/pat.t
43036 ____________________________________________________________________________
43037 [ 10854] By: nick                                  on 2001/06/23  08:09:33
43038         Log: Integrate mainline
43039      Branch: perlio
43040           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
43041           !> lib/ExtUtils.t lib/File/Find/taint.t
43042           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
43043           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
43044           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
43045 ____________________________________________________________________________
43046 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
43047         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
43048              with its floats    in os390 and s390 (UTS).
43049      Branch: perl
43050            ! lib/Math/BigInt/t/bigintpm.t
43051 ____________________________________________________________________________
43052 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
43053         Log: Add also UTS (s390) to the non-IEEE float platforms.
43054      Branch: perl
43055            ! t/op/sprintf.t
43056 ____________________________________________________________________________
43057 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
43058         Log: Subject: RFC: what are applicable standards for exponent sizes?
43059              From: Peter Prymmer <pvhp@forte.com>
43060              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
43061              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
43062      Branch: perl
43063            ! t/op/sprintf.t
43064 ____________________________________________________________________________
43065 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
43066         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
43067              From: Peter Prymmer <pvhp@forte.com>
43068              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
43069              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
43070      Branch: perl
43071            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
43072 ____________________________________________________________________________
43073 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
43074         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
43075              From: Peter Prymmer <pvhp@forte.com>
43076              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
43077              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
43078      Branch: perl
43079            ! lib/ExtUtils.t
43080 ____________________________________________________________________________
43081 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
43082         Log: Retract #10845.
43083      Branch: perl
43084            ! lib/File/Find/taint.t
43085 ____________________________________________________________________________
43086 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
43087         Log: Yet another error message.
43088      Branch: perl
43089            ! t/op/mkdir.t
43090 ____________________________________________________________________________
43091 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
43092         Log: The croak message for nonexistent socket functions may vary.
43093      Branch: perl
43094            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
43095 ____________________________________________________________________________
43096 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
43097         Log: (Retracted by #10848.)
43098      Branch: perl
43099            ! lib/File/Find/taint.t
43100 ____________________________________________________________________________
43101 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
43102         Log: Integrate perlio.
43103      Branch: perl
43104           !> lib/File/Find/taint.t t/op/write.t
43105 ____________________________________________________________________________
43106 [ 10843] By: nick                                  on 2001/06/22  21:24:51
43107         Log: Back out debug in taint.t
43108      Branch: perlio
43109            ! lib/File/Find/taint.t
43110 ____________________________________________________________________________
43111 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
43112         Log: setitimer() does not exist in Unicos, despite of what
43113              Configure thinks, from Mark P. Lutz.
43114      Branch: perl
43115            ! hints/unicos.sh
43116 ____________________________________________________________________________
43117 [ 10841] By: nick                                  on 2001/06/22  21:19:36
43118         Log: Skip cwd test on Win32 ???
43119      Branch: perlio
43120            ! lib/File/Find/taint.t
43121 ____________________________________________________________________________
43122 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
43123         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
43124              and Tru64 gcc -Wall happy.
43125      Branch: perl
43126            ! mg.c
43127 ____________________________________________________________________________
43128 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
43129         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
43130      Branch: perl
43131            ! ext/IPC/SysV/Semaphore.pm
43132 ____________________________________________________________________________
43133 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
43134         Log: Metaconfig unit change for #10837.
43135      Branch: metaconfig/U/perl
43136            ! Cross.U
43137 ____________________________________________________________________________
43138 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
43139         Log: Cleanup of the cross-compilation unit.
43140      Branch: perl
43141            ! Configure
43142 ____________________________________________________________________________
43143 [ 10836] By: nick                                  on 2001/06/22  20:45:12
43144         Log: Skip |- based op/write.t on Win32 as well as VMS
43145      Branch: perlio
43146            ! t/op/write.t
43147 ____________________________________________________________________________
43148 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
43149         Log: Integrate perlio.
43150      Branch: perl
43151           !> util.c
43152 ____________________________________________________________________________
43153 [ 10834] By: nick                                  on 2001/06/22  20:41:54
43154         Log: Integrate mainline
43155      Branch: perlio
43156           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43157           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
43158           !> vos/config.ga.h
43159 ____________________________________________________________________________
43160 [ 10833] By: nick                                  on 2001/06/22  20:22:58
43161         Log: Patcho fix.
43162      Branch: perlio
43163            ! util.c
43164 ____________________________________________________________________________
43165 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
43166         Log: Metaconfig unit changes for #10831.
43167      Branch: metaconfig
43168            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
43169 ____________________________________________________________________________
43170 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
43171         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
43172              From: Andy Dougherty <doughera@lafayette.edu>
43173              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
43174              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
43175      Branch: perl
43176            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43177            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
43178 ____________________________________________________________________________
43179 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
43180         Log: MPE/iX prototype nits from Mark Bixby.
43181      Branch: perl
43182            ! pp_sys.c
43183 ____________________________________________________________________________
43184 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
43185         Log: Detypo.
43186      Branch: perl
43187            ! util.c
43188 ____________________________________________________________________________
43189 [ 10828] By: nick                                  on 2001/06/22  15:33:37
43190         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
43191      Branch: perlio
43192           +> lib/h2xs.t
43193           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
43194           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
43195           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
43196           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
43197           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43198           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
43199           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
43200           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
43201           !> vms/vmsish.h
43202 ____________________________________________________________________________
43203 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
43204         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
43205              Date: Fri, 22 Jun 2001 10:08:35 -0500
43206              From: "Craig A. Berry" <craigberry@mac.com>
43207              Message-Id: <a05101001b75908704194@[192.168.56.145]>
43208      Branch: perl
43209            ! vms/vms.c vms/vmsish.h
43210 ____________________________________________________________________________
43211 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
43212         Log: NetWare scripts tweak from Ananth Kesari.
43213      Branch: perl
43214            ! NetWare/t/NWScripts.pl
43215 ____________________________________________________________________________
43216 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
43217         Log: Update Changes.
43218      Branch: perl
43219            ! Changes patchlevel.h
43220 ____________________________________________________________________________
43221 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
43222         Log: Add .i and .s targets.
43223      Branch: perl
43224            ! Makefile.SH
43225 ____________________________________________________________________________
43226 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
43227         Log: Upgrade to Locale::Maketext 1.03.
43228      Branch: perl
43229            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43230            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
43231 ____________________________________________________________________________
43232 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
43233         Log: Upgrade to I18N::LangTags 0.26.
43234      Branch: perl
43235            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43236            ! lib/I18N/LangTags/test.pl
43237 ____________________________________________________________________________
43238 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
43239         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
43240              Philip Newton.
43241      Branch: perl
43242            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
43243            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43244 ____________________________________________________________________________
43245 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
43246         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
43247              From: Prymmer/Kahn <pvhp@best.com>
43248              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
43249              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
43250      Branch: perl
43251            + lib/h2xs.t
43252            ! MANIFEST utils/h2xs.PL
43253 ____________________________________________________________________________
43254 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
43255         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
43256              From: Prymmer/Kahn <pvhp@best.com>
43257              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
43258              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
43259      Branch: perl
43260            ! lib/ExtUtils.t
43261 ____________________________________________________________________________
43262 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
43263         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
43264              From: Prymmer/Kahn <pvhp@best.com>
43265              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
43266              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
43267      Branch: perl
43268            ! t/pod/plainer.t
43269 ____________________________________________________________________________
43270 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
43271         Log: AUTHORS update.
43272      Branch: perl
43273            ! AUTHORS
43274 ____________________________________________________________________________
43275 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
43276         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
43277              From: "Craig A. Berry" <craigberry@mac.com>
43278              Date: Thu, 21 Jun 2001 18:20:38 -0500
43279              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
43280      Branch: perl
43281            ! ext/POSIX/POSIX.xs
43282 ____________________________________________________________________________
43283 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
43284         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
43285              From: "Craig A. Berry" <craigberry@mac.com>
43286              Date: Thu, 21 Jun 2001 09:58:52 -0500
43287              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
43288      Branch: perl
43289            ! ext/B/Deparse.t t/op/write.t
43290 ____________________________________________________________________________
43291 [ 10814] By: nick                                  on 2001/06/22  08:13:09
43292         Log: Integrate mainline.
43293      Branch: perlio
43294           !> (integrate 46 files)
43295 ____________________________________________________________________________
43296 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
43297         Log: Change the prefixes only if $prefix is unset,
43298              as originally patched by Marcel Grunauer.
43299      Branch: perl
43300            ! hints/darwin.sh hints/rhapsody.sh
43301 ____________________________________________________________________________
43302 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
43303         Log: Subject: Re: Patch for hints/darwin.sh
43304              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
43305              Date: Thu, 21 Jun 2001 11:23:46 -0700
43306              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
43307      Branch: perl
43308            ! hints/darwin.sh hints/rhapsody.sh
43309 ____________________________________________________________________________
43310 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
43311         Log: Add .PHONY targets for non-file targets,
43312              from Wilfredo Sánchez.  Should help saying
43313              "make install" on case-insensitive filesystems.
43314      Branch: perl
43315            ! Makefile.SH
43316 ____________________________________________________________________________
43317 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
43318         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
43319              From: Doug MacEachern <dougm@covalent.net>
43320              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
43321              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
43322              
43323              plus reword the getcwd() comment, plus use getcwd() buffer
43324              size minus one.
43325      Branch: perl
43326            ! util.c
43327 ____________________________________________________________________________
43328 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
43329         Log: More gprofing from Doug MacEachern.
43330      Branch: perl
43331            ! Makefile.SH
43332 ____________________________________________________________________________
43333 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
43334         Log: Metaconfig unit change for #10807.
43335      Branch: metaconfig/U/perl
43336            ! d_sfio.U
43337 ____________________________________________________________________________
43338 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
43339         Log: Tell that you are removing the unneeded -lsfio.
43340      Branch: perl
43341            ! Configure
43342 ____________________________________________________________________________
43343 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
43344         Log: More MPE/iX tweaks from Mark Bixby.
43345      Branch: perl
43346            ! perl.c t/op/magic.t
43347 ____________________________________________________________________________
43348 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
43349         Log: The fchdir() proto is supposed to live in <unistd.h>.
43350      Branch: perl
43351            ! ext/Cwd/Cwd.xs
43352 ____________________________________________________________________________
43353 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
43354         Log: This town is too small for the Cwd extension and me,
43355              it would seem...
43356      Branch: perl
43357            ! ext/Cwd/Cwd.xs
43358 ____________________________________________________________________________
43359 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
43360         Log: Metaconfig unit change for #10802.
43361      Branch: metaconfig/U/perl
43362            ! d_modfl.U
43363 ____________________________________________________________________________
43364 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
43365         Log: More d'ohs.
43366      Branch: perl
43367            ! Configure
43368 ____________________________________________________________________________
43369 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
43370         Log: Off-by-one.  I'm so classic.
43371      Branch: perl
43372            ! util.c
43373 ____________________________________________________________________________
43374 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
43375         Log: Update Changes.
43376      Branch: perl
43377            ! Changes patchlevel.h
43378 ____________________________________________________________________________
43379 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
43380         Log: Subject: Documentation patch for Net::FTP
43381              From: Marcel Grunauer <marcel@codewerk.com>
43382              Date: Wed, 20 Jun 2001 23:03:26 +0200
43383              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
43384      Branch: perl
43385            ! lib/Net/FTP.pm
43386 ____________________________________________________________________________
43387 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
43388         Log: Retract the #10417 mg.c and embed.pl parts because of
43389              strange SEGVs in 64bit x86 FreeBSD observed by
43390              Nicholas Clark.
43391      Branch: perl
43392            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
43393 ____________________________________________________________________________
43394 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
43395         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
43396      Branch: perl
43397            ! Configure NetWare/config.wc NetWare/config_H.wc
43398            ! Porting/Glossary Porting/config.sh Porting/config_H
43399            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43400            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43401            ! vos/config.ga.h win32/config.bc win32/config.gc
43402            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43403            ! win32/config_H.vc
43404 ____________________________________________________________________________
43405 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
43406         Log: Cwd tweak from Doug MacEachern.
43407      Branch: perl
43408            ! ext/Cwd/Cwd.xs
43409 ____________________________________________________________________________
43410 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
43411         Log: Protect the fchdir() and lstat() with ifdefs.
43412              fchdir() needs a Configure probe.
43413      Branch: perl
43414            ! ext/Cwd/Cwd.xs
43415 ____________________________________________________________________________
43416 [ 10794] By: nick                                  on 2001/06/21  17:11:35
43417         Log: Integrate mainline
43418      Branch: perlio
43419           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
43420           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
43421           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
43422           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43423           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
43424           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
43425           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
43426           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
43427            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
43428            - lib/File/Glob/case.t lib/File/Glob/global.t
43429            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
43430            - lib/File/Temp/posix.t lib/File/Temp/security.t
43431            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
43432            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
43433            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
43434            - lib/Text/Wrap/wrap.t
43435           !> (integrate 41 files)
43436 ____________________________________________________________________________
43437 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
43438         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
43439              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
43440              Date: Thu, 21 Jun 2001 13:04:54 -0500
43441              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
43442      Branch: perl
43443            ! ext/Cwd/Cwd.xs
43444 ____________________________________________________________________________
43445 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
43446         Log: Subject: [PATCH pod] overlong =item
43447              From: Robin Barker <rmb1@cise.npl.co.uk>
43448              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
43449              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
43450      Branch: perl
43451            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
43452            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43453 ____________________________________________________________________________
43454 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
43455         Log: Subject: [PATCH perlio.c] format 
43456              From: Robin Barker <rmb1@cise.npl.co.uk>
43457              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
43458              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
43459      Branch: perl
43460            ! perlio.c
43461 ____________________________________________________________________________
43462 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
43463         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
43464              From: Radu Greab <radu@netsoft.ro>
43465              Date: Thu, 21 Jun 2001 19:06:02 +0300
43466              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
43467      Branch: perl
43468            ! pod/perlapi.pod sv.c
43469 ____________________________________________________________________________
43470 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
43471         Log: The metaconfig unit changes for #10788.
43472      Branch: metaconfig/U/perl
43473            ! Cross.U fflushall.U
43474 ____________________________________________________________________________
43475 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
43476         Log: Cross-configuration changes: make $from to rm the files
43477              before copying them over (this means that he rm can be
43478              removed from the fflushall test), create $targetmkdir      
43479              (not documented in install since it is supposed to internal
43480              use only), make $run to copy over the executable only if
43481              a stamp file .xok doesn't already exist (to avoid unnecessary
43482              copying of the executable)
43483      Branch: perl
43484            ! Configure Makefile.SH
43485 ____________________________________________________________________________
43486 [ 10787] By: nick                                  on 2001/06/21  14:16:18
43487         Log: Integrate mainline
43488      Branch: perlio
43489           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
43490           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
43491           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
43492            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
43493           !> (integrate 34 files)
43494 ____________________________________________________________________________
43495 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
43496         Log: Re-add the files as text.
43497      Branch: perl
43498            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43499 ____________________________________________________________________________
43500 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
43501         Log: Delete the binary files.
43502      Branch: perl
43503            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43504 ____________________________________________________________________________
43505 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
43506         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
43507              From: Andy Dougherty <doughera@lafayette.edu>
43508              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
43509              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
43510      Branch: perl
43511            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
43512            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
43513            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
43514            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
43515 ____________________________________________________________________________
43516 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
43517         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
43518              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
43519              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
43520              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
43521              
43522              Setting umask to something friendlier.
43523      Branch: perl
43524            ! installman installperl
43525 ____________________________________________________________________________
43526 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
43527         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
43528              Resort MANIFEST with sort -f, looks much better.
43529      Branch: perl
43530            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
43531            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
43532            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
43533            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43534            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
43535            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
43536            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
43537            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
43538            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
43539            - lib/File/Glob/case.t lib/File/Glob/global.t
43540            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
43541            - lib/File/Temp/posix.t lib/File/Temp/security.t
43542            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
43543            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
43544            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
43545            - lib/Text/Wrap/wrap.t
43546            ! MANIFEST
43547 ____________________________________________________________________________
43548 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
43549         Log: Upgrade to I18N::LangTags 0.25.
43550      Branch: perl
43551            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43552            ! lib/I18N/LangTags/List.pm
43553 ____________________________________________________________________________
43554 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
43555         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
43556              From: Richard Soderberg <rs@crystalflame.net>
43557              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
43558              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
43559      Branch: perl
43560            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
43561            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
43562 ____________________________________________________________________________
43563 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
43564         Log: Test obsoleted by change #10777.
43565      Branch: perl
43566            ! t/op/sub_lval.t
43567 ____________________________________________________________________________
43568 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
43569         Log: Case of confused test numbering.
43570      Branch: perl
43571            ! t/op/pat.t
43572 ____________________________________________________________________________
43573 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
43574         Log: Subject: Re: Opinion on undef lvalue
43575              From: Abhijit Menon-Sen <ams@wiw.org>
43576              Date: Sun, 17 Jun 2001 13:04:46 +0530
43577              Message-ID: <20010617130446.B27925@lustre.linux.in>
43578              
43579              Allow lvalue subs to return undef in array context.
43580      Branch: perl
43581            ! pp_hot.c
43582 ____________________________________________________________________________
43583 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
43584         Log: Just a guess that using the same hack for cygwin as
43585              for win32 might help.
43586      Branch: perl
43587            ! lib/File/Find/find.t
43588 ____________________________________________________________________________
43589 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
43590         Log: NetWare tweaks from Guruprasad.
43591      Branch: perl
43592            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
43593            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
43594            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
43595            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
43596 ____________________________________________________________________________
43597 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
43598         Log: Subject: Re: perl@10722: Bogus warnings on REs 
43599              From: Hugo <hv@crypt.compulink.co.uk>
43600              Date: Thu, 21 Jun 2001 09:51:17 +0100
43601              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
43602              
43603              Unroll to avoid a UTS compiler bug.
43604      Branch: perl
43605            ! regcomp.c
43606 ____________________________________________________________________________
43607 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
43608         Log: Subject: Re: [PATCH] Make /o work under i?threads
43609              From: Artur Bergman <artur@contiller.se>
43610              Date: Thu, 21 Jun 2001 14:38:03 +0200
43611              Message-ID: <B757B74A.184D%artur@contiller.se>
43612      Branch: perl
43613            ! t/op/pat.t
43614 ____________________________________________________________________________
43615 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
43616         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43617              From: Artur Bergman <artur@contiller.se> 
43618              Date: Thu, 21 Jun 2001 14:27:33 +0200
43619              Message-ID: <B757B4D4.1849%artur@contiller.se>
43620              
43621              Plus extra parentheses.
43622      Branch: perl
43623            ! op.h
43624 ____________________________________________________________________________
43625 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
43626         Log: Subject: [PATCH] Make /o work under i?threads
43627              From: Richard Soderberg <rs@crystalflame.net>
43628              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
43629              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
43630      Branch: perl
43631            ! pp_ctl.c
43632 ____________________________________________________________________________
43633 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
43634         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43635              From: Artur Bergman <artur@contiller.se>
43636              Date: Thu, 21 Jun 2001 14:04:54 +0200
43637              Message-ID: <B757AF86.1842%artur@contiller.se>
43638      Branch: perl
43639            ! op.h
43640 ____________________________________________________________________________
43641 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
43642         Log: Subject: Re: perl@10765: sv.c not OK on win32
43643              From: Artur Bergman <artur@contiller.se>
43644              Date: Thu, 21 Jun 2001 10:31:06 +0200
43645              Message-ID: <B7577D69.182C%artur@contiller.se>
43646      Branch: perl
43647            ! sv.c
43648 ____________________________________________________________________________
43649 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
43650         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
43651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43652              Date: Thu, 21 Jun 2001 06:23:56 -0400
43653              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
43654              
43655              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
43656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43657              Date: Thu, 21 Jun 2001 06:32:21 -0400
43658              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
43659      Branch: perl
43660            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
43661 ____________________________________________________________________________
43662 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
43663         Log: Subject: [PATCH] make syslog test more verbose
43664              From: Robert Spier <rspier@pobox.com>
43665              Date: Thu, 21 Jun 2001 00:54:32 -0400
43666              Message-ID: <15153.32264.295807.333073@rls.cx>
43667      Branch: perl
43668            ! ext/Sys/Syslog/syslog.t
43669 ____________________________________________________________________________
43670 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
43671         Log: Subject: op/study.t refinements
43672              From: Hugo <hv@crypt.compulink.co.uk>
43673              Date: Thu, 21 Jun 2001 00:29:07 +0100
43674              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
43675      Branch: perl
43676            ! t/op/study.t
43677 ____________________________________________________________________________
43678 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
43679         Log: Update Changes.
43680      Branch: perl
43681            ! Changes patchlevel.h
43682 ____________________________________________________________________________
43683 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
43684         Log: Subject: Re: [PATCH] djgpp updates
43685              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
43686              Date: Wed, 20 Jun 2001 10:05:15 +0200
43687              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
43688      Branch: perl
43689            ! djgpp/config.over
43690 ____________________________________________________________________________
43691 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
43692         Log: Fix for ID 20010619.002 "When building hash, hash keys that
43693              are function calls are not being called", from Abhijit.
43694      Branch: perl
43695            ! t/base/lex.t toke.c
43696 ____________________________________________________________________________
43697 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
43698         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
43699      Branch: perl
43700            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
43701            + lib/Locale/Maketext/test.pl
43702            - lib/Locale/Maketext.t
43703            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43704            ! lib/Locale/Maketext/TPJ13.pod
43705 ____________________________________________________________________________
43706 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
43707         Log: Metaconfig unit change for #10760.
43708      Branch: metaconfig
43709            ! U/modified/Cppsym.U
43710 ____________________________________________________________________________
43711 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
43712         Log: Do not remove the ccsym* Cppsym* files since
43713              they are useful for metaconfig units coming after us.
43714              (This is the Configure nit mentioned in #10752.)
43715      Branch: perl
43716            ! Configure
43717 ____________________________________________________________________________
43718 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
43719         Log: Update to I18N::LangTags 0.24, from Sean Burke.
43720      Branch: perl
43721            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
43722            + lib/I18N/LangTags/README
43723            - lib/I18N/LangTags/List.pod
43724            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
43725 ____________________________________________________________________________
43726 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
43727         Log: Regen headers.
43728      Branch: perl
43729            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
43730            ! pod/perlapi.pod proto.h
43731 ____________________________________________________________________________
43732 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
43733         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
43734              From: Artur Bergman <artur@contiller.se>
43735              Date: Wed, 20 Jun 2001 11:31:32 +0200
43736              Message-ID: <B7563A14.17D8%artur@contiller.se>
43737      Branch: perl
43738            ! embed.pl hv.c intrpvar.h sv.c sv.h
43739 ____________________________________________________________________________
43740 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
43741         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
43742              From: Tim Sweetman <tim@aldigital.co.uk> 
43743              Date: Wed, 13 Jun 2001 14:25:17 +0100 
43744              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
43745      Branch: perl
43746            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
43747 ____________________________________________________________________________
43748 [ 10755] By: nick                                  on 2001/06/20  16:12:37
43749         Log: Integrate mainline
43750      Branch: perlio
43751           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
43752           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
43753           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
43754           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
43755           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
43756           !> t/op/study.t util.c
43757 ____________________________________________________________________________
43758 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
43759         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
43760              but not Makefile)
43761      Branch: maint-5.6/perl
43762            ! win32/Makefile
43763 ____________________________________________________________________________
43764 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
43765         Log: Security tweak on readlink().
43766      Branch: perl
43767            ! pp_sys.c
43768 ____________________________________________________________________________
43769 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
43770         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
43771      Branch: perl
43772            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
43773            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
43774            ! mpeix/relink t/op/pwent.t
43775 ____________________________________________________________________________
43776 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
43777         Log: Reinstate #10725 (with probe for alarm()).
43778      Branch: perl
43779            ! t/op/study.t
43780 ____________________________________________________________________________
43781 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
43782         Log: Replace our implementation of realpath() with OpenBSD's
43783              (src/lib/libc/stdlib/realpath.c 1.4).
43784      Branch: perl
43785            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
43786            ! pod/perldiag.pod proto.h util.c
43787 ____________________________________________________________________________
43788 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
43789         Log: Integrate perlio.
43790      Branch: perl
43791           !> perlio.c
43792 ____________________________________________________________________________
43793 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
43794         Log: No point in going into memory-saving contortions
43795              with getcwd() since there's a danger of buffer overflow.
43796              Also make the POSIX extension to use sv_getcwd().
43797              Finally, a missed proto.h fragment.
43798      Branch: perl
43799            ! ext/POSIX/POSIX.xs proto.h util.c
43800 ____________________________________________________________________________
43801 [ 10747] By: nick                                  on 2001/06/20  12:38:26
43802         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
43803      Branch: perlio
43804            ! perlio.c
43805 ____________________________________________________________________________
43806 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
43807         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
43808              From: Graham Barr <gbarr@pobox.com>
43809              Date: Wed, 20 Jun 2001 11:05:49 +0100
43810              Message-ID: <20010620110549.I19188@pobox.com>
43811              
43812              reported in        
43813              
43814              Subject: Bug in IO::Socket::INET module (repeat)
43815              From: "Harmon S. Nine" <hnine@netarx.com>
43816              Date: Tue, 19 Jun 2001 09:41:35 -0400
43817              Message-ID: <3B2F568F.8080605@netarx.com>
43818              
43819              The bug was that the IO::Socket::INET constructor
43820              did not allow a 'LocalPort' of 0.
43821      Branch: perl
43822            ! ext/IO/lib/IO/Socket/INET.pm
43823 ____________________________________________________________________________
43824 [ 10745] By: nick                                  on 2001/06/20  08:56:39
43825         Log: Integrate mainline.
43826      Branch: perlio
43827           !> (integrate 37 files)
43828 ____________________________________________________________________________
43829 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
43830         Log: After some reading I don't think we can blindly
43831              use systems' realpath().  Too many security problems,
43832              too many buggy implementations.
43833              
43834              TODO: the realpath() emulation code in util.c doesn't
43835              seem fully operational?  (readlink(), for example?)
43836      Branch: perl
43837            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
43838            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
43839            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
43840            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
43841            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
43842            ! win32/config_H.gc win32/config_H.vc
43843 ____________________________________________________________________________
43844 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
43845         Log: Metaconfig unit change for #10738.
43846      Branch: metaconfig
43847            ! U/compline/d_gconvert.U
43848 ____________________________________________________________________________
43849 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
43850         Log: Integrate change #10739 from maintperl:
43851              
43852              C<eval "/x$\r\n/x"> fails to compile correctly 
43853      Branch: perl
43854           !> t/op/pat.t toke.c
43855 ____________________________________________________________________________
43856 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
43857         Log: Retract #10725 (Hugo asked NOT to apply the patch)
43858      Branch: perl
43859            ! t/op/study.t
43860 ____________________________________________________________________________
43861 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
43862         Log: The test.third results were funnily named because of the
43863              new test scheme.
43864      Branch: perl
43865            ! t/TEST
43866 ____________________________________________________________________________
43867 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
43868         Log: C<eval "/x$\r\n/x"> fails to compile correctly
43869      Branch: maint-5.6/perl
43870            ! t/op/pat.t toke.c
43871 ____________________________________________________________________________
43872 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
43873         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
43874              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43875              Date: Tue, 19 Jun 2001 19:15:40 -0400
43876              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
43877              
43878              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
43879              because "1e+129" being expected but "1.e+129" being returned.
43880              The culprit (at least in Tru64) is the use of gcvt().
43881      Branch: perl
43882            ! Configure
43883 ____________________________________________________________________________
43884 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
43885         Log: Subject: [PATCH perl@10722] test hunting on VMS
43886              From: "Craig A. Berry" <craigberry@mac.com>
43887              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
43888              Date: Tue, 19 Jun 2001 18:59:01 -0500
43889      Branch: perl
43890            ! vms/test.com
43891 ____________________________________________________________________________
43892 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
43893         Log: Subject: [PATCH] s/typos//
43894              From: Abhijit Menon-Sen <ams@wiw.org>
43895              Date: Wed, 20 Jun 2001 02:15:02 +0530
43896              Message-ID: <20010620021502.A14541@lustre.linux.in>
43897              
43898              Without the op.h s/bearword/bareword/ hunk, see
43899              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
43900      Branch: perl
43901            ! util.c
43902 ____________________________________________________________________________
43903 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
43904         Log: Metaconfig unit change for #10732 and #10733.
43905      Branch: metaconfig/U/perl
43906            ! fflushall.U
43907 ____________________________________________________________________________
43908 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
43909         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
43910              From: "Craig A. Berry" <craigberry@mac.com>
43911              Date: Tue, 19 Jun 2001 17:19:48 -0500
43912              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
43913      Branch: perl
43914            ! configure.com vms/descrip_mms.template
43915 ____________________________________________________________________________
43916 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
43917         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
43918              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43919              Date: Tue, 19 Jun 2001 16:48:07 -0400
43920              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
43921              
43922              Further fixes to fflush(NULL) detection.
43923      Branch: perl
43924            ! Configure
43925 ____________________________________________________________________________
43926 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
43927         Log: AIX test -s hangs with non-existent files?
43928              (A genuine logic bug in Configure, but AIX also broken?)
43929      Branch: perl
43930            ! Configure
43931 ____________________________________________________________________________
43932 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
43933         Log: AUTHORS updates.
43934      Branch: perl
43935            ! AUTHORS
43936 ____________________________________________________________________________
43937 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
43938         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
43939              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43940              Date: Tue, 19 Jun 2001 15:33:25 -0400
43941              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
43942      Branch: perl
43943            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
43944            ! t/lib/warnings/pp
43945 ____________________________________________________________________________
43946 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
43947         Log: Integrate perlio.
43948      Branch: perl
43949           !> lib/File/Find/find.t win32/distclean.bat
43950 ____________________________________________________________________________
43951 [ 10728] By: nick                                  on 2001/06/19  18:24:53
43952         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
43953      Branch: perlio
43954            ! lib/File/Find/find.t win32/distclean.bat
43955 ____________________________________________________________________________
43956 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
43957         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
43958              also add information how to find out whether one has PerlIO.
43959      Branch: perl
43960            ! pod/perlfunc.pod
43961 ____________________________________________________________________________
43962 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
43963         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
43964              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43965              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
43966              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
43967      Branch: perl
43968            ! pod/perlfunc.pod
43969 ____________________________________________________________________________
43970 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
43971         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
43972              From: Hugo <hv@crypt.compulink.co.uk>
43973              Date: Tue, 19 Jun 2001 12:37:30 +0100
43974              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
43975      Branch: perl
43976            ! t/op/study.t
43977 ____________________________________________________________________________
43978 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
43979         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
43980              From: Hugo <hv@crypt.compulink.co.uk>
43981              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
43982              Date: Tue, 19 Jun 2001 13:15:17 +0100
43983      Branch: perl
43984            ! util.c
43985 ____________________________________________________________________________
43986 [ 10723] By: nick                                  on 2001/06/19  14:46:15
43987         Log: Integrate mainline
43988      Branch: perlio
43989           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
43990           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
43991           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
43992           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
43993           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
43994           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
43995            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
43996            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
43997            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
43998            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
43999            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44000            - ext/Thread/unsync4.t
44001           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
44002           !> djgpp/config.over djgpp/fixpmain
44003           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
44004           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
44005           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
44006 ____________________________________________________________________________
44007 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
44008         Log: Update Changes.
44009      Branch: perl
44010            ! Changes patchlevel.h
44011 ____________________________________________________________________________
44012 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
44013         Log: The existence shall be MANIFESted.
44014      Branch: perl
44015            ! MANIFEST
44016 ____________________________________________________________________________
44017 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
44018         Log: The old libnet.cfg is first searched from the current directory,
44019              only then from the module path.
44020      Branch: perl
44021            ! utils/libnetcfg.PL
44022 ____________________________________________________________________________
44023 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
44024         Log: NetWare tweaks from Guruprasad.
44025      Branch: perl
44026            ! NetWare/Makefile NetWare/config.wc
44027 ____________________________________________________________________________
44028 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
44029         Log: Subject: [PATCH] djgpp updates
44030              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
44031              Date: Tue, 19 Jun 2001 10:59:06 +0200
44032              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
44033      Branch: perl
44034            ! djgpp/config.over djgpp/fixpmain
44035 ____________________________________________________________________________
44036 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
44037         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
44038              From: Prymmer/Kahn <pvhp@best.com>
44039              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
44040              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
44041      Branch: perl
44042            ! win32/Makefile
44043 ____________________________________________________________________________
44044 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
44045         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
44046              to happen right after the inclusion of <inttypes.h>,
44047              from Edward Moy.
44048      Branch: perl
44049            ! handy.h perl.h
44050 ____________________________________________________________________________
44051 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
44052         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
44053              From: Doug MacEachern <dougm@covalent.net>
44054              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
44055              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
44056      Branch: perl
44057            ! ext/DynaLoader/DynaLoader_pm.PL
44058 ____________________________________________________________________________
44059 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
44060         Log: Revert #10656 for performance reasons but leave in the
44061              use of Hv*() macros -- in comments, so that grepping the
44062              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
44063              suggested by Sarathy, also by Abhijit.)
44064      Branch: perl
44065            ! hv.c
44066 ____________________________________________________________________________
44067 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
44068         Log: Subject: [patch] .s MakeMaker suffix
44069              From: Doug MacEachern <dougm@covalent.net>
44070              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
44071              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
44072      Branch: perl
44073            ! lib/ExtUtils/MM_Unix.pm
44074 ____________________________________________________________________________
44075 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
44076         Log: One test lost in the big shuffle restored.
44077      Branch: perl
44078            + ext/IPC/SysV/ipcsysv.t
44079            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
44080 ____________________________________________________________________________
44081 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
44082         Log: Rename the old non-standard threads tests so that
44083              they won't be invoked.
44084      Branch: perl
44085            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
44086            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
44087            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
44088            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
44089            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
44090            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
44091            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44092            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44093            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44094            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44095            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44096            - ext/Thread/unsync4.t
44097            ! MANIFEST
44098 ____________________________________________________________________________
44099 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
44100         Log: Integrate perlio.
44101      Branch: perl
44102           !> win32/config_sh.PL
44103 ____________________________________________________________________________
44104 [ 10709] By: nick                                  on 2001/06/19  08:18:18
44105         Log: Integrate mainline
44106      Branch: perlio
44107           +> (branch 40 files)
44108            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
44109            - lib/strict/subs lib/strict/vars lib/warnings/1global
44110            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
44111            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
44112            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
44113            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
44114            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
44115            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
44116            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
44117            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
44118            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
44119            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
44120            - lib/warnings/utf8 lib/warnings/util
44121           !> (integrate 57 files)
44122 ____________________________________________________________________________
44123 [ 10708] By: nick                                  on 2001/06/19  07:57:10
44124         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
44125      Branch: perlio
44126            ! win32/config_sh.PL
44127 ____________________________________________________________________________
44128 [ 10707] By: nick                                  on 2001/06/19  07:05:07
44129         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
44130      Branch: perl
44131            ! perly.c perly.y perly_c.diff vms/perly_c.vms
44132 ____________________________________________________________________________
44133 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
44134         Log: More perl572delta tweaks.
44135      Branch: perl
44136            ! pod/perl572delta.pod
44137 ____________________________________________________________________________
44138 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
44139         Log: Update perl572delta.
44140      Branch: perl
44141            ! pod/perl572delta.pod
44142 ____________________________________________________________________________
44143 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
44144         Log: VOS updates from Paul Green.
44145      Branch: perl
44146            ! vos/Changes vos/build.cm vos/perl.bind
44147 ____________________________________________________________________________
44148 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
44149         Log: Update the vos/config.*.* files.
44150      Branch: perl
44151            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44152            ! vos/config.ga.h
44153 ____________________________________________________________________________
44154 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
44155         Log: Add a makefile for more painless adding of symbols to the
44156              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
44157              takes care of the adding)
44158      Branch: perl
44159            + vos/Makefile
44160 ____________________________________________________________________________
44161 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
44162         Log: Make libnetcfg by default display the libnet configuration,
44163              -c to change, add -i for old config, document all options,
44164              regen toc.
44165      Branch: perl
44166            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
44167 ____________________________________________________________________________
44168 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
44169         Log: gcc -Wall sweep.
44170      Branch: perl
44171            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
44172 ____________________________________________________________________________
44173 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
44174         Log: So there.
44175      Branch: perl
44176            ! universal.c
44177 ____________________________________________________________________________
44178 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
44179         Log: Document the need for sv_printify().
44180              
44181              Document that 'use utf8' has been considered.
44182              
44183              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
44184      Branch: perl
44185            ! pod/perltodo.pod universal.c
44186 ____________________________________________________________________________
44187 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
44188         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
44189              From: Nicholas Clark <nick@ccl4.org>
44190              Date: Mon, 18 Jun 2001 23:29:23 +0100
44191              Message-ID: <20010618232923.I98663@plum.flirble.org>
44192      Branch: perl
44193            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
44194            ! ext/Sys/Syslog/Makefile.PL
44195 ____________________________________________________________________________
44196 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
44197         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
44198              From: Scott.L.Miller@Compaq.com
44199              Date: Mon, 18 Jun 2001 10:12:27 -0500
44200              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
44201      Branch: perl
44202            ! lib/perl5db.pl pod/perldebug.pod
44203 ____________________________________________________________________________
44204 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
44205         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
44206              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
44207              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
44208              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
44209      Branch: perl
44210            ! lib/Carp/Heavy.pm
44211 ____________________________________________________________________________
44212 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
44213         Log: Subject: [PATCH] Documentation changes for CLONE
44214              From: Artur Bergman <artur@contiller.se>
44215              Date: Mon, 18 Jun 2001 22:06:37 +0200
44216              Message-ID: <B7542BEC.1719%artur@contiller.se>
44217      Branch: perl
44218            ! pod/perlmod.pod pod/perlsub.pod
44219 ____________________________________________________________________________
44220 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
44221         Log: Subject: Re: configure.com
44222              From: "Craig A. Berry" <craigberry@mac.com>
44223              Date: Mon, 18 Jun 2001 16:04:38 -0500
44224              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
44225      Branch: perl
44226            ! configure.com
44227 ____________________________________________________________________________
44228 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
44229         Log: Subject: PL_nullstash + perl_clone()
44230              From: Doug MacEachern <dougm@covalent.net>
44231              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
44232              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
44233      Branch: perl
44234            ! sv.c
44235 ____________________________________________________________________________
44236 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
44237         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
44238              From: davem@fdgroup.co.uk
44239              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
44240              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
44241      Branch: perl
44242            ! embed.pl pod/perlapi.pod
44243 ____________________________________________________________________________
44244 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
44245         Log: More cross-compilation defaults gleaned from -Dcc
44246              if it is CPU-OS-gcc.
44247      Branch: metaconfig
44248            ! U/modified/libc.U
44249      Branch: metaconfig/U/perl
44250            ! Cross.U
44251      Branch: perl
44252            ! Configure INSTALL
44253 ____________________________________________________________________________
44254 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
44255         Log: Update Changes.
44256      Branch: perl
44257            ! Changes patchlevel.h
44258 ____________________________________________________________________________
44259 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
44260         Log: Subject: [PATCH 5.7.1] sv.c documentation
44261              From: davem@fdgroup.co.uk
44262              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
44263              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
44264      Branch: perl
44265            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
44266            ! sv.c sv.h
44267 ____________________________________________________________________________
44268 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
44269         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
44270              From: "Jon Gunnip" <jongunnip@hotmail.com>
44271              Date: Sun, 17 Jun 2001 18:24:29 -0400
44272              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
44273      Branch: perl
44274            ! pod/perlvar.pod
44275 ____________________________________________________________________________
44276 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
44277         Log: Move the locale/strict/warnings helper files back
44278              under the t/lib; this way the amount of non-installabled
44279              stuff under lib/ stays smaller.
44280      Branch: perl
44281            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
44282            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
44283            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
44284            + t/lib/warnings/5nolint t/lib/warnings/6default
44285            + t/lib/warnings/7fatal t/lib/warnings/8signal
44286            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
44287            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
44288            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
44289            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
44290            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
44291            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
44292            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
44293            + t/lib/warnings/taint t/lib/warnings/toke
44294            + t/lib/warnings/universal t/lib/warnings/utf8
44295            + t/lib/warnings/util
44296            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
44297            - lib/strict/subs lib/strict/vars lib/warnings/1global
44298            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
44299            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
44300            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
44301            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
44302            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
44303            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
44304            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
44305            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
44306            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
44307            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
44308            - lib/warnings/utf8 lib/warnings/util
44309            ! MANIFEST installperl lib/locale.t lib/strict.t
44310 ____________________________________________________________________________
44311 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
44312         Log: Split off the pack/unpack code, from Nicholas Clark.
44313      Branch: perl
44314            + pp_pack.c
44315            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
44316            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
44317            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
44318 ____________________________________________________________________________
44319 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
44320         Log: Guard the SysV IPC tests against being invoked in
44321              SysV-IPC-less places.
44322      Branch: perl
44323            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
44324 ____________________________________________________________________________
44325 [ 10683] By: nick                                  on 2001/06/18  12:24:42
44326         Log: Integrate mainline (new test scheme now ok on Linux).
44327      Branch: perlio
44328           +> lib/warnings.t
44329           !> dump.c sv.c
44330 ____________________________________________________________________________
44331 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
44332         Log: Add the locale.c and numeric.c to the microperl sources.
44333      Branch: perl
44334            ! Makefile.micro win32/Makefile
44335 ____________________________________________________________________________
44336 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
44337         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
44338              From: Abhijit Menon-Sen <ams@wiw.org>
44339              Date: Mon, 18 Jun 2001 14:23:44 +0530
44340              Message-ID: <20010618142344.A13136@lustre.linux.in>
44341      Branch: perl
44342            ! dump.c
44343 ____________________________________________________________________________
44344 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
44345         Log: Subject: Re: [PATCH] more anonymous stash cleanups
44346              From: Abhijit Menon-Sen <ams@wiw.org>
44347              Date: Mon, 18 Jun 2001 15:50:32 +0530
44348              Message-ID: <20010618155032.A13223@lustre.linux.in>
44349              
44350              Plus the comment left in as suggested by NI-S.
44351      Branch: perl
44352            ! sv.c
44353 ____________________________________________________________________________
44354 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
44355         Log: One missed file.
44356      Branch: perl
44357            + lib/warnings.t
44358 ____________________________________________________________________________
44359 [ 10678] By: nick                                  on 2001/06/18  08:05:29
44360         Log: Integrate mainline (part2 - the deletes)
44361      Branch: perlio
44362            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
44363            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
44364            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
44365            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
44366            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
44367            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
44368            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
44369            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
44370            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
44371            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
44372            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
44373 ____________________________________________________________________________
44374 [ 10677] By: nick                                  on 2001/06/18  08:04:44
44375         Log: Integrate mainline (part1)
44376      Branch: perlio
44377           +> (branch 376 files)
44378            - (delete 219 files)
44379           !> (integrate 151 files)
44380 ____________________________________________________________________________
44381 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
44382         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
44383              No doubt I made some mistakes like missed some files or
44384              misnamed some files.  The naming rules were more or less:
44385              (1) if the module is from CPAN, follows its ways, be it
44386              t/*.t or test.pl.
44387              (2) otherwise if there are multiple tests for a module
44388              put them in a t/
44389              (3) otherwise if there's only one test put it in Module.t
44390              (4) helper files go to module/ (locale, strict, warnings)
44391              (5) use longer filenames now that we can (but e.g. the
44392              compat-0.6.t and the Text::Balanced test files still
44393              were renamed to be more civil against the 8.3 people)
44394              installperl was updated appropriately not to install the
44395              *.t files or the help files from under lib.
44396              
44397              TODO: some helper files still remain under t/ that could
44398              follow their 'masters'.  UPDATE: On second thoughts, why
44399              should they.  They can continue to live under t/lib, and
44400              in fact the locale/strict/warnings helpers that were moved
44401              could be moved back.  This way the amount of non-installable
44402              stuff under lib/ stays smaller.
44403      Branch: perl
44404            + (add 253 files)
44405            - (delete 254 files)
44406            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
44407 ____________________________________________________________________________
44408 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
44409         Log: The warning no more comes from util.c, it comes from numeric.c.
44410      Branch: perl
44411            ! README.tru64
44412 ____________________________________________________________________________
44413 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
44414         Log: Subject: Re: anyone good at casting spells?
44415              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44416              Date: Sun, 17 Jun 2001 21:21:04 -0400
44417              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
44418      Branch: perl
44419            ! ext/POSIX/POSIX.xs hv.h
44420 ____________________________________________________________________________
44421 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
44422         Log: Protect the (original) thread tests against testing if no 5.005
44423              threads have been configured.
44424      Branch: perl
44425            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44426            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44427            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44428            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44429            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44430            ! ext/Thread/unsync4.t
44431 ____________________________________________________________________________
44432 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
44433         Log: Try the new test scanning scheme on Text::Abbrev.
44434      Branch: perl
44435            + lib/Text/Abbrev.t
44436            - lib/Text/Abbrev/t/abbrev.t
44437            ! MANIFEST
44438 ____________________________________________________________________________
44439 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
44440         Log: Change the scan policy of the *.t and test.pl files,
44441              now the *.t do not need to live in a t/ directory.
44442      Branch: perl
44443            ! t/TEST t/harness
44444 ____________________________________________________________________________
44445 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
44446         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
44447              From: Ilmari Karonen <iltzu@sci.fi>
44448              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
44449              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
44450      Branch: perl
44451            ! pod/perlfaq7.pod
44452 ____________________________________________________________________________
44453 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
44454         Log: Quench the warnings from Tru64; the HP-UX is still
44455              broken because it really, REALLY, doesn't like the
44456              HvARRAY() being lvalue:
44457              
44458              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
44459              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
44460      Branch: perl
44461            ! hv.c
44462 ____________________________________________________________________________
44463 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
44464         Log: Integrate change #10667 from maintperl:
44465              
44466              change#10449 broke the special-case that makes lexicals inside the
44467              eval"" within DB::DB() visible
44468      Branch: perl
44469           !> op.c
44470 ____________________________________________________________________________
44471 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
44472         Log: change#10449 broke the special-case that makes lexicals inside the
44473              eval"" within DB::DB() visible
44474      Branch: maint-5.6/perl
44475            ! op.c
44476 ____________________________________________________________________________
44477 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
44478         Log: Still spurious output; indent the code a bit.
44479              
44480              TODO1: separate the utility functions like MkDir
44481              into a helper script?
44482              
44483              TODO2: I see a lot of repetition in the filepath()
44484              and dirpath() calls.
44485      Branch: perl
44486            ! t/lib/filefind.t t/lib/findtaint.t
44487 ____________________________________________________________________________
44488 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
44489         Log: Regen modlib, toc.
44490      Branch: perl
44491            ! pod/perlmodlib.pod pod/perltoc.pod
44492 ____________________________________________________________________________
44493 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
44494         Log: Add libnetcfg to perlutil.
44495      Branch: perl
44496            ! pod/perlutil.pod
44497 ____________________________________________________________________________
44498 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
44499         Log: Initial integration of libnet-1.0703.
44500              The Configure script renamed as libnetcfg, will be
44501              installed along other utilities.
44502      Branch: perl
44503            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
44504            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
44505            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
44506            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
44507            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
44508            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
44509            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
44510            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
44511            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
44512            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
44513            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
44514            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
44515            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
44516            + utils/libnetcfg.PL
44517            ! MANIFEST utils.lst utils/Makefile
44518 ____________________________________________________________________________
44519 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
44520         Log: Less potentially test-harness-confusing output.
44521      Branch: perl
44522            ! lib/Memoize/t/expire_module_t.t
44523 ____________________________________________________________________________
44524 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
44525         Log: The final print annoys make test.
44526      Branch: perl
44527            ! t/lib/filefind.t t/lib/findtaint.t
44528 ____________________________________________________________________________
44529 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
44530         Log: Add an option for handling dangling symbolic links.
44531      Branch: perl
44532            ! lib/File/Find.pm t/lib/filefind.t
44533 ____________________________________________________________________________
44534 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
44535         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
44536              From: Thomas Wegner <wegner_thomas@yahoo.com>
44537              Date: Sun, 17 Jun 2001 14:43:11 +0200
44538              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
44539      Branch: perl
44540            + t/lib/findtaint.t
44541            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
44542 ____________________________________________________________________________
44543 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
44544         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
44545              From: Jonathan Stowe <gellyfish@gellyfish.com>
44546              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
44547              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
44548      Branch: perl
44549            ! lib/ExtUtils/MM_Unix.pm
44550 ____________________________________________________________________________
44551 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
44552         Log: Subject: [PATCH] more anonymous stash cleanups
44553              From: Abhijit Menon-Sen <ams@wiw.org>
44554              Date: Sun, 17 Jun 2001 11:44:06 +0530
44555              Message-ID: <20010617114406.A25203@lustre.linux.in>
44556      Branch: perl
44557            ! op.c
44558 ____________________________________________________________________________
44559 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
44560         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
44561              From: Abhijit Menon-Sen <ams@wiw.org>
44562              Date: Sun, 17 Jun 2001 08:02:59 +0530
44563              Message-ID: <20010617080259.A28776@lustre.linux.in>
44564              
44565              Subject: [PATCH #2/7] xhv_eiter
44566              From: Abhijit Menon-Sen <ams@wiw.org>
44567              Date: Sun, 17 Jun 2001 08:13:18 +0530
44568              Message-ID: <20010617081318.B28776@lustre.linux.in>
44569              
44570              Subject: [PATCH #3/7] xhv_fill
44571              From: Abhijit Menon-Sen <ams@wiw.org>
44572              Date: Sun, 17 Jun 2001 08:25:16 +0530
44573              Message-ID: <20010617082516.C28776@lustre.linux.in>
44574              
44575              Subject: [PATCH #4/7] xhv_keys
44576              From: Abhijit Menon-Sen <ams@wiw.org>
44577              Date: Sun, 17 Jun 2001 08:36:17 +0530
44578              Message-ID: <20010617083617.D28776@lustre.linux.in>
44579              
44580              Subject: [PATCH #5/7] xhv_max
44581              From: Abhijit Menon-Sen <ams@wiw.org>
44582              Date: Sun, 17 Jun 2001 08:39:48 +0530
44583              Message-ID: <20010617083948.E28776@lustre.linux.in>
44584              
44585              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
44586              From: Abhijit Menon-Sen <ams@wiw.org>
44587              Date: Sun, 17 Jun 2001 08:51:11 +0530
44588              Message-ID: <20010617085111.F28776@lustre.linux.in>
44589      Branch: perl
44590            ! hv.c
44591 ____________________________________________________________________________
44592 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
44593         Log: Update Changes.
44594      Branch: perl
44595            ! Changes patchlevel.h
44596 ____________________________________________________________________________
44597 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
44598         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
44599              From: Abhijit Menon-Sen <ams@wiw.org>
44600              Date: Sat, 16 Jun 2001 07:41:19 +0530
44601              Message-ID: <20010616074119.A24720@lustre.linux.in>
44602      Branch: perl
44603            ! hv.c perl.c vms/vmsish.h win32/win32.h
44604 ____________________________________________________________________________
44605 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
44606         Log: Document tests failing when threaded, since we now have more.
44607      Branch: perl
44608            ! pod/perl572delta.pod
44609 ____________________________________________________________________________
44610 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
44611         Log: -Wall cleanup.
44612      Branch: perl
44613            ! ext/Thread/Thread.xs
44614 ____________________________________________________________________________
44615 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
44616         Log: pthread_attr_setstacksize() isn't absolutely necessary
44617              to call, only iff THREAD_CREATE_NEEDS_STACK.
44618      Branch: perl
44619            ! ext/Thread/Thread.xs
44620 ____________________________________________________________________________
44621 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
44622         Log: -Wall strays.
44623      Branch: perl
44624            ! perl.c util.c
44625 ____________________________________________________________________________
44626 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
44627         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
44628              (and INT64_MIN) brokenness.
44629      Branch: perl
44630            ! hints/darwin.sh perl.h
44631 ____________________________________________________________________________
44632 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
44633         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
44634              From: Nicholas Clark <nick@ccl4.org>
44635              Date: Sun, 17 Jun 2001 00:16:05 +0100
44636              Message-ID: <20010617001605.V98663@plum.flirble.org>
44637      Branch: perl
44638            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
44639            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
44640            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44641 ____________________________________________________________________________
44642 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
44643         Log: Add perlnetware to docs; regen toc; supply skeleton
44644              docs for some Memoize submodules.
44645      Branch: perl
44646            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
44647            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44648            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
44649            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
44650            ! win32/Makefile win32/makefile.mk
44651 ____________________________________________________________________________
44652 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
44653         Log: pod cleanup.
44654      Branch: perl
44655            ! README.netware
44656 ____________________________________________________________________________
44657 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
44658         Log: Integrate Memoize 0.64.  Few tweaks were required in
44659              the test scripts.  Note that the speed and expire*
44660              tests take several dozen seconds to run.
44661      Branch: perl
44662            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
44663            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
44664            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44665            + lib/Memoize/README lib/Memoize/SDBM_File.pm
44666            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
44667            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
44668            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
44669            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
44670            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
44671            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
44672            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
44673            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
44674            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
44675            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
44676            ! MANIFEST t/lib/1_compile.t
44677 ____________________________________________________________________________
44678 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
44679         Log: Document the cross-compilation options.
44680      Branch: perl
44681            ! Cross/README INSTALL
44682 ____________________________________________________________________________
44683 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
44684         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
44685      Branch: perl
44686            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
44687            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
44688            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
44689            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
44690            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
44691            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
44692            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
44693            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
44694            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
44695            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
44696            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
44697            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
44698            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
44699            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
44700            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
44701            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
44702            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
44703            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
44704            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
44705            + lib/ExtUtils/MM_NW5.pm
44706            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
44707            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
44708            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44709            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
44710            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
44711            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
44712            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
44713            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
44714            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
44715            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
44716            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
44717            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
44718            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
44719            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
44720            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
44721            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
44722            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
44723            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
44724            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
44725            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
44726            ! util.h x2p/a2py.c
44727 ____________________________________________________________________________
44728 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
44729         Log: Resort MANIFEST.
44730      Branch: perl
44731            ! MANIFEST
44732 ____________________________________________________________________________
44733 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
44734         Log: Integrate perlio.
44735      Branch: perl
44736           +> win32/win32io.c
44737           !> MANIFEST perlio.c perliol.h win32/makefile.mk
44738 ____________________________________________________________________________
44739 [ 10640] By: nick                                  on 2001/06/16  18:38:31
44740         Log: Disable :win32 layer as default till I get it working
44741      Branch: perlio
44742            ! MANIFEST perlio.c
44743 ____________________________________________________________________________
44744 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
44745         Log: Try the new scheme by moving the Text::Abbrev test
44746              to a new place under lib.
44747      Branch: perl
44748            + lib/Text/Abbrev/t/abbrev.t
44749            - t/lib/abbrev.t
44750            ! MANIFEST
44751 ____________________________________________________________________________
44752 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
44753         Log: Make the code even more dynamical so that testname
44754              suffix length can change.
44755      Branch: perl
44756            ! lib/Test/Harness.pm t/TEST
44757 ____________________________________________________________________________
44758 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
44759         Log: Allow for deeper t/ and also a single test.pl.
44760      Branch: perl
44761            ! t/TEST t/harness
44762 ____________________________________________________________________________
44763 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
44764         Log: #define fix from Nicholas Clark.
44765      Branch: perl
44766            ! ext/POSIX/POSIX.xs
44767 ____________________________________________________________________________
44768 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
44769         Log: Initialization is nice.
44770      Branch: perl
44771            ! lib/Test/Harness.pm
44772 ____________________________________________________________________________
44773 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
44774         Log: Make t/TEST and t/harness to test also the t/ tests
44775              under the main lib/ and ext/ directories.  Fix Test::Harness
44776              to dynamically change the width of its "foo/bar....ok" output.
44777      Branch: perl
44778            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
44779 ____________________________________________________________________________
44780 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
44781         Log: Subject: [PATCH] Re: perl@10611 
44782              From: Nicholas Clark <nick@ccl4.org>
44783              Date: Sat, 16 Jun 2001 16:52:47 +0100
44784              Message-ID: <20010616165247.O98663@plum.flirble.org>
44785              
44786              The .xs parts, too.
44787      Branch: perl
44788            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
44789            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
44790 ____________________________________________________________________________
44791 [ 10632] By: nick                                  on 2001/06/16  16:44:35
44792         Log: Work-in-progress win32 layer semi-functional, checking 
44793              for UNIX breakage.
44794      Branch: perlio
44795            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
44796 ____________________________________________________________________________
44797 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
44798         Log: Subject: [PATCH] Re: perl@10611 
44799              From: Nicholas Clark <nick@ccl4.org>
44800              Date: Sat, 16 Jun 2001 16:52:47 +0100
44801              Message-ID: <20010616165247.O98663@plum.flirble.org>
44802      Branch: perl
44803            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
44804            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
44805            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
44806            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
44807            ! lib/ExtUtils/Constant.pm
44808 ____________________________________________________________________________
44809 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
44810         Log: Metaconfig unit change for #10629.
44811      Branch: metaconfig
44812            ! U/modified/Finish.U
44813 ____________________________________________________________________________
44814 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
44815         Log: The extraction changed directories.
44816      Branch: perl
44817            ! Configure
44818 ____________________________________________________________________________
44819 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
44820         Log: Math::BigInt 1.35 from Tels.
44821      Branch: perl
44822            + t/lib/mbimbf.t
44823            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44824            ! t/lib/bigfltpm.t t/lib/bigintpm.t
44825 ____________________________________________________________________________
44826 [ 10627] By: nick                                  on 2001/06/16  14:54:52
44827         Log: Work in progress UNIX-side edit of win32 PerLIO layer
44828      Branch: perlio
44829            + win32/win32io.c
44830            ! perlio.c win32/makefile.mk
44831 ____________________________________________________________________________
44832 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
44833         Log: Subject: [PATCH 5.6.1] os2/diff-configure
44834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44835              Date: Fri, 15 Jun 2001 01:19:36 -0400
44836              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
44837              
44838              Empty all of it because I think #10624 made even the
44839              last patch hunk unnecessary.
44840      Branch: perl
44841            ! os2/diff.configure
44842 ____________________________________________________________________________
44843 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
44844         Log: Metaconfig unit change for 10624.
44845      Branch: metaconfig
44846            ! U/modified/libc.U
44847      Branch: perl
44848            ! config_h.SH
44849 ____________________________________________________________________________
44850 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
44851         Log: Move the initialization of libnames to the beginning so
44852              that can one 'seed' it (as OS/2 does.)
44853      Branch: perl
44854            ! Configure
44855 ____________________________________________________________________________
44856 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
44857         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
44858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44859              Date: Fri, 15 Jun 2001 19:10:57 -0400
44860              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
44861      Branch: perl
44862            ! os2/OS2/REXX/DLL/DLL.pm
44863 ____________________________________________________________________________
44864 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
44865         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
44866              From: "Craig A. Berry" <craigberry@mac.com>
44867              Date: Fri, 15 Jun 2001 17:00:03 -0500
44868              Message-Id: <a05101007b750342599be@[172.16.52.1]>
44869      Branch: perl
44870            ! vms/descrip_mms.template
44871 ____________________________________________________________________________
44872 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
44873         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
44874              From: "Craig A. Berry" <craigberry@mac.com>
44875              Date: Fri, 15 Jun 2001 18:39:42 -0500
44876              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
44877      Branch: perl
44878            ! lib/File/Spec/VMS.pm t/lib/extutils.t
44879 ____________________________________________________________________________
44880 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
44881         Log: Integrate perlio.
44882      Branch: perl
44883           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
44884           !> t/io/utf8.t t/lib/io_scalar.t
44885 ____________________________________________________________________________
44886 [ 10619] By: nick                                  on 2001/06/15  21:05:19
44887         Log: Generated files
44888      Branch: perlio
44889            ! embed.h proto.h
44890 ____________________________________________________________________________
44891 [ 10618] By: nick                                  on 2001/06/15  20:27:42
44892         Log: Fix open.pm to work via XS-implemented method calls rather
44893              than *open::layers variables which caused all the HV/AV hassle.
44894      Branch: perlio
44895            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
44896            ! t/lib/io_scalar.t
44897 ____________________________________________________________________________
44898 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
44899         Log: Integrate perlio.
44900      Branch: perl
44901           !> lib/ExtUtils/Constant.pm
44902 ____________________________________________________________________________
44903 [ 10616] By: nick                                  on 2001/06/15  18:46:47
44904         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
44905      Branch: perlio
44906            ! lib/ExtUtils/Constant.pm
44907 ____________________________________________________________________________
44908 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
44909         Log: Integrate perlio.
44910      Branch: perl
44911           !> ext/Socket/Socket.xs
44912 ____________________________________________________________________________
44913 [ 10614] By: nick                                  on 2001/06/15  18:33:37
44914         Log: MULTIPLICITY fix for Socket.xs
44915      Branch: perlio
44916            ! ext/Socket/Socket.xs
44917 ____________________________________________________________________________
44918 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
44919         Log: Subject: Re: perl@10611
44920              From: Doug MacEachern <dougm@covalent.net>
44921              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
44922              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
44923      Branch: perl
44924            ! ext/Socket/Socket.xs
44925 ____________________________________________________________________________
44926 [ 10612] By: nick                                  on 2001/06/15  16:14:38
44927         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
44928      Branch: perlio
44929           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
44930           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
44931           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
44932           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
44933           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
44934           !> utils/h2ph.PL
44935 ____________________________________________________________________________
44936 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
44937         Log: Update Changes.
44938      Branch: perl
44939            ! Changes patchlevel.h
44940 ____________________________________________________________________________
44941 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
44942         Log: Upping the test count.
44943      Branch: perl
44944            ! t/lib/filefind.t
44945 ____________________________________________________________________________
44946 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
44947         Log: Integrate perlio.
44948      Branch: perl
44949           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44950 ____________________________________________________________________________
44951 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
44952         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
44953              From: andreas.koenig@anima.de (Andreas J. Koenig)
44954              Date: 15 Jun 2001 13:30:39 +0200
44955              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
44956              
44957              Record the grim history.
44958      Branch: perl
44959            ! lib/File/Find.pm
44960 ____________________________________________________________________________
44961 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
44962         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
44963              From: Brian McCauley <nobull@mail.com>
44964              Date: 15 Jun 2001 07:51:26 +0100
44965              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
44966      Branch: perl
44967            ! lib/File/Find.pm t/lib/filefind.t
44968 ____________________________________________________________________________
44969 [ 10606] By: nick                                  on 2001/06/15  14:00:08
44970         Log: regen_config_h for Win32.
44971      Branch: perlio
44972            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44973 ____________________________________________________________________________
44974 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
44975         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
44976              From: Peter Prymmer <pvhp@forte.com>
44977              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
44978              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
44979      Branch: perl
44980            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
44981 ____________________________________________________________________________
44982 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
44983         Log: Some filesystems require writability for rename/unlink.
44984      Branch: perl
44985            ! opcode.pl
44986 ____________________________________________________________________________
44987 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
44988         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
44989              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44990              Date: Fri, 15 Jun 2001 12:08:53 +0200
44991              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
44992      Branch: perl
44993            ! perlio.c
44994 ____________________________________________________________________________
44995 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
44996         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
44997              From: Mike Guy <mjtg@cam.ac.uk>
44998              Date: Fri, 15 Jun 2001 14:11:49 +0100
44999              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
45000      Branch: perl
45001            ! opcode.pl
45002 ____________________________________________________________________________
45003 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
45004         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
45005              From: Nicholas Clark <nick@ccl4.org>
45006              Date: Thu, 14 Jun 2001 23:52:56 +0100
45007              Message-ID: <20010614235256.G98663@plum.flirble.org>
45008      Branch: perl
45009            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
45010            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45011 ____________________________________________________________________________
45012 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
45013         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45014              From: Russ Allbery <rra@stanford.edu>
45015              Date: 14 Jun 2001 13:24:43 -0700
45016              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
45017      Branch: perl
45018            ! ext/GDBM_File/GDBM_File.pm
45019 ____________________________________________________________________________
45020 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
45021         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45022              From: Nicholas Clark <nick@ccl4.org>
45023              Date: Thu, 14 Jun 2001 20:37:47 +0100
45024              Message-ID: <20010614203747.F98663@plum.flirble.org>
45025      Branch: perl
45026            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45027            ! t/lib/gdbm.t
45028 ____________________________________________________________________________
45029 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
45030         Log: Integrate perlio.
45031      Branch: perl
45032           !> makedef.pl sv.c
45033 ____________________________________________________________________________
45034 [ 10597] By: nick                                  on 2001/06/15  11:08:13
45035         Log: Check that HVs with HvNAME() != NULL are really stashes before
45036              treating them as such. Also be more defensive on the GvCV.
45037              Win32 fork and dprof now working again. 
45038      Branch: perlio
45039            ! sv.c
45040 ____________________________________________________________________________
45041 [ 10596] By: nick                                  on 2001/06/15  10:11:20
45042         Log: Integrate mainline.
45043      Branch: perlio
45044           +> Cross/README
45045           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
45046           !> Porting/config_H config_h.SH configure.com epoc/config.sh
45047           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
45048           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45049           !> vos/config.ga.h win32/config.bc win32/config.gc
45050           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45051           !> win32/config_H.vc
45052 ____________________________________________________________________________
45053 [ 10595] By: nick                                  on 2001/06/15  09:37:17
45054         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
45055              - Win32 (VC++) now builds but fails:
45056              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
45057              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
45058              write.t    - open(...,"|-") not implemented on Win32 
45059      Branch: perlio
45060            ! makedef.pl
45061 ____________________________________________________________________________
45062 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
45063         Log: Integrate perlio.
45064      Branch: perl
45065           !> perlio.c win32/makefile.mk
45066 ____________________________________________________________________________
45067 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
45068         Log: Metaconfig unit changes for #10592.
45069      Branch: metaconfig
45070            + U/modified/i_varhdr.U U/modified/startsh.U
45071            - U/a_dvisory/crosscompile.U U/target/Target.U
45072            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
45073            ! U/compline/bitpbyte.U U/compline/byteorder.U
45074            ! U/compline/ccflags.U U/compline/charsize.U
45075            ! U/compline/d_casti32.U U/compline/d_castneg.U
45076            ! U/compline/d_closedir.U U/compline/d_fd_set.U
45077            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
45078            ! U/compline/d_keepsig.U U/compline/d_open3.U
45079            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
45080            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
45081            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
45082            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
45083            ! U/compline/doublesize.U U/compline/floatsize.U
45084            ! U/compline/nblock_io.U U/compline/orderlib.U
45085            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
45086            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
45087            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
45088            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
45089            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
45090            ! U/modified/spitshell.U U/threads/archname.U
45091            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
45092            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
45093            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
45094            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
45095            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
45096      Branch: metaconfig/U/perl
45097            + Cross.U
45098            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
45099            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
45100            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
45101            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
45102            ! stdio_streams.U uselfs.U
45103 ____________________________________________________________________________
45104 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
45105         Log: The first steps towards cross-compilation.
45106              
45107              Abstract execution of compiled test executables with $run,
45108              and abstract transfer of files with $to and $from.
45109              
45110              Under cross-compilation the $run, $to, and $from will point
45111              to appropriate wrapper scripts, by default ssh and scp,
45112              but also rsh, rcp, and cp are supported.  If not
45113              cross-compiling, they will be set to '', ':', and ':',
45114              respectively.
45115              
45116              With these patches I was able to get Configure for
45117              iPAQ ARM Linux on an Intel Linux about 95% right
45118              (only a few tests failed to execute or they produced
45119              incorrect results), and I was able to compile
45120              a functional miniperl.
45121              
45122              The symbol crosscompile renamed to be usecrosscompile,
45123              the corresponding C symbol from CROSSCOMPILE to
45124              USE_CROSS_COMPILE.
45125      Branch: perl
45126            ! Configure Cross/README Makefile.SH Porting/Glossary
45127            ! Porting/config.sh Porting/config_H config_h.SH configure.com
45128            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
45129            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45130            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45131            ! win32/config.gc win32/config.vc win32/config_H.bc
45132            ! win32/config_H.gc win32/config_H.vc
45133 ____________________________________________________________________________
45134 [ 10591] By: nick                                  on 2001/06/14  20:00:12
45135         Log: Steps along the road toward Win32 building again.
45136      Branch: perlio
45137            ! perlio.c win32/makefile.mk
45138 ____________________________________________________________________________
45139 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
45140         Log: Integrate perlio.
45141      Branch: perl
45142           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45143 ____________________________________________________________________________
45144 [ 10589] By: nick                                  on 2001/06/14  13:54:07
45145         Log: Routine regen_config_h for Win32
45146      Branch: perlio
45147            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45148 ____________________________________________________________________________
45149 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
45150         Log: Integrate perlio.
45151      Branch: perl
45152           +> perlyline.pl
45153           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
45154 ____________________________________________________________________________
45155 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
45156         Log: A placeholder.
45157      Branch: perl
45158            + Cross/README
45159 ____________________________________________________________________________
45160 [ 10586] By: nick                                  on 2001/06/14  08:25:07
45161         Log: Add new step to run_byacc which:
45162              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
45163              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
45164      Branch: perlio
45165            + perlyline.pl
45166            ! MANIFEST Makefile.SH perly.c
45167 ____________________________________________________________________________
45168 [ 10585] By: nick                                  on 2001/06/14  08:22:29
45169         Log: Integrate mainline
45170      Branch: perlio
45171           +> locale.c numeric.c
45172           !> Changes cygwin/Makefile.SHs embed.h embed.pl
45173           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
45174           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
45175           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
45176           !> x2p/Makefile.SH
45177 ____________________________________________________________________________
45178 [ 10584] By: nick                                  on 2001/06/14  08:05:53
45179         Log: Hack to remove insecure directories from PATH so test will run.
45180      Branch: perlio
45181            ! t/lib/filefind.t
45182 ____________________________________________________________________________
45183 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
45184         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
45185      Branch: perl
45186            - t/lib/mbimbf.t
45187            ! MANIFEST
45188 ____________________________________________________________________________
45189 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
45190         Log: Detypo.
45191      Branch: perl
45192            ! x2p/Makefile.SH
45193 ____________________________________________________________________________
45194 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
45195         Log: de-$CONFIG continues.
45196      Branch: perl
45197            ! cygwin/Makefile.SHs x2p/Makefile.SH
45198 ____________________________________________________________________________
45199 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
45200         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
45201              From: Nicholas Clark <nick@ccl4.org>
45202              Date: Wed, 13 Jun 2001 21:20:13 +0100
45203              Message-ID: <20010613212013.D98663@plum.flirble.org>
45204      Branch: perl
45205            ! opcode.pl
45206 ____________________________________________________________________________
45207 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
45208         Log: Subject: splitting util.c
45209              From: Hugo <hv@crypt.compulink.co.uk>
45210              Date: Thu, 14 Jun 2001 00:41:08 +0100
45211              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
45212      Branch: perl
45213            + locale.c numeric.c
45214            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
45215            ! pod/perlapi.pod proto.h util.c
45216 ____________________________________________________________________________
45217 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
45218         Log: Upgrade to Math::BigInt 1.34 from Tels.
45219      Branch: perl
45220            + t/lib/mbimbf.t
45221            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45222            ! t/lib/bigfltpm.t t/lib/bigintpm.t
45223 ____________________________________________________________________________
45224 [ 10577] By: nick                                  on 2001/06/13  19:02:48
45225         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
45226      Branch: perlio
45227           !> (integrate 125 files)
45228 ____________________________________________________________________________
45229 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
45230         Log: Update Changes.
45231      Branch: perl
45232            ! Changes patchlevel.h
45233 ____________________________________________________________________________
45234 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
45235         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
45236              From: "Craig A. Berry" <craigberry@mac.com>
45237              Date: Wed, 13 Jun 2001 13:24:28 -0500
45238              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
45239      Branch: perl
45240            ! ext/re/Makefile.PL
45241 ____________________________________________________________________________
45242 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
45243         Log: Mc.u.c. for #10573.
45244      Branch: metaconfig
45245            ! U/threads/usethreads.U
45246 ____________________________________________________________________________
45247 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
45248         Log: It would be also be good if I could type.
45249      Branch: perl
45250            ! Configure
45251 ____________________________________________________________________________
45252 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
45253         Log: Metaconfig unit change for #10571.
45254      Branch: metaconfig
45255            ! U/threads/usethreads.U
45256 ____________________________________________________________________________
45257 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
45258         Log: A non-empty default is a good thing.
45259      Branch: perl
45260            ! Configure
45261 ____________________________________________________________________________
45262 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
45263         Log: Metaconfig unit change for #10569.
45264      Branch: metaconfig
45265            ! U/threads/usethreads.U
45266 ____________________________________________________________________________
45267 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
45268         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
45269              extremely experimental, not even prompted for.
45270      Branch: perl
45271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45272            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
45273            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45274            ! win32/config.bc win32/config.gc win32/config.vc
45275 ____________________________________________________________________________
45276 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
45277         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
45278      Branch: perl
45279            ! pod/perlfaq6.pod
45280 ____________________________________________________________________________
45281 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
45282         Log: Integrate perlio; conflicts, accept Nick's versions.
45283      Branch: perl
45284           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
45285           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
45286 ____________________________________________________________________________
45287 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
45288         Log: Subject: Re: ext/ + -Wall
45289              From: Doug MacEachern <dougm@covalent.net>
45290              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
45291              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
45292      Branch: perl
45293            ! XSUB.h lib/ExtUtils/xsubpp perl.h
45294 ____________________________________________________________________________
45295 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
45296         Log: Similar logic as DB_File.xs, using the modern macros and
45297              defines them to older ones for older Perls where PERL_VERSION
45298              is not defined, from Doug MacEachern.
45299      Branch: perl
45300            ! ext/Storable/Storable.xs
45301 ____________________________________________________________________________
45302 [ 10564] By: nick                                  on 2001/06/13  15:22:01
45303         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
45304              and using that instead (name lookups are sequential search for now).
45305      Branch: perlio
45306            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
45307            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
45308 ____________________________________________________________________________
45309 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
45310         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
45311              From: "Richard Soderberg" <rs@crystalflame.net>
45312              Date: Sat, 26 May 2001 06:44:20 -0700
45313              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
45314      Branch: perl
45315            ! sv.c t/op/glob.t
45316 ____________________________________________________________________________
45317 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
45318         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
45319              From: "Craig A. Berry" <craigberry@mac.com>
45320              Date: Tue, 12 Jun 2001 23:55:26 -0500
45321              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
45322      Branch: perl
45323            ! ext/re/Makefile.PL ext/re/re.xs
45324 ____________________________________________________________________________
45325 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
45326         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
45327              suggested by NI-S.
45328      Branch: perl
45329            ! XSUB.h malloc.c perl.h
45330 ____________________________________________________________________________
45331 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
45332         Log: Regen toc.
45333      Branch: perl
45334            ! pod/perltoc.pod
45335 ____________________________________________________________________________
45336 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
45337         Log: Subject: [patch] perl.gprof control
45338              From: Doug MacEachern <dougm@covalent.net>
45339              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
45340              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
45341      Branch: perl
45342            ! miniperlmain.c perl.h
45343 ____________________________________________________________________________
45344 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
45345         Log: Subject: Re: ext/ + -Wall
45346              From: Doug MacEachern <dougm@covalent.net>
45347              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
45348              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
45349              
45350              Document ax and break up dXSARGS.
45351      Branch: perl
45352            ! XSUB.h pod/perlapi.pod
45353 ____________________________________________________________________________
45354 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
45355         Log: More AIX tweakage from Merijn.
45356      Branch: perl
45357            ! hints/aix.sh
45358 ____________________________________________________________________________
45359 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
45360         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
45361              From: "Craig A. Berry" <craigberry@mac.com>
45362              Date: Tue, 12 Jun 2001 22:57:45 -0500
45363              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
45364      Branch: perl
45365            ! vms/descrip_mms.template
45366 ____________________________________________________________________________
45367 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
45368         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
45369              From: "Craig A. Berry" <craigberry@mac.com>
45370              Date: Tue, 12 Jun 2001 22:21:39 -0500
45371              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
45372      Branch: perl
45373            ! configure.com util.c
45374 ____________________________________________________________________________
45375 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
45376         Log: New AIX dynaloading code from Jens-Uwe Mager.
45377              Does break binary compatibility.
45378      Branch: perl
45379            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
45380 ____________________________________________________________________________
45381 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
45382         Log: VMS DEC C compiler found nits by Peter Prymmer.
45383      Branch: perl
45384            ! util.c
45385 ____________________________________________________________________________
45386 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
45387         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
45388              From: Peter Prymmer <pvhp@forte.com>
45389              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
45390              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
45391      Branch: perl
45392            ! t/lib/filecomp.t
45393 ____________________________________________________________________________
45394 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
45395         Log: I wonder how many $CONFIGs still lurk in the shadows.
45396      Branch: perl
45397            ! pod/Makefile.SH x2p/cflags.SH
45398 ____________________________________________________________________________
45399 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
45400         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
45401      Branch: perl
45402            ! pod/checkpods.PL
45403 ____________________________________________________________________________
45404 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
45405         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
45406      Branch: perl
45407            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
45408 ____________________________________________________________________________
45409 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
45410         Log: Subject: [patch] rid local_patches warnings
45411              From: Doug MacEachern <dougm@covalent.net>
45412              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
45413              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
45414      Branch: perl
45415            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
45416 ____________________________________________________________________________
45417 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
45418         Log: Subject: Re: ext/ + -Wall
45419              From: Doug MacEachern <dougm@covalent.net>
45420              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
45421              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
45422      Branch: perl
45423            ! ext/attrs/attrs.xs
45424 ____________________________________________________________________________
45425 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
45426         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
45427              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
45428              Date: Tue, 12 Jun 2001 14:36:20 -0400
45429              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
45430      Branch: perl
45431            ! pod/perlretut.pod
45432 ____________________________________________________________________________
45433 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
45434         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
45435              From: Mike Guy <mjtg@cam.ac.uk>
45436              Date: Tue, 12 Jun 2001 19:10:31 +0100
45437              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
45438              
45439              Subject: Re: [ID 20010612.001] out of memory during regex compilation
45440              From: Mike Guy <mjtg@cam.ac.uk>
45441              Date: Tue, 12 Jun 2001 19:21:01 +0100
45442              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
45443      Branch: perl
45444            ! pod/perlop.pod
45445 ____________________________________________________________________________
45446 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
45447         Log: AIX tweaks from Merijn H. Brand.
45448      Branch: perl
45449            ! hints/aix.sh
45450 ____________________________________________________________________________
45451 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
45452         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
45453              From: "Brendan O'Dea" <bod@compusol.com.au>
45454              Date: Wed, 13 Jun 2001 05:16:47 +1000
45455              Message-ID: <20010613051647.A8945@compusol.com.au>
45456      Branch: maint-5.6/perl
45457            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45458 ____________________________________________________________________________
45459 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
45460         Log: Subject: Small bcopy cleanup
45461              From: Andy Dougherty <doughera@lafayette.edu>
45462              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
45463              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
45464      Branch: perl
45465            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
45466 ____________________________________________________________________________
45467 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
45468         Log: Subject: [PATCH] Re: ext/ + -Wall
45469              From: Nicholas Clark <nick@ccl4.org>
45470              Date: Wed, 13 Jun 2001 00:04:30 +0100
45471              Message-ID: <20010613000430.M5901@plum.flirble.org>
45472      Branch: perl
45473            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45474 ____________________________________________________________________________
45475 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
45476         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
45477              From: Nicholas Clark <nick@ccl4.org>
45478              Date: Tue, 12 Jun 2001 23:53:07 +0100
45479              Message-ID: <20010612235307.L5901@plum.flirble.org>
45480      Branch: perl
45481            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45482 ____________________________________________________________________________
45483 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
45484         Log: MPE/iX tweaks from Mark Bixby.
45485      Branch: perl
45486            ! hints/mpeix.sh mpeix/mpeixish.h util.c
45487 ____________________________________________________________________________
45488 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
45489         Log: Update Changes.
45490      Branch: perl
45491            ! Changes patchlevel.h
45492 ____________________________________________________________________________
45493 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
45494         Log: One less -Wall whine (found under DEBUGGING).
45495      Branch: perl
45496            ! x2p/Makefile.SH x2p/a2p.c
45497 ____________________________________________________________________________
45498 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
45499         Log: s/case-independent/case-insensitive/g
45500      Branch: perl
45501            ! pod/perldebug.pod
45502 ____________________________________________________________________________
45503 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
45504         Log: As suggested in    
45505              
45506              Subject: Re: ext/ + -Wall
45507              From: Gurusamy Sarathy <gsar@ActiveState.com>
45508              Date: Mon, 11 Jun 2001 23:34:31 -0700
45509              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
45510      Branch: perl
45511            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
45512            ! perl.h
45513 ____________________________________________________________________________
45514 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
45515         Log: Subject: ext/ + -Wall
45516              From: Doug MacEachern <dougm@covalent.net>
45517              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
45518              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
45519      Branch: perl
45520            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
45521            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
45522            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
45523            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
45524            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
45525            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
45526            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
45527            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
45528            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
45529            ! lib/ExtUtils/xsubpp
45530 ____________________________________________________________________________
45531 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
45532         Log: Subject: [PATCH] anonymous stashes
45533              From: Abhijit Menon-Sen <ams@wiw.org>
45534              Date: Tue, 12 Jun 2001 12:47:04 +0530
45535              Message-ID: <20010612124704.A29029@lustre.linux.in>
45536      Branch: perl
45537            ! dump.c gv.c sv.c xsutils.c
45538 ____________________________________________________________________________
45539 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
45540         Log: One more test for $^S.
45541      Branch: perl
45542            ! t/op/magic.t
45543 ____________________________________________________________________________
45544 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
45545         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
45546              From: Abhijit Menon-Sen <ams@wiw.org>
45547              Date: Tue, 12 Jun 2001 17:35:55 +0530
45548              Message-ID: <20010612173555.A32426@lustre.linux.in>
45549      Branch: perl
45550            ! mg.c t/op/magic.t
45551 ____________________________________________________________________________
45552 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
45553         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
45554              From: Mike Guy <mjtg@cam.ac.uk>
45555              Date: Tue, 12 Jun 2001 13:14:15 +0100
45556              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
45557      Branch: perl
45558            ! pod/perlop.pod
45559 ____________________________________________________________________________
45560 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
45561         Log: AUTHORS updates.
45562      Branch: perl
45563            ! AUTHORS
45564 ____________________________________________________________________________
45565 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
45566         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
45567              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
45568              Content-Transfer-Encoding: 7bit
45569              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
45570      Branch: perl
45571            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
45572 ____________________________________________________________________________
45573 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
45574         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
45575              From: "Philip Newton" <Philip.Newton@gmx.net>
45576              Date: Mon, 11 Jun 2001 07:08:03 +0200
45577              Message-Id: <200106120802.LAA08992@taas.iki.fi>
45578      Branch: perl
45579            ! t/base/term.t
45580 ____________________________________________________________________________
45581 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
45582         Log: Cleanup the a2p.c for -Wall.
45583      Branch: perl
45584            ! x2p/Makefile.SH x2p/a2p.c
45585 ____________________________________________________________________________
45586 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
45587         Log: File::Find update for MacOS from Chris Nandor.
45588      Branch: perl
45589            ! lib/File/Find.pm t/lib/filefind.t
45590 ____________________________________________________________________________
45591 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
45592         Log: gcc -Wall nits picked out by a non-UNIX system
45593              (courtesy of Mark Bixby)
45594      Branch: perl
45595            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
45596            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
45597            ! pp_sys.c util.c
45598 ____________________________________________________________________________
45599 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
45600         Log: Metaconfig unit change for #10522.  (The d_modfl changes
45601              placate metalint.)
45602      Branch: metaconfig/U/perl
45603            ! d_modfl.U d_u32align.U
45604 ____________________________________________________________________________
45605 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
45606         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
45607              be "./try 2>&1 >/dev/null".
45608      Branch: perl
45609            ! Configure
45610 ____________________________________________________________________________
45611 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
45612         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
45613              From: "Craig A. Berry" <craigberry@mac.com>
45614              Date: Mon, 11 Jun 2001 14:00:32 -0500
45615              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
45616      Branch: perl
45617            ! configure.com
45618 ____________________________________________________________________________
45619 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
45620         Log: Move the full \p\P lists to perlunicode.
45621      Branch: perl
45622            ! pod/perlretut.pod pod/perlunicode.pod
45623 ____________________________________________________________________________
45624 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
45625         Log: VOS build tweak for 5.6.1 from Paul Green.
45626      Branch: maint-5.6/perl
45627            ! vos/build.cm
45628 ____________________________________________________________________________
45629 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
45630         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
45631              From: "Craig A. Berry" <craigberry@mac.com>
45632              Date: Fri, 8 Jun 2001 18:08:18 -0500
45633              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
45634      Branch: perl
45635            ! vms/vms.c
45636 ____________________________________________________________________________
45637 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
45638         Log: Update Changes.
45639      Branch: perl
45640            ! Changes patchlevel.h
45641 ____________________________________________________________________________
45642 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
45643         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
45644      Branch: perl
45645            ! vos/config.alpha.h vos/config.ga.h
45646 ____________________________________________________________________________
45647 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
45648         Log: VOS updates from Paul Green for @10476.
45649      Branch: perl
45650            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
45651            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45652            ! vos/config.ga.h vos/configure_perl.cm
45653 ____________________________________________________________________________
45654 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
45655         Log: Subject: [PATCH] Not many people know this ...
45656              From: Mike Guy <mjtg@cam.ac.uk>
45657              Date: Mon, 11 Jun 2001 14:55:15 +0100
45658              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
45659      Branch: perl
45660            ! pod/perldebug.pod
45661 ____________________________________________________________________________
45662 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
45663         Log: Add final commas to lists as suggested by Philip Newton.
45664      Branch: perl
45665            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45666 ____________________________________________________________________________
45667 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
45668         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
45669              Date: Sun, 10 Jun 2001 23:35:38 -0400
45670              From: Chris Nandor <pudge@pobox.com>
45671              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
45672      Branch: perl
45673            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
45674            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
45675            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
45676            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
45677            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
45678            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
45679            ! t/op/write.t t/pragma/strict.t
45680 ____________________________________________________________________________
45681 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
45682         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
45683              From: Chris Nandor <pudge@pobox.com>
45684              Date: Mon, 11 Jun 2001 08:24:28 -0400
45685              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
45686      Branch: perl
45687            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
45688            ! t/lib/io_dir.t
45689 ____________________________________________________________________________
45690 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
45691         Log: One more run_byacc (a hand-tweaked version had slipped in).
45692      Branch: perl
45693            ! perly.c vms/perly_c.vms
45694 ____________________________________________________________________________
45695 [ 10509] By: nick                                  on 2001/06/11  07:49:15
45696         Log: Integrate mainline
45697      Branch: perlio
45698           !> Makefile.SH embed.h embed.pl global.sym
45699           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
45700           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
45701           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
45702           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
45703 ____________________________________________________________________________
45704 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
45705         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
45706              From: Mike Guy <mjtg@cam.ac.uk>
45707              Reply-To: mjtg@cam.ac.uk
45708              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
45709      Branch: perl
45710            ! lib/ExtUtils/Manifest.pm
45711 ____________________________________________________________________________
45712 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
45713         Log: Subject: [PATCH] ExtUtils::Constant
45714              From: Nicholas Clark <nick@ccl4.org>
45715              Date: Sun, 10 Jun 2001 23:25:41 +0100
45716              Message-ID: <20010610232540.C76396@plum.flirble.org>
45717      Branch: perl
45718            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45719 ____________________________________________________________________________
45720 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
45721         Log: Integrate perlio.
45722      Branch: perl
45723           !> iperlsys.h
45724 ____________________________________________________________________________
45725 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
45726         Log: Move the grok_number and its lieutenant grok_numeric_radix
45727              from sv.c statics to util.c and public.
45728      Branch: perl
45729            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
45730            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
45731 ____________________________________________________________________________
45732 [ 10504] By: nick                                  on 2001/06/10  17:47:06
45733         Log: Fix (valid) -Wall warnings in perlio.c
45734      Branch: perlio
45735            ! iperlsys.h
45736 ____________________________________________________________________________
45737 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
45738         Log: Update perly_c.diff, update perly.fixer to edit away
45739              some of the -Wall noise.
45740      Branch: perl
45741            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
45742 ____________________________________________________________________________
45743 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
45744         Log: Check the version of byacc.
45745      Branch: perl
45746            ! Makefile.SH
45747 ____________________________________________________________________________
45748 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
45749         Log: Subject: [PATCH] perly.y overhaul
45750              From: Simon Cozens <simon@netthink.co.uk>
45751              Date: Sun, 10 Jun 2001 16:56:54 +0100
45752              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
45753              
45754              Plus make run_byacc.
45755      Branch: perl
45756            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
45757 ____________________________________________________________________________
45758 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
45759         Log: Integrate perlio.
45760      Branch: perl
45761           !> perlio.c perlsfio.h
45762 ____________________________________________________________________________
45763 [ 10499] By: nick                                  on 2001/06/10  15:01:08
45764         Log: Integrate mainline
45765      Branch: perlio
45766           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
45767           !> t/pragma/locale.t util.c
45768 ____________________________________________________________________________
45769 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
45770         Log: Put some meat on the perl572delta bones.  The list of
45771              selected bug fixes needs more work, as does still the
45772              whole document.
45773      Branch: perl
45774            ! pod/perl572delta.pod
45775 ____________________________________________________________________________
45776 [ 10497] By: nick                                  on 2001/06/10  12:27:51
45777         Log: Paper over a crack or two with USE_SFIO
45778      Branch: perlio
45779            ! perlio.c perlsfio.h
45780 ____________________________________________________________________________
45781 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
45782         Log: Update Changes.
45783      Branch: perl
45784            ! Changes patchlevel.h
45785 ____________________________________________________________________________
45786 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
45787         Log: Subject: Re: pragma/locale.t #107
45788              From: Hugo <hv@crypt.compulink.co.uk>
45789              Date: Sun, 10 Jun 2001 11:23:30 +0100
45790              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
45791              
45792              Encapsulate the scan of the decimal radix separator.
45793      Branch: perl
45794            ! embed.h embed.pl proto.h sv.c
45795 ____________________________________________________________________________
45796 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
45797         Log: Try to grok numbers both with the locale specific separator
45798              and with the usual "." (if different from the lss); add a test
45799              to locale.t to do also a little bit of math in addition to just
45800              equalness testing; remove extraneous logic as suggested in
45801              
45802              Subject: Re: pragma/locale.t #107
45803              From: Nicholas Clark <nick@ccl4.org>
45804              Date: Sat, 9 Jun 2001 22:37:36 +0100
45805              Message-ID: <20010609223735.Y76396@plum.flirble.org>
45806      Branch: perl
45807            ! sv.c t/pragma/locale.t
45808 ____________________________________________________________________________
45809 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
45810         Log: Metaconfig unit change for #10492.
45811      Branch: metaconfig/U/perl
45812            ! Extensions.U
45813 ____________________________________________________________________________
45814 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
45815         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
45816              From: Artur Bergman <artur@contiller.se> 
45817              Date: Sat, 09 Jun 2001 21:03:51 +0200
45818              Message-ID: <B7483FB6.1398%artur@contiller.se>
45819      Branch: perl
45820            ! Configure
45821 ____________________________________________________________________________
45822 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
45823         Log: Integrate perlio.
45824      Branch: perl
45825           !> perlsfio.h
45826 ____________________________________________________________________________
45827 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
45828         Log: Do locale specific separator if only in locale.
45829      Branch: perl
45830            ! util.c
45831 ____________________________________________________________________________
45832 [ 10489] By: nick                                  on 2001/06/09  19:13:25
45833         Log: Make XS/Typemap compile (but fail) with sfio
45834      Branch: perlio
45835            ! perlsfio.h
45836 ____________________________________________________________________________
45837 [ 10488] By: nick                                  on 2001/06/09  19:12:51
45838         Log: Re-integrate mainline
45839      Branch: perlio
45840           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
45841           !> proto.h sv.c util.c
45842 ____________________________________________________________________________
45843 [ 10487] By: nick                                  on 2001/06/09  16:26:29
45844         Log: Integrate mainline
45845      Branch: perlio
45846           !> (integrate 31 files)
45847 ____________________________________________________________________________
45848 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
45849         Log: Subject: [PATCH] New attempt to clone callack
45850              From: Artur Bergman <artur@contiller.se> 
45851              Date: Thu, 07 Jun 2001 11:52:16 +0200
45852              Message-ID: <B7451B6F.12B7%artur@contiller.se>
45853      Branch: perl
45854            ! embedvar.h intrpvar.h perlapi.h sv.c
45855 ____________________________________________________________________________
45856 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
45857         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
45858      Branch: perl
45859            ! embed.h embed.pl perl.h proto.h sv.c util.c
45860 ____________________________________________________________________________
45861 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
45862         Log: Subject: Re: pragma/locale.t #107
45863              From: Nicholas Clark <nick@ccl4.org>
45864              Date: Sat, 9 Jun 2001 16:26:10 +0100
45865              Message-ID: <20010609162609.V76396@plum.flirble.org>
45866              
45867              A missing NVification.
45868      Branch: perl
45869            ! sv.c
45870 ____________________________________________________________________________
45871 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
45872         Log: Redo the #10482, there already was a test script for formats.
45873      Branch: perl
45874            - t/io/format.t
45875            ! MANIFEST t/op/write.t
45876 ____________________________________________________________________________
45877 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
45878         Log: Twisted format testing, from Merijn.
45879      Branch: perl
45880            + t/io/format.t
45881            ! MANIFEST
45882 ____________________________________________________________________________
45883 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
45884         Log: More \p{In...} testing, combined with \N{...}.
45885      Branch: perl
45886            ! lib/utf8_heavy.pl t/op/pat.t
45887 ____________________________________________________________________________
45888 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
45889         Log: Metaconfig changes for #10479.
45890      Branch: metaconfig
45891            ! U/Glossary.patch
45892      Branch: metaconfig/U/perl
45893            ! d_modfl.U
45894 ____________________________________________________________________________
45895 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
45896         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
45897      Branch: perl
45898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45899            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
45900            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45901            ! win32/config.bc win32/config.gc win32/config.vc
45902 ____________________________________________________________________________
45903 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
45904         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
45905              From: "Craig A. Berry" <craigberry@mac.com>
45906              Date: Thu, 7 Jun 2001 14:27:20 -0500
45907              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
45908      Branch: perl
45909            ! vms/perlvms.pod
45910 ____________________________________________________________________________
45911 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
45912         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
45913              From: Gisle Aas <gisle@ActiveState.com>
45914              Date: 07 Jun 2001 17:04:29 -0700
45915              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
45916      Branch: perl
45917            ! ext/re/re.xs
45918 ____________________________________________________________________________
45919 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
45920         Log: Update Changes.
45921      Branch: perl
45922            ! Changes patchlevel.h
45923 ____________________________________________________________________________
45924 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
45925         Log: Regen Glossary et alia.
45926      Branch: perl
45927            ! Porting/Glossary Porting/config.sh Porting/config_H
45928 ____________________________________________________________________________
45929 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
45930         Log: Metaconfig unit changes for #10473.
45931      Branch: metaconfig/U/perl
45932            ! d_modfl.U
45933 ____________________________________________________________________________
45934 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
45935         Log: Harumph, also AIX will spill its guts (i.e. dump core)
45936              if an executable contains modfl() but it hasn't been
45937              compiled right (in the case of AIX, with cc -qlongdouble).
45938      Branch: perl
45939            ! Configure
45940 ____________________________________________________________________________
45941 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
45942         Log: integrate change#10471 from mainline
45943              
45944              in change#10451, check that CvOUTSIDE is a CV before looking in
45945              (it can apparently be SVt_NULL during global destruction)
45946      Branch: maint-5.6/perl
45947           !> op.c
45948 ____________________________________________________________________________
45949 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
45950         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
45951              (it can apparently be SVt_NULL during global destruction)
45952      Branch: perl
45953            ! op.c
45954 ____________________________________________________________________________
45955 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
45956         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
45957              From: Robin Barker <rmb1@cise.npl.co.uk>
45958              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
45959              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
45960      Branch: perl
45961            ! lib/diagnostics.pm pod/perldiag.pod
45962 ____________________________________________________________________________
45963 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
45964         Log: Subject: [PATCH perl@10439] long =item
45965              From: Robin Barker <rmb1@cise.npl.co.uk>
45966              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
45967              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
45968      Branch: perl
45969            ! README.amiga lib/Attribute/Handlers.pm
45970            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
45971 ____________________________________________________________________________
45972 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
45973         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
45974              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
45975              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
45976              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
45977      Branch: perl
45978            ! pod/perlguts.pod
45979 ____________________________________________________________________________
45980 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
45981         Log: Integrate perlio.
45982      Branch: perl
45983           !> sv.c
45984 ____________________________________________________________________________
45985 [ 10466] By: nick                                  on 2001/06/07  10:25:40
45986         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
45987              whitespace tweaks.
45988              Still coredumps in pragma/overload.t - what a nice hard fail that is...
45989      Branch: perlio
45990            ! sv.c
45991 ____________________________________________________________________________
45992 [ 10465] By: nick                                  on 2001/06/07  08:41:58
45993         Log: Raw integrate of mainline for S_grok_number debug
45994              (sv.c has MULTIPLICITY issues as well as whatever else ...)
45995      Branch: perlio
45996            - plan9/perlplan9.doc plan9/perlplan9.pod
45997           !> (integrate 46 files)
45998 ____________________________________________________________________________
45999 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
46000         Log: The proper prototyping for #10463.
46001      Branch: perl
46002            ! embed.h embed.pl proto.h sv.c
46003 ____________________________________________________________________________
46004 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
46005         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
46006              From: Nicholas Clark <nick@ccl4.org>
46007              Date: Thu, 7 Jun 2001 00:29:59 +0100
46008              Message-ID: <20010607002959.Z76396@plum.flirble.org>
46009      Branch: perl
46010            ! sv.c
46011 ____________________________________________________________________________
46012 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
46013         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
46014              From: "Craig A. Berry" <craigberry@mac.com>
46015              Date: Wed, 06 Jun 2001 17:54:30 -0500
46016              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
46017      Branch: perl
46018            ! vms/perlvms.pod
46019 ____________________________________________________________________________
46020 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
46021         Log: Podify the remaining README.platform files;
46022              merge README.plan9 and plan9/perlplan9.pod;
46023              delete plan9/perlplan9.* (the perlplan.doc needs to
46024              be regenerated in Plan 9); make the =head1 and =head2
46025              in the README.platform to be a little more verbose
46026              (skipped README.os2 not to anger Ilya) so that they
46027              look better in the toc; regen toc.
46028      Branch: perl
46029            - plan9/perlplan9.doc plan9/perlplan9.pod
46030            ! MANIFEST README.aix README.amiga README.apollo README.beos
46031            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
46032            ! README.hpux README.hurd README.machten README.macos
46033            ! README.micro README.mint README.mpeix README.os390
46034            ! README.plan9 README.qnx README.solaris README.threads
46035            ! README.tru64 README.vmesa README.vms README.vos README.win32
46036            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
46037            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46038 ____________________________________________________________________________
46039 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
46040         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
46041              From: Mike Guy <mjtg@cam.ac.uk>
46042              Reply-To: mjtg@cam.ac.uk
46043              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
46044      Branch: perl
46045            ! pod/perlguts.pod
46046 ____________________________________________________________________________
46047 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
46048         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
46049              From: Mike Guy <mjtg@cam.ac.uk>
46050              Reply-To: mjtg@cam.ac.uk
46051              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
46052      Branch: perl
46053            ! pod/perlsec.pod
46054 ____________________________________________________________________________
46055 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
46056         Log: Disable long doubles from pre-5.0 Tru64s.
46057      Branch: perl
46058            ! README.tru64 hints/dec_osf.sh
46059 ____________________________________________________________________________
46060 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
46061         Log: The #10455 exposed that modfl() is fundamentally busted
46062              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
46063              testing it.
46064      Branch: perl
46065            ! hints/dec_osf.sh
46066 ____________________________________________________________________________
46067 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
46068         Log: Metaconfig unit change for #10455.
46069      Branch: metaconfig/U/perl
46070            ! d_modfl.U
46071 ____________________________________________________________________________
46072 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
46073         Log: Configure check for geborken modfl(), inspired by
46074              
46075              Subject: Re: [20010118.017] op/int.t failure 
46076              From: Hugo <hv@crypt.compulink.co.uk>
46077              Date: Tue, 05 Jun 2001 13:43:27 +0100
46078              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
46079      Branch: perl
46080            ! Configure
46081 ____________________________________________________________________________
46082 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
46083         Log: Integrate changes #10450 and #10451 from maintperl:
46084              
46085              optimize change#10448 slightly (don't repeat search in eval""s lexical
46086              scope, since that has already been searched)
46087              
46088              change#9108 needs subtler treatment for case of closures created
46089              within eval""
46090      Branch: perl
46091           !> op.c t/op/misc.t
46092 ____________________________________________________________________________
46093 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
46094         Log: MakeMaker magic to compile (when no dynamic loading)
46095              List/Util.xsc as (ListUtil.c and) ListUtil.o since
46096              POSIX-BC (BS2000) linker has an evil limitation of
46097              being unable to include in the same executable several
46098              object files with the same name - case-insensitively -
46099              because otherwise we conflict with util.c.
46100              Strictly speaking currently required only in POSIX-BC
46101              but probably will do no harm elsewhere where static
46102              linking is required.
46103      Branch: perl
46104            ! ext/List/Util/Makefile.PL
46105 ____________________________________________________________________________
46106 [ 10452] By: nick                                  on 2001/06/06  08:59:51
46107         Log: Integrate mainline.
46108      Branch: perlio
46109           +> lib/Attribute/Handlers/demo/Demo.pm
46110           +> lib/Attribute/Handlers/demo/Descriptions.pm
46111           +> lib/Attribute/Handlers/demo/MyClass.pm
46112           +> lib/Attribute/Handlers/demo/demo.pl
46113           +> lib/Attribute/Handlers/demo/demo2.pl
46114           +> lib/Attribute/Handlers/demo/demo3.pl
46115           +> lib/Attribute/Handlers/demo/demo4.pl
46116           +> lib/Attribute/Handlers/demo/demo_call.pl
46117           +> lib/Attribute/Handlers/demo/demo_chain.pl
46118           +> lib/Attribute/Handlers/demo/demo_cycle.pl
46119           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
46120           +> lib/Attribute/Handlers/demo/demo_phases.pl
46121           +> lib/Attribute/Handlers/demo/demo_range.pl
46122           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
46123           +> uts/strtol_wrap.c
46124           !> (integrate 91 files)
46125 ____________________________________________________________________________
46126 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
46127         Log: change#9108 needs subtler treatment for case of closures created
46128              within eval""
46129      Branch: maint-5.6/perl
46130            ! op.c t/op/misc.t
46131 ____________________________________________________________________________
46132 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
46133         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
46134              scope, since that has already been searched)
46135      Branch: maint-5.6/perl
46136            ! op.c
46137 ____________________________________________________________________________
46138 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
46139         Log: Integrate change #10448 from maintperl; lexicals
46140              outside an eval"" weren't resolved correctly inside a subroutine
46141              definition inside the eval"" if they were not already referenced
46142              in the toplevel of the eval""-ed code
46143      Branch: perl
46144           !> cop.h op.c pp_ctl.c t/op/misc.t
46145 ____________________________________________________________________________
46146 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
46147         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
46148              outside an eval"" weren't resolved correctly inside a subroutine
46149              definition inside the eval"" if they were not already referenced
46150              in the toplevel of the eval""-ed code
46151      Branch: maint-5.6/perl
46152            ! cop.h op.c pp_ctl.c t/op/misc.t
46153 ____________________________________________________________________________
46154 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
46155         Log: Subject: [PATCH] perl570delta.pod
46156              From: Peter Scott <Peter@PSDT.com> 
46157              Date: Tue, 05 Jun 2001 18:51:02 -0700
46158              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
46159      Branch: perl
46160            ! pod/perl570delta.pod
46161 ____________________________________________________________________________
46162 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
46163         Log: The fudge factor is no more needed.  I hope.
46164      Branch: perl
46165            ! t/lib/posix.t
46166 ____________________________________________________________________________
46167 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
46168         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
46169              From: Hugo <hv@crypt.compulink.co.uk>
46170              Date: Tue, 05 Jun 2001 12:58:19 +0100
46171              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
46172      Branch: perl
46173            ! util.c
46174 ____________________________________________________________________________
46175 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
46176         Log: Make up prototypes only for those who have the functions
46177              but not the prototypes.
46178      Branch: perl
46179            ! perl.h
46180 ____________________________________________________________________________
46181 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
46182         Log: Subject: Re: Not OK: perl@10439 on win32 
46183              From: Prymmer/Kahn <pvhp@best.com> 
46184              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
46185              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
46186      Branch: perl
46187            ! perl.h util.c
46188 ____________________________________________________________________________
46189 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
46190         Log: The metaconfig units changes for #10441.
46191      Branch: metaconfig
46192            ! U/modified/Extract.U U/modified/Extractall.U
46193            ! U/modified/Finish.U
46194 ____________________________________________________________________________
46195 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
46196         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
46197      Branch: perl
46198            ! Configure
46199 ____________________________________________________________________________
46200 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
46201         Log: Unnecessary fuzziness undone, noted by Mike Guy.
46202      Branch: perl
46203            ! t/op/tr.t
46204 ____________________________________________________________________________
46205 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
46206         Log: Update Changes.
46207      Branch: perl
46208            ! Changes patchlevel.h
46209 ____________________________________________________________________________
46210 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
46211         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
46212              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
46213              leakage patch.
46214      Branch: perl
46215            ! t/op/misc.t
46216 ____________________________________________________________________________
46217 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
46218         Log: Test case for #10433/#10424.
46219      Branch: perl
46220            ! t/op/misc.t
46221 ____________________________________________________________________________
46222 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
46223         Log: Subject: One fix for strtoul not setting errno
46224              From: hom00@utsglobal.com (Hal Morris)
46225              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
46226              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
46227      Branch: perl
46228            + uts/strtol_wrap.c
46229            ! MANIFEST hints/uts.sh
46230 ____________________________________________________________________________
46231 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
46232         Log: Metaconfig units changes for #10434.
46233      Branch: metaconfig
46234            ! U/modified/Cppsym.U
46235      Branch: metaconfig/U/perl
46236            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
46237            + d_syscallproto.U d_usleepproto.U
46238            ! longdblfio.U quadfio.U
46239 ____________________________________________________________________________
46240 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
46241         Log: Configure tweaks; add prototype probes, make the cpp symbols
46242              probe to cast, not whine; test for %Ld and %Lf before %lld and
46243              %llf because the L is the ANSI way.
46244      Branch: perl
46245            ! Configure config_h.SH configure.com epoc/config.sh
46246            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
46247            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
46248            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
46249 ____________________________________________________________________________
46250 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
46251         Log: Sigh.  This is what #10424 was supposed to check in.
46252      Branch: perl
46253            ! op.c sv.c sv.h
46254 ____________________________________________________________________________
46255 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
46256         Log: More verbose failure.
46257      Branch: perl
46258            ! t/op/ver.t
46259 ____________________________________________________________________________
46260 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
46261         Log: The .pm changes to go with #10428.
46262      Branch: perl
46263            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
46264            ! ext/Sys/Syslog/Syslog.pm
46265 ____________________________________________________________________________
46266 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
46267         Log: On second thoughts show to utf8 skippage message only
46268              on failures, it's too confusing otherwise,
46269      Branch: perl
46270            ! t/pragma/locale.t
46271 ____________________________________________________________________________
46272 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
46273         Log: Do not import anything from Encode.
46274      Branch: perl
46275            ! ext/MIME/Base64/QuotedPrint.pm
46276 ____________________________________________________________________________
46277 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
46278         Log: The #10402 didn't take.  Weird.
46279      Branch: perl
46280            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
46281            ! ext/Sys/Syslog/Syslog.xs
46282 ____________________________________________________________________________
46283 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
46284         Log: Eradicate traces of 'asciirange' re subpragma.
46285      Branch: perl
46286            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
46287            ! pod/perldiag.pod
46288 ____________________________________________________________________________
46289 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
46290         Log: use is a compile-time thing.
46291      Branch: perl
46292            ! ext/MIME/Base64/QuotedPrint.pm
46293 ____________________________________________________________________________
46294 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
46295         Log: Subject: [PATCH perl@10419] -Wall casting patch
46296              From: Robin Barker <rmb1@cise.npl.co.uk>
46297              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
46298              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
46299      Branch: perl
46300            ! ext/Devel/DProf/DProf.xs mg.c
46301 ____________________________________________________________________________
46302 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
46303         Log: Subject: [PATCH #2] introducing SVpad_TYPED
46304              From: Abhijit Menon-Sen <ams@wiw.org>
46305              Date: Mon, 4 Jun 2001 12:26:02 +0530
46306              Message-ID: <20010604122602.A5775@lustre.linux.in>
46307      Branch: perl
46308            ! op.c sv.c sv.h
46309 ____________________________________________________________________________
46310 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
46311         Log: testsuite for change#10192 (from Gisle Aas)
46312      Branch: perl
46313            + t/op/override.t
46314            ! MANIFEST
46315 ____________________________________________________________________________
46316 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
46317         Log: integrate changes#10414-10416 from mainline
46318              
46319              Potential buffer overrun if the radix separator is more than
46320              one byte.  Also, under locales, prefer the locale-specific
46321              separator over the old boring ".".
46322              
46323              "10.", that is, decimal numbers can have no decimal part at all.
46324              
46325              The non-locale places need love, too.
46326      Branch: maint-5.6/perl
46327           !> perl.h sv.c
46328 ____________________________________________________________________________
46329 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
46330         Log: Missed from #10420.
46331      Branch: perl
46332            ! epoc/config.sh
46333 ____________________________________________________________________________
46334 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
46335         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
46336              often this prototype goes with HAS_SETRESUID_PROTO.
46337      Branch: perl
46338            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46339            ! config_h.SH configure.com perl.h uconfig.h
46340 ____________________________________________________________________________
46341 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
46342         Log: Update Changes.
46343      Branch: perl
46344            ! Changes patchlevel.h
46345 ____________________________________________________________________________
46346 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
46347         Log: -Wall "subscript has type `char'" cleanup.
46348      Branch: perl
46349            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
46350 ____________________________________________________________________________
46351 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
46352         Log: Various "cast to pointer from integer of different size"
46353              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
46354              wide but I32 (int) only 32 bits wide).
46355              
46356              WARNING: the classnum and tagnum changes in Storable.xs
46357              may not be wise, they may be breaking binary compatibility
46358              (in 64-bit platforms), asked Raphael Manfredi about the changes.
46359      Branch: perl
46360            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
46361            ! mg.c proto.h
46362 ____________________________________________________________________________
46363 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
46364         Log: The non-locale places need love, too.
46365      Branch: perl
46366            ! perl.h
46367 ____________________________________________________________________________
46368 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
46369         Log: "10.", that is, decimal numbers can have no decimal part at all.
46370      Branch: perl
46371            ! perl.h
46372 ____________________________________________________________________________
46373 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
46374         Log: Potential buffer overrun if the radix separator is more than
46375              one byte.  Also, under locales, prefer the locale-specific
46376              separator over the old boring ".".
46377      Branch: perl
46378            ! perl.h sv.c
46379 ____________________________________________________________________________
46380 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
46381         Log: Integrate change #10412 from maintperl; locale is now
46382              per-cop, not per-op; plus retweak the locale.t to always
46383              list the skipped utf8 locales.
46384      Branch: perl
46385            ! t/pragma/locale.t
46386           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
46387           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
46388 ____________________________________________________________________________
46389 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
46390         Log: rationalize locale handling to fix the bugs uncovered by change#10394
46391              
46392              the major issue was that the runtime was looking at PL_hints rather
46393              than op_private to notice whether locale was enabled
46394              
46395              the secondary issue was that many locale-sensitive numeric ops didn't
46396              have HINT_LOCALE propagated into their op_private
46397              
46398              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
46399              instead of per-op, just like HINT_BYTE and the hints for lexical
46400              warnings (this makes the hint available to every op via PL_curcop)
46401              
46402              pragma/locale.t may need to be reworked with these fixes in mind
46403              (it currently passes its tests)
46404      Branch: maint-5.6/perl
46405            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
46406            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
46407 ____________________________________________________________________________
46408 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
46409         Log: More verbose debugging.
46410      Branch: perl
46411            ! t/pragma/locale.t
46412 ____________________________________________________________________________
46413 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
46414         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
46415              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
46416              Date: Sat, 2 Jun 2001 22:53:33 +0100
46417              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
46418      Branch: perl
46419            ! regcomp.c t/pragma/warn/regcomp
46420 ____________________________________________________________________________
46421 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
46422         Log: Mention that lexicalizing $a or $b is a bad idea if one
46423              wants to use sort().
46424      Branch: perl
46425            ! pod/perlvar.pod
46426 ____________________________________________________________________________
46427 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
46428         Log: Tweak the test to be happy if the accuracy is 'good enough'.
46429      Branch: perl
46430            ! t/lib/posix.t
46431 ____________________________________________________________________________
46432 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
46433         Log: Upgrade to Attribute::Handlers 0.70.
46434              
46435              NOTE: this unearthed the "too late for CHECK block" bug,
46436              that's why the 1_compile.t change.
46437      Branch: perl
46438            + lib/Attribute/Handlers/demo/Demo.pm
46439            + lib/Attribute/Handlers/demo/Descriptions.pm
46440            + lib/Attribute/Handlers/demo/MyClass.pm
46441            + lib/Attribute/Handlers/demo/demo.pl
46442            + lib/Attribute/Handlers/demo/demo2.pl
46443            + lib/Attribute/Handlers/demo/demo3.pl
46444            + lib/Attribute/Handlers/demo/demo4.pl
46445            + lib/Attribute/Handlers/demo/demo_call.pl
46446            + lib/Attribute/Handlers/demo/demo_chain.pl
46447            + lib/Attribute/Handlers/demo/demo_cycle.pl
46448            + lib/Attribute/Handlers/demo/demo_hashdir.pl
46449            + lib/Attribute/Handlers/demo/demo_phases.pl
46450            + lib/Attribute/Handlers/demo/demo_range.pl
46451            + lib/Attribute/Handlers/demo/demo_rawdata.pl
46452            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
46453            ! t/lib/attrhand.t
46454 ____________________________________________________________________________
46455 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
46456         Log: One less -Wall whine.
46457      Branch: perl
46458            ! regcomp.c
46459 ____________________________________________________________________________
46460 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
46461         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
46462      Branch: perl
46463           !> t/op/eval.t
46464 ____________________________________________________________________________
46465 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
46466         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
46467              aren't "normally" visible inside eval""s contained in subs unless
46468              a cloned reference to them already exists)
46469              
46470              strangely enough, t/harness didn't show this up as a failure
46471              (harness needs fixing?)
46472      Branch: maint-5.6/perl
46473            ! t/op/eval.t
46474 ____________________________________________________________________________
46475 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
46476         Log: Update to Text::Balanced 1.85.
46477      Branch: perl
46478            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
46479 ____________________________________________________________________________
46480 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
46481         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
46482              From: Nicholas Clark <nick@ccl4.org>
46483              Date: Sun, 3 Jun 2001 17:54:36 +0100
46484              Message-ID: <20010603175436.E76396@plum.flirble.org> 
46485      Branch: perl
46486            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
46487            ! ext/Sys/Syslog/Syslog.xs
46488 ____________________________________________________________________________
46489 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
46490         Log: Unused variables.
46491      Branch: perl
46492            ! util.c
46493 ____________________________________________________________________________
46494 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
46495         Log: Subject: [PATCH] APIfy op_clear 
46496              From: Simon Cozens <simon@netthink.co.uk>
46497              Date: Sun, 3 Jun 2001 13:51:46 +0100
46498              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
46499              
46500              (despite the subject line, op_null is APIfied by the patch)
46501      Branch: perl
46502            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46503 ____________________________________________________________________________
46504 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
46505         Log: Subject: [PATCH] t/lib/extutils.t
46506              From: Nicholas Clark <nick@ccl4.org>
46507              Date: Sat, 2 Jun 2001 23:57:05 +0100
46508              Message-ID: <20010602235705.Q12698@plum.flirble.org>
46509      Branch: perl
46510            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
46511 ____________________________________________________________________________
46512 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
46513         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
46514              From: Prymmer/Kahn <pvhp@best.com>
46515              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
46516              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
46517      Branch: perl
46518            ! win32/Makefile win32/makefile.mk
46519 ____________________________________________________________________________
46520 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
46521         Log: Subject: Re: 'decimal digits' macro? 
46522              From: Hugo <hv@crypt.compulink.co.uk>
46523              Date: Sun, 03 Jun 2001 04:26:36 +0100
46524              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
46525      Branch: perl
46526            ! handy.h t/lib/posix.t t/op/tr.t
46527 ____________________________________________________________________________
46528 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
46529         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46530              From: Hugo <hv@crypt.compulink.co.uk>
46531              Date: Sun, 03 Jun 2001 14:56:30 +0100
46532              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
46533      Branch: perl
46534            ! util.c
46535 ____________________________________________________________________________
46536 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
46537         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
46538      Branch: perl
46539           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
46540           !> vms/perly_c.vms
46541 ____________________________________________________________________________
46542 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
46543         Log: fix leakage of lexicals at file scope into subroutines that were
46544              declared before them; this appears to be a longstanding bug that
46545              meant that lexicals at file scope were never "deintroduced", meaning
46546              their scope range was never properly closed, and their visibility
46547              extended to all subsequent eval""s or requires
46548              
46549              added a test case
46550              
46551              seems to also fix a case of bogus duplicate warnings
46552      Branch: maint-5.6/perl
46553            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
46554            ! vms/perly_c.vms
46555 ____________________________________________________________________________
46556 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
46557         Log: More VMS tweaks from Craig A. Berry.
46558      Branch: perl
46559            ! configure.com t/lib/extutils.t
46560 ____________________________________________________________________________
46561 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
46562         Log: -Wall cleanup continues.
46563      Branch: perl
46564            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
46565            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
46566            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
46567            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
46568            ! run.c toke.c util.c
46569 ____________________________________________________________________________
46570 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
46571         Log: The metaconfig unit change for #10390.
46572      Branch: metaconfig/U/perl
46573            ! gccvers.U
46574 ____________________________________________________________________________
46575 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
46576         Log: Drop the -ansi from the default gcc flags.
46577              
46578              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
46579              that struct cannot be compared with a flat integer, such as STRLEN.
46580              The -ansi will also cause a lot of noise in Solaris because of:
46581              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
46582      Branch: perl
46583            ! Configure
46584 ____________________________________________________________________________
46585 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
46586         Log: Integrate perlio.
46587      Branch: perl
46588           !> pod/perlapi.pod util.c
46589 ____________________________________________________________________________
46590 [ 10388] By: nick                                  on 2001/06/02  08:01:12
46591         Log: Integrate mainline
46592      Branch: perlio
46593           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
46594           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
46595           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
46596           !> t/lib/1_compile.t t/lib/mimeqp.t
46597 ____________________________________________________________________________
46598 [ 10387] By: nick                                  on 2001/06/02  07:39:17
46599         Log: Tweak util.c's atof2 for MULTIPLICITY
46600      Branch: perlio
46601            ! util.c
46602 ____________________________________________________________________________
46603 [ 10386] By: nick                                  on 2001/06/02  07:38:33
46604         Log: Integrate mainline
46605      Branch: perlio
46606           !> (integrate 41 files)
46607 ____________________________________________________________________________
46608 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
46609         Log: Add Attribute::Handlers 0.61 from Damian Conway.
46610      Branch: perl
46611            + lib/Attribute/Handlers.pm t/lib/attrhand.t
46612            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
46613 ____________________________________________________________________________
46614 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
46615         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
46616              From: Peter Prymmer <pvhp@forte.com>
46617              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
46618              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
46619      Branch: perl
46620            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
46621 ____________________________________________________________________________
46622 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
46623         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
46624              From: Jeff Pinyan <jeffp@crusoe.net>
46625              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
46626              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
46627      Branch: perl
46628            ! lib/File/Find.pm
46629 ____________________________________________________________________________
46630 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
46631         Log: Subject: [PATCH perl@10381] configure.com tweaks
46632              From: "Craig A. Berry" <craigberry@mac.com>
46633              Date: Fri, 1 Jun 2001 13:55:43 -0500
46634              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
46635      Branch: perl
46636            ! configure.com
46637 ____________________________________________________________________________
46638 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
46639         Log: Update Changes.
46640      Branch: perl
46641            ! Changes patchlevel.h
46642 ____________________________________________________________________________
46643 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
46644         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
46645              From: Mike Guy <mjtg@cam.ac.uk>
46646              Date: Fri, 01 Jun 2001 18:17:02 +0100
46647              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
46648      Branch: perl
46649            ! lib/perl5db.pl
46650 ____________________________________________________________________________
46651 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
46652         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46653              From: Hugo <hv@crypt.compulink.co.uk>
46654              Date: Thu, 31 May 2001 20:49:48 +0100
46655              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
46656      Branch: perl
46657            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
46658            ! util.c
46659 ____________________________________________________________________________
46660 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
46661         Log: Zero() is not available in x2p (or, rather, some of its
46662              implementations like memzero() might not be available.)
46663      Branch: perl
46664            ! x2p/hash.c
46665 ____________________________________________________________________________
46666 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
46667         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
46668              From: Michael G Schwern <schwern@pobox.com>
46669              Date: Fri, 1 Jun 2001 12:00:29 +0100
46670              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
46671              
46672              (But use Zero() instead of memset.)
46673      Branch: perl
46674            ! x2p/hash.c
46675 ____________________________________________________________________________
46676 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
46677         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
46678              From: Jeff Pinyan <jeffp@crusoe.net>
46679              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
46680              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
46681      Branch: perl
46682            ! pod/perldiag.pod regcomp.c t/op/pat.t
46683 ____________________________________________________________________________
46684 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
46685         Log: Retract #10324 and #10333; not needed.
46686      Branch: perl
46687            ! hints/irix_6.sh hints/linux.sh
46688 ____________________________________________________________________________
46689 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
46690         Log: The #10370 wasn't quite right.
46691      Branch: perl
46692            ! ext/XS/Typemap/Typemap.xs
46693 ____________________________________________________________________________
46694 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
46695         Log: The metaconfig units changes for #10372.
46696      Branch: metaconfig/U/perl
46697            + d_realpath.U d_sresgproto.U d_sresuproto.U
46698            ! gccvers.U i_db.U
46699 ____________________________________________________________________________
46700 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
46701         Log: Configure tweaks; record the Berkeley DB version,
46702              probe for realpath(), for setresuid() and setresgid()
46703              prototypes; use realpath() (try to be paranoid enough),
46704              use the setres[ug]id prototypes because glibc has the functions
46705              but not their prototypes; add -Wall -ansi to gcc ccflags;
46706              regen toc.
46707      Branch: perl
46708            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46709            ! config_h.SH configure.com epoc/config.sh
46710            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
46711            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
46712            ! vos/config.ga.def win32/config.bc win32/config.gc
46713            ! win32/config.vc
46714 ____________________________________________________________________________
46715 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
46716         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
46717              From: Michael G Schwern <schwern@pobox.com>
46718              Date: Fri, 1 Jun 2001 11:28:14 +0100
46719              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
46720      Branch: perl
46721            ! lib/attributes.pm xsutils.c
46722 ____________________________________________________________________________
46723 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
46724         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
46725              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46726              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
46727              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
46728      Branch: perl
46729            ! ext/XS/Typemap/Typemap.xs
46730 ____________________________________________________________________________
46731 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
46732         Log: Subject: [patch] Cwd.xs optimizations/abstraction
46733              From: Doug MacEachern <dougm@covalent.net>
46734              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
46735              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
46736      Branch: perl
46737            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
46738            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
46739 ____________________________________________________________________________
46740 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
46741         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!])
46742              From: Nicholas Clark <nick@ccl4.org>
46743              Date: Thu, 31 May 2001 23:56:40 +0100
46744              Message-ID: <20010531235640.F12698@plum.flirble.org>
46745              
46746              Make the test work also under only static extensions
46747              (sh Configure -Uusedl fakes this nicely)
46748      Branch: perl
46749            ! t/lib/extutils.t
46750 ____________________________________________________________________________
46751 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
46752         Log: Subject: [PATCH hv.c] Eliminating trigraph
46753              From: Michael G Schwern <schwern@pobox.com>
46754              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
46755              Date: Fri, 1 Jun 2001 11:49:56 +0100
46756      Branch: perl
46757            ! hv.c
46758 ____________________________________________________________________________
46759 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
46760         Log: Subject: Re: [PATCH] Tests for File::Compare 
46761              From: "Philip Newton" <Philip.Newton@gmx.net>
46762              Date: Thu, 31 May 2001 19:44:05 +0200
46763              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
46764              
46765              Unnecessary "quotation marks".
46766      Branch: perl
46767            ! t/lib/filecomp.t
46768 ____________________________________________________________________________
46769 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
46770         Log: Integrate perlio.
46771      Branch: perl
46772           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
46773 ____________________________________________________________________________
46774 [ 10364] By: nick                                  on 2001/06/01  10:13:31
46775         Log: Cleanup dll.base and dll.exp created by GCC builds.
46776      Branch: perlio
46777            ! lib/ExtUtils/MM_Win32.pm
46778 ____________________________________________________________________________
46779 [ 10363] By: nick                                  on 2001/06/01  10:02:17
46780         Log: Make filecomp test work on CRLF platforms by adding binmode.
46781      Branch: perlio
46782            ! t/lib/filecomp.t
46783 ____________________________________________________________________________
46784 [ 10362] By: nick                                  on 2001/06/01  08:37:17
46785         Log: Integrate mainline
46786      Branch: perlio
46787           !> Changes Configure patchlevel.h perlio.c
46788 ____________________________________________________________________________
46789 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
46790         Log: panic:claustrophobia.
46791      Branch: perl
46792            ! perlio.c
46793 ____________________________________________________________________________
46794 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
46795         Log: Update Changes.
46796      Branch: perl
46797            ! Changes patchlevel.h
46798 ____________________________________________________________________________
46799 [ 10359] By: nick                                  on 2001/05/31  12:35:50
46800         Log: Integrate mainline.
46801      Branch: perlio
46802           +> t/lib/filecomp.t
46803           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
46804           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
46805 ____________________________________________________________________________
46806 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
46807         Log: Integrate perlio.
46808      Branch: perl
46809           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
46810           !> win32/config_H.vc
46811 ____________________________________________________________________________
46812 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
46813         Log: Metaconfig unit change for #10356.
46814      Branch: metaconfig
46815            ! U/installdirs/inc_version_list.U
46816 ____________________________________________________________________________
46817 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
46818         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
46819              (idea from Sarathy; implementation from Andy)
46820      Branch: perl
46821            ! Configure
46822 ____________________________________________________________________________
46823 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
46824         Log: More AUTHORS.
46825      Branch: perl
46826            ! AUTHORS
46827 ____________________________________________________________________________
46828 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
46829         Log: Subject: Re: [PATCH] Tests for File::Compare
46830              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
46831              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
46832              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
46833      Branch: perl
46834            + t/lib/filecomp.t
46835            ! MANIFEST t/lib/1_compile.t
46836 ____________________________________________________________________________
46837 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
46838         Log: Subject: [PATCH] DEBUG_* macro cleanups
46839              From: Abhijit Menon-Sen <ams@wiw.org>
46840              Date: Thu, 31 May 2001 12:16:22 +0530
46841              Message-ID: <20010531121622.B4829@lustre.linux.in>
46842              
46843              Subject: Re: [PATCH] DEBUG_* macro cleanups
46844              From: Abhijit Menon-Sen <ams@wiw.org>
46845              Date: Thu, 31 May 2001 13:57:01 +0530
46846              Message-ID: <20010531135701.A21775@lustre.linux.in>
46847              
46848              (The DEBUG_ definitions in perl.h changed to use the
46849              STMT_START and STMT_END.)
46850      Branch: perl
46851            ! perl.h pp_ctl.c sv.c toke.c
46852 ____________________________________________________________________________
46853 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
46854         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
46855              From: Abhijit Menon-Sen <ams@wiw.org>
46856              Date: Thu, 31 May 2001 08:27:55 +0530
46857              Message-ID: <20010531082755.A10018@lustre.linux.in>
46858      Branch: perl
46859            ! ext/Storable/Storable.xs gv.c perl.c
46860 ____________________________________________________________________________
46861 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
46862         Log: Subject: [PATCH] AUTHORS
46863              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46864              Date: Thu, 31 May 2001 01:27:59 -0500
46865              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
46866              
46867              Subject: Re: [PATCH] AUTHORS
46868              From: "Philip Newton" <Philip.Newton@gmx.net>
46869              Date: Thu, 31 May 2001 10:08:06 +0200
46870              (Message-Id missing?)
46871      Branch: perl
46872            ! AUTHORS
46873 ____________________________________________________________________________
46874 [ 10350] By: nick                                  on 2001/05/31  11:40:43
46875         Log: win32 - dmake regen_config_h
46876      Branch: perlio
46877            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46878 ____________________________________________________________________________
46879 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
46880         Log: Subject: Re: [PATCH util.c] More warning cleanups.
46881              From: "Philip Newton" <Philip.Newton@gmx.net>
46882              Date: Thu, 31 May 2001 07:41:36 +0200
46883              Message-Id: <200105310538.IAA25458@taku.hut.fi>
46884              
46885              Undo C++-ism that snekt in.
46886      Branch: perl
46887            ! util.c
46888 ____________________________________________________________________________
46889 [ 10348] By: nick                                  on 2001/05/31  11:36:46
46890         Log: Tolerate Win32 numerics
46891      Branch: perlio
46892            ! t/pragma/warn/toke
46893 ____________________________________________________________________________
46894 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
46895         Log: Integrate perlio.
46896      Branch: perl
46897           !> perlio.c win32/win32.h
46898 ____________________________________________________________________________
46899 [ 10346] By: nick                                  on 2001/05/31  10:54:55
46900         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
46901              perlio.c change 10255.
46902      Branch: perlio
46903            ! perlio.c
46904 ____________________________________________________________________________
46905 [ 10345] By: nick                                  on 2001/05/31  10:01:57
46906         Log: Conditionally put back some "unused" dTHX which are used
46907              with PERL_IMPLICIT_SYS
46908      Branch: perlio
46909            ! perlio.c
46910 ____________________________________________________________________________
46911 [ 10344] By: nick                                  on 2001/05/31  10:00:59
46912         Log: Fix Win32 for new spelling IN_BYTES 
46913      Branch: perlio
46914            ! win32/win32.h
46915 ____________________________________________________________________________
46916 [ 10343] By: nick                                  on 2001/05/31  08:01:32
46917         Log: perlio.c -Wall cleaner under MULTIPLICITY
46918              - still minor noise with linux stdio
46919      Branch: perlio
46920            ! perlio.c
46921 ____________________________________________________________________________
46922 [ 10342] By: nick                                  on 2001/05/31  07:52:23
46923         Log: Integrate mainline.
46924      Branch: perlio
46925           !> (integrate 42 files)
46926 ____________________________________________________________________________
46927 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
46928         Log: AUTHORS updates.
46929      Branch: perl
46930            ! AUTHORS
46931 ____________________________________________________________________________
46932 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
46933         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
46934              From: Peter Prymmer <pvhp@forte.com>
46935              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
46936              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
46937      Branch: perl
46938            ! t/lib/md5-file.t
46939 ____________________________________________________________________________
46940 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
46941         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
46942              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
46943              to match the pragma name; various robustness cleanups.
46944      Branch: perl
46945            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
46946            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
46947 ____________________________________________________________________________
46948 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
46949         Log: More -Wall sweeping.
46950      Branch: perl
46951            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
46952            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
46953            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
46954            ! regcomp.c sv.c toke.c utf8.c
46955 ____________________________________________________________________________
46956 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
46957         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
46958              From: Nicholas Clark <nick@ccl4.org>
46959              Date: Wed, 30 May 2001 22:34:41 +0100
46960              Message-ID: <20010530223441.Y86445@plum.flirble.org>
46961      Branch: perl
46962            ! t/op/cmp.t
46963 ____________________________________________________________________________
46964 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
46965         Log: It's is not, it isn't ain't, and it's it's, not its,
46966              if you mean it is. If you don't, it's its. Then too,
46967              it's hers. It isn't her's. It isn't our's either.
46968              It's ours, and likewise yours and theirs.
46969              -- Oxford University Press, Edpress News
46970      Branch: perl
46971            ! lib/autouse.pm
46972 ____________________________________________________________________________
46973 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
46974         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
46975      Branch: perl
46976            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
46977            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
46978            ! x2p/str.c x2p/walk.c xsutils.c
46979 ____________________________________________________________________________
46980 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
46981         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
46982              From: Michael G Schwern <schwern@pobox.com>
46983              Date: Wed, 30 May 2001 17:10:38 +0100
46984              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
46985              
46986              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
46987              From: Abhijit Menon-Sen <ams@wiw.org>
46988              Date: Wed, 30 May 2001 23:16:13 +0530
46989              Message-ID: <20010530231613.A31933@lustre.linux.in>
46990      Branch: perl
46991            ! perl.c t/run/runenv.t
46992 ____________________________________________________________________________
46993 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
46994         Log: (Retracted by #10375.)
46995              
46996              IRIX hints patch from Merijn Broeren.
46997              
46998              TODO: (this and the earlier Linux hints patch) should be solved
46999              at Configure level.  Merijn: -ldb should not be used on any platform
47000              for perl, just when linking DBFile itself. Trying to be helpful here
47001              is counterproductive.
47002      Branch: perl
47003            ! hints/irix_6.sh
47004 ____________________________________________________________________________
47005 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
47006         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
47007              From: Nicholas Clark <nick@ccl4.org>
47008              Date: Wed, 30 May 2001 23:20:58 +0100
47009              Message-ID: <20010530232058.B86445@plum.flirble.org>
47010      Branch: perl
47011            ! doop.c
47012 ____________________________________________________________________________
47013 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
47014         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
47015              From: Michael G Schwern <schwern@pobox.com> 
47016              Date: Wed, 30 May 2001 15:24:20 +0100
47017              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
47018      Branch: perl
47019            ! t/pragma/autouse.t
47020 ____________________________________________________________________________
47021 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
47022         Log: The regex trick wasn't a good idea.
47023      Branch: perl
47024            ! pod/perlfaq4.pod
47025 ____________________________________________________________________________
47026 [ 10329] By: nick                                  on 2001/05/30  18:34:35
47027         Log: Integrate mainline
47028      Branch: perlio
47029           !> (integrate 40 files)
47030 ____________________________________________________________________________
47031 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
47032         Log: Update Changes.
47033      Branch: perl
47034            ! Changes patchlevel.h
47035 ____________________________________________________________________________
47036 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
47037         Log: The metaconfig unit change for #10325.
47038      Branch: metaconfig
47039            + U/modified/afs.U
47040 ____________________________________________________________________________
47041 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
47042         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
47043              is now wrong.
47044      Branch: perl
47045            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
47046 ____________________________________________________________________________
47047 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
47048         Log: Introduce $Config{afsroot}.
47049      Branch: perl
47050            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47051            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
47052            ! win32/config.gc win32/config.vc
47053 ____________________________________________________________________________
47054 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
47055         Log: (Retracted by #10375.)
47056              
47057              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
47058      Branch: perl
47059            ! hints/linux.sh
47060 ____________________________________________________________________________
47061 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
47062         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
47063              (Also Configure tweaks needed; coming up soon.)
47064      Branch: perl
47065            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
47066 ____________________________________________________________________________
47067 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
47068         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
47069              From: Michael G Schwern <schwern@pobox.com>
47070              Date: Sun, 27 May 2001 10:29:43 +0100
47071              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
47072      Branch: perl
47073            ! lib/perl5db.pl
47074 ____________________________________________________________________________
47075 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
47076         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
47077              and Abhijit Menon-Sen.
47078      Branch: perl
47079            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
47080            ! perl.c pp_sys.c regcomp.c
47081 ____________________________________________________________________________
47082 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
47083         Log: Fix the BOOT section to call myU2time properly.
47084      Branch: perl
47085            ! ext/Time/HiRes/HiRes.xs
47086 ____________________________________________________________________________
47087 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
47088         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
47089              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
47090              Date: Wed, 30 May 2001 09:44:29 -0400
47091              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
47092              
47093              Detypo; plus add one more trick.
47094      Branch: perl
47095            ! pod/perlfaq4.pod
47096 ____________________________________________________________________________
47097 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
47098         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)
47099              From: Michael G Schwern <schwern@pobox.com>
47100              Date: Wed, 30 May 2001 14:39:06 +0100
47101              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
47102      Branch: perl
47103            ! lib/autouse.pm t/pragma/autouse.t
47104 ____________________________________________________________________________
47105 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
47106         Log: Subject: Re: AIX and gcc (moving targets)
47107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47108              Date: Wed, 30 May 2001 15:25:08 +0200
47109              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
47110      Branch: perl
47111            ! ext/Time/HiRes/HiRes.xs
47112 ____________________________________________________________________________
47113 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
47114         Log: Subject: [PATCH t/TEST] sorting tests
47115              From: Michael G Schwern <schwern@pobox.com>
47116              Date: Wed, 30 May 2001 10:24:02 +0100
47117              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
47118      Branch: perl
47119            ! t/TEST
47120 ____________________________________________________________________________
47121 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
47122         Log: Subject: [ID 20010529.002] typos in man page perlre
47123              From: bart@cg681574-a.adubn1.nj.home.com 
47124              Date: Tue, 29 May 2001 13:58:59 -0500
47125              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
47126      Branch: perl
47127            ! pod/perlre.pod
47128 ____________________________________________________________________________
47129 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
47130         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
47131              From: "Craig A. Berry" <craigberry@mac.com>
47132              Date: Tue, 29 May 2001 23:23:45 -0500
47133              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
47134      Branch: perl
47135            ! t/lib/extutils.t t/pragma/autouse.t
47136 ____________________________________________________________________________
47137 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
47138         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)
47139              From: David Dyck <dcd@tc.fluke.com>
47140              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
47141              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
47142      Branch: perl
47143            ! t/lib/filefind.t
47144 ____________________________________________________________________________
47145 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
47146         Log: AIX hints update for gcc from Merijn H. Brand.
47147      Branch: perl
47148            ! hints/aix.sh
47149 ____________________________________________________________________________
47150 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
47151         Log: Retract #10295 and #10296: a more generic solution
47152              is needed (there's something funny with gcc on AIX).
47153      Branch: perl
47154            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
47155 ____________________________________________________________________________
47156 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
47157         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
47158              From: Hugo <hv@crypt.compulink.co.uk>
47159              Date: Wed, 30 May 2001 11:59:19 +0100
47160              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
47161              
47162              localizing $@ has unfortunate semantics - if you die past
47163              a local $@, the die message is lost.
47164      Branch: perl
47165            ! lib/utf8_heavy.pl
47166 ____________________________________________________________________________
47167 [ 10309] By: nick                                  on 2001/05/30  08:23:02
47168         Log: Integrate mainline (autouse works again.)
47169      Branch: perlio
47170           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
47171           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
47172           !> pod/perlvar.pod t/op/cmp.t
47173 ____________________________________________________________________________
47174 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
47175         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
47176              From: David Dyck <dcd@tc.fluke.com>
47177              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
47178              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
47179      Branch: perl
47180            ! lib/File/Find.pm
47181 ____________________________________________________________________________
47182 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
47183         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
47184              From: Nicholas Clark <nick@ccl4.org>
47185              Date: Tue, 29 May 2001 23:16:09 +0100
47186              Message-ID: <20010529231609.U86445@plum.flirble.org>
47187              
47188              Make the test output slightly clearer by distinguishing
47189              between '' and undef.
47190      Branch: perl
47191            ! t/op/cmp.t
47192 ____________________________________________________________________________
47193 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
47194         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
47195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47196              Date: Tue, 29 May 2001 19:15:19 -0400
47197              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
47198      Branch: perl
47199            ! hints/os2.sh
47200 ____________________________________________________________________________
47201 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
47202         Log: Subject: perlvar.pod addition
47203              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
47204              Date: Fri, 25 May 2001 20:23:12 +0200
47205              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
47206              
47207              Subject: Re: perlvar.pod addition
47208              From: "Abigail" <abigail@foad.org> 
47209              Date: Fri, 25 May 2001 22:00:39 +0200
47210              Message-ID: <20010525200039.28029.qmail@foad.org>
47211              
47212              Mention $a and $b in perlvar.
47213      Branch: perl
47214            ! pod/perlvar.pod
47215 ____________________________________________________________________________
47216 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
47217         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
47218              From: Jeff Pinyan <jeffp@crusoe.net>
47219              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
47220              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
47221      Branch: perl
47222            ! pod/perlvar.pod
47223 ____________________________________________________________________________
47224 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
47225         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
47226              From: Jeff Pinyan <jeffp@crusoe.net>
47227              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
47228              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
47229      Branch: perl
47230            ! pod/perlfaq6.pod
47231 ____________________________________________________________________________
47232 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
47233         Log: Mention Time::localtime and Time::gmtime.
47234      Branch: perl
47235            ! ext/Time/Piece/Piece.pm
47236 ____________________________________________________________________________
47237 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
47238         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
47239              From: Michael G Schwern <schwern@pobox.com>
47240              Date: Tue, 29 May 2001 18:51:32 +0100
47241              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
47242      Branch: perl
47243            ! pod/perlfaq4.pod
47244 ____________________________________________________________________________
47245 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
47246         Log: Retract #10243.
47247      Branch: perl
47248            ! lib/autouse.pm
47249 ____________________________________________________________________________
47250 [ 10299] By: nick                                  on 2001/05/29  18:41:19
47251         Log: Post weekend integrate mainline (fails one test pragma/autouse).
47252      Branch: perlio
47253           +> (branch 29 files)
47254           !> (integrate 91 files)
47255 ____________________________________________________________________________
47256 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
47257         Log: Update Changes.
47258      Branch: perl
47259            ! Changes patchlevel.h
47260 ____________________________________________________________________________
47261 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
47262         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
47263              before Perl_load_module/Perl_call_method and restore the value
47264              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
47265      Branch: perl
47266            ! utf8.c
47267 ____________________________________________________________________________
47268 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
47269         Log: Subject: Re: AIX and gcc (moving targets)
47270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47271              Date: Tue, 29 May 2001 17:59:40 +0200
47272              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
47273      Branch: perl
47274            ! ext/Storable/Makefile.PL
47275 ____________________________________________________________________________
47276 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
47277         Log: Subject: Re: AIX and gcc (moving targets)
47278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47279              Date: Tue, 29 May 2001 12:32:57 +0200
47280              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
47281      Branch: perl
47282            ! ext/POSIX/Makefile.PL
47283 ____________________________________________________________________________
47284 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
47285         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
47286              From: Michael G Schwern <schwern@pobox.com>
47287              Date: Tue, 29 May 2001 09:53:29 +0100
47288              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
47289              
47290              (#10280 retracted)
47291      Branch: perl
47292            ! lib/Test/Harness.pm t/lib/test-harness.t
47293 ____________________________________________________________________________
47294 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
47295         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
47296              From: Michael G Schwern <schwern@pobox.com>
47297              Date: Tue, 29 May 2001 09:19:52 +0100
47298              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
47299      Branch: perl
47300            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
47301            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
47302            + t/lib/Test/todo.t
47303            ! MANIFEST lib/Test.pm t/TEST
47304 ____________________________________________________________________________
47305 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
47306         Log: From: Michael G Schwern <schwern@pobox.com>
47307              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
47308              Date: Tue, 29 May 2001 08:26:09 +0100
47309              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
47310      Branch: perl
47311            ! t/TEST
47312 ____________________________________________________________________________
47313 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
47314         Log: Add tests for Time::gmtime and Time::localtime.
47315      Branch: perl
47316            + t/lib/time-gmtime.t t/lib/time-localtime.t
47317            ! MANIFEST t/lib/1_compile.t
47318 ____________________________________________________________________________
47319 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
47320         Log: Add test for File::stat.
47321      Branch: perl
47322            + t/lib/filestat.t
47323            ! MANIFEST t/lib/1_compile.t
47324 ____________________________________________________________________________
47325 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
47326         Log: Add test for Net::servent.
47327      Branch: perl
47328            + t/lib/net-sent.t
47329            ! MANIFEST t/lib/1_compile.t
47330 ____________________________________________________________________________
47331 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
47332         Log: Add test for Net::protoent.
47333      Branch: perl
47334            + t/lib/net-pent.t
47335            ! MANIFEST t/lib/1_compile.t
47336 ____________________________________________________________________________
47337 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
47338         Log: Add test for Net::netent.
47339      Branch: perl
47340            + t/lib/net-nent.t
47341            ! MANIFEST t/lib/1_compile.t
47342 ____________________________________________________________________________
47343 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
47344         Log: Add test for User::grent.  Portability doubtful.
47345      Branch: perl
47346            + t/lib/user-grent.t
47347            ! MANIFEST t/lib/1_compile.t
47348 ____________________________________________________________________________
47349 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
47350         Log: Add test for User::pwent.
47351              Probably will fall down somewhere for portability reasons.
47352      Branch: perl
47353            + t/lib/user-pwent.t
47354            ! MANIFEST t/lib/1_compile.t
47355 ____________________________________________________________________________
47356 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
47357         Log: Metaconfig units changes for #10283.
47358      Branch: metaconfig
47359            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
47360            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
47361            ! U/installdirs/sitescript.U U/modified/Signal.U
47362 ____________________________________________________________________________
47363 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
47364         Log: Subject: [PATCH 5.6.1] signal names in Configure
47365              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47366              Date: Tue, 29 May 2001 03:52:25 -0400
47367              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
47368              
47369              Subject: [PATCH 5.6.1] older perl in Configure
47370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47371              Date: Tue, 29 May 2001 03:55:40 -0400
47372              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
47373              
47374              Subject: [PATCH 5.6.1] goofs in Configure
47375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47376              Date: Tue, 29 May 2001 04:13:07 -0400
47377              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
47378              
47379              Configure portability tweaks.
47380      Branch: perl
47381            ! Configure
47382 ____________________________________________________________________________
47383 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
47384         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
47385              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47386              Date: Tue, 29 May 2001 04:07:06 -0400
47387              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
47388      Branch: perl
47389            ! os2/os2.c
47390 ____________________________________________________________________________
47391 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
47392         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
47393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47394              Date: Tue, 29 May 2001 04:01:38 -0400
47395              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
47396      Branch: perl
47397            ! hints/os2.sh os2/Makefile.SHs
47398 ____________________________________________________________________________
47399 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
47400         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
47401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47402              Date: Tue, 29 May 2001 03:50:18 -0400
47403              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
47404      Branch: perl
47405            ! lib/Test/Harness.pm
47406 ____________________________________________________________________________
47407 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
47408         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
47409      Branch: perl
47410            ! lib/utf8_heavy.pl
47411 ____________________________________________________________________________
47412 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
47413         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
47414              From: Hugo <hv@crypt.compulink.co.uk>
47415              Date: Tue, 29 May 2001 03:03:45 +0100
47416              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
47417              
47418              Explanation why the $@ always gets the UTF8 flag when under use utf8--
47419              because we told it to have the flag when under use utf8.
47420      Branch: perl
47421            ! pp_ctl.c
47422 ____________________________________________________________________________
47423 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
47424         Log: At least a partial fix for 20010528.004.
47425      Branch: perl
47426            ! lib/utf8_heavy.pl
47427 ____________________________________________________________________________
47428 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
47429         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
47430              From: Nicholas Clark <nick@ccl4.org> 
47431              Date: Mon, 28 May 2001 23:39:38 +0100
47432              Message-ID: <20010528233938.M86445@plum.flirble.org>
47433              
47434              More portable non-zero UV.
47435      Branch: perl
47436            ! t/lib/extutils.t
47437 ____________________________________________________________________________
47438 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
47439         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
47440              From: Nicholas Clark <nick@ccl4.org>
47441              Date: Mon, 28 May 2001 22:46:09 +0100
47442              Message-ID: <20010528224608.L86445@plum.flirble.org>
47443              
47444              Test also "make clean".
47445      Branch: perl
47446            ! t/lib/extutils.t
47447 ____________________________________________________________________________
47448 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
47449         Log: Subject: Re: Would -Wno-unused -Wall be better?
47450              From: Michael G Schwern <schwern@pobox.com>
47451              Date: Tue, 29 May 2001 00:55:54 +0100
47452              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
47453      Branch: perl
47454            ! pp.h
47455 ____________________________________________________________________________
47456 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
47457         Log: Add a test for 20010528.007, fixed in #10272.
47458      Branch: perl
47459            ! t/op/misc.t toke.c
47460 ____________________________________________________________________________
47461 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
47462         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
47463              From: Hugo <hv@crypt.compulink.co.uk>
47464              Date: Tue, 29 May 2001 00:23:23 +0100
47465              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
47466      Branch: perl
47467            ! toke.c
47468 ____________________________________________________________________________
47469 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
47470         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
47471              From: Michael G Schwern <schwern@pobox.com>
47472              Date: Tue, 29 May 2001 00:42:59 +0100
47473              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
47474      Branch: perl
47475            ! t/pragma/autouse.t
47476 ____________________________________________________________________________
47477 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
47478         Log: Some shells seemingly arrange the signal handlers differently
47479              (bug id 20010521.004).
47480      Branch: perl
47481            ! t/lib/sigaction.t
47482 ____________________________________________________________________________
47483 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
47484         Log: Regen perlmodlib.
47485      Branch: perl
47486            ! pod/perlmodlib.pod
47487 ____________________________________________________________________________
47488 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
47489         Log: Update Changes.
47490      Branch: perl
47491            ! Changes patchlevel.h
47492 ____________________________________________________________________________
47493 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
47494         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
47495              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47496              Date: Mon, 28 May 2001 14:56:35 -0500
47497              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
47498      Branch: perl
47499            ! pod/perlnewmod.pod
47500 ____________________________________________________________________________
47501 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
47502         Log: Regen toc.
47503      Branch: perl
47504            ! pod/perltoc.pod
47505 ____________________________________________________________________________
47506 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
47507         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
47508              From: "Richard Soderberg" <rs@crystalflame.net>
47509              Date: Mon, 28 May 2001 12:31:23 -0700
47510              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
47511      Branch: perl
47512            ! t/op/splice.t
47513 ____________________________________________________________________________
47514 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
47515         Log: The #10260 was too bold: locales and utf8 still do not mix.
47516      Branch: perl
47517            ! t/pragma/locale.t
47518 ____________________________________________________________________________
47519 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
47520         Log: Subject: [PATCH] Pod nitpicks
47521              From: "Richard Soderberg" <rs@crystalflame.net>
47522              Date: Mon, 28 May 2001 10:08:58 -0700
47523              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
47524      Branch: perl
47525            ! pod/perl571delta.pod pod/perlapi.pod sv.h
47526 ____________________________________________________________________________
47527 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
47528         Log: Upgrade to I18N::LangTags 0.22.
47529      Branch: perl
47530            + lib/I18N/LangTags/List.pod
47531            ! MANIFEST lib/I18N/LangTags.pm
47532 ____________________________________________________________________________
47533 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
47534         Log: A slightly more serious bug found by -Mutf8; op/misc and
47535              lib/complex dumped core.
47536      Branch: perl
47537            ! regexec.c
47538 ____________________________________________________________________________
47539 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
47540         Log: Various buglets shaken out by -Mutf8.
47541      Branch: perl
47542            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
47543            ! t/pragma/locale.t
47544 ____________________________________________________________________________
47545 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
47546         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
47547      Branch: perl
47548            ! t/lib/carp.t
47549 ____________________________________________________________________________
47550 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
47551         Log: Subject: [PATCH] todo patch
47552              From: Artur Bergman <artur@contiller.se> 
47553              Date: Mon, 28 May 2001 17:03:51 +0200
47554              Message-ID: <B7383577.F34%artur@contiller.se>
47555      Branch: perl
47556            ! pod/perltodo.pod
47557 ____________________________________________________________________________
47558 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
47559         Log: Subject: typo in perlguts.pod
47560              From: "John P. Linderman" <jpl@research.att.com>
47561              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
47562              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
47563      Branch: perl
47564            ! pod/perlguts.pod
47565 ____________________________________________________________________________
47566 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
47567         Log: Subject: AIX and gcc (moving targets)
47568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47569              Date: Mon, 28 May 2001 12:54:04 +0200
47570              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
47571      Branch: perl
47572            ! hints/aix.sh
47573 ____________________________________________________________________________
47574 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
47575         Log: Subject: Re: perlio + multiple perl_alloc..destruct
47576              From: Doug MacEachern <dougm@covalent.net>
47577              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
47578              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
47579      Branch: perl
47580            ! perlio.c
47581 ____________________________________________________________________________
47582 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
47583         Log: The #10251 wasn't quite up-to-the-code.
47584      Branch: perl
47585            ! t/op/misc.t
47586 ____________________________________________________________________________
47587 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
47588         Log: Test case for bug 20010526.004, fixed in #10252.
47589      Branch: perl
47590            ! t/op/taint.t
47591 ____________________________________________________________________________
47592 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
47593         Log: Subject: Re: [ID 20010526.004] Taint looses value
47594              From: Hugo <hv@crypt.compulink.co.uk>
47595              Date: Sun, 27 May 2001 20:39:32 +0100
47596              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
47597      Branch: perl
47598            ! sv.c
47599 ____________________________________________________________________________
47600 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
47601         Log: Test case for 20010422.005, fixed by #10250.
47602      Branch: perl
47603            ! t/op/misc.t
47604 ____________________________________________________________________________
47605 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
47606         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
47607              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47608              Date: Mon, 28 May 2001 06:39:12 -0400
47609              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
47610      Branch: perl
47611            ! toke.c
47612 ____________________________________________________________________________
47613 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
47614         Log: Linerewrapping.
47615      Branch: perl
47616            ! lib/open.pm
47617 ____________________________________________________________________________
47618 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
47619         Log: Updates on the modules list.
47620      Branch: perl
47621            ! t/lib/1_compile.t
47622 ____________________________________________________________________________
47623 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
47624         Log: Add a test for PerlIO.
47625              
47626              (I probably got the crlf/raw thing wrong for clrfy platforms...)
47627      Branch: perl
47628            + t/lib/perlio.t
47629            ! MANIFEST lib/PerlIO.pm
47630 ____________________________________________________________________________
47631 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
47632         Log: Add a test for carp et alia.
47633      Branch: perl
47634            + t/lib/carp.t
47635            ! MANIFEST
47636 ____________________________________________________________________________
47637 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
47638         Log: Adding the new test would be swell.
47639      Branch: perl
47640            + t/pragma/autouse.t
47641 ____________________________________________________________________________
47642 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
47643         Log: Add a test for the autouse pragma.
47644      Branch: perl
47645            ! MANIFEST
47646 ____________________________________________________________________________
47647 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
47648         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
47649              From: dLux <dlux@spam.sch.bme.hu>
47650              Date: Sun, 27 May 2001 16:14:26 +0200
47651              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
47652      Branch: perl
47653            ! lib/autouse.pm
47654 ____________________________________________________________________________
47655 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
47656         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
47657              From: "Richard Soderberg" <rs@crystalflame.net>
47658              Date: Mon, 28 May 2001 03:56:36 -0700
47659              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
47660      Branch: perl
47661            ! utils/dprofpp.PL
47662 ____________________________________________________________________________
47663 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
47664         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
47665              From: "Stephen P. Potter" <spp@spotter.yi.org>
47666              Date: Tue, 22 May 2001 11:40:25 -0400
47667              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
47668              
47669              Subject: Re: [ID 20010522.003] Time::Local module bug
47670              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
47671              Date: Tue, 22 May 2001 11:50:19 -0400
47672              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
47673      Branch: perl
47674            ! lib/Time/Local.pm
47675 ____________________________________________________________________________
47676 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
47677         Log: The PERL_DL_NONLAZY can have whitespace in front.
47678      Branch: perl
47679            ! t/lib/extutils.t
47680 ____________________________________________________________________________
47681 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
47682         Log: Document strftime() and strptime().
47683      Branch: perl
47684            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
47685 ____________________________________________________________________________
47686 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
47687         Log: Make Time::Piece::strptime() to be a function, not a method.
47688      Branch: perl
47689            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
47690 ____________________________________________________________________________
47691 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
47692         Log: Tweak the test to be more portable.
47693      Branch: perl
47694            ! t/lib/extutils.t
47695 ____________________________________________________________________________
47696 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
47697         Log: Subject: PATCH: Re: Re: Attributes that tie
47698              From: Leon Brocard <acme@astray.com>
47699              Date: Sun, 27 May 2001 12:37:29 +0100
47700              Message-ID: <20010527123729.A22663@ns0.astray.com>
47701              
47702              Document that variable attributes are not currently usable
47703              for tieing.  (An ugly limitation that should be fixed.)
47704      Branch: perl
47705            ! lib/attributes.pm
47706 ____________________________________________________________________________
47707 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
47708         Log: Microperl tweaks.
47709      Branch: perl
47710            ! Makefile.micro uconfig.h uconfig.sh
47711 ____________________________________________________________________________
47712 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
47713         Log: Add make target for microperl (kind of silly, but convenient).
47714      Branch: perl
47715            ! Makefile.SH
47716 ____________________________________________________________________________
47717 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
47718         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
47719              for microperl.)
47720      Branch: perl
47721            ! doio.c
47722 ____________________________________________________________________________
47723 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
47724         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
47725              From: rspier@pobox.com (Robert Spier)
47726              Date: Sat, 26 May 2001 20:05:23 -0400
47727              Message-ID: <15120.17603.148648.12430@rls.cx>
47728              
47729              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
47730              From: rspier@pobox.com (Robert Spier)
47731              Date: Sun, 27 May 2001 00:23:12 -0400
47732              Message-ID: <15120.33072.511966.767230@rls.cx>
47733      Branch: perl
47734            ! doio.c pod/perlfunc.pod
47735 ____________________________________________________________________________
47736 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
47737         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
47738      Branch: perl
47739            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47740 ____________________________________________________________________________
47741 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
47742         Log: Add README.tru64.
47743      Branch: perl
47744            + README.tru64
47745 ____________________________________________________________________________
47746 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
47747         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
47748      Branch: perl
47749            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
47750            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
47751            ! MANIFEST
47752 ____________________________________________________________________________
47753 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
47754         Log: Integrate I18N::LangTags from Sean Burke.
47755              
47756              TODO: the language list from RFC 3066 needs to be integrated
47757              and made available somehow.  The list is included in the
47758              I18N-LangTags 0.21 distribution, but it is undocumented
47759              and unconnected to the module.
47760      Branch: perl
47761            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
47762            ! MANIFEST
47763 ____________________________________________________________________________
47764 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
47765         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
47766              envisioned by Sarathy.
47767      Branch: perl
47768            ! t/op/ver.t toke.c
47769 ____________________________________________________________________________
47770 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
47771         Log: Subject: [ID 20010525.001] Pod typo nits fixed
47772              From: lvirden@cas.org
47773              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
47774              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
47775              
47776              minus the perlsolaris decimation plus the
47777              
47778              Subject: Re: [ID 20010525.001] Pod typo nits fixed
47779              From: "Philip Newton" <Philip.Newton@gmx.net>
47780              Date: Fri, 25 May 2001 18:05:55 +0200
47781              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
47782      Branch: perl
47783            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
47784            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
47785            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
47786            ! pod/perlutil.pod pod/perlxstut.pod
47787 ____________________________________________________________________________
47788 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
47789         Log: return clauses are nice.
47790      Branch: perl
47791            ! sv.c
47792 ____________________________________________________________________________
47793 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
47794         Log: Subject: change 10199 backwards?
47795              From: Doug MacEachern <dougm@covalent.net>
47796              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
47797              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
47798      Branch: perl
47799            ! sv.c
47800 ____________________________________________________________________________
47801 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
47802         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
47803              From: Hugo <hv@crypt.compulink.co.uk>
47804              Date: Sat, 26 May 2001 17:05:12 +0100
47805              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
47806      Branch: perl
47807            + t/op/gmagic.t
47808            ! MANIFEST doop.c embed.h embed.pl global.sym
47809            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
47810            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
47811 ____________________________________________________________________________
47812 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
47813         Log: Regen headers for #10221.
47814      Branch: perl
47815            ! global.sym objXSUB.h perlapi.c
47816 ____________________________________________________________________________
47817 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
47818         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
47819              From: Juha Laiho <juha.laiho@Elma.Net>
47820              Date: Thu, 3 May 2001 09:51:30 +0300
47821              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
47822      Branch: perl
47823            ! embed.pl
47824 ____________________________________________________________________________
47825 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
47826         Log: Subject: Re: [PATCH] Re: stability of sort()?
47827              From: "John P. Linderman" <jpl@research.att.com>
47828              Date: Sat, 26 May 2001 13:27:19 -0400
47829              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
47830      Branch: perl
47831            ! pod/perlfunc.pod
47832 ____________________________________________________________________________
47833 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
47834         Log: Integrate perlio.
47835      Branch: perl
47836           !> pod/perlguts.pod
47837 ____________________________________________________________________________
47838 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
47839         Log: Subject: [PATCH perl@10210] PerlIO for VMS
47840              From: "Craig A. Berry" <craigberry@mac.com>
47841              Date: Sat, 26 May 2001 09:34:11 -0500
47842              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
47843      Branch: perl
47844            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
47845            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
47846            ! vms/vmsish.h
47847 ____________________________________________________________________________
47848 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
47849         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
47850              From: David Dyck <dcd@tc.fluke.com>
47851              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
47852              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
47853      Branch: perl
47854            ! lib/perl5db.pl
47855 ____________________________________________________________________________
47856 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
47857         Log: Subject: utf8 regexp tests
47858              From: Hugo <hv@crypt.compulink.co.uk>
47859              Date: Fri, 25 May 2001 22:35:01 +0100
47860              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
47861      Branch: perl
47862            ! t/op/regexp.t
47863 ____________________________________________________________________________
47864 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
47865         Log: Subject: [PATCH] Re: stability of sort()?
47866              From: Nicholas Clark <nick@ccl4.org>
47867              Date: Fri, 25 May 2001 22:40:19 +0100
47868              Message-ID: <20010525224019.B86445@plum.flirble.org>
47869      Branch: perl
47870            ! pod/perlfunc.pod
47871 ____________________________________________________________________________
47872 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
47873         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
47874              From: John Peacock <jpeacock@rowman.com>
47875              Date: Thu, 24 May 2001 22:14:01 -0400
47876              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
47877      Branch: perl
47878            ! mg.c scope.c sv.c
47879 ____________________________________________________________________________
47880 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
47881         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
47882              From: Nicholas Clark <nick@ccl4.org>
47883              Date: Sun, 20 May 2001 19:24:13 +0100
47884              Message-ID: <20010520192413.G83222@plum.flirble.org>
47885      Branch: perl
47886            + lib/ExtUtils/Constant.pm t/lib/extutils.t
47887            ! MANIFEST utils/h2xs.PL
47888 ____________________________________________________________________________
47889 [ 10212] By: nick                                  on 2001/05/26  09:49:28
47890         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
47891              add a few more notes there on use of mortals on the stack.
47892      Branch: perlio
47893            ! pod/perlguts.pod
47894 ____________________________________________________________________________
47895 [ 10211] By: nick                                  on 2001/05/26  09:05:36
47896         Log: Integrate mainline
47897      Branch: perlio
47898           +> t/lib/fcntl.t t/pragma/vars.t
47899           !> (integrate 49 files)
47900 ____________________________________________________________________________
47901 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
47902         Log: Update Changes.
47903      Branch: perl
47904            ! Changes patchlevel.h
47905 ____________________________________________________________________________
47906 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
47907         Log: Based on
47908              
47909              Subject: [PATCH pp.c] Wrapping pack("C",256)
47910              From: Simon Cozens <simon@netthink.co.uk>
47911              Date: Sat, 12 May 2001 17:58:41 +0100
47912              Message-ID: <20010512175841.A6132@netthink.co.uk>
47913      Branch: perl
47914            ! pod/perldiag.pod pp.c t/pragma/warn/pp
47915 ____________________________________________________________________________
47916 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
47917         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
47918              From: "Brendan O'Dea" <bod@compusol.com.au>
47919              Date: Fri, 25 May 2001 11:18:29 +1000
47920              Message-ID: <20010525111829.A28411@compusol.com.au>
47921              
47922              (Slightly modified.)
47923      Branch: perl
47924            ! lib/Term/Cap.pm
47925 ____________________________________________________________________________
47926 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
47927         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
47928              From: Hugo <hv@crypt.compulink.co.uk>
47929              Date: Fri, 25 May 2001 02:13:25 +0100
47930              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
47931      Branch: perl
47932            ! t/op/misc.t
47933 ____________________________________________________________________________
47934 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
47935         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
47936              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
47937              Date: Fri, 25 May 2001 10:25:36 +0900
47938              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
47939      Branch: perl
47940            ! regcomp.c regexec.c
47941 ____________________________________________________________________________
47942 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
47943         Log: Subject: [PATCH #2] stash autovivification and method call error messages
47944              From: Ilmari Karonen <iltzu@sci.fi>
47945              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
47946              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
47947      Branch: perl
47948            ! gv.c pp_hot.c t/op/method.t
47949 ____________________________________________________________________________
47950 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
47951         Log: Add make target and documentation for gprof profiling.
47952      Branch: perl
47953            ! Makefile.SH pod/perlhack.pod
47954 ____________________________________________________________________________
47955 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
47956         Log: Subject: Don't think about UTF8 
47957              From: Mike Guy <mjtg@cam.ac.uk> 
47958              Date: Tue, 22 May 2001 14:35:39 +0100
47959              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
47960      Branch: perl
47961            ! sv.h
47962 ____________________________________________________________________________
47963 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
47964         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
47965              From: Geraint A Edwards <gedge@serf.org> 
47966              Date: Thu, 24 May 2001 22:51:24 +0100
47967              Message-Id: <20010524225124.A34981@cymru.serf.org>
47968      Branch: perl
47969            ! x2p/find2perl.PL
47970 ____________________________________________________________________________
47971 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
47972         Log: DB_File has its own attribute story.
47973      Branch: perl
47974            ! ext/DB_File/DB_File.xs
47975 ____________________________________________________________________________
47976 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
47977         Log: Subject: Re: Making perl with -Wall
47978              From: Andy Dougherty <doughera@lafayette.edu>
47979              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
47980              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
47981      Branch: perl
47982            ! perl.h
47983 ____________________________________________________________________________
47984 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
47985         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
47986              From: "Richard Soderberg" <rs@crystalflame.net>
47987              Date: Thu, 24 May 2001 08:58:16 -0700
47988              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
47989      Branch: perl
47990            ! sv.c
47991 ____________________________________________________________________________
47992 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
47993         Log: IV/UV casting fixes from Nicholas Clark.
47994      Branch: perl
47995            ! perl.h pp_sys.c util.c
47996 ____________________________________________________________________________
47997 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
47998         Log: Subject: Re: Making perl with -Wall
47999              From: Michael G Schwern <schwern@pobox.com>
48000              Date: Thu, 24 May 2001 15:40:28 +0100
48001              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
48002      Branch: perl
48003            ! malloc.c perl.h
48004 ____________________________________________________________________________
48005 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
48006         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
48007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48008              Date: Tue, 22 May 2001 11:49:37 +0200
48009              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
48010      Branch: metaconfig
48011            ! U/modified/Oldsym.U
48012      Branch: metaconfig/U/perl
48013            ! patchlevel.U
48014      Branch: perl
48015            ! Configure config_h.SH myconfig.SH
48016 ____________________________________________________________________________
48017 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
48018         Log: Under versiononly install also the scripts with the version suffix.
48019              (e.g. .../bin/h2xs5.7.1)
48020      Branch: perl
48021            ! installperl
48022 ____________________________________________________________________________
48023 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
48024         Log: Subject: [PATCH] Stop segfault in mg.c:636
48025              From: "Richard Soderberg" <rs@crystalflame.net>
48026              Date: Thu, 24 May 2001 05:51:52 -0700
48027              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
48028      Branch: perl
48029            ! mg.c
48030 ____________________________________________________________________________
48031 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
48032         Log: Iteration continues; hopefully convergently.
48033      Branch: perl
48034            ! t/lib/b-stash.t
48035 ____________________________________________________________________________
48036 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
48037         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
48038              From: Gisle Aas <gisle@ActiveState.com>
48039              Date: 23 May 2001 16:13:10 -0700
48040              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
48041      Branch: perl
48042            ! op.c toke.c
48043 ____________________________________________________________________________
48044 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
48045         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
48046              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48047              Date: Thu, 24 May 2001 05:05:22 -0500
48048              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
48049      Branch: perl
48050            ! lib/dumpvar.pl lib/perl5db.pl
48051 ____________________________________________________________________________
48052 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
48053         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
48054              From: David Dyck <dcd@tc.fluke.com>
48055              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
48056              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
48057      Branch: perl
48058            ! lib/perl5db.pl
48059 ____________________________________________________________________________
48060 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
48061         Log: Tiny pod nits on READMEs, mostly whitespace issues.
48062      Branch: perl
48063            ! README.amiga README.dos README.macos README.mpeix README.vmesa
48064            ! README.win32
48065 ____________________________________________________________________________
48066 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
48067         Log: The DG/UX part of the 20010521.005.
48068      Branch: perl
48069            ! README.dgux
48070 ____________________________________________________________________________
48071 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
48072         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
48073              From: Hugo <hv@crypt.compulink.co.uk>
48074              Date: Mon, 21 May 2001 16:32:02 +0100
48075              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
48076      Branch: perl
48077            ! regcomp.c t/op/misc.t
48078 ____________________________________________________________________________
48079 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
48080         Log: Subject: [PATCH] Extra UNIVERSAL tests
48081              From: Mike Guy <mjtg@cam.ac.uk>
48082              Date: Wed, 23 May 2001 12:29:20 +0100
48083              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
48084      Branch: perl
48085            ! t/op/universal.t
48086 ____________________________________________________________________________
48087 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
48088         Log: Subject: [PATCH] Remove EQ keyword
48089              From: Mike Guy <mjtg@cam.ac.uk>
48090              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
48091              Date: Wed, 23 May 2001 11:17:29 +0100
48092      Branch: perl
48093            ! keywords.h keywords.pl
48094 ____________________________________________________________________________
48095 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
48096         Log: Subject: [PATCH] lib/perl5db.pl
48097              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48098              Date: Wed, 23 May 2001 02:18:03 -0500
48099              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
48100      Branch: perl
48101            ! lib/perl5db.pl
48102 ____________________________________________________________________________
48103 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
48104         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
48105              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48106              Date: Tue, 22 May 2001 23:34:41 -0500
48107              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
48108      Branch: perl
48109            ! lib/Term/Cap.pm
48110 ____________________________________________________________________________
48111 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
48112         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
48113              From: davem@fdgroup.co.uk
48114              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
48115              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
48116      Branch: perl
48117            ! emacs/e2ctags.pl
48118 ____________________________________________________________________________
48119 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
48120         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
48121              From: Michael G Schwern <schwern@pobox.com>
48122              Date: Tue, 22 May 2001 14:15:09 +0100
48123              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
48124      Branch: perl
48125            ! lib/vars.pm
48126 ____________________________________________________________________________
48127 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
48128         Log: Subject: [PATCH lib/vars.pm] Odd code nit
48129              From: Michael G Schwern <schwern@pobox.com>
48130              Date: Tue, 22 May 2001 14:14:28 +0100
48131              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
48132      Branch: perl
48133            ! lib/vars.pm
48134 ____________________________________________________________________________
48135 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
48136         Log: Use the new use vars feature.
48137      Branch: perl
48138            ! t/lib/b-stash.t
48139 ____________________________________________________________________________
48140 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
48141         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
48142              From: Mike Guy <mjtg@cam.ac.uk>
48143              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48144              Date: Tue, 22 May 2001 13:11:39 +0100
48145      Branch: perl
48146            + t/pragma/vars.t
48147            ! MANIFEST lib/vars.pm t/lib/1_compile.t
48148 ____________________________________________________________________________
48149 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
48150         Log: -qlongdouble considered harmful by Merijn.
48151      Branch: perl
48152            ! hints/aix.sh
48153 ____________________________________________________________________________
48154 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
48155         Log: Update Changes.
48156      Branch: perl
48157            ! Changes patchlevel.h
48158 ____________________________________________________________________________
48159 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
48160         Log: Add a test of its very own for Fcntl.  Hopefully portable.
48161      Branch: perl
48162            + t/lib/fcntl.t
48163            ! MANIFEST
48164 ____________________________________________________________________________
48165 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
48166         Log: Must be trickier for 'minitest' not to die.
48167      Branch: perl
48168            ! t/op/taint.t
48169 ____________________________________________________________________________
48170 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
48171         Log: Can't declare other people's variables.
48172      Branch: perl
48173            ! t/lib/b-stash.t
48174 ____________________________________________________________________________
48175 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
48176         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
48177      Branch: perl
48178            ! doio.c t/op/taint.t
48179 ____________________________________________________________________________
48180 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
48181         Log: The OS/2 variable needs to be declared.
48182      Branch: perl
48183            ! t/lib/b-stash.t
48184 ____________________________________________________________________________
48185 [ 10170] By: nick                                  on 2001/05/20  16:48:29
48186         Log: Integrate mainline
48187      Branch: perlio
48188           !> (integrate 41 files)
48189 ____________________________________________________________________________
48190 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
48191         Log: Small perlsec updates: clarify the taintedness of filename
48192              globbing; suggest using Scalar::Util::tainted().
48193      Branch: perl
48194            ! pod/perlsec.pod
48195 ____________________________________________________________________________
48196 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
48197         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
48198              From: Dave Mitchell <davem@fdgroup.co.uk>
48199              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
48200              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
48201      Branch: perl
48202            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
48203            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
48204            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
48205            ! xsutils.c
48206 ____________________________________________________________________________
48207 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
48208         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
48209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48210              Date: Sat, 19 May 2001 04:08:46 -0400
48211              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
48212      Branch: perl
48213            ! lib/ExtUtils/Mksymlists.pm makedef.pl
48214 ____________________________________________________________________________
48215 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
48216         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
48217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48218              Date: Sat, 19 May 2001 04:30:45 -0400
48219              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
48220      Branch: perl
48221            ! os2/os2.c
48222 ____________________________________________________________________________
48223 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
48224         Log: Subject: [PATCH 5.6.1] build bugs OS/2
48225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48226              Date: Sat, 19 May 2001 04:35:28 -0400
48227              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
48228      Branch: perl
48229            ! os2/Makefile.SHs os2/os2.c
48230 ____________________________________________________________________________
48231 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
48232         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
48233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48234              Date: Sat, 19 May 2001 04:04:23 -0400
48235              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
48236              
48237              (In bleadperl patched b-stash.t instead of b.t)
48238      Branch: perl
48239            ! t/lib/b-stash.t t/lib/bigfltpm.t
48240 ____________________________________________________________________________
48241 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
48242         Log: Subject: [PATCH 5.6.1] perl5db
48243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48244              Date: Sat, 19 May 2001 03:49:09 -0400
48245              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
48246      Branch: perl
48247            ! lib/perl5db.pl
48248 ____________________________________________________________________________
48249 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
48250         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
48251              From: Gisle Aas <gisle@ActiveState.com>
48252              Date: 18 May 2001 14:24:51 -0700
48253              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
48254      Branch: perl
48255            ! pp_ctl.c
48256 ____________________________________________________________________________
48257 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
48258         Log: Subject: [PATCH] Chomp should not always stringify
48259              From: Gisle Aas <gisle@ActiveState.com>
48260              Date: 18 May 2001 07:55:25 -0700
48261              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
48262      Branch: perl
48263            ! doop.c t/op/chop.t
48264 ____________________________________________________________________________
48265 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
48266         Log: Integrate perlio.
48267      Branch: perl
48268           !> pod/perlfunc.pod
48269 ____________________________________________________________________________
48270 [ 10159] By: nick                                  on 2001/05/20  09:39:46
48271         Log: Document some more of open's features.
48272      Branch: perlio
48273            ! pod/perlfunc.pod
48274 ____________________________________________________________________________
48275 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
48276         Log: back out change#10153 (it has compatibility issues such as the
48277              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
48278              benefit for 5.6.x doesn't seem worth the risk)
48279      Branch: maint-5.6/perl
48280            ! toke.c
48281 ____________________________________________________________________________
48282 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
48283         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
48284      Branch: perl
48285            ! x2p/s2p.PL
48286 ____________________________________________________________________________
48287 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
48288         Log: Update Changes.
48289      Branch: perl
48290            ! Changes patchlevel.h
48291 ____________________________________________________________________________
48292 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
48293         Log: Integrate change #10144 from maintperl.
48294              
48295              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
48296      Branch: perl
48297           !> win32/config.bc win32/config.gc win32/config.vc
48298           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48299 ____________________________________________________________________________
48300 [ 10154] By: nick                                  on 2001/05/18  07:23:03
48301         Log: Integrate mainline.
48302      Branch: perlio
48303           +> README.dgux t/lib/i18n-collate.t utils.lst
48304           !> (integrate 49 files)
48305 ____________________________________________________________________________
48306 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
48307         Log: Integrate change #7224 from mainline into maintperl.
48308              
48309              Allow @+ and @- to be doublequoted, from Simon Cozens. 
48310              (Approved by Larry, see Tom's comment in 20000830.005.)
48311      Branch: maint-5.6/perl
48312           !> toke.c
48313 ____________________________________________________________________________
48314 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
48315         Log: Subject: [PATCH bleadperl] small lookbehind fix
48316              From: Hugo <hv@crypt.compulink.co.uk>
48317              Date: Fri, 18 May 2001 00:07:19 +0100
48318              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
48319      Branch: perl
48320            ! regexec.c
48321 ____________________________________________________________________________
48322 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
48323         Log: Detypos.
48324      Branch: perl
48325            ! installman utils.lst
48326 ____________________________________________________________________________
48327 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
48328         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
48329              in 20001222.001.
48330      Branch: perl
48331            ! t/lib/glob-basic.t
48332 ____________________________________________________________________________
48333 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
48334         Log: Subject: [PATCH] Test for bug 20010515.004
48335              From: Benjamin Sugars <bsugars@canoe.ca>
48336              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
48337              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
48338      Branch: perl
48339            ! t/op/misc.t
48340 ____________________________________________________________________________
48341 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
48342         Log: Integrate #10145 from maintperl.
48343              
48344              fix for ID 20010515.004 (needs test)
48345      Branch: perl
48346           !> pp_hot.c
48347 ____________________________________________________________________________
48348 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
48349         Log: Thinko noticed by Doug MacEachern.
48350      Branch: perl
48351            ! thread.h
48352 ____________________________________________________________________________
48353 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
48354         Log: Subject: Re: [PATCH] HERE mark in regex
48355              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48356              Date: Thu, 17 May 2001 12:20:33 -0400
48357              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
48358      Branch: perl
48359            ! t/op/re_tests
48360 ____________________________________________________________________________
48361 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
48362         Log: fix for ID 20010515.004 (needs test)
48363      Branch: maint-5.6/perl
48364            ! pp_hot.c
48365 ____________________________________________________________________________
48366 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
48367         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
48368      Branch: maint-5.6/perl
48369            ! win32/config.bc win32/config.gc win32/config.vc
48370            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48371 ____________________________________________________________________________
48372 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
48373         Log: Macrofy the getspecific (and use it also in util.c)
48374      Branch: perl
48375            ! thread.h util.c
48376 ____________________________________________________________________________
48377 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
48378         Log: Use the unchecked thread-specific key fetch also in Tru64.
48379      Branch: perl
48380            ! thread.h
48381 ____________________________________________________________________________
48382 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
48383         Log: Subject: [PATCH 5.6.1]Quick thread speedup
48384              From: Dan Sugalski <dan@sidhe.org> 
48385              Date: Wed, 16 May 2001 18:05:19 -0400
48386              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
48387      Branch: perl
48388            ! thread.h util.c
48389 ____________________________________________________________________________
48390 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
48391         Log: I think this is quite enough testing for a deprecated feature.
48392      Branch: perl
48393            + t/lib/i18n-collate.t
48394            ! MANIFEST t/lib/1_compile.t
48395 ____________________________________________________________________________
48396 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
48397         Log: More HP-UX lore from Jeff Okamoto.
48398      Branch: perl
48399            ! README.hpux
48400 ____________________________________________________________________________
48401 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
48402         Log: Sort utils.lst for easier maintenance.
48403      Branch: perl
48404            ! utils.lst
48405 ____________________________________________________________________________
48406 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
48407         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48408              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48409              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
48410              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
48411              
48412              Add pod2latex to utils.lst.
48413      Branch: perl
48414            ! MANIFEST utils.lst
48415 ____________________________________________________________________________
48416 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
48417         Log: Subject: Re: [PATCH] HERE mark in regex
48418              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48419              Date: Wed, 16 May 2001 13:04:43 -0400
48420              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
48421      Branch: perl
48422            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48423            ! t/op/regmesg.t t/pragma/warn/regcomp
48424 ____________________________________________________________________________
48425 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
48426         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48427              From: Simon Cozens <simon@netthink.co.uk>
48428              Date: Wed, 16 May 2001 18:02:08 +0100
48429              Message-ID: <20010516180208.A6458@netthink.co.uk>
48430      Branch: perl
48431            ! installman utils.lst
48432 ____________________________________________________________________________
48433 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
48434         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
48435              From: "Philip Newton" <pnewton@gmx.de>
48436              Date: Tue, 15 May 2001 15:09:30 +0200
48437              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
48438              
48439              Test case for #10128.
48440      Branch: perl
48441            ! t/pragma/warn/pp_hot
48442 ____________________________________________________________________________
48443 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
48444         Log: Update Changes.
48445      Branch: perl
48446            ! Changes patchlevel.h
48447 ____________________________________________________________________________
48448 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
48449         Log: Deprecate pseudo-hashes.
48450      Branch: perl
48451            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
48452 ____________________________________________________________________________
48453 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
48454         Log: HP-UX hints update from Merijn.
48455      Branch: perl
48456            ! hints/hpux.sh
48457 ____________________________________________________________________________
48458 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
48459         Log: README.hpux update from Merijn.
48460      Branch: perl
48461            ! README.hpux
48462 ____________________________________________________________________________
48463 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
48464         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48465              From: Simon Cozens <simon@netthink.co.uk>
48466              Date: Wed, 16 May 2001 15:57:55 +0100
48467              Message-ID: <20010516155755.A4728@netthink.co.uk>
48468      Branch: perl
48469            + utils.lst
48470            ! MANIFEST installman installperl
48471 ____________________________________________________________________________
48472 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
48473         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
48474              From: "Philip Newton" <pnewton@gmx.de>
48475              Date: Tue, 15 May 2001 16:31:05 +0200
48476              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
48477              
48478              Fix PERL_Y2KWARN test to check before rather than after appending.
48479      Branch: perl
48480            ! pp_hot.c
48481 ____________________________________________________________________________
48482 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
48483         Log: Regen Porting stuff.
48484      Branch: perl
48485            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48486            ! config_h.SH
48487 ____________________________________________________________________________
48488 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
48489         Log: Metaconfig unit change for #10125.
48490      Branch: metaconfig
48491            ! U/modified/Oldconfig.U
48492 ____________________________________________________________________________
48493 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
48494         Log: Use OSVERS.
48495      Branch: perl
48496            ! Configure config_h.SH perl.c
48497 ____________________________________________________________________________
48498 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
48499         Log: Regen toc.
48500      Branch: perl
48501            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48502 ____________________________________________________________________________
48503 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
48504         Log: Adding the README.dgux to the MANIFEST would be a good idea.
48505      Branch: perl
48506            ! MANIFEST
48507 ____________________________________________________________________________
48508 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
48509         Log: Move the stack desire definition to thread.h.
48510      Branch: perl
48511            ! ext/Thread/Thread.xs thread.h
48512 ____________________________________________________________________________
48513 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
48514         Log: DG-UX threading patches, including a README.dgux,
48515              from Takis Psarogiannakopoulos.
48516      Branch: perl
48517            + README.dgux
48518            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
48519 ____________________________________________________________________________
48520 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
48521         Log: Subject: [PATCH B::Deparse] More on /x regexes
48522              From: Robin Houston <robin@kitsite.com>
48523              Date: Tue, 15 May 2001 19:09:35 +0100
48524              Message-ID: <20010515190935.A27268@penderel>
48525      Branch: perl
48526            ! ext/B/B/Deparse.pm
48527 ____________________________________________________________________________
48528 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
48529         Log: Document that the core time() may be rounding rather
48530              than truncating, would have saved at least my confusion.
48531      Branch: perl
48532            ! ext/Time/HiRes/HiRes.pm
48533 ____________________________________________________________________________
48534 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
48535         Log: Subject: perl-current/t/time-hires.t
48536              From: John Peacock <jpeacock@rowman.com>
48537              Date: Fri, 11 May 2001 14:09:41 -0400
48538              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
48539      Branch: perl
48540            ! t/lib/time-hires.t
48541 ____________________________________________________________________________
48542 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
48543         Log: Subject: [PATCH dump.c] Op private flags
48544              From: Simon Cozens <simon@netthink.co.uk>
48545              Date: Sun, 13 May 2001 20:20:36 +0100
48546              Message-ID: <20010513202036.A21896@netthink.co.uk>
48547      Branch: perl
48548            ! dump.c
48549 ____________________________________________________________________________
48550 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
48551         Log: Upgrade to Switch 2.03.
48552      Branch: perl
48553            ! lib/Switch.pm
48554 ____________________________________________________________________________
48555 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
48556         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
48557              to PERL_CONFIG_SH and use it consistently.
48558      Branch: maint-5.6/perl
48559           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48560           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48561           !> myconfig.SH writemain.SH
48562 ____________________________________________________________________________
48563 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
48564         Log: Metaconfig units changes for #10113.
48565      Branch: metaconfig
48566            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
48567 ____________________________________________________________________________
48568 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
48569         Log: The problem described in 20010514.031 still wasn't
48570              fully cured, there were remnants of $CONFIG when
48571              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
48572              to avoid future conflicts.
48573      Branch: perl
48574            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48575            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48576            ! myconfig.SH writemain.SH
48577 ____________________________________________________________________________
48578 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
48579         Log: Half of #10107 got lost.
48580      Branch: perl
48581            ! ext/B/B/Deparse.pm
48582 ____________________________________________________________________________
48583 [ 10111] By: nick                                  on 2001/05/15  08:39:14
48584         Log: Integrate mainline.
48585      Branch: perlio
48586           +> ext/POSIX/hints/uts.pl
48587            - Todo Todo-5.6 t/camel-III/vstring.t
48588           !> (integrate 48 files)
48589 ____________________________________________________________________________
48590 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
48591         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
48592              From: Robin Houston <robin@kitsite.com>
48593              Date: Mon, 14 May 2001 22:27:08 +0100
48594              Message-ID: <20010514222708.A22963@penderel>
48595      Branch: perl
48596            ! t/TestInit.pm
48597 ____________________________________________________________________________
48598 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
48599         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
48600              From: Robin Houston <robin@kitsite.com>
48601              Date: Mon, 14 May 2001 22:16:43 +0100
48602              Message-ID: <20010514221643.A22437@penderel>
48603      Branch: perl
48604            ! ext/B/B/Deparse.pm
48605 ____________________________________________________________________________
48606 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
48607         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
48608              From: Robin Houston <robin@kitsite.com>
48609              Date: Mon, 14 May 2001 22:03:44 +0100
48610              Message-ID: <20010514220344.A20643@penderel>
48611      Branch: perl
48612            ! ext/B/B/Deparse.pm
48613 ____________________________________________________________________________
48614 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
48615         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
48616              From: Robin Houston <robin@kitsite.com>
48617              Date: Mon, 14 May 2001 22:10:07 +0100
48618              Message-ID: <20010514221007.A21118@penderel>
48619      Branch: perl
48620            ! ext/B/B/Deparse.pm
48621 ____________________________________________________________________________
48622 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
48623         Log: Fix for 20010514.037; substr() didn't invalidate the locale
48624              collation magic.
48625      Branch: perl
48626            ! pp.c
48627 ____________________________________________________________________________
48628 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
48629         Log: Update Changes.
48630      Branch: perl
48631            ! Changes patchlevel.h
48632 ____________________________________________________________________________
48633 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
48634         Log: Retract #10094.
48635      Branch: perl
48636            ! lib/Pod/Text.pm
48637 ____________________________________________________________________________
48638 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
48639         Log: Integrate change #10100 from maintperl.
48640              
48641              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48642              bug ID 20010514.027)
48643      Branch: perl
48644           !> mg.c pp_ctl.c
48645 ____________________________________________________________________________
48646 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
48647         Log: Document the deprecatedness of suidperl.
48648      Branch: perl
48649            ! INSTALL pod/perlfaq1.pod
48650 ____________________________________________________________________________
48651 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
48652         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
48653              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48654              Date: Mon, 14 May 2001 09:38:59 -0400
48655              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
48656      Branch: perl
48657            ! lib/ExtUtils/MM_Unix.pm
48658 ____________________________________________________________________________
48659 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
48660         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48661              bug ID 20010514.027)
48662              
48663              TODO: this needs a testsuite addition
48664      Branch: maint-5.6/perl
48665            ! mg.c pp_ctl.c
48666 ____________________________________________________________________________
48667 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
48668         Log: More DWIMminess for Class::Struct: calling the array or hash
48669              accessors only with one argument, an array or a hash reference,
48670              sets the underlying array or hash.  This mirrors nicely also
48671              the usage in the constructor.
48672              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
48673      Branch: perl
48674            ! lib/Class/Struct.pm t/lib/class-struct.t
48675 ____________________________________________________________________________
48676 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
48677         Log: Reference cmp'ing should go through the whole stringification
48678              process shebang, as pointed out by Sarathy in #10091.
48679      Branch: perl
48680            ! pp.c
48681 ____________________________________________________________________________
48682 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
48683         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
48684              From: Simon Cozens <simon@netthink.co.uk>
48685              Date: Sat, 12 May 2001 16:36:27 +0100
48686              Message-ID: <20010512163627.A5522@netthink.co.uk>
48687              
48688              with some additions salvaged from Todo and Todo-5.6 before
48689              retiring them.
48690      Branch: perl
48691            - Todo Todo-5.6
48692            ! MANIFEST pod/perltodo.pod
48693 ____________________________________________________________________________
48694 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
48695         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
48696              From: "Golubev I. N." <gin@mo.msk.ru>
48697              Date: Mon, 07 May 2001 14:33:34 (GMT)
48698              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
48699      Branch: perl
48700            ! perl.h
48701 ____________________________________________________________________________
48702 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
48703         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
48704              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
48705              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
48706              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
48707      Branch: perl
48708            ! lib/ExtUtils/MM_Unix.pm
48709 ____________________________________________________________________________
48710 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
48711         Log: (Retracted by #10104.)
48712              
48713              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
48714              From: barries <barries@slaysys.com>
48715              Date: Sat, 12 May 2001 01:28:10 -0400
48716              Message-ID: <20010512012810.B26358@jester.slaysys.com>
48717      Branch: perl
48718            ! lib/Pod/Text.pm
48719 ____________________________________________________________________________
48720 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
48721         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
48722              From: Mike Guy <mjtg@cam.ac.uk>
48723              Date: Sat, 12 May 2001 19:24:33 +0100
48724              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
48725      Branch: perl
48726            ! lib/AutoSplit.pm
48727 ____________________________________________________________________________
48728 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
48729         Log: Yet another HP-UX hints tweak from Merijn.
48730      Branch: perl
48731            ! hints/hpux.sh
48732 ____________________________________________________________________________
48733 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
48734         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
48735              isn't defined (changes#9366,9368,9370 from mainline without the
48736              pp_scmp() change)
48737      Branch: maint-5.6/perl
48738            ! pp.c pp.h pp_hot.c
48739 ____________________________________________________________________________
48740 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
48741         Log: The sorting seems to happen now automatically.
48742      Branch: perl
48743            ! t/lib/glob-basic.t
48744 ____________________________________________________________________________
48745 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
48746         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
48747              From: Benjamin Sugars <bsugars@canoe.ca>
48748              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
48749              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
48750      Branch: perl
48751            ! pod/perlfunc.pod
48752 ____________________________________________________________________________
48753 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
48754         Log: Subject: Re: undef(&foo) does not work for XS functions
48755              From: Doug MacEachern <dougm@covalent.net>
48756              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
48757              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
48758      Branch: perl
48759            ! op.c
48760 ____________________________________________________________________________
48761 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
48762         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
48763              From: Peter Prymmer <pvhp@forte.com>
48764              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
48765              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
48766      Branch: perl
48767            ! t/op/append.t
48768 ____________________________________________________________________________
48769 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
48770         Log: Update Changes.
48771      Branch: perl
48772            ! Changes patchlevel.h
48773 ____________________________________________________________________________
48774 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
48775         Log: Remove the 'asciir' re subpragma.  Should instead implement
48776              the 'physical vs logical' range scheme:
48777              
48778              \xAA-\xCC is a native physical range, you want that range of
48779              codepoints in your native encoding.  In EBCDIC the codepoints
48780              in the gaps (between i-j and r-s) should be included.
48781              
48782              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
48783              codepoints in Unicode.
48784              
48785              a-z is a logical range, you want that range of 'logical' codepoints
48786              in your native encoding.  In EBCDIC the codepoints in the gaps
48787              (between i-j and r-s) should not be included.
48788              
48789              Mixed cases (a-\xAA, etc) should either be errors, or maybe
48790              the 'logical' endpoints should be converted to native/Unicode
48791              codepoints, and the range handled as a physical range.
48792              
48793              'Logical endpoints' are to be recognized only in the A-Z, a-z,
48794              and 0-9 ranges.  Probably a warning should be given for mixed
48795              cases like A-z or a-9 (since such expressions are encoding
48796              dependent), with a recommendation to use physical ranges.
48797      Branch: perl
48798            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
48799            ! t/op/regexp.t
48800 ____________________________________________________________________________
48801 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
48802         Log: Make the test to cleanup the test directory tree
48803              both before and after the testing so that we always
48804              have a clean slate to work with.
48805      Branch: perl
48806            ! t/lib/filefind.t
48807 ____________________________________________________________________________
48808 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
48809         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
48810              From: Jon Eveland <jweveland@yahoo.com>
48811              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
48812              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
48813      Branch: perl
48814            ! pod/perlfunc.pod
48815 ____________________________________________________________________________
48816 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
48817         Log: Merge the camel-III/vstring.t with op/ver.t.
48818      Branch: perl
48819            - t/camel-III/vstring.t
48820            ! MANIFEST t/TEST t/harness t/op/ver.t
48821 ____________________________________________________________________________
48822 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
48823         Log: Add test.deparse make target.
48824      Branch: perl
48825            ! Makefile.SH
48826 ____________________________________________________________________________
48827 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
48828         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
48829              From: Robin Houston <robin@kitsite.com>
48830              Date: Fri, 11 May 2001 12:02:22 +0100
48831              Message-ID: <20010511120222.A11529@penderel>
48832      Branch: perl
48833            ! ext/B/B/Deparse.pm t/op/method.t
48834 ____________________________________________________________________________
48835 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
48836         Log: A nicely working combination for UTS from Hal Morris.
48837      Branch: perl
48838            + ext/POSIX/hints/uts.pl
48839            ! MANIFEST hints/uts.sh
48840 ____________________________________________________________________________
48841 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
48842         Log: i_ieeefp=undef for UTS.
48843      Branch: perl
48844            ! hints/uts.sh
48845 ____________________________________________________________________________
48846 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
48847         Log: Subject: RE: rand(0) is rand(1)
48848              From: Larry Shatzer <lshatzer@islanddata.com>
48849              Date: Thu, 10 May 2001 11:09:27 -0700
48850              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
48851      Branch: perl
48852            ! pod/perlfunc.pod
48853 ____________________________________________________________________________
48854 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
48855         Log: Subject: [patch] make op_{clear,null} public
48856              From: Doug MacEachern <dougm@covalent.net>
48857              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
48858              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
48859      Branch: perl
48860            ! embed.h embed.pl op.c proto.h
48861 ____________________________________________________________________________
48862 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
48863         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
48864              From: Robin Houston <robin@kitsite.com>
48865              Date: Thu, 10 May 2001 18:54:59 +0100
48866              Message-ID: <20010510185459.A5995@penderel>
48867      Branch: perl
48868            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
48869 ____________________________________________________________________________
48870 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
48871         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
48872              From: Robin Houston <robin@kitsite.com>
48873              Date: Thu, 10 May 2001 12:56:39 +0100
48874              Message-ID: <20010510125639.A2119@penderel>
48875      Branch: perl
48876            ! ext/B/B/Deparse.pm
48877 ____________________________________________________________________________
48878 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
48879         Log: Retract #10070, not ready yet.
48880      Branch: perl
48881            ! ext/B/B/Deparse.pm
48882 ____________________________________________________________________________
48883 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
48884         Log: The metaconfig unit change for #10071.
48885      Branch: metaconfig
48886            ! U/modified/mallocsrc.U
48887 ____________________________________________________________________________
48888 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
48889         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
48890      Branch: perl
48891            ! Configure
48892 ____________________________________________________________________________
48893 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
48894         Log: (Retracted by #10073)
48895              
48896              Subject: Re: [PATCH t/TEST] B::Deparse tester 
48897              From: Hugo <hv@crypt.compulink.co.uk>
48898              Date: Thu, 10 May 2001 05:48:09 +0100
48899              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
48900      Branch: perl
48901            ! ext/B/B/Deparse.pm
48902 ____________________________________________________________________________
48903 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
48904         Log: Add a for(func()) test.
48905      Branch: perl
48906            ! t/cmd/for.t
48907 ____________________________________________________________________________
48908 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
48909         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
48910              From: Robin Houston <robin@kitsite.com>
48911              Date: Thu, 10 May 2001 13:50:08 +0100
48912              Message-ID: <20010510135008.A2454@penderel>
48913      Branch: perl
48914            ! ext/B/B/Deparse.pm
48915 ____________________________________________________________________________
48916 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
48917         Log: A thinko in #10065.
48918      Branch: perl
48919            ! hv.c
48920 ____________________________________________________________________________
48921 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
48922         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
48923              From: Robin Houston <robin@kitsite.com>
48924              Date: Thu, 10 May 2001 02:10:34 +0100
48925              Message-ID: <20010510021034.A19421@penderel>
48926      Branch: perl
48927            ! ext/B/B.xs ext/B/B/Deparse.pm
48928 ____________________________________________________________________________
48929 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
48930         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
48931              From: Doug MacEachern <dougm@covalent.net>
48932              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
48933              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
48934      Branch: perl
48935            ! hv.c
48936 ____________________________________________________________________________
48937 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
48938         Log: One more workaround for the UTS compiler from Hal Morris.
48939      Branch: perl
48940            ! perl.h
48941 ____________________________________________________________________________
48942 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
48943         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
48944              From: Robin Houston <robin@kitsite.com>
48945              Date: Thu, 10 May 2001 01:02:08 +0100
48946              Message-ID: <20010510010208.A18200@penderel>
48947      Branch: perl
48948            ! ext/B/B/Debug.pm
48949 ____________________________________________________________________________
48950 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
48951         Log: Subject: [PATCH] Simplify deb_curcv() a bit
48952              From: Benjamin Sugars <bsugars@canoe.ca>
48953              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
48954              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
48955      Branch: perl
48956            ! run.c
48957 ____________________________________________________________________________
48958 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
48959         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
48960              From: Benjamin Sugars <bsugars@canoe.ca>
48961              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
48962              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
48963      Branch: perl
48964            ! t/lib/io_scalar.t
48965 ____________________________________________________________________________
48966 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
48967         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
48968              From: Peter Prymmer <pvhp@forte.com>
48969              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
48970              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
48971      Branch: perl
48972            ! t/lib/md5-file.t
48973 ____________________________________________________________________________
48974 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
48975         Log: Subject: [PATCH t/TEST] B::Deparse tester
48976              From: Robin Houston <robin@kitsite.com>
48977              Date: Wed, 9 May 2001 19:17:50 +0100
48978              Message-ID: <20010509191750.A16940@penderel>
48979      Branch: perl
48980            ! ext/B/O.pm t/TEST
48981 ____________________________________________________________________________
48982 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
48983         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
48984              From: Jeff Pinyan <jeffp@crusoe.net>
48985              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
48986              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
48987      Branch: perl
48988            ! lib/Pod/Html.pm
48989 ____________________________________________________________________________
48990 [ 10057] By: nick                                  on 2001/05/09  18:37:56
48991         Log: Integrate mainline.
48992      Branch: perlio
48993           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
48994           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
48995 ____________________________________________________________________________
48996 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
48997         Log: Update Changes.
48998      Branch: perl
48999            ! Changes patchlevel.h
49000 ____________________________________________________________________________
49001 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
49002         Log: Integrate perlio.
49003      Branch: perl
49004           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49005 ____________________________________________________________________________
49006 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
49007         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
49008              From: Benjamin Sugars <bsugars@canoe.ca>
49009              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
49010              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
49011      Branch: perl
49012            ! perlio.c
49013 ____________________________________________________________________________
49014 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
49015         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
49016              From: Benjamin Sugars <bsugars@canoe.ca>
49017              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
49018              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
49019      Branch: perl
49020            ! ext/PerlIO/Scalar/Scalar.xs
49021 ____________________________________________________________________________
49022 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
49023         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
49024              From: Jeff Pinyan <jeffp@crusoe.net>
49025              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
49026              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
49027      Branch: perl
49028            ! lib/Pod/Html.pm
49029 ____________________________________________________________________________
49030 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
49031         Log: EPOC tweak from Olaf Flebbe.
49032      Branch: perl
49033            ! epoc/epocish.h
49034 ____________________________________________________________________________
49035 [ 10050] By: nick                                  on 2001/05/09  14:37:57
49036         Log: win32, regen_config_h
49037      Branch: perlio
49038            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49039 ____________________________________________________________________________
49040 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
49041         Log: Integrate perlio.
49042      Branch: perl
49043           !> pp_sys.c
49044 ____________________________________________________________________________
49045 [ 10048] By: nick                                  on 2001/05/09  11:59:50
49046         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
49047              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
49048      Branch: perlio
49049            ! pp_sys.c
49050 ____________________________________________________________________________
49051 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
49052         Log: Integrate perlio.
49053      Branch: perl
49054           !> run.c
49055 ____________________________________________________________________________
49056 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
49057         Log: Subject: Re: Less warnings during configure
49058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49059              Date: Wed, 09 May 2001 13:12:49 +0200
49060              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
49061      Branch: perl
49062            ! hints/hpux.sh
49063 ____________________________________________________________________________
49064 [ 10045] By: nick                                  on 2001/05/09  09:56:59
49065         Log: MULTIPLICITY/DEBUGGING build fix.
49066      Branch: perlio
49067            ! run.c
49068 ____________________________________________________________________________
49069 [ 10044] By: nick                                  on 2001/05/09  09:46:37
49070         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
49071      Branch: perlio
49072           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
49073            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49074           !> (integrate 65 files)
49075 ____________________________________________________________________________
49076 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
49077         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49078              From: Robin Houston <robin@kitsite.com>
49079              Date: Tue, 8 May 2001 19:38:00 +0100
49080              Message-ID: <20010508193800.A4389@penderel>
49081              
49082              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49083              From: Robin Houston <robin@kitsite.com>
49084              Date: Tue, 8 May 2001 20:03:57 +0100
49085              Message-ID: <20010508200357.A4614@penderel>
49086              
49087              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49088              From: Robin Houston <robin@kitsite.com>
49089              Date: Wed, 9 May 2001 00:12:05 +0100
49090              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
49091      Branch: perl
49092            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
49093 ____________________________________________________________________________
49094 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
49095         Log: Retract #10031.
49096      Branch: perl
49097            ! pod/perlfunc.pod
49098 ____________________________________________________________________________
49099 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
49100         Log: The metaconfig unit changes for #10040.
49101      Branch: metaconfig/U/perl
49102            ! Checkcc.U d_dlsymun.U dlsrc.U
49103 ____________________________________________________________________________
49104 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
49105         Log: The Configure half of
49106              
49107              Subject: Less warnings during configure
49108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49109              Date: Tue, 08 May 2001 08:44:02 +0200
49110              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
49111      Branch: perl
49112            ! Configure
49113 ____________________________________________________________________________
49114 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
49115         Log: Subject: Less warnings during configure
49116              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49117              Date: Tue, 08 May 2001 08:44:02 +0200
49118              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
49119      Branch: perl
49120            ! hints/hpux.sh
49121 ____________________________________________________________________________
49122 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
49123         Log: Don't forget to whine about \d__\d.
49124      Branch: perl
49125            ! t/pragma/warn/toke toke.c
49126 ____________________________________________________________________________
49127 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
49128         Log: Allow underscores also in the exponent part.
49129      Branch: perl
49130            ! t/pragma/warn/toke toke.c
49131 ____________________________________________________________________________
49132 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
49133         Log: CodeMagicCD doesn't look like an *I*DE.
49134      Branch: perl
49135            ! pod/perlfaq3.pod
49136 ____________________________________________________________________________
49137 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
49138         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
49139              to be consistently down).
49140      Branch: perl
49141            ! pod/perlfaq3.pod
49142 ____________________________________________________________________________
49143 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
49144         Log: Upgrade to Text::Balanced 1.84.
49145      Branch: perl
49146            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
49147 ____________________________________________________________________________
49148 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
49149         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
49150              From: Benjamin Sugars <bsugars@canoe.ca>
49151              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
49152              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
49153      Branch: perl
49154            ! run.c
49155 ____________________________________________________________________________
49156 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
49157         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
49158              From: Peter Prymmer <pvhp@forte.com>
49159              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
49160              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
49161      Branch: perl
49162            ! t/pod/plainer.t
49163 ____________________________________________________________________________
49164 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
49165         Log: (Retracted by #10042)
49166              
49167              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
49168              From: "Philip Newton" <pnewton@gmx.de>
49169              Date: Tue, 8 May 2001 09:18:10 +0200
49170              Message-ID: <3AF7B9D2.28861.603732@localhost>
49171      Branch: perl
49172            ! pod/perlfunc.pod
49173 ____________________________________________________________________________
49174 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
49175         Log: Subject: [PATCH B::Deparse] Document known bugs
49176              From: Robin Houston <robin@kitsite.com>
49177              Date: Tue, 8 May 2001 01:53:34 +0100
49178              Message-ID: <20010508015334.A32394@penderel>
49179      Branch: perl
49180            ! ext/B/B/Deparse.pm
49181 ____________________________________________________________________________
49182 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
49183         Log: Subject: Re: Perl book, magazine and website updates.
49184              From: "Philip Newton" <pnewton@gmx.de>
49185              Date: Mon, 7 May 2001 17:03:58 +0200
49186              Message-ID: <3AF6D57E.5387.1E29930@localhost>
49187      Branch: perl
49188            ! pod/perlfaq2.pod
49189 ____________________________________________________________________________
49190 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
49191         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
49192              From: Peter Prymmer <pvhp@forte.com>
49193              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
49194              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
49195      Branch: perl
49196            ! t/io/fflush.t
49197 ____________________________________________________________________________
49198 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
49199         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
49200              From: Robin Houston <robin@kitsite.com>
49201              Date: Tue, 8 May 2001 01:14:55 +0100
49202              Message-ID: <20010508011455.A32162@penderel>
49203      Branch: perl
49204            ! ext/B/B/Deparse.pm
49205 ____________________________________________________________________________
49206 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
49207         Log: Typo in #10025.
49208      Branch: perl
49209            ! hints/uts.sh
49210 ____________________________________________________________________________
49211 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
49212         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
49213      Branch: perl
49214            ! hints/uts.sh
49215 ____________________________________________________________________________
49216 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
49217         Log: Subject: Re: [ID 20010506.045] question about hash syntax
49218              From: Peter Scott <Peter@PSDT.com>
49219              Date: Sun, 06 May 2001 13:10:40 -0700
49220              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
49221      Branch: perl
49222            ! pod/perl56delta.pod
49223 ____________________________________________________________________________
49224 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
49225         Log: Configure should figure out the list of dynamic extensions
49226              just fine in UTS-- and in fact it does, as reported by Hal Morris.
49227      Branch: perl
49228            ! hints/uts.sh
49229 ____________________________________________________________________________
49230 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
49231         Log: Update Changes.
49232      Branch: perl
49233            ! Changes patchlevel.h
49234 ____________________________________________________________________________
49235 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
49236         Log: Subject: [PATCH regcomp.c] Insecure regexes
49237              From: Robin Houston <robin@kitsite.com>
49238              Date: Mon, 7 May 2001 21:56:12 +0100
49239              Message-ID: <20010507215612.A31114@penderel>
49240      Branch: perl
49241            ! regcomp.c
49242 ____________________________________________________________________________
49243 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
49244         Log: Drop the foobar.perl.com references for now until Simon
49245              gets them sorted out.
49246      Branch: perl
49247            ! pod/perlfaq2.pod
49248 ____________________________________________________________________________
49249 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
49250         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
49251              From: Prymmer/Kahn <pvhp@best.com>
49252              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
49253              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
49254      Branch: perl
49255            ! lib/Devel/SelfStubber.pm
49256 ____________________________________________________________________________
49257 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
49258         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
49259              From: Prymmer/Kahn <pvhp@best.com>
49260              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
49261              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
49262      Branch: perl
49263            ! win32/Makefile
49264 ____________________________________________________________________________
49265 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
49266         Log: s/WebTechnique's/WebTechniques/
49267      Branch: perl
49268            ! pod/perlfaq2.pod
49269 ____________________________________________________________________________
49270 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
49271         Log: Llama 3 updates from Randal.
49272      Branch: perl
49273            ! pod/perlfaq2.pod
49274 ____________________________________________________________________________
49275 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
49276         Log: Subject: [PATCH] Help -Dt show correct pad variables
49277              From: Benjamin Sugars <ben.sugars@home.com>
49278              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
49279              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
49280      Branch: perl
49281            ! embed.h embed.pl proto.h run.c
49282 ____________________________________________________________________________
49283 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
49284         Log: Subject: [PATCH] Document C<our $foo : shared>
49285              From: Benjamin Sugars <ben.sugars@home.com>
49286              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
49287              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
49288      Branch: perl
49289            ! pod/perlfunc.pod
49290 ____________________________________________________________________________
49291 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
49292         Log: Subject: [PATCH B::Deparse] undefined folded constants
49293              From: Robin Houston <robin@kitsite.com>
49294              Date: Sun, 6 May 2001 17:19:09 +0100
49295              Message-ID: <20010506171909.A7046@penderel>
49296      Branch: perl
49297            ! ext/B/B/Deparse.pm
49298 ____________________________________________________________________________
49299 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
49300         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
49301              From: Robin Houston <robin@kitsite.com>
49302              Message-ID: <20010506164654.A6848@penderel>
49303              Date: Sun, 6 May 2001 16:46:54 +0100
49304      Branch: perl
49305            ! ext/B/B/Deparse.pm
49306 ____________________________________________________________________________
49307 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
49308         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
49309              From: Robin Houston <robin@kitsite.com>
49310              Date: Sun, 6 May 2001 14:47:02 +0100
49311              Message-ID: <20010506144702.A6308@penderel>
49312      Branch: perl
49313            ! t/op/my_stash.t
49314 ____________________________________________________________________________
49315 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
49316         Log: Subject: Perl book, magazine and website updates.
49317              From: Simon Cozens <simon@netthink.co.uk>
49318              Date: Sun, 6 May 2001 16:55:36 +0100
49319              Message-ID: <20010506165536.A1795@netthink.co.uk>
49320      Branch: perl
49321            ! pod/perlbook.pod pod/perlfaq2.pod
49322 ____________________________________________________________________________
49323 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
49324         Log: Tweaks on the Tru64 prof options.
49325      Branch: perl
49326            ! pod/perlhack.pod
49327 ____________________________________________________________________________
49328 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
49329         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
49330              From: Robin Houston <robin@kitsite.com>
49331              Date: Sun, 6 May 2001 14:40:51 +0100
49332              Message-ID: <20010506144051.A6279@penderel>
49333      Branch: perl
49334            ! t/pod/testp2pt.pl
49335 ____________________________________________________________________________
49336 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
49337         Log: Subject: [PATCH B::Deparse] scoping
49338              From: Robin Houston <robin@kitsite.com>
49339              Date: Sun, 6 May 2001 14:36:56 +0100
49340              Message-ID: <20010506143656.A4006@penderel>
49341      Branch: perl
49342            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
49343 ____________________________________________________________________________
49344 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
49345         Log: Document the undefinedness of bitshifting out of range.
49346      Branch: perl
49347            ! pod/perlop.pod
49348 ____________________________________________________________________________
49349 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
49350         Log: Retract #10003 and update the IDE descriptions a bit.
49351      Branch: perl
49352            ! pod/perlfaq3.pod
49353 ____________________________________________________________________________
49354 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
49355         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
49356              From: Prymmer/Kahn <pvhp@best.com>
49357              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
49358              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
49359      Branch: perl
49360            ! win32/Makefile win32/buildext.pl win32/config.bc
49361            ! win32/config.gc win32/config.vc
49362 ____________________________________________________________________________
49363 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
49364         Log: (Retracted by #10005.)
49365      Branch: perl
49366            ! pod/perlfaq3.pod
49367 ____________________________________________________________________________
49368 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
49369         Log: It's "psed", not "sed".
49370      Branch: perl
49371            ! x2p/s2p.PL
49372 ____________________________________________________________________________
49373 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
49374         Log: Update Changes.
49375      Branch: perl
49376            ! Changes patchlevel.h
49377 ____________________________________________________________________________
49378 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
49379         Log: Subject: Re: bleadperl make install fails due to "psed"
49380              From: andreas.koenig@anima.de (Andreas J. Koenig)
49381              Date: 05 May 2001 18:23:28 +0200
49382              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
49383      Branch: perl
49384            ! x2p/Makefile.SH x2p/s2p.PL
49385 ____________________________________________________________________________
49386 [  9999] By: jhi                                   on 2001/05/05  18:28:09
49387         Log: AUTHORS updates.
49388      Branch: perl
49389            ! AUTHORS
49390 ____________________________________________________________________________
49391 [  9998] By: jhi                                   on 2001/05/05  18:16:00
49392         Log: Updates on the pods related to the modules included since 5.6.
49393              
49394              TODO: perltodo really could use major updating.
49395      Branch: perl
49396            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
49397            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
49398            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
49399            ! pod/perlsyn.pod pod/perltodo.pod
49400 ____________________________________________________________________________
49401 [  9997] By: jhi                                   on 2001/05/05  17:35:17
49402         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
49403              from Kurt Skauen.
49404      Branch: perl
49405            + hints/atheos.sh
49406            ! MANIFEST
49407 ____________________________________________________________________________
49408 [  9996] By: jhi                                   on 2001/05/05  17:25:00
49409         Log: Add preemptive #undefs for some of the shorter and more prone
49410              to collision regcomp.h #defines.  (Background: the MASK collided
49411              with a system header #define in Rhapsody.)
49412      Branch: perl
49413            ! regcomp.h
49414 ____________________________________________________________________________
49415 [  9995] By: jhi                                   on 2001/05/05  13:24:21
49416         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
49417              From: Nicholas Clark <nick@ccl4.org>
49418              Date: Sat, 5 May 2001 14:46:39 +0100
49419              Message-ID: <20010505144639.O53513@plum.flirble.org>
49420              
49421              Add a test for the constants (if any) being processed correctly.
49422      Branch: perl
49423            ! utils/h2xs.PL
49424 ____________________________________________________________________________
49425 [  9994] By: jhi                                   on 2001/05/05  02:11:03
49426         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
49427              From: Peter Prymmer <pvhp@forte.com>
49428              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
49429              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
49430      Branch: perl
49431            ! t/lib/b-stash.t
49432 ____________________________________________________________________________
49433 [  9993] By: jhi                                   on 2001/05/05  02:03:49
49434         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
49435              From: Peter Prymmer <pvhp@forte.com>
49436              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
49437              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
49438      Branch: perl
49439            ! perlio.c vms/vmsish.h
49440 ____________________________________________________________________________
49441 [  9992] By: jhi                                   on 2001/05/04  17:21:12
49442         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
49443              From: Robin Barker <rmb1@cise.npl.co.uk>
49444              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
49445              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
49446      Branch: perl
49447            + t/pod/plainer.t
49448            ! MANIFEST
49449 ____________________________________________________________________________
49450 [  9991] By: jhi                                   on 2001/05/04  16:47:45
49451         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
49452              From: Robin Barker <rmb1@cise.npl.co.uk>
49453              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
49454              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
49455      Branch: perl
49456            ! regcomp.c
49457 ____________________________________________________________________________
49458 [  9990] By: jhi                                   on 2001/05/04  14:37:20
49459         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
49460              From: Prymmer/Kahn <pvhp@best.com>
49461              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
49462              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
49463      Branch: perl
49464            ! t/lib/b-stash.t
49465 ____________________________________________________________________________
49466 [  9989] By: jhi                                   on 2001/05/04  14:03:58
49467         Log: Introduce perl572delta, update Todo, add the missing
49468              mention about signal safety since 5.7.1 (though this
49469              requires verification and more details.)
49470      Branch: perl
49471            + pod/perl572delta.pod
49472            ! MANIFEST Todo pod/perl571delta.pod
49473 ____________________________________________________________________________
49474 [  9988] By: jhi                                   on 2001/05/04  12:41:51
49475         Log: Subject: [PATCH perl@9944] long =item
49476              From: Robin Barker <rmb1@cise.npl.co.uk>
49477              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
49478              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
49479      Branch: perl
49480            ! ext/Time/HiRes/HiRes.pm
49481 ____________________________________________________________________________
49482 [  9987] By: jhi                                   on 2001/05/04  12:39:19
49483         Log: The #9901 had removed one line essential for EBCDIC.
49484      Branch: perl
49485            ! regcomp.c
49486 ____________________________________________________________________________
49487 [  9986] By: jhi                                   on 2001/05/04  12:30:23
49488         Log: Subject: cygwin/Makefile.SHs INSTALL patch
49489              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
49490              Date: Mon, 08 Jan 2001 04:59:21 +0200
49491              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
49492      Branch: perl
49493            ! cygwin/Makefile.SHs
49494 ____________________________________________________________________________
49495 [  9985] By: jhi                                   on 2001/05/04  03:51:39
49496         Log: Encode/IO doc tweaks.
49497      Branch: perl
49498            ! ext/Encode/Encode.pm
49499 ____________________________________________________________________________
49500 [  9984] By: jhi                                   on 2001/05/04  03:29:34
49501         Log: Remove GDBM_File from the dynamic extensions for UTS,
49502              GDBM is not a standard feature.
49503      Branch: perl
49504            ! hints/uts.sh
49505 ____________________________________________________________________________
49506 [  9983] By: jhi                                   on 2001/05/04  03:22:59
49507         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
49508      Branch: perl
49509            ! pod/perlretut.pod
49510 ____________________________________________________________________________
49511 [  9982] By: jhi                                   on 2001/05/03  23:21:03
49512         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
49513              From: Benjamin Sugars <bsugars@canoe.ca>
49514              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
49515              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
49516      Branch: perl
49517            ! dump.c
49518 ____________________________________________________________________________
49519 [  9981] By: jhi                                   on 2001/05/03  23:20:05
49520         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
49521              From: Benjamin Sugars <bsugars@canoe.ca>
49522              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
49523              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
49524      Branch: perl
49525            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49526 ____________________________________________________________________________
49527 [  9980] By: jhi                                   on 2001/05/03  23:15:29
49528         Log: Integrate perlio.
49529      Branch: perl
49530           !> ext/Encode/Encode.pm
49531 ____________________________________________________________________________
49532 [  9979] By: jhi                                   on 2001/05/03  16:54:59
49533         Log: Install psed man page.
49534      Branch: perl
49535            ! installman
49536 ____________________________________________________________________________
49537 [  9978] By: jhi                                   on 2001/05/03  16:45:58
49538         Log: Remove unused files; noted by Sarathy.
49539      Branch: perl
49540            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49541            ! MANIFEST
49542 ____________________________________________________________________________
49543 [  9977] By: jhi                                   on 2001/05/03  16:42:30
49544         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
49545              From: Andy Dougherty <doughera@lafayette.edu>
49546              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
49547              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
49548      Branch: perl
49549            ! INSTALL
49550 ____________________________________________________________________________
49551 [  9976] By: nick                                  on 2001/05/03  16:40:42
49552         Log: Allow $answer = encode($object,$text); like it says in docs.
49553      Branch: perlio
49554            ! ext/Encode/Encode.pm
49555 ____________________________________________________________________________
49556 [  9975] By: nick                                  on 2001/05/03  16:22:30
49557         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
49558              to be in scope (fair enough), and also a package variable (our) for eval to see it.
49559      Branch: perlio
49560            ! ext/Encode/Encode.pm
49561 ____________________________________________________________________________
49562 [  9974] By: nick                                  on 2001/05/03  15:48:17
49563         Log: Integrate mainline.
49564      Branch: perlio
49565           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
49566           +> t/lib/filter-simple.t t/lib/next.t
49567           !> (integrate 70 files)
49568 ____________________________________________________________________________
49569 [  9973] By: jhi                                   on 2001/05/03  13:09:09
49570         Log: Update Changes.
49571      Branch: perl
49572            ! Changes patchlevel.h
49573 ____________________________________________________________________________
49574 [  9972] By: jhi                                   on 2001/05/03  12:58:33
49575         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
49576              From: Prymmer/Kahn <pvhp@best.com>
49577              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
49578              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
49579      Branch: perl
49580            ! t/io/fflush.t
49581 ____________________________________________________________________________
49582 [  9971] By: jhi                                   on 2001/05/03  12:57:26
49583         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
49584              From: Prymmer/Kahn <pvhp@best.com>
49585              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
49586              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
49587      Branch: perl
49588            ! win32/FindExt.pm
49589 ____________________________________________________________________________
49590 [  9970] By: jhi                                   on 2001/05/03  02:42:46
49591         Log: Can't croak sans thread context, from Doug MacEachern.
49592      Branch: perl
49593            ! toke.c
49594 ____________________________________________________________________________
49595 [  9969] By: jhi                                   on 2001/05/03  01:23:48
49596         Log: Subject: Random input test and Perl
49597              From: Ilya Zakharevich <ilya@math.berkeley.edu>
49598              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
49599              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
49600      Branch: perl
49601            ! toke.c
49602 ____________________________________________________________________________
49603 [  9968] By: jhi                                   on 2001/05/02  22:17:21
49604         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
49605              From: Peter Prymmer <pvhp@forte.com>
49606              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
49607              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
49608      Branch: perl
49609            ! pod/perlfunc.pod pod/perlport.pod
49610 ____________________________________________________________________________
49611 [  9967] By: jhi                                   on 2001/05/02  20:12:45
49612         Log: Workaround for UTS compiler casting bug from Hal Morris.
49613      Branch: perl
49614            ! perl.h
49615 ____________________________________________________________________________
49616 [  9966] By: jhi                                   on 2001/05/02  18:31:37
49617         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
49618              From: Dan Sugalski <dan@sidhe.org>
49619              Date: Wed, 02 May 2001 15:23:22 -0400
49620              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
49621      Branch: perl
49622            ! perl.c vms/vms.c
49623 ____________________________________________________________________________
49624 [  9965] By: jhi                                   on 2001/05/02  18:21:29
49625         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
49626      Branch: perl
49627            ! pod/perlfunc.pod
49628 ____________________________________________________________________________
49629 [  9964] By: jhi                                   on 2001/05/02  18:15:01
49630         Log: Document large files in INSTALL, document also the %x
49631              limitation if not use64bitint, closes bug 20010326.007.
49632      Branch: perl
49633            ! INSTALL
49634 ____________________________________________________________________________
49635 [  9963] By: jhi                                   on 2001/05/02  17:24:47
49636         Log: perlmodlib tweaks; regen pods.
49637      Branch: perl
49638            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
49639            ! pod/perltoc.pod
49640 ____________________________________________________________________________
49641 [  9962] By: jhi                                   on 2001/05/02  17:14:00
49642         Log: Fix for a segfault, from Marc Lehmann.
49643      Branch: perl
49644            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
49645 ____________________________________________________________________________
49646 [  9961] By: jhi                                   on 2001/05/02  15:55:53
49647         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
49648              From: "Philip Newton" <pnewton@gmx.de>
49649              Date: Wed, 2 May 2001 18:39:03 +0200
49650              Message-ID: <3AF05447.15525.173B588@localhost>
49651      Branch: perl
49652            ! pod/perlop.pod
49653 ____________________________________________________________________________
49654 [  9960] By: jhi                                   on 2001/05/02  15:35:37
49655         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
49656              From: Dan Sugalski <dan@sidhe.org>
49657              Date: Wed, 02 May 2001 11:37:27 -0400
49658              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
49659      Branch: perl
49660            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
49661            ! thread.h vms/vms.c vms/vmsish.h
49662 ____________________________________________________________________________
49663 [  9959] By: jhi                                   on 2001/05/02  15:21:08
49664         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
49665              From: Benjamin Sugars <bsugars@canoe.ca>
49666              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
49667              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
49668      Branch: perl
49669            ! ext/PerlIO/Scalar/Scalar.xs
49670 ____________________________________________________________________________
49671 [  9958] By: jhi                                   on 2001/05/02  15:15:53
49672         Log: Bug in #9915, spotted by Mike Guy.
49673      Branch: perl
49674            ! installperl
49675 ____________________________________________________________________________
49676 [  9957] By: jhi                                   on 2001/05/02  13:26:01
49677         Log: Add a test for not griping about references as array
49678              indices if the reference has magic in it (overloaded
49679              methods).
49680      Branch: perl
49681            ! pod/perldiag.pod t/pragma/warn/pp_hot
49682 ____________________________________________________________________________
49683 [  9956] By: jhi                                   on 2001/05/02  13:07:01
49684         Log: Retracted a bit too much in #9952.
49685      Branch: perl
49686            ! t/pragma/sub_lval.t
49687 ____________________________________________________________________________
49688 [  9955] By: jhi                                   on 2001/05/02  13:05:38
49689         Log: Test for #9952.
49690      Branch: perl
49691            ! t/op/tie.t
49692 ____________________________________________________________________________
49693 [  9954] By: jhi                                   on 2001/05/02  11:48:18
49694         Log: Additional note on the encoding example: one cannot
49695              convert string constants in-place.
49696      Branch: perl
49697            ! ext/Encode/Encode.pm
49698 ____________________________________________________________________________
49699 [  9953] By: jhi                                   on 2001/05/02  11:43:51
49700         Log: Note that if you have recent enough Perl you already
49701              have Filter::Util::Call.
49702      Branch: perl
49703            ! lib/Filter/Simple.pm
49704 ____________________________________________________________________________
49705 [  9952] By: jhi                                   on 2001/05/02  11:31:53
49706         Log: Retract changes #8254 and #8255, causes coredump in
49707              'tie FH, "main"', reported by Abigail, culprit found by
49708              Benjamin Sugars.  Mirrors maintperl change #9950.
49709      Branch: perl
49710            ! op.c t/pragma/sub_lval.t
49711 ____________________________________________________________________________
49712 [  9951] By: jhi                                   on 2001/05/02  11:14:29
49713         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
49714      Branch: perl
49715            + t/lib/MyFilter.pm
49716 ____________________________________________________________________________
49717 [  9950] By: gsar                                  on 2001/05/02  03:17:11
49718         Log: revert integration of changes#8254,8255 in change#8620 (causes
49719              a coredump in C<tie FH, 'foo'>; the idea itself may need better
49720              rationalization)
49721      Branch: maint-5.6/perl
49722            ! op.c t/pragma/sub_lval.t
49723 ____________________________________________________________________________
49724 [  9949] By: gsar                                  on 2001/05/02  02:56:32
49725         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
49726              
49727              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49728              
49729              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49730      Branch: maint-5.6/perl
49731           !> hints/svr5.sh
49732 ____________________________________________________________________________
49733 [  9948] By: gsar                                  on 2001/05/02  02:49:15
49734         Log: pod/find.t breaks on VMS (from Craig Berry)
49735      Branch: maint-5.6/perl
49736            ! t/pod/find.t
49737 ____________________________________________________________________________
49738 [  9947] By: jhi                                   on 2001/05/02  02:43:09
49739         Log: Add an encoding conversion example.
49740      Branch: perl
49741            ! ext/Encode/Encode.pm
49742 ____________________________________________________________________________
49743 [  9946] By: jhi                                   on 2001/05/02  01:34:22
49744         Log: Another coat of paint but still nowhere finished.
49745              Need to decide on the semantics of strptime(): should
49746              strptime() be a function instead of a method?  To do
49747              the week/monthname-strptiming the i18n/l10n bullet needs
49748              to be bitten with gusto.
49749      Branch: perl
49750            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
49751 ____________________________________________________________________________
49752 [  9945] By: jhi                                   on 2001/05/01  23:40:52
49753         Log: Update Changes.
49754      Branch: perl
49755            ! Changes patchlevel.h
49756 ____________________________________________________________________________
49757 [  9944] By: jhi                                   on 2001/05/01  23:33:37
49758         Log: Add known-to-be-tested modules to the list-to-be-skipped.
49759      Branch: perl
49760            ! t/lib/1_compile.t
49761 ____________________________________________________________________________
49762 [  9943] By: jhi                                   on 2001/05/01  23:24:40
49763         Log: Subject: BorlandC++ fix
49764              From: "Vadim Konovalov" <watman@inbox.ru>
49765              Date: Mon, 30 Apr 2001 20:12:26 -0700
49766              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
49767      Branch: perl
49768            ! win32/makefile.mk
49769 ____________________________________________________________________________
49770 [  9942] By: jhi                                   on 2001/05/01  23:18:02
49771         Log: Update to Filter::Simple 0.60, create a test for it.
49772      Branch: perl
49773            + t/lib/filter-simple.t
49774            ! MANIFEST lib/Filter/Simple.pm
49775 ____________________________________________________________________________
49776 [  9941] By: jhi                                   on 2001/05/01  19:47:24
49777         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
49778              From: Hugo <hv@crypt.compulink.co.uk>
49779              Date: Tue, 01 May 2001 20:12:20 +0100
49780              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
49781      Branch: perl
49782            ! pp_hot.c t/op/re_tests
49783 ____________________________________________________________________________
49784 [  9940] By: jhi                                   on 2001/05/01  19:42:16
49785         Log: Integrate perlio.
49786      Branch: perl
49787           !> lib/base.pm t/lib/fields.t
49788 ____________________________________________________________________________
49789 [  9939] By: jhi                                   on 2001/05/01  19:39:51
49790         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
49791              From: Benjamin Sugars <bsugars@canoe.ca>
49792              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
49793              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
49794      Branch: perl
49795            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49796 ____________________________________________________________________________
49797 [  9938] By: jhi                                   on 2001/05/01  19:34:09
49798         Log: Add NEXT, a pseudo-class for method redispatching.
49799              <Damian>NEXT.pm probably offers more bang-for-buck
49800              than anything else I've ever written.</Damian>
49801      Branch: perl
49802            + lib/NEXT.pm t/lib/next.t
49803            ! MANIFEST
49804 ____________________________________________________________________________
49805 [  9937] By: jhi                                   on 2001/05/01  19:21:41
49806         Log: Update to Switch 2.02.
49807      Branch: perl
49808            ! lib/Switch.pm t/lib/switch.t
49809 ____________________________________________________________________________
49810 [  9936] By: nick                                  on 2001/05/01  19:09:21
49811         Log: Fix for base.pm clobbering $VERSION
49812      Branch: perlio
49813            ! lib/base.pm
49814 ____________________________________________________________________________
49815 [  9935] By: nick                                  on 2001/05/01  18:54:38
49816         Log: Test for base.pm clobbering $VERSION.
49817      Branch: perlio
49818            ! t/lib/fields.t
49819 ____________________________________________________________________________
49820 [  9934] By: jhi                                   on 2001/05/01  18:39:10
49821         Log: Add information about Scalar::Util::blessed.
49822      Branch: perl
49823            ! pod/perlobj.pod
49824 ____________________________________________________________________________
49825 [  9933] By: jhi                                   on 2001/05/01  18:33:51
49826         Log: Subject: Extra UNIVERSAL documentation
49827              From: Mike Guy <mjtg@cam.ac.uk>
49828              Date: Tue, 01 May 2001 20:12:11 +0100
49829              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
49830      Branch: perl
49831            ! pod/perlobj.pod
49832 ____________________________________________________________________________
49833 [  9932] By: jhi                                   on 2001/05/01  18:26:54
49834         Log: Subject: Autoflush in tests as appropriate
49835              From: Mike Guy <mjtg@cam.ac.uk>
49836              Date: Tue, 01 May 2001 20:05:31 +0100
49837              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
49838      Branch: perl
49839            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
49840            ! t/op/taint.t
49841 ____________________________________________________________________________
49842 [  9931] By: jhi                                   on 2001/05/01  18:02:29
49843         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
49844              From: Benjamin Sugars <bsugars@canoe.ca>
49845              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
49846              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
49847      Branch: perl
49848            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49849 ____________________________________________________________________________
49850 [  9930] By: jhi                                   on 2001/05/01  15:12:26
49851         Log: Subject: Re: Finally got a round tuit
49852              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49853              Date: Tue, 01 May 2001 14:14:10 +0200
49854              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
49855              
49856              The -DP part, slightly modified.
49857      Branch: perl
49858            ! perl.c
49859 ____________________________________________________________________________
49860 [  9929] By: jhi                                   on 2001/05/01  14:17:15
49861         Log: Subject: Re: Finally got a round tuit
49862              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49863              Date: Tue, 01 May 2001 16:34:06 +0200
49864              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
49865              
49866              cpp and optimization tweaks for HP-UX.
49867      Branch: perl
49868            ! hints/hpux.sh
49869 ____________________________________________________________________________
49870 [  9928] By: jhi                                   on 2001/05/01  13:24:20
49871         Log: Tune the scan_num() comments to reality.
49872      Branch: perl
49873            ! toke.c
49874 ____________________________________________________________________________
49875 [  9927] By: jhi                                   on 2001/05/01  13:14:01
49876         Log: Subject: [PATCH B::Deparse] optimised sort
49877              From: Robin Houston <robin@kitsite.com>
49878              Date: Tue, 1 May 2001 14:07:12 +0100
49879              Message-ID: <20010501140712.A4266@penderel>
49880      Branch: perl
49881            ! ext/B/B/Deparse.pm
49882 ____________________________________________________________________________
49883 [  9926] By: jhi                                   on 2001/05/01  13:10:53
49884         Log: Subject: [PATCH t/lib/b-deparse.t] 
49885              From: Robin Houston <robin@kitsite.com>
49886              Date: Tue, 1 May 2001 13:37:42 +0100
49887              Message-ID: <20010501133742.A4082@penderel>
49888      Branch: perl
49889            ! t/lib/b-deparse.t
49890 ____________________________________________________________________________
49891 [  9925] By: jhi                                   on 2001/05/01  13:10:13
49892         Log: Subject: [PATCH B::Deparse] for(;;), sort
49893              From: Robin Houston <robin@kitsite.com>
49894              Date: Tue, 1 May 2001 13:35:00 +0100
49895              Message-ID: <20010501133500.A4061@penderel>
49896      Branch: perl
49897            ! ext/B/B/Deparse.pm
49898 ____________________________________________________________________________
49899 [  9924] By: jhi                                   on 2001/05/01  13:09:22
49900         Log: Subject: [PATCH B::Deparse] do, warn, use
49901              From: Robin Houston <robin@kitsite.com>
49902              Date: Tue, 1 May 2001 13:31:03 +0100
49903              Message-ID: <20010501133103.A4041@penderel>
49904      Branch: perl
49905            ! ext/B/B/Deparse.pm
49906 ____________________________________________________________________________
49907 [  9923] By: jhi                                   on 2001/05/01  11:45:36
49908         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
49909              From: Benjamin Sugars <ben.sugars@home.com>
49910              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
49911              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
49912      Branch: perl
49913            + t/io/fflush.t
49914            ! MANIFEST
49915 ____________________________________________________________________________
49916 [  9922] By: jhi                                   on 2001/05/01  11:35:42
49917         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
49918              From: Peter Prymmer <pvhp@forte.com>
49919              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
49920              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
49921      Branch: perl
49922            ! t/lib/selfstubber.t
49923 ____________________________________________________________________________
49924 [  9921] By: jhi                                   on 2001/04/30  16:34:33
49925         Log: Subject: [PATCH B::Concise] suppress warning
49926              From: Robin Houston <robin@kitsite.com>
49927              Date: Mon, 30 Apr 2001 16:09:49 +0100
49928              Message-ID: <20010430160949.A25086@penderel>
49929      Branch: perl
49930            ! ext/B/B/Concise.pm
49931 ____________________________________________________________________________
49932 [  9920] By: jhi                                   on 2001/04/30  13:56:04
49933         Log: Strip the *markers* from #9919.
49934      Branch: perl
49935            ! pod/perlfaq.pod pod/perlfaq5.pod
49936 ____________________________________________________________________________
49937 [  9919] By: jhi                                   on 2001/04/30  13:54:04
49938         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
49939              From: Gwyn Judd <b.judd@xtra.co.nz>
49940              Date: Sun, 29 Apr 2001 01:47:49 +1200
49941              Message-ID: <20010429014749.A4418@thislove>
49942      Branch: perl
49943            ! pod/perlfaq.pod pod/perlfaq5.pod
49944 ____________________________________________________________________________
49945 [  9918] By: jhi                                   on 2001/04/30  13:13:54
49946         Log: More_tweakage.
49947      Branch: perl
49948            ! pod/perldata.pod pod/perldiag.pod
49949 ____________________________________________________________________________
49950 [  9917] By: jhi                                   on 2001/04/30  13:01:27
49951         Log: Update Changes.
49952      Branch: perl
49953            ! Changes patchlevel.h
49954 ____________________________________________________________________________
49955 [  9916] By: jhi                                   on 2001/04/30  12:57:03
49956         Log: T_w_e_a_k_a_g_e.
49957      Branch: perl
49958            ! pod/perldata.pod pod/perldiag.pod
49959 ____________________________________________________________________________
49960 [  9915] By: jhi                                   on 2001/04/30  12:39:29
49961         Log: Install s2p also as psed.
49962              
49963              TODO: psed documentation?
49964      Branch: perl
49965            ! installperl
49966 ____________________________________________________________________________
49967 [  9914] By: jhi                                   on 2001/04/30  12:29:21
49968         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
49969              From: Jens Hamisch <jens@Strawberry.COM>
49970              Date: Fri, 27 Apr 2001 17:00:36 +0200
49971              Message-ID: <20010427170036.K1372@Strawberry.COM>
49972              
49973              SOCKS5_VERSION_NAME is the right symbol to detect
49974              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
49975              function called socks5_init() is available, and even that is
49976              not universal, most SOCKS5 installations use SOCKSinit()).
49977      Branch: perl
49978            ! perlio.c
49979 ____________________________________________________________________________
49980 [  9913] By: jhi                                   on 2001/04/30  12:22:15
49981         Log: Allow a zero timeout on IO::Socket accept and connect--
49982              though one really shouldn't do that.  Based on
49983              
49984              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
49985              From: "John Holdsworth" <coldwave@bigfoot.com>
49986              Date: Sun, 4 Feb 2001 12:48:18 +0100
49987              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
49988      Branch: perl
49989            ! ext/IO/lib/IO/Socket.pm
49990 ____________________________________________________________________________
49991 [  9912] By: jhi                                   on 2001/04/30  11:27:27
49992         Log: Save the spot of regprev (see #9911) for binary compatibility;
49993              regen API.
49994      Branch: perl
49995            ! embedvar.h perlapi.h thrdvar.h
49996 ____________________________________________________________________________
49997 [  9911] By: jhi                                   on 2001/04/30  11:22:03
49998         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
49999              From: Hugo <hv@crypt.compulink.co.uk>
50000              Date: Sun, 29 Apr 2001 17:09:30 +0100
50001              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
50002      Branch: perl
50003            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
50004 ____________________________________________________________________________
50005 [  9910] By: jhi                                   on 2001/04/30  11:15:12
50006         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
50007              a dummy for PL_numeric_radix); no pressing reason to break
50008              binary compatibility; regen API.
50009      Branch: perl
50010            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
50011            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
50012 ____________________________________________________________________________
50013 [  9909] By: jhi                                   on 2001/04/30  10:56:08
50014         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
50015              From: Walt Mankowski <waltman@netaxs.com>
50016              Date: Sun, 29 Apr 2001 21:53:48 -0400
50017              Message-ID: <20010429215348.A3971@netaxs.com>
50018      Branch: perl
50019            ! pod/perlfunc.pod
50020 ____________________________________________________________________________
50021 [  9908] By: jhi                                   on 2001/04/30  10:49:40
50022         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
50023      Branch: perl
50024            ! t/lib/selfstubber.t
50025 ____________________________________________________________________________
50026 [  9907] By: nick                                  on 2001/04/30  09:26:50
50027         Log: Integrate mainline.
50028      Branch: perlio
50029           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50030 ____________________________________________________________________________
50031 [  9906] By: jhi                                   on 2001/04/29  23:24:20
50032         Log: Abigail spotted a thinko in #9905.
50033      Branch: perl
50034            ! pod/perldiag.pod
50035 ____________________________________________________________________________
50036 [  9905] By: jhi                                   on 2001/04/29  15:55:39
50037         Log: Changed the underscore/undebar syntax in numeric constants;
50038              now any grouping will do, as long as the underscores are not
50039              consecutive (so "zero-grouping" is out), and they do not begin
50040              or end the integer or fractional parts.
50041      Branch: perl
50042            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50043 ____________________________________________________________________________
50044 [  9904] By: nick                                  on 2001/04/29  15:43:22
50045         Log: Integrate mainline.
50046      Branch: perlio
50047           +> (branch 98 files)
50048            - lib/unicode/Block.pl
50049            - lib/unicode/In/AlphabeticPresentationForms.pl
50050            - lib/unicode/In/Arabic.pl
50051            - lib/unicode/In/ArabicPresentationForms-A.pl
50052            - lib/unicode/In/ArabicPresentationForms-B.pl
50053            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
50054            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
50055            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
50056            - lib/unicode/In/BopomofoExtended.pl
50057            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
50058            - lib/unicode/In/CJKCompatibility.pl
50059            - lib/unicode/In/CJKCompatibilityForms.pl
50060            - lib/unicode/In/CJKCompatibilityIdeographs.pl
50061            - lib/unicode/In/CJKRadicalsSupplement.pl
50062            - lib/unicode/In/CJKSymbolsandPunctuation.pl
50063            - lib/unicode/In/CJKUnifiedIdeographs.pl
50064            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
50065            - lib/unicode/In/Cherokee.pl
50066            - lib/unicode/In/CombiningDiacriticalMarks.pl
50067            - lib/unicode/In/CombiningHalfMarks.pl
50068            - lib/unicode/In/CombiningMarksforSymbols.pl
50069            - lib/unicode/In/ControlPictures.pl
50070            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
50071            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
50072            - lib/unicode/In/EnclosedAlphanumerics.pl
50073            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
50074            - lib/unicode/In/Ethiopic.pl
50075            - lib/unicode/In/GeneralPunctuation.pl
50076            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
50077            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
50078            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
50079            - lib/unicode/In/HalfwidthandFullwidthForms.pl
50080            - lib/unicode/In/HangulCompatibilityJamo.pl
50081            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
50082            - lib/unicode/In/Hebrew.pl
50083            - lib/unicode/In/HighPrivateUseSurrogates.pl
50084            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
50085            - lib/unicode/In/IPAExtensions.pl
50086            - lib/unicode/In/IdeographicDescriptionCharacters.pl
50087            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
50088            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
50089            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
50090            - lib/unicode/In/Latin-1Supplement.pl
50091            - lib/unicode/In/LatinExtended-A.pl
50092            - lib/unicode/In/LatinExtended-B.pl
50093            - lib/unicode/In/LatinExtendedAdditional.pl
50094            - lib/unicode/In/LetterlikeSymbols.pl
50095            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
50096            - lib/unicode/In/MathematicalOperators.pl
50097            - lib/unicode/In/MiscellaneousSymbols.pl
50098            - lib/unicode/In/MiscellaneousTechnical.pl
50099            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
50100            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
50101            - lib/unicode/In/OpticalCharacterRecognition.pl
50102            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
50103            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
50104            - lib/unicode/In/SmallFormVariants.pl
50105            - lib/unicode/In/SpacingModifierLetters.pl
50106            - lib/unicode/In/Specials.pl
50107            - lib/unicode/In/SuperscriptsandSubscripts.pl
50108            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
50109            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
50110            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
50111            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
50112            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
50113           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
50114           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
50115           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
50116           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
50117           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
50118           !> utf8.c win32/Makefile
50119 ____________________________________________________________________________
50120 [  9903] By: jhi                                   on 2001/04/29  14:30:53
50121         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
50122              From: Prymmer/Kahn <pvhp@best.com>
50123              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
50124              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
50125      Branch: perl
50126            ! win32/Makefile
50127 ____________________________________________________________________________
50128 [  9902] By: jhi                                   on 2001/04/29  02:52:44
50129         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
50130              From: "Abigail" <abigail@foad.org>
50131              Date: Sun, 29 Apr 2001 03:14:25 +0200
50132              Message-ID: <20010429011425.24503.qmail@foad.org>
50133      Branch: perl
50134            ! ext/IO/lib/IO/Seekable.pm
50135 ____________________________________________________________________________
50136 [  9901] By: jhi                                   on 2001/04/29  02:04:46
50137         Log: In character classes one couldn't have 0x80..0xff characters
50138              at the left hand side if there were 0x100.. characters in the
50139              character class.
50140      Branch: perl
50141            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
50142            ! t/op/pat.t utf8.c
50143 ____________________________________________________________________________
50144 [  9900] By: jhi                                   on 2001/04/28  22:55:04
50145         Log: Forgot the latest mktables.PL from #9899.
50146      Branch: perl
50147            ! lib/unicode/mktables.PL
50148 ____________________________________________________________________________
50149 [  9899] By: jhi                                   on 2001/04/28  22:53:28
50150         Log: Explain the \p{} and \P{} error message better and
50151              have prettier prettyprint in In.pl.
50152      Branch: perl
50153            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
50154            ! pod/perldiag.pod
50155 ____________________________________________________________________________
50156 [  9898] By: jhi                                   on 2001/04/28  21:03:34
50157         Log: Add one possible explanation for the "Invalid [] range" error.
50158      Branch: perl
50159            ! pod/perldiag.pod
50160 ____________________________________________________________________________
50161 [  9897] By: jhi                                   on 2001/04/28  17:18:26
50162         Log: Add a level of indirection to the implementation of \p{InFoo}
50163              so that we don't have to have long filenames.  (Nothing changes
50164              in the user interface.)   The indirection is defined in
50165              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
50166              Also rename some the character classes by removing '-' from
50167              the classnames, and finally renamed Block.pl as Blocks.pl.
50168      Branch: perl
50169            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
50170            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
50171            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
50172            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
50173            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
50174            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
50175            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
50176            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
50177            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
50178            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
50179            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
50180            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
50181            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
50182            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
50183            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
50184            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
50185            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
50186            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
50187            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
50188            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
50189            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
50190            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
50191            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
50192            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
50193            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
50194            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
50195            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
50196            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
50197            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
50198            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
50199            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
50200            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
50201            + lib/unicode/In/94.pl lib/unicode/In/95.pl
50202            - lib/unicode/Block.pl
50203            - lib/unicode/In/AlphabeticPresentationForms.pl
50204            - lib/unicode/In/Arabic.pl
50205            - lib/unicode/In/ArabicPresentationForms-A.pl
50206            - lib/unicode/In/ArabicPresentationForms-B.pl
50207            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
50208            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
50209            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
50210            - lib/unicode/In/BopomofoExtended.pl
50211            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
50212            - lib/unicode/In/CJKCompatibility.pl
50213            - lib/unicode/In/CJKCompatibilityForms.pl
50214            - lib/unicode/In/CJKCompatibilityIdeographs.pl
50215            - lib/unicode/In/CJKRadicalsSupplement.pl
50216            - lib/unicode/In/CJKSymbolsandPunctuation.pl
50217            - lib/unicode/In/CJKUnifiedIdeographs.pl
50218            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
50219            - lib/unicode/In/Cherokee.pl
50220            - lib/unicode/In/CombiningDiacriticalMarks.pl
50221            - lib/unicode/In/CombiningHalfMarks.pl
50222            - lib/unicode/In/CombiningMarksforSymbols.pl
50223            - lib/unicode/In/ControlPictures.pl
50224            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
50225            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
50226            - lib/unicode/In/EnclosedAlphanumerics.pl
50227            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
50228            - lib/unicode/In/Ethiopic.pl
50229            - lib/unicode/In/GeneralPunctuation.pl
50230            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
50231            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
50232            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
50233            - lib/unicode/In/HalfwidthandFullwidthForms.pl
50234            - lib/unicode/In/HangulCompatibilityJamo.pl
50235            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
50236            - lib/unicode/In/Hebrew.pl
50237            - lib/unicode/In/HighPrivateUseSurrogates.pl
50238            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
50239            - lib/unicode/In/IPAExtensions.pl
50240            - lib/unicode/In/IdeographicDescriptionCharacters.pl
50241            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
50242            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
50243            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
50244            - lib/unicode/In/Latin-1Supplement.pl
50245            - lib/unicode/In/LatinExtended-A.pl
50246            - lib/unicode/In/LatinExtended-B.pl
50247            - lib/unicode/In/LatinExtendedAdditional.pl
50248            - lib/unicode/In/LetterlikeSymbols.pl
50249            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
50250            - lib/unicode/In/MathematicalOperators.pl
50251            - lib/unicode/In/MiscellaneousSymbols.pl
50252            - lib/unicode/In/MiscellaneousTechnical.pl
50253            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
50254            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
50255            - lib/unicode/In/OpticalCharacterRecognition.pl
50256            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
50257            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
50258            - lib/unicode/In/SmallFormVariants.pl
50259            - lib/unicode/In/SpacingModifierLetters.pl
50260            - lib/unicode/In/Specials.pl
50261            - lib/unicode/In/SuperscriptsandSubscripts.pl
50262            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
50263            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
50264            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
50265            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
50266            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
50267            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
50268            ! pod/perlunicode.pod
50269 ____________________________________________________________________________
50270 [  9896] By: jhi                                   on 2001/04/28  14:33:17
50271         Log: Update the information on shared library path on HP-UX.
50272      Branch: perl
50273            ! INSTALL
50274 ____________________________________________________________________________
50275 [  9895] By: jhi                                   on 2001/04/28  14:32:30
50276         Log: Because #9894 seems to do the trick, this workaround can be removed.
50277      Branch: perl
50278            ! t/lib/selfstubber.t
50279 ____________________________________________________________________________
50280 [  9894] By: jhi                                   on 2001/04/28  14:26:13
50281         Log: For PerlIO flush the children's file handles (on fork/exec/system).
50282      Branch: perl
50283            ! perl.h
50284 ____________________________________________________________________________
50285 [  9893] By: jhi                                   on 2001/04/28  14:23:15
50286         Log: Test tweak for #9891.
50287      Branch: perl
50288            ! t/lib/b-deparse.t
50289 ____________________________________________________________________________
50290 [  9892] By: jhi                                   on 2001/04/28  14:10:13
50291         Log: New HP-UX hints from Merijn.
50292      Branch: perl
50293            ! hints/hpux.sh
50294 ____________________________________________________________________________
50295 [  9891] By: jhi                                   on 2001/04/28  14:07:27
50296         Log: Subject: [PATCH B::Deparse] non-block scopes
50297              From: Robin Houston <robin@kitsite.com>
50298              Date: Fri, 27 Apr 2001 19:15:14 +0100
50299              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
50300      Branch: perl
50301            ! ext/B/B/Deparse.pm
50302 ____________________________________________________________________________
50303 [  9890] By: nick                                  on 2001/04/27  19:41:25
50304         Log: Integrate mainline
50305      Branch: perlio
50306           +> t/lib/selfstubber.t
50307           !> (integrate 50 files)
50308 ____________________________________________________________________________
50309 [  9889] By: jhi                                   on 2001/04/27  18:23:46
50310         Log: Subject: Re: selfstubber test fail on bleadperl
50311              From: Mike Guy <mjtg@cam.ac.uk>
50312              Date: Fri, 27 Apr 2001 19:31:18 +0100
50313              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
50314      Branch: perl
50315            ! t/lib/selfstubber.t
50316 ____________________________________________________________________________
50317 [  9888] By: jhi                                   on 2001/04/27  16:20:54
50318         Log: Test tweak for #9886.
50319      Branch: perl
50320            ! t/lib/b-deparse.t
50321 ____________________________________________________________________________
50322 [  9887] By: jhi                                   on 2001/04/27  16:16:33
50323         Log: Buffering issue at least in Solaris (even with perlio).
50324      Branch: perl
50325            ! t/lib/selfstubber.t
50326 ____________________________________________________________________________
50327 [  9886] By: jhi                                   on 2001/04/27  14:59:23
50328         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
50329              From: Robin Houston <robin@kitsite.com>
50330              Date: Fri, 27 Apr 2001 16:53:20 +0100
50331              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
50332      Branch: perl
50333            ! ext/B/B/Deparse.pm
50334 ____________________________________________________________________________
50335 [  9885] By: jhi                                   on 2001/04/27  14:23:51
50336         Log: Update Changes.
50337      Branch: perl
50338            ! Changes patchlevel.h
50339 ____________________________________________________________________________
50340 [  9884] By: jhi                                   on 2001/04/27  14:14:12
50341         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
50342              From: "Philip Newton" <pnewton@gmx.de>
50343              Date: Fri, 27 Apr 2001 16:40:13 +0200
50344              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
50345      Branch: perl
50346            ! pod/perldata.pod
50347 ____________________________________________________________________________
50348 [  9883] By: jhi                                   on 2001/04/27  13:28:19
50349         Log: Add LOG_PERROR; prettify the "removed".
50350      Branch: perl
50351            ! ext/Sys/Syslog/Syslog.xs
50352 ____________________________________________________________________________
50353 [  9882] By: jhi                                   on 2001/04/27  13:13:18
50354         Log: h2xs tweaks: use NV instead of double, "quote" the removed
50355              prefixes for clarity (especially when nothing is removed),
50356              slight pod reformats.
50357      Branch: perl
50358            ! utils/h2xs.PL
50359 ____________________________________________________________________________
50360 [  9881] By: jhi                                   on 2001/04/27  12:58:48
50361         Log: Don't bother creating existing directories.
50362      Branch: perl
50363            ! utils/h2xs.PL
50364 ____________________________________________________________________________
50365 [  9880] By: jhi                                   on 2001/04/27  12:45:39
50366         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
50367              From: Mike Schilli <m@perlmeister.com>
50368              Date: Wed, 25 Apr 2001 01:29:21 -0700
50369              Message-id: <3AE68AE1.6A981723@perlmeister.com>
50370      Branch: perl
50371            ! utils/h2xs.PL
50372 ____________________________________________________________________________
50373 [  9879] By: jhi                                   on 2001/04/27  12:40:55
50374         Log: break is not yet Perl.  Added the template license also to README.
50375      Branch: perl
50376            ! utils/h2xs.PL
50377 ____________________________________________________________________________
50378 [  9878] By: jhi                                   on 2001/04/27  03:08:20
50379         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
50380              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50381              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
50382              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
50383      Branch: perl
50384            ! t/lib/xs-typemap.t
50385 ____________________________________________________________________________
50386 [  9877] By: jhi                                   on 2001/04/26  23:54:40
50387         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
50388              From: "Abigail" <abigail@foad.org>
50389              Date: Fri, 27 Apr 2001 01:44:28 +0200
50390              Message-ID: <20010426234428.19786.qmail@foad.org>
50391      Branch: perl
50392            ! utils/h2xs.PL
50393 ____________________________________________________________________________
50394 [  9876] By: jhi                                   on 2001/04/26  23:52:06
50395         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
50396              From: Peter Prymmer <pvhp@forte.com>
50397              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
50398              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
50399      Branch: perl
50400            ! t/lib/selfstubber.t
50401 ____________________________________________________________________________
50402 [  9875] By: jhi                                   on 2001/04/26  23:48:10
50403         Log: Deparse nits.
50404      Branch: perl
50405            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
50406 ____________________________________________________________________________
50407 [  9874] By: jhi                                   on 2001/04/26  22:46:05
50408         Log: Document ANYOF_CLASS.
50409      Branch: perl
50410            ! regcomp.h
50411 ____________________________________________________________________________
50412 [  9873] By: jhi                                   on 2001/04/26  22:35:03
50413         Log: Subject: Re: [PATCH @9846] dumping ANYOF
50414              From: Hugo <hv@crypt.compulink.co.uk>
50415              Date: Thu, 26 Apr 2001 23:33:38 +0100
50416              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
50417      Branch: perl
50418            ! regcomp.c regcomp.h
50419 ____________________________________________________________________________
50420 [  9872] By: jhi                                   on 2001/04/26  22:34:31
50421         Log: Subject: [PATCH] more for Devel::SelfStubber
50422              From: Nicholas Clark <nick@ccl4.org>
50423              Date: Fri, 27 Apr 2001 00:13:52 +0100
50424              Message-ID: <20010427001351.K88186@plum.flirble.org>
50425      Branch: perl
50426            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
50427 ____________________________________________________________________________
50428 [  9871] By: jhi                                   on 2001/04/26  21:59:17
50429         Log: Subject: [PATCH B::Deparse] formats must be flush left
50430              From: Robin Houston <robin@kitsite.com>
50431              Date: Thu, 26 Apr 2001 23:54:29 +0100
50432              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
50433      Branch: perl
50434            ! ext/B/B/Deparse.pm
50435 ____________________________________________________________________________
50436 [  9870] By: jhi                                   on 2001/04/26  21:57:37
50437         Log: If some of the constants are prefixes of others,
50438              the prefixes may never get recognized.  (See 20010426.006.)
50439      Branch: perl
50440            ! utils/h2xs.PL
50441 ____________________________________________________________________________
50442 [  9869] By: jhi                                   on 2001/04/26  21:50:42
50443         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
50444              From: Chris Bongaarts <cab@tc.umn.edu>
50445              Date: Thu, 26 Apr 2001 17:10:31 -0500
50446              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
50447      Branch: perl
50448            ! ext/Sys/Syslog/Syslog.xs
50449 ____________________________________________________________________________
50450 [  9868] By: jhi                                   on 2001/04/26  21:35:12
50451         Log: Further cuts and more docs from Graham Barr.
50452      Branch: perl
50453            ! ext/List/Util/lib/List/Util.pm
50454            ! ext/List/Util/lib/Scalar/Util.pm
50455 ____________________________________________________________________________
50456 [  9867] By: jhi                                   on 2001/04/26  21:18:57
50457         Log: Subject: [PATCH 5.7.1] DB_File-1.77
50458              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
50459              Date: Thu, 26 Apr 2001 22:37:53 +0100
50460              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
50461      Branch: perl
50462            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50463            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50464 ____________________________________________________________________________
50465 [  9866] By: jhi                                   on 2001/04/26  21:12:31
50466         Log: Subject: [PATCH B::Deparse] fix easy bugs
50467              From: Robin Houston <robin@kitsite.com>
50468              Date: Thu, 26 Apr 2001 23:03:33 +0100
50469              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
50470      Branch: perl
50471            ! ext/B/B/Deparse.pm
50472 ____________________________________________________________________________
50473 [  9865] By: jhi                                   on 2001/04/26  20:26:13
50474         Log: Update Changes.
50475      Branch: perl
50476            ! Changes patchlevel.h
50477 ____________________________________________________________________________
50478 [  9864] By: jhi                                   on 2001/04/26  19:27:48
50479         Log: Dethinko from Robin Houston.
50480      Branch: perl
50481            ! ext/B/B/Deparse.pm
50482 ____________________________________________________________________________
50483 [  9863] By: jhi                                   on 2001/04/26  19:10:35
50484         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
50485              From: Robin Houston <robin@kitsite.com>
50486              Date: Thu, 26 Apr 2001 21:08:32 +0100
50487              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
50488      Branch: perl
50489            ! ext/B/B/Deparse.pm
50490 ____________________________________________________________________________
50491 [  9862] By: jhi                                   on 2001/04/26  19:04:23
50492         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50493              From: Robin Houston <robin@kitsite.com>
50494              Date: Thu, 26 Apr 2001 20:52:50 +0100
50495              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
50496      Branch: perl
50497            ! ext/B/B/Deparse.pm
50498 ____________________________________________________________________________
50499 [  9861] By: jhi                                   on 2001/04/26  18:56:14
50500         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
50501              From: Mike Guy <mjtg@cam.ac.uk>
50502              Date: Thu, 26 Apr 2001 14:22:40 +0100
50503              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
50504      Branch: perl
50505            ! pod/perlobj.pod
50506 ____________________________________________________________________________
50507 [  9860] By: jhi                                   on 2001/04/26  18:46:42
50508         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50509              From: Robin Houston <robin@kitsite.com>
50510              Date: Thu, 26 Apr 2001 20:34:29 +0100
50511              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
50512              
50513              Hashes do not interpolate.
50514      Branch: perl
50515            ! ext/B/B/Deparse.pm
50516 ____________________________________________________________________________
50517 [  9859] By: jhi                                   on 2001/04/26  18:43:51
50518         Log: Subject: The Time::Piece conspiracy unmasked!!!
50519              From: Mike Guy <mjtg@cam.ac.uk>
50520              Date: Thu, 26 Apr 2001 19:02:50 +0100
50521              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
50522              
50523              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
50524              From: Mike Guy <mjtg@cam.ac.uk>
50525              Date: Thu, 26 Apr 2001 19:08:21 +0100
50526              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
50527              
50528              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
50529              From: Graham Barr <gbarr@pobox.com>
50530              Date: Thu, 26 Apr 2001 19:12:03 +0100
50531              Message-ID: <20010426191203.A70835@pobox.com>
50532              
50533              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
50534      Branch: perl
50535            ! ext/List/Util/lib/List/Util.pm
50536            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
50537 ____________________________________________________________________________
50538 [  9858] By: jhi                                   on 2001/04/26  18:17:42
50539         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
50540              From: Robin Houston <robin@kitsite.com>
50541              Date: Thu, 26 Apr 2001 16:09:35 +0100
50542              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
50543      Branch: perl
50544            ! t/comp/proto.t
50545 ____________________________________________________________________________
50546 [  9857] By: jhi                                   on 2001/04/26  18:04:59
50547         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50548              From: barries <barries@slaysys.com>
50549              Date: Thu, 26 Apr 2001 12:01:10 -0400
50550              Message-ID: <20010426120110.E29698@jester.slaysys.com>
50551      Branch: perl
50552            ! pod/perldiag.pod
50553 ____________________________________________________________________________
50554 [  9856] By: jhi                                   on 2001/04/26  18:03:33
50555         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
50556              Date: Thu, 26 Apr 2001 17:13:41 +0100
50557              From: Robin Houston <robin@kitsite.com>
50558              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
50559              
50560              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50561              From: Robin Houston <robin@kitsite.com>
50562              Date: Thu, 26 Apr 2001 18:44:29 +0100
50563              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
50564      Branch: perl
50565            ! ext/B/B/Deparse.pm
50566 ____________________________________________________________________________
50567 [  9855] By: jhi                                   on 2001/04/26  17:56:04
50568         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
50569              From: Robin Houston <robin@kitsite.com>
50570              Date: Thu, 26 Apr 2001 17:04:08 +0100
50571              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
50572      Branch: perl
50573            ! ext/B/B/Deparse.pm
50574 ____________________________________________________________________________
50575 [  9854] By: jhi                                   on 2001/04/26  17:47:26
50576         Log: Subject: Re: Short test case for undef %stash:: crash
50577              From: Benjamin Sugars <bsugars@canoe.ca> 
50578              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
50579              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
50580              Changed and moved the perldiag entry.
50581      Branch: perl
50582            ! gv.c pod/perldiag.pod
50583 ____________________________________________________________________________
50584 [  9853] By: jhi                                   on 2001/04/26  14:35:16
50585         Log: Beginnings of strptime().  Do not touch the wet paint.
50586      Branch: perl
50587            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
50588 ____________________________________________________________________________
50589 [  9852] By: jhi                                   on 2001/04/26  13:17:21
50590         Log: Retract #9851, core dumps from pod2man.
50591      Branch: perl
50592            ! regcomp.c
50593 ____________________________________________________________________________
50594 [  9851] By: jhi                                   on 2001/04/26  11:54:41
50595         Log: (Retracted by #9852.)
50596              
50597              Subject: [PATCH @9846] dumping ANYOF
50598              From: Hugo <hv@crypt.compulink.co.uk>
50599              Date: Thu, 26 Apr 2001 05:32:38 +0100
50600              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
50601      Branch: perl
50602            ! regcomp.c
50603 ____________________________________________________________________________
50604 [  9850] By: jhi                                   on 2001/04/26  02:34:44
50605         Log: If ccflags was empty the _previous_ $* containing all the
50606              environment variables and Configure variables was used,
50607              which lead, among other bad things, into $ccflags being your
50608              uname -a output, which lead into test compile with cc failing,
50609              which lead into gcc being selected, which didn't work that well
50610              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
50611              with large files, et cetera.
50612      Branch: perl
50613            ! hints/hpux.sh
50614 ____________________________________________________________________________
50615 [  9849] By: jhi                                   on 2001/04/26  01:44:57
50616         Log: Make selfstubber test more portable.
50617      Branch: perl
50618            ! t/lib/selfstubber.t
50619 ____________________________________________________________________________
50620 [  9848] By: jhi                                   on 2001/04/26  00:50:26
50621         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
50622              From: Benjamin Sugars <ben.sugars@home.com>
50623              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
50624              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
50625      Branch: perl
50626            ! ext/Cwd/Cwd.xs
50627 ____________________________________________________________________________
50628 [  9847] By: jhi                                   on 2001/04/26  00:46:58
50629         Log: Subject: [PATCH: perl@9841] VMS updates
50630              From: Peter Prymmer <pvhp@forte.com>
50631              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
50632              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
50633      Branch: perl
50634            ! README.vms configure.com vms/descrip_mms.template
50635            ! vms/ext/filespec.t
50636 ____________________________________________________________________________
50637 [  9846] By: jhi                                   on 2001/04/26  00:11:56
50638         Log: re 'debug' was broken by #9084.
50639      Branch: perl
50640            ! ext/re/re.xs
50641 ____________________________________________________________________________
50642 [  9845] By: jhi                                   on 2001/04/25  22:33:17
50643         Log: Subject: [PATCH] test for Devel::SelfStubber
50644              From: Nicholas Clark <nick@ccl4.org>
50645              Date: Thu, 26 Apr 2001 00:00:54 +0100
50646              Message-ID: <20010426000054.D89026@plum.flirble.org>
50647      Branch: perl
50648            + t/lib/selfstubber.t
50649            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
50650 ____________________________________________________________________________
50651 [  9844] By: jhi                                   on 2001/04/25  22:29:32
50652         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
50653              From: Paul Johnson <paul@pjcj.net>
50654              Date: Thu, 26 Apr 2001 00:46:08 +0200
50655              Message-ID: <20010426004608.H2338@pjcj.net>
50656      Branch: perl
50657            ! ext/B/B/Concise.pm
50658 ____________________________________________________________________________
50659 [  9843] By: jhi                                   on 2001/04/25  22:28:28
50660         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
50661              From: Peter Prymmer <pvhp@forte.com>
50662              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
50663              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
50664      Branch: perl
50665            ! ext/Cwd/Cwd.xs
50666 ____________________________________________________________________________
50667 [  9842] By: jhi                                   on 2001/04/25  20:58:12
50668         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
50669              From: John Peacock <jpeacock@rowman.com>
50670              Date: Wed, 25 Apr 2001 17:30:26 -0400
50671              Message-ID: <3AE741F2.B3217464@rowman.com>
50672      Branch: perl
50673            ! lib/Math/BigInt.pm t/lib/bigintpm.t
50674 ____________________________________________________________________________
50675 [  9841] By: jhi                                   on 2001/04/25  20:07:05
50676         Log: Update Changes.
50677      Branch: perl
50678            ! Changes patchlevel.h
50679 ____________________________________________________________________________
50680 [  9840] By: jhi                                   on 2001/04/25  19:56:51
50681         Log: Yet another HP-UX hints version from Merijn.
50682      Branch: perl
50683            ! hints/hpux.sh
50684 ____________________________________________________________________________
50685 [  9839] By: jhi                                   on 2001/04/25  19:53:04
50686         Log: abs_path() didn't terminate the filename correctly,
50687              in DIRNAMLENless systems like HP-UX this would fail.
50688      Branch: perl
50689            ! ext/Cwd/Cwd.xs
50690 ____________________________________________________________________________
50691 [  9838] By: jhi                                   on 2001/04/25  16:37:26
50692         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50693              From: Mike Guy <mjtg@cam.ac.uk>
50694              Date: Wed, 25 Apr 2001 18:31:47 +0100
50695              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
50696      Branch: perl
50697            ! op.c
50698 ____________________________________________________________________________
50699 [  9837] By: jhi                                   on 2001/04/25  16:21:53
50700         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
50701              From: Jon Eveland <jweveland@yahoo.com>
50702              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
50703              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
50704      Branch: perl
50705            ! lib/perl5db.pl
50706 ____________________________________________________________________________
50707 [  9836] By: jhi                                   on 2001/04/25  14:17:50
50708         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
50709              From: "Philip Newton" <pnewton@gmx.de>
50710              Date: Wed, 25 Apr 2001 17:05:58 +0200
50711              Message-ID: <3AE703F6.3234.1833C45@localhost>
50712      Branch: perl
50713            ! Porting/patching.pod
50714 ____________________________________________________________________________
50715 [  9835] By: jhi                                   on 2001/04/25  13:58:07
50716         Log: It would seem that both ar and full_ar need to be overridden
50717              for HP-UX to avoid the GNU ar.
50718      Branch: perl
50719            ! hints/hpux.sh
50720 ____________________________________________________________________________
50721 [  9834] By: jhi                                   on 2001/04/25  13:50:40
50722         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
50723              From: "Philip Newton" <pnewton@gmx.de>
50724              Date: Wed, 25 Apr 2001 16:09:23 +0200
50725              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
50726              
50727              Detypo.
50728      Branch: perl
50729            ! t/op/misc.t
50730 ____________________________________________________________________________
50731 [  9833] By: jhi                                   on 2001/04/25  12:36:11
50732         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
50733      Branch: perl
50734            ! hints/hpux.sh
50735 ____________________________________________________________________________
50736 [  9832] By: jhi                                   on 2001/04/25  12:33:36
50737         Log: New version of HP-UX hints from Merijn.
50738      Branch: perl
50739            ! hints/hpux.sh
50740 ____________________________________________________________________________
50741 [  9831] By: jhi                                   on 2001/04/25  03:39:45
50742         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
50743      Branch: perl
50744            ! hints/hpux.sh
50745 ____________________________________________________________________________
50746 [  9830] By: jhi                                   on 2001/04/25  02:53:25
50747         Log: The tzname[] bit is not needed by util.c -- and causes
50748              heartburn in VMS (and it missing was probably the cause of
50749              the Mac OS X trouble).  Ouch.
50750      Branch: perl
50751            ! ext/POSIX/POSIX.xs util.c
50752 ____________________________________________________________________________
50753 [  9829] By: jhi                                   on 2001/04/25  00:10:06
50754         Log: Metaconfig unit change for #9828.
50755      Branch: metaconfig
50756            ! U/compline/ccflags.U
50757 ____________________________________________________________________________
50758 [  9828] By: jhi                                   on 2001/04/25  00:04:18
50759         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
50760              (which is actually the reason for the change, we need to pass
50761              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
50762              EP/IX, OS/2, and TitanOS, based on the hints files.
50763      Branch: perl
50764            ! Configure config_h.SH
50765 ____________________________________________________________________________
50766 [  9827] By: jhi                                   on 2001/04/24  23:49:20
50767         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
50768              the $cat must have an absolute path.
50769      Branch: perl
50770            ! makedepend.SH
50771 ____________________________________________________________________________
50772 [  9826] By: jhi                                   on 2001/04/24  23:40:53
50773         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
50774      Branch: perl
50775            ! README.amiga
50776 ____________________________________________________________________________
50777 [  9825] By: jhi                                   on 2001/04/24  23:35:35
50778         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
50779              From: "Philip Newton" <pnewton@gmx.de>
50780              Date: Tue, 24 Apr 2001 18:52:49 +0200
50781              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
50782      Branch: perl
50783            ! x2p/find2perl.PL
50784 ____________________________________________________________________________
50785 [  9824] By: jhi                                   on 2001/04/24  23:33:07
50786         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
50787              Some gcc specifics dropped out due to extensive rewriting;
50788              will be put back later as needed.
50789      Branch: perl
50790            ! hints/hpux.sh
50791 ____________________________________________________________________________
50792 [  9823] By: jhi                                   on 2001/04/24  23:27:57
50793         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
50794      Branch: perl
50795            ! ext/POSIX/POSIX.xs
50796 ____________________________________________________________________________
50797 [  9822] By: jhi                                   on 2001/04/24  23:25:21
50798         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
50799              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50800              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
50801              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
50802      Branch: perl
50803            ! ext/XS/Typemap/Typemap.xs
50804 ____________________________________________________________________________
50805 [  9821] By: jhi                                   on 2001/04/24  23:24:10
50806         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
50807              From: "Abigail" <abigail@foad.org>
50808              Date: Tue, 24 Apr 2001 23:12:03 +0200
50809              Message-ID: <20010424211203.7901.qmail@foad.org>
50810      Branch: perl
50811            ! pod/perlport.pod
50812 ____________________________________________________________________________
50813 [  9820] By: jhi                                   on 2001/04/24  23:23:15
50814         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
50815              From: Matt Sergeant <matt@sergeant.org>
50816              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
50817              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
50818      Branch: perl
50819            ! pod/perlfaq4.pod
50820 ____________________________________________________________________________
50821 [  9819] By: nick                                  on 2001/04/24  18:49:43
50822         Log: Integrate mainline.
50823      Branch: perlio
50824           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
50825           !> (integrate 37 files)
50826 ____________________________________________________________________________
50827 [  9818] By: jhi                                   on 2001/04/24  14:35:23
50828         Log: Update Changes.
50829      Branch: perl
50830            ! Changes patchlevel.h
50831 ____________________________________________________________________________
50832 [  9817] By: jhi                                   on 2001/04/24  14:09:17
50833         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
50834              From: "Philip Newton" <pnewton@gmx.de>
50835              Date: Tue, 24 Apr 2001 12:58:12 +0200
50836              Message-ID: <3AE57864.8304.B77A0A@localhost> 
50837              
50838              plus add CPAN to the list of modules that have their own tests.
50839      Branch: perl
50840            ! t/lib/1_compile.t
50841 ____________________________________________________________________________
50842 [  9816] By: jhi                                   on 2001/04/24  14:07:03
50843         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
50844              From: Michael G Schwern <schwern@pobox.com>
50845              Date: Sat, 21 Apr 2001 22:35:00 +0100
50846              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
50847      Branch: perl
50848            ! t/lib/1_compile.t
50849 ____________________________________________________________________________
50850 [  9815] By: jhi                                   on 2001/04/24  13:54:32
50851         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
50852              From: Robin Houston <robin@kitsite.com>
50853              Date: Tue, 24 Apr 2001 15:51:18 +0100
50854              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
50855      Branch: perl
50856            ! ext/B/B/Deparse.pm
50857 ____________________________________________________________________________
50858 [  9814] By: jhi                                   on 2001/04/24  13:17:34
50859         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50860              From: Bill Glicker <billg@burrelles.com>
50861              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
50862              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
50863      Branch: perl
50864            ! hints/svr5.sh
50865 ____________________________________________________________________________
50866 [  9813] By: jhi                                   on 2001/04/24  12:54:23
50867         Log: Prevent path disclosure (probing for existence of filenames)
50868              using suidperl; bug id 20010322.218.
50869      Branch: perl
50870            ! perl.c pod/perldiag.pod
50871 ____________________________________________________________________________
50872 [  9812] By: jhi                                   on 2001/04/24  12:08:36
50873         Log: Retract #9811.
50874      Branch: perl
50875            ! ext/POSIX/POSIX.xs
50876 ____________________________________________________________________________
50877 [  9811] By: jhi                                   on 2001/04/24  11:57:35
50878         Log: (Retracted by #9812.)
50879      Branch: perl
50880            ! ext/POSIX/POSIX.xs
50881 ____________________________________________________________________________
50882 [  9810] By: jhi                                   on 2001/04/24  03:32:35
50883         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
50884      Branch: perl
50885            ! util.c
50886 ____________________________________________________________________________
50887 [  9809] By: jhi                                   on 2001/04/24  03:16:13
50888         Log: The Math::BigFloat::import() was broken.
50889              (Fixes bug id 20010422.002.)
50890      Branch: perl
50891            ! lib/Math/BigFloat.pm
50892 ____________________________________________________________________________
50893 [  9808] By: jhi                                   on 2001/04/24  01:11:40
50894         Log: Additional dependencies; should help for parallel makes
50895              not to fail on missing lib/lib.pm or lib/re.pm.
50896      Branch: perl
50897            ! Makefile.SH
50898 ____________________________________________________________________________
50899 [  9807] By: jhi                                   on 2001/04/24  00:57:01
50900         Log: Update the test failure disclaimer.
50901      Branch: perl
50902            ! t/pragma/warn/pp_hot
50903 ____________________________________________________________________________
50904 [  9806] By: jhi                                   on 2001/04/24  00:54:04
50905         Log: Add make target "install-all" which is alias for "install"
50906              to cater for case-preserving filesystems like HFS+.
50907      Branch: perl
50908            ! INSTALL Makefile.SH
50909 ____________________________________________________________________________
50910 [  9805] By: jhi                                   on 2001/04/24  00:47:28
50911         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
50912              From: Peter Prymmer <pvhp@forte.com>
50913              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
50914              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
50915              
50916              (Ken William's message forwarded from macosx@perl.org)
50917      Branch: perl
50918            ! hints/darwin.sh
50919 ____________________________________________________________________________
50920 [  9804] By: jhi                                   on 2001/04/23  23:57:35
50921         Log: Cut-and-pasto.
50922      Branch: perl
50923            ! perlio.c
50924 ____________________________________________________________________________
50925 [  9803] By: jhi                                   on 2001/04/23  23:52:25
50926         Log: More PerlIO robustness.
50927      Branch: perl
50928            ! perlio.c
50929 ____________________________________________________________________________
50930 [  9802] By: jhi                                   on 2001/04/23  23:43:35
50931         Log: Make the "STD* opened only for ..." errors more consistent.
50932      Branch: perl
50933            ! doio.c
50934 ____________________________________________________________________________
50935 [  9801] By: jhi                                   on 2001/04/23  23:34:26
50936         Log: Test case for #9800.
50937      Branch: perl
50938            ! t/op/misc.t
50939 ____________________________________________________________________________
50940 [  9800] By: jhi                                   on 2001/04/23  23:14:43
50941         Log: Avoid coredump on 'close STDERR; die' by making
50942              the PerlIO calls more robust.  Also use SETERRNO()
50943              instead of errno = to be more VMS-ready.
50944      Branch: perl
50945            ! perlio.c
50946 ____________________________________________________________________________
50947 [  9799] By: jhi                                   on 2001/04/23  21:41:10
50948         Log: Subject: test for ID 20010423.002
50949              From: Robin Houston <robin@kitsite.com>
50950              Date: Mon, 23 Apr 2001 16:52:21 +0100
50951              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
50952      Branch: perl
50953            ! t/op/avhv.t
50954 ____________________________________________________________________________
50955 [  9798] By: jhi                                   on 2001/04/23  21:40:07
50956         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
50957              From: David Dyck <dcd@tc.fluke.com>
50958              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
50959              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
50960      Branch: perl
50961            ! installperl
50962 ____________________________________________________________________________
50963 [  9797] By: jhi                                   on 2001/04/23  21:37:56
50964         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
50965              From: Benjamin Sugars <bsugars@canoe.ca>
50966              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
50967              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
50968      Branch: perl
50969            ! ext/Cwd/Cwd.xs lib/Cwd.pm
50970 ____________________________________________________________________________
50971 [  9796] By: jhi                                   on 2001/04/23  21:29:24
50972         Log: Synchronize h2xs and pod2man some more on the documentation
50973              templates they propose.
50974      Branch: perl
50975            ! pod/pod2man.PL utils/h2xs.PL
50976 ____________________________________________________________________________
50977 [  9795] By: jhi                                   on 2001/04/23  17:30:40
50978         Log: Add one more naughty test for base64; make encoding logic cleaner.
50979      Branch: perl
50980            ! t/lib/mimeb64.t
50981 ____________________________________________________________________________
50982 [  9794] By: jhi                                   on 2001/04/23  13:51:32
50983         Log: Update Changes.
50984      Branch: perl
50985            ! Changes patchlevel.h
50986 ____________________________________________________________________________
50987 [  9793] By: jhi                                   on 2001/04/23  13:44:18
50988         Log: Duplicate lines.
50989      Branch: perl
50990            ! MANIFEST
50991 ____________________________________________________________________________
50992 [  9792] By: jhi                                   on 2001/04/23  13:39:13
50993         Log: Subject: Re: PATCH 5.7.1
50994              From: Mark-Jason Dominus <mjd@plover.com>
50995              Date: Mon, 23 Apr 2001 10:30:21 -0400
50996              Message-ID: <20010423143021.17335.qmail@plover.com>
50997      Branch: perl
50998            ! perl.h sv.c
50999 ____________________________________________________________________________
51000 [  9791] By: jhi                                   on 2001/04/23  13:32:40
51001         Log: Add the CPAN.pm 1.59_54 tests.
51002      Branch: perl
51003            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
51004            ! MANIFEST
51005 ____________________________________________________________________________
51006 [  9790] By: jhi                                   on 2001/04/23  13:21:55
51007         Log: Subject: Deparse nit
51008              From: Robin Houston <robin@kitsite.com>
51009              Date: Mon, 23 Apr 2001 12:38:20 +0100
51010              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
51011      Branch: perl
51012            ! ext/B/B/Deparse.pm
51013 ____________________________________________________________________________
51014 [  9789] By: jhi                                   on 2001/04/23  13:19:07
51015         Log: Subject: [PATCH] bug 20010423.002
51016              From: Robin Houston <robin@kitsite.com>
51017              Date: Mon, 23 Apr 2001 13:12:30 +0100
51018              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
51019      Branch: perl
51020            ! pp.c
51021 ____________________________________________________________________________
51022 [  9788] By: jhi                                   on 2001/04/23  13:02:49
51023         Log: Subject: PATCH [5.7.1] hv.c unused #define
51024              From: Mark-Jason Dominus <mjd@plover.com>
51025              Date: Sun, 22 Apr 2001 14:17:49 -0400
51026              Message-ID: <20010422181749.26976.qmail@plover.com>
51027      Branch: perl
51028            ! hv.c
51029 ____________________________________________________________________________
51030 [  9787] By: jhi                                   on 2001/04/23  13:02:02
51031         Log: Subject: PATCH 5.7.1
51032              From: Mark-Jason Dominus <mjd@plover.com>
51033              Date: Sun, 22 Apr 2001 15:12:57 -0400
51034              Message-ID: <20010422191258.6539.qmail@plover.com>
51035              
51036              plus Sarathy's STMT_START + STMT_END suggestion.
51037      Branch: perl
51038            ! perl.h
51039 ____________________________________________________________________________
51040 [  9786] By: jhi                                   on 2001/04/23  12:53:25
51041         Log: Fix for
51042              
51043              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
51044              From: dLux <dlux@spam.sch.bme.hu>
51045              Date: Mon, 23 Apr 2001 01:25:26 +0200
51046              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
51047              
51048              (SvGROW really does return a char *.)
51049      Branch: perl
51050            ! pod/perlapi.pod sv.h
51051 ____________________________________________________________________________
51052 [  9785] By: jhi                                   on 2001/04/23  04:34:04
51053         Log: Time::Piece work continues.  $t->day removed since
51054              I think it's too confusing.  Now has normal and
51055              abbreviated length weekday names and month names,
51056              the names change with _names(), not _list().
51057              Now has strftime() in Perl, _strftime() is
51058              the libc version (to which strftime() falls back
51059              if it doesn't know the format.  To do: the reverse
51060              of strftime, strptime(), and the localisation of both.
51061      Branch: perl
51062            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
51063            ! t/lib/time-piece.t
51064 ____________________________________________________________________________
51065 [  9784] By: jhi                                   on 2001/04/23  02:41:46
51066         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
51067              From: andreas.koenig@anima.de (Andreas J. Koenig)
51068              Date: 23 Apr 2001 05:20:55 +0200
51069              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
51070      Branch: perl
51071            ! t/pragma/overload.t
51072 ____________________________________________________________________________
51073 [  9783] By: jhi                                   on 2001/04/22  23:32:42
51074         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
51075              From: Robin Houston <robin@kitsite.com>
51076              Date: Mon, 23 Apr 2001 00:38:18 +0100
51077              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
51078      Branch: perl
51079            ! ext/B/B/Deparse.pm
51080 ____________________________________________________________________________
51081 [  9782] By: jhi                                   on 2001/04/22  20:55:43
51082         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
51083              From: Simon Cozens <simon@netthink.co.uk>
51084              Date: Sun, 22 Apr 2001 18:47:25 +0100
51085              Message-ID: <20010422184725.A14411@netthink.co.uk>
51086      Branch: perl
51087            ! sv.c t/pragma/overload.t
51088 ____________________________________________________________________________
51089 [  9781] By: jhi                                   on 2001/04/22  20:52:13
51090         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
51091              From: Robin Houston <robin@kitsite.com>
51092              Date: Sun, 22 Apr 2001 22:14:50 +0100
51093              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
51094      Branch: perl
51095            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
51096 ____________________________________________________________________________
51097 [  9780] By: nick                                  on 2001/04/22  20:40:31
51098         Log: Integrate mainline.
51099      Branch: perlio
51100           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
51101           +> t/lib/b-stash.t
51102           !> (integrate 38 files)
51103 ____________________________________________________________________________
51104 [  9779] By: jhi                                   on 2001/04/22  15:16:03
51105         Log: Subject: IO::Socket::INET patch
51106              From: andrew deryabin <djsf@technarchy.ru>
51107              Date: Sat, 21 Apr 2001 17:46:52 +0400
51108              Message-ID: <20010421174652.B1426@technarchy>
51109      Branch: perl
51110            ! ext/IO/lib/IO/Socket/INET.pm
51111 ____________________________________________________________________________
51112 [  9778] By: jhi                                   on 2001/04/22  15:14:33
51113         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
51114              From: Mark-Jason Dominus <mjd@plover.com>
51115              Date: Sat, 21 Apr 2001 21:27:49 -0400
51116              Message-ID: <20010422012749.27024.qmail@plover.com>
51117      Branch: perl
51118            ! regcomp.c
51119 ____________________________________________________________________________
51120 [  9777] By: jhi                                   on 2001/04/22  15:10:51
51121         Log: Subject: Re: Regex debugger patch 
51122              From: Mark-Jason Dominus <mjd@plover.com>
51123              Date: Sat, 21 Apr 2001 21:48:51 -0400
51124              Message-ID: <20010422014851.27165.qmail@plover.com>
51125      Branch: perl
51126            ! pod/perldebguts.pod
51127 ____________________________________________________________________________
51128 [  9776] By: jhi                                   on 2001/04/22  15:09:48
51129         Log: Subject: Re: Regex debugger patch
51130              From: Mark-Jason Dominus <mjd@plover.com>
51131              Date: Sat, 21 Apr 2001 14:24:39 -0400
51132              Message-ID: <20010421182439.16508.qmail@plover.com>
51133              
51134              Regex debugger backend.
51135      Branch: perl
51136            ! regcomp.c regexp.h
51137 ____________________________________________________________________________
51138 [  9775] By: jhi                                   on 2001/04/21  16:45:40
51139         Log: Subject: [PATCH] Typo in utf8.h
51140              From: Jesús Quiroga <jquiroga@pobox.com>
51141              Date: Sat, 21 Apr 2001 19:25:33 +0200
51142              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
51143      Branch: perl
51144            ! utf8.h
51145 ____________________________________________________________________________
51146 [  9774] By: jhi                                   on 2001/04/21  16:43:52
51147         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
51148              From: Joe Orton <jorton@redhat.com>
51149              Date: Tue, 17 Apr 2001 15:50:43 +0100
51150              Message-Id: <20010417155043.D19132@eu.c2.net>
51151      Branch: perl
51152            ! hints/svr5.sh
51153 ____________________________________________________________________________
51154 [  9773] By: jhi                                   on 2001/04/21  15:30:15
51155         Log: Subject: Patch utils/h2xs.PL
51156              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51157              Date: Sat, 21 Apr 2001 10:32:16 -0500
51158              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
51159              
51160              Add MAILING list and LICENSE templates.
51161      Branch: perl
51162            ! utils/h2xs.PL
51163 ____________________________________________________________________________
51164 [  9772] By: jhi                                   on 2001/04/21  15:28:36
51165         Log: Subject: perlfaq2.patch for 5.7.1
51166              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51167              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
51168              Date: Fri, 20 Apr 2001 16:42:19 -0500
51169              
51170              rm an extra tab, a blurb about the xx.cpan to clarify
51171              which countries actually have that and dejanews is history
51172              as well as most of that nonsensical entry.
51173      Branch: perl
51174            ! pod/perlfaq2.pod
51175 ____________________________________________________________________________
51176 [  9771] By: jhi                                   on 2001/04/21  15:27:17
51177         Log: Subject: perlfaq1.patch for 5.7.1
51178              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51179              Date: Fri, 20 Apr 2001 16:57:36 -0500
51180              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
51181              
51182              Evil URLs must die. Especially when they are broken.
51183      Branch: perl
51184            ! pod/perlfaq1.pod
51185 ____________________________________________________________________________
51186 [  9770] By: jhi                                   on 2001/04/21  15:23:38
51187         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
51188              From: Michael G Schwern <schwern@pobox.com>
51189              Date: Sat, 21 Apr 2001 16:11:12 +0100
51190              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
51191      Branch: perl
51192            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
51193            + t/lib/b-stash.t
51194            ! MANIFEST ext/B/B.pm t/lib/b.t
51195 ____________________________________________________________________________
51196 [  9769] By: jhi                                   on 2001/04/21  15:03:32
51197         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
51198              From: Michael G Schwern <schwern@pobox.com>
51199              Date: Sat, 21 Apr 2001 09:48:00 +0100
51200              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
51201      Branch: perl
51202            ! utils/h2ph.PL
51203 ____________________________________________________________________________
51204 [  9768] By: jhi                                   on 2001/04/21  14:33:49
51205         Log: PerlIO and Encode doc cleanup and tweaks.
51206      Branch: perl
51207            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
51208            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
51209 ____________________________________________________________________________
51210 [  9767] By: jhi                                   on 2001/04/21  12:40:16
51211         Log: Integrate perlio.
51212      Branch: perl
51213           !> doio.c
51214 ____________________________________________________________________________
51215 [  9766] By: nick                                  on 2001/04/20  18:28:35
51216         Log: Avoid core dump on
51217              open(STDOUT,">",\$foo);
51218      Branch: perlio
51219            ! doio.c
51220 ____________________________________________________________________________
51221 [  9765] By: jhi                                   on 2001/04/20  13:23:43
51222         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
51223              From: Robin Houston <robin@kitsite.com>
51224              Date: Fri, 20 Apr 2001 14:29:22 +0100
51225              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
51226      Branch: perl
51227            ! ext/B/B.pm ext/B/B/Deparse.pm
51228 ____________________________________________________________________________
51229 [  9764] By: jhi                                   on 2001/04/20  13:19:33
51230         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
51231              From: Peter Prymmer <pvhp@forte.com>
51232              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
51233              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
51234      Branch: perl
51235            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
51236            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51237            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51238            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51239 ____________________________________________________________________________
51240 [  9763] By: jhi                                   on 2001/04/20  12:36:39
51241         Log: Subject: Re: A new PerlIO coredump
51242              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51243              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
51244              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
51245      Branch: perl
51246            ! doio.c
51247 ____________________________________________________________________________
51248 [  9762] By: jhi                                   on 2001/04/19  23:02:30
51249         Log: Update Changes.
51250      Branch: perl
51251            ! Changes patchlevel.h
51252 ____________________________________________________________________________
51253 [  9761] By: jhi                                   on 2001/04/19  22:59:19
51254         Log: More cleanup cleanup.
51255      Branch: perl
51256            ! Makefile.SH win32/Makefile win32/makefile.mk
51257 ____________________________________________________________________________
51258 [  9760] By: jhi                                   on 2001/04/19  22:50:31
51259         Log: lib/Time is non-empty, let's not rmdir it.
51260      Branch: perl
51261            ! Makefile.SH
51262 ____________________________________________________________________________
51263 [  9759] By: jhi                                   on 2001/04/19  22:36:51
51264         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
51265              From: Robin Houston <robin@kitsite.com>
51266              Date: Fri, 20 Apr 2001 00:18:53 +0100
51267              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
51268      Branch: perl
51269            ! ext/B/B/Deparse.pm
51270 ____________________________________________________________________________
51271 [  9758] By: jhi                                   on 2001/04/19  22:36:00
51272         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
51273              From: Peter Prymmer <pvhp@forte.com>
51274              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
51275              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
51276      Branch: perl
51277            ! ext/Cwd/Cwd.xs
51278 ____________________________________________________________________________
51279 [  9757] By: nick                                  on 2001/04/19  18:53:54
51280         Log: Blind (untested) integrate of mainline.
51281      Branch: perlio
51282           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
51283           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
51284           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
51285           !> (integrate 53 files)
51286 ____________________________________________________________________________
51287 [  9756] By: jhi                                   on 2001/04/19  16:59:23
51288         Log: Document and test Time::Piece.
51289      Branch: perl
51290            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
51291            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
51292 ____________________________________________________________________________
51293 [  9755] By: jhi                                   on 2001/04/19  12:13:29
51294         Log: A better fix for the \x{12345678} trouble from NI-S.
51295      Branch: perl
51296            ! utf8.c
51297 ____________________________________________________________________________
51298 [  9754] By: jhi                                   on 2001/04/19  11:56:07
51299         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
51300              From: Robin Houston <robin@kitsite.com>
51301              Date: Wed, 18 Apr 2001 17:58:33 +0100
51302              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
51303      Branch: perl
51304            ! ext/B/B/Deparse.pm op.c
51305 ____________________________________________________________________________
51306 [  9753] By: jhi                                   on 2001/04/19  04:21:52
51307         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
51308              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
51309              Date: Thu, 19 Apr 2001 01:11:41 -0400
51310              Message-ID: <20010419011141.A5798@cpan.org>
51311      Branch: perl
51312            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
51313 ____________________________________________________________________________
51314 [  9752] By: jhi                                   on 2001/04/19  02:41:10
51315         Log: The new time utils need to be thread-aware, too.
51316      Branch: perl
51317            ! util.c
51318 ____________________________________________________________________________
51319 [  9751] By: jhi                                   on 2001/04/19  02:26:47
51320         Log: Compilation nit noticed by AIX compiler.
51321      Branch: perl
51322            ! perlio.c
51323 ____________________________________________________________________________
51324 [  9750] By: jhi                                   on 2001/04/19  02:20:06
51325         Log: The new time utils need to be public.
51326      Branch: perl
51327            ! embed.pl
51328 ____________________________________________________________________________
51329 [  9749] By: jhi                                   on 2001/04/19  01:42:39
51330         Log: Regen toc.
51331      Branch: perl
51332            ! pod/perltoc.pod
51333 ____________________________________________________________________________
51334 [  9748] By: jhi                                   on 2001/04/19  01:41:10
51335         Log: Add Time::Piece, a slight rewrite of Time::Object,
51336              from Matt Sergeant.
51337      Branch: perl
51338            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
51339            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
51340            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
51341            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
51342            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
51343            ! win32/makefile.mk
51344 ____________________________________________________________________________
51345 [  9747] By: jhi                                   on 2001/04/19  00:55:35
51346         Log: The new metaconfig unit from strftime.
51347      Branch: metaconfig/U/perl
51348            + d_strftime.U
51349 ____________________________________________________________________________
51350 [  9746] By: jhi                                   on 2001/04/19  00:54:54
51351         Log: Move the strftime() wrapper from POSIX.xs to util.c
51352              as my_strftime(), requires HAS_STRFTIME.
51353      Branch: perl
51354            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51355            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
51356            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
51357            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51358            ! vos/config.ga.h win32/config.bc win32/config.gc
51359            ! win32/config.vc
51360 ____________________________________________________________________________
51361 [  9745] By: jhi                                   on 2001/04/18  23:11:03
51362         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
51363              in preparation of Time::Piece.
51364      Branch: perl
51365            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
51366 ____________________________________________________________________________
51367 [  9744] By: jhi                                   on 2001/04/18  22:33:12
51368         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
51369              From: Peter Prymmer <pvhp@forte.com>
51370              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
51371              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
51372      Branch: perl
51373            ! t/lib/exporter.t
51374 ____________________________________________________________________________
51375 [  9743] By: jhi                                   on 2001/04/18  22:32:23
51376         Log: Subject: Fwd: pod2html leaves cache files lying around?
51377              From: Rajesh Vaidheeswarran <rv@gnu.org>
51378              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
51379              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
51380      Branch: perl
51381            ! lib/Pod/Html.pm
51382 ____________________________________________________________________________
51383 [  9742] By: jhi                                   on 2001/04/18  20:31:49
51384         Log: Update Changes.
51385      Branch: perl
51386            ! Changes patchlevel.h
51387 ____________________________________________________________________________
51388 [  9741] By: jhi                                   on 2001/04/18  20:23:02
51389         Log: Declare hints only if needed.
51390      Branch: perl
51391            ! ext/B/B/Deparse.pm
51392 ____________________________________________________________________________
51393 [  9740] By: jhi                                   on 2001/04/18  19:06:05
51394         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
51395              bug noticed by Robin Houston; basically the code of detecting
51396              value wraparound was acting differently under different compilers
51397              and platforms.  The workaround is to remove the overflow check
51398              for now, a real fix would be to do the overflow (portably) right.
51399      Branch: perl
51400            ! t/op/pat.t utf8.c
51401 ____________________________________________________________________________
51402 [  9739] By: jhi                                   on 2001/04/18  19:01:23
51403         Log: Subject: [PATCH B::Deparse] some pragma support
51404              From: Robin Houston <robin@kitsite.com>
51405              Date: Wed, 18 Apr 2001 19:32:12 +0100
51406              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
51407      Branch: perl
51408            ! ext/B/B/Deparse.pm
51409 ____________________________________________________________________________
51410 [  9738] By: jhi                                   on 2001/04/18  15:16:37
51411         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
51412              From: Benjamin Sugars <bsugars@canoe.ca>
51413              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
51414              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
51415      Branch: perl
51416            ! t/op/glob.t
51417 ____________________________________________________________________________
51418 [  9737] By: jhi                                   on 2001/04/18  13:24:50
51419         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
51420              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51421              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
51422              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
51423      Branch: perl
51424            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
51425            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
51426 ____________________________________________________________________________
51427 [  9736] By: jhi                                   on 2001/04/18  04:15:14
51428         Log: The #9735 also changes the subtest 12.
51429      Branch: perl
51430            ! t/lib/b.t
51431 ____________________________________________________________________________
51432 [  9735] By: jhi                                   on 2001/04/18  03:55:17
51433         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
51434              From: David Dyck <dcd@tc.fluke.com>
51435              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
51436              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
51437      Branch: perl
51438            ! ext/B/B/Deparse.pm
51439 ____________________________________________________________________________
51440 [  9734] By: jhi                                   on 2001/04/18  03:54:11
51441         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
51442              From: Gisle Aas <gisle@ActiveState.com>
51443              Date: 17 Apr 2001 19:06:45 -0700
51444              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
51445      Branch: perl
51446            ! pp_hot.c t/op/misc.t
51447 ____________________________________________________________________________
51448 [  9733] By: jhi                                   on 2001/04/17  22:25:22
51449         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
51450              From: "Abigail" <abigail@foad.org>
51451              Date: Wed, 18 Apr 2001 01:17:46 +0200
51452              Message-ID: <20010417231746.21657.qmail@foad.org>
51453      Branch: perl
51454            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
51455 ____________________________________________________________________________
51456 [  9732] By: jhi                                   on 2001/04/17  20:47:56
51457         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
51458              From: Robin Houston <robin@kitsite.com>
51459              Date: Tue, 17 Apr 2001 22:37:42 +0100
51460              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
51461      Branch: perl
51462            ! ext/B/B/Deparse.pm
51463 ____________________________________________________________________________
51464 [  9731] By: nick                                  on 2001/04/17  20:46:35
51465         Log: Re-sync for t/lib/b.t fix
51466      Branch: perlio
51467           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
51468 ____________________________________________________________________________
51469 [  9730] By: jhi                                   on 2001/04/17  20:45:29
51470         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
51471              From: Robin Houston <robin@kitsite.com>
51472              Date: Tue, 17 Apr 2001 22:29:36 +0100
51473              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
51474      Branch: perl
51475            ! ext/B/B.xs ext/B/B/Deparse.pm
51476 ____________________________________________________________________________
51477 [  9729] By: jhi                                   on 2001/04/17  20:43:11
51478         Log: Subject: Deparse - parenthesise args to undeclared subs
51479              From: Robin Houston <robin@kitsite.com>
51480              Date: Tue, 17 Apr 2001 21:31:05 +0100
51481              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
51482      Branch: perl
51483            ! ext/B/B/Deparse.pm
51484 ____________________________________________________________________________
51485 [  9728] By: jhi                                   on 2001/04/17  18:57:30
51486         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
51487              From: Benjamin Sugars <ben.sugars@home.com>
51488              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
51489              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
51490      Branch: perl
51491            ! t/lib/cwd.t
51492 ____________________________________________________________________________
51493 [  9727] By: jhi                                   on 2001/04/17  18:20:20
51494         Log: Subject: [PATCH B::Deparse] ambient pragmas
51495              From: Robin Houston <robin@kitsite.com>
51496              Date: Tue, 17 Apr 2001 20:01:59 +0100
51497              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
51498      Branch: perl
51499            ! ext/B/B/Deparse.pm t/lib/b.t
51500 ____________________________________________________________________________
51501 [  9726] By: nick                                  on 2001/04/17  16:33:51
51502         Log: Integrate mainline (t/lib/b.t fails test 2...)
51503      Branch: perlio
51504           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51505           +> ext/List/Util/README ext/List/Util/Util.xs
51506           +> ext/List/Util/lib/List/Util.pm
51507           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
51508           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
51509           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51510           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51511           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51512           !> (integrate 31 files)
51513 ____________________________________________________________________________
51514 [  9725] By: jhi                                   on 2001/04/17  12:14:24
51515         Log: Subject: multiple B::* changes
51516              From: Robin Houston <robin@kitsite.com>
51517              Date: Thu, 12 Apr 2001 20:12:27 +0100
51518              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
51519      Branch: perl
51520            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
51521 ____________________________________________________________________________
51522 [  9724] By: jhi                                   on 2001/04/17  11:59:05
51523         Log: Thread-awareness from Doug MacEachern.
51524      Branch: perl
51525            ! ext/List/Util/Util.xs
51526 ____________________________________________________________________________
51527 [  9723] By: jhi                                   on 2001/04/17  11:57:41
51528         Log: Make the test more portable.
51529      Branch: perl
51530            ! t/lib/cwd.t
51531 ____________________________________________________________________________
51532 [  9722] By: jhi                                   on 2001/04/17  11:53:50
51533         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
51534              From: Benjamin Sugars <ben.sugars@home.com>
51535              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
51536              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
51537      Branch: perl
51538            ! t/lib/cwd.t
51539 ____________________________________________________________________________
51540 [  9721] By: jhi                                   on 2001/04/17  11:52:17
51541         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
51542              From: Benjamin Sugars <bsugars@canoe.ca>
51543              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
51544              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
51545      Branch: perl
51546            ! op.c
51547 ____________________________________________________________________________
51548 [  9720] By: jhi                                   on 2001/04/17  11:35:42
51549         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
51550              From: Chris Nandor <pudge@pobox.com>
51551              Date: Tue, 17 Apr 2001 00:30:49 -0400
51552              Message-Id: <p05100207b701768712de@[10.0.1.177]>
51553      Branch: perl
51554            ! ext/File/Glob/bsd_glob.c gv.c
51555 ____________________________________________________________________________
51556 [  9719] By: jhi                                   on 2001/04/17  11:32:13
51557         Log: Subject: [PATCH] Tweten->West
51558              From: Casey West <casey@geeknest.com>
51559              Date: Mon, 16 Apr 2001 12:11:22 -0400
51560              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
51561      Branch: perl
51562            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
51563            ! pod/perltie.pod
51564 ____________________________________________________________________________
51565 [  9718] By: jhi                                   on 2001/04/16  03:22:52
51566         Log: Update Changes.
51567      Branch: perl
51568            ! Changes patchlevel.h
51569 ____________________________________________________________________________
51570 [  9717] By: jhi                                   on 2001/04/16  03:06:28
51571         Log: Regen toc.
51572      Branch: perl
51573            ! pod/perltoc.pod
51574 ____________________________________________________________________________
51575 [  9716] By: jhi                                   on 2001/04/16  02:58:42
51576         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
51577              From: Prymmer/Kahn <pvhp@best.com>
51578              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
51579              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
51580      Branch: perl
51581            ! utf8.c
51582 ____________________________________________________________________________
51583 [  9715] By: jhi                                   on 2001/04/15  23:40:35
51584         Log: Subject: Re: Net::Ping patch, adds stream protocol
51585              From: bronson@rinspin.com (Scott Bronson)
51586              Date: Tue, 10 Apr 2001 23:58:33 -0700
51587              Message-ID: <20010410235833.N29719@rinspin.com>
51588      Branch: perl
51589            ! lib/Net/Ping.pm
51590 ____________________________________________________________________________
51591 [  9714] By: jhi                                   on 2001/04/15  23:31:46
51592         Log: Printing out the ok messages helps successful testing.
51593      Branch: perl
51594            ! t/lib/time-hires.t
51595 ____________________________________________________________________________
51596 [  9713] By: jhi                                   on 2001/04/15  21:43:24
51597         Log: Update Douglas Wegscheid's email.
51598      Branch: perl
51599            ! AUTHORS
51600 ____________________________________________________________________________
51601 [  9712] By: jhi                                   on 2001/04/15  21:40:41
51602         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
51603              From: Michael G Schwern <schwern@pobox.com>
51604              Date: Sat, 14 Apr 2001 22:40:50 +0100
51605              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
51606      Branch: perl
51607            + t/lib/exporter.t
51608            ! MANIFEST lib/Exporter/Heavy.pm
51609 ____________________________________________________________________________
51610 [  9711] By: jhi                                   on 2001/04/15  21:39:21
51611         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
51612              From: Michael G Schwern <schwern@pobox.com>
51613              Date: Sat, 14 Apr 2001 22:13:59 +0100
51614              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
51615      Branch: perl
51616            ! t/op/loopctl.t
51617 ____________________________________________________________________________
51618 [  9710] By: jhi                                   on 2001/04/15  21:30:19
51619         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
51620              From: Michael G Schwern <schwern@pobox.com>
51621              Date: Sat, 14 Apr 2001 22:05:32 +0100
51622              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
51623      Branch: perl
51624            ! t/pragma/warnings.t
51625 ____________________________________________________________________________
51626 [  9709] By: jhi                                   on 2001/04/15  19:34:09
51627         Log: Integrate changes #9706,9707 from maintperl into mainline.
51628              
51629              change#7210 broke .packlist generation
51630              
51631              ExtUtils::Installed doesn't quote regex metacharacters in paths
51632              before using them in match; also make it work for dosish platforms
51633      Branch: perl
51634           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
51635 ____________________________________________________________________________
51636 [  9708] By: jhi                                   on 2001/04/15  19:31:01
51637         Log: Test also the scalar aspect of getitimer().
51638      Branch: perl
51639            ! t/lib/time-hires.t
51640 ____________________________________________________________________________
51641 [  9707] By: gsar                                  on 2001/04/15  17:24:20
51642         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
51643              before using them in match; also make it work for dosish platforms
51644      Branch: maint-5.6/perl
51645            ! lib/ExtUtils/Installed.pm
51646 ____________________________________________________________________________
51647 [  9706] By: gsar                                  on 2001/04/15  17:21:59
51648         Log: change#7210 broke .packlist generation (listed only filename
51649              rather than fully qualified path name)
51650      Branch: maint-5.6/perl
51651            ! lib/ExtUtils/Install.pm
51652 ____________________________________________________________________________
51653 [  9705] By: jhi                                   on 2001/04/15  12:36:33
51654         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
51655      Branch: perl
51656            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
51657            ! t/lib/time-hires.t
51658 ____________________________________________________________________________
51659 [  9704] By: jhi                                   on 2001/04/15  10:49:08
51660         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
51661              From: Prymmer/Kahn <pvhp@best.com>
51662              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
51663              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
51664      Branch: perl
51665            ! lib/utf8.pm pod/perlebcdic.pod
51666 ____________________________________________________________________________
51667 [  9703] By: jhi                                   on 2001/04/15  02:26:26
51668         Log: I keep forgetting to sort MANIFEST.
51669      Branch: perl
51670            ! MANIFEST
51671 ____________________________________________________________________________
51672 [  9702] By: jhi                                   on 2001/04/15  02:07:47
51673         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
51674              Now we have blessed, reftype, tainted, first, reduce, ...
51675      Branch: perl
51676            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51677            + ext/List/Util/README ext/List/Util/Util.xs
51678            + ext/List/Util/lib/List/Util.pm
51679            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
51680            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
51681            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51682            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51683            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51684            ! MANIFEST
51685 ____________________________________________________________________________
51686 [  9701] By: jhi                                   on 2001/04/14  15:05:25
51687         Log: Subject: RE: dprofpp.pl updates 
51688              From: Carl Eklof <CEklof@endeca.com>
51689              Date: Thu, 12 Apr 2001 18:45:46 -0400
51690              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
51691      Branch: perl
51692            ! utils/dprofpp.PL
51693 ____________________________________________________________________________
51694 [  9700] By: jhi                                   on 2001/04/14  14:44:55
51695         Log: Do not just blindly add CR.
51696      Branch: perl
51697            ! Porting/makerel
51698 ____________________________________________________________________________
51699 [  9699] By: jhi                                   on 2001/04/13  13:17:01
51700         Log: Update Changes.
51701      Branch: perl
51702            ! Changes patchlevel.h
51703 ____________________________________________________________________________
51704 [  9698] By: jhi                                   on 2001/04/13  12:44:48
51705         Log: Integrate perlio.
51706      Branch: perl
51707           !> ext/PerlIO/Scalar/Scalar.xs
51708 ____________________________________________________________________________
51709 [  9697] By: jhi                                   on 2001/04/13  12:29:15
51710         Log: Add more debug output to the test.
51711      Branch: perl
51712            ! t/lib/cwd.t
51713 ____________________________________________________________________________
51714 [  9696] By: nick                                  on 2001/04/13  10:14:29
51715         Log: Fix core dump on binmode($fh,'Scalar')
51716      Branch: perlio
51717            ! ext/PerlIO/Scalar/Scalar.xs
51718 ____________________________________________________________________________
51719 [  9695] By: nick                                  on 2001/04/13  09:05:42
51720         Log: Integrate mainline
51721      Branch: perlio
51722           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51723           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51724           +> t/lib/time-hires.t
51725           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
51726           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
51727           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51728           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
51729           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
51730           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
51731           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
51732 ____________________________________________________________________________
51733 [  9694] By: jhi                                   on 2001/04/12  22:23:35
51734         Log: Integrate change #9693 from maintperl into mainline.
51735              
51736              $VERSION and Version() on the same line provokes a warning from
51737              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
51738      Branch: perl
51739           !> lib/Devel/SelfStubber.pm
51740 ____________________________________________________________________________
51741 [  9693] By: gsar                                  on 2001/04/12  21:55:56
51742         Log: $VERSION and Version() on the same line provokes a warning from
51743              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
51744      Branch: maint-5.6/perl
51745            ! lib/Devel/SelfStubber.pm
51746 ____________________________________________________________________________
51747 [  9692] By: jhi                                   on 2001/04/12  13:54:00
51748         Log: This is at least 5.005.
51749      Branch: perl
51750            ! ext/Time/HiRes/HiRes.xs
51751 ____________________________________________________________________________
51752 [  9691] By: jhi                                   on 2001/04/12  13:37:20
51753         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
51754      Branch: perl
51755            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
51756            ! win32/Makefile win32/makefile.mk
51757 ____________________________________________________________________________
51758 [  9690] By: jhi                                   on 2001/04/12  01:34:46
51759         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
51760      Branch: perl
51761            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51762            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51763            + t/lib/time-hires.t
51764            ! MANIFEST
51765 ____________________________________________________________________________
51766 [  9689] By: jhi                                   on 2001/04/12  00:28:39
51767         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
51768              From: Gisle Aas <gisle@ActiveState.com>
51769              Date: 11 Apr 2001 16:36:11 -0700
51770              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
51771      Branch: perl
51772            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
51773 ____________________________________________________________________________
51774 [  9688] By: jhi                                   on 2001/04/12  00:27:39
51775         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51776              From: Gisle Aas <gisle@ActiveState.com>
51777              Date: 11 Apr 2001 11:13:24 -0700
51778              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
51779      Branch: perl
51780            ! ext/MIME/Base64/Base64.xs
51781 ____________________________________________________________________________
51782 [  9687] By: jhi                                   on 2001/04/11  19:51:47
51783         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
51784      Branch: perl
51785            ! Todo-5.6
51786 ____________________________________________________________________________
51787 [  9686] By: jhi                                   on 2001/04/11  16:54:25
51788         Log: Subject: [PATCH opcode.pl] Documentation of table format
51789              From: Simon Cozens <simon@netthink.co.uk>
51790              Date: Wed, 11 Apr 2001 12:59:31 +0100
51791              Message-ID: <20010411125931.A25681@netthink.co.uk>
51792      Branch: perl
51793            ! opcode.pl
51794 ____________________________________________________________________________
51795 [  9685] By: jhi                                   on 2001/04/11  16:53:15
51796         Log: Subject: [PATCH] prototype("CORE::recv")
51797              From: Simon Cozens <simon@netthink.co.uk>
51798              Date: Wed, 11 Apr 2001 13:24:35 +0100
51799              Message-ID: <20010411132435.A26169@netthink.co.uk>
51800      Branch: perl
51801            ! pp.c t/comp/proto.t
51802 ____________________________________________________________________________
51803 [  9684] By: jhi                                   on 2001/04/11  16:47:13
51804         Log: FAQ (and AUTHORS) update from Dan Carson: the information
51805              was several years obsolete, Term::Readkey has been updated
51806              to have the functionality.
51807      Branch: perl
51808            ! AUTHORS pod/perlfaq5.pod
51809 ____________________________________________________________________________
51810 [  9683] By: jhi                                   on 2001/04/11  12:15:46
51811         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51812              From: Calle Dybedahl <calle@lysator.liu.se>
51813              Date: 10 Apr 2001 16:44:16 +0200
51814              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
51815      Branch: perl
51816            ! ext/MIME/Base64/Base64.xs
51817 ____________________________________________________________________________
51818 [  9682] By: jhi                                   on 2001/04/11  12:12:26
51819         Log: A more minimal fix for 20010410.006 from Hugo.
51820      Branch: perl
51821            ! regexec.c
51822 ____________________________________________________________________________
51823 [  9681] By: jhi                                   on 2001/04/11  11:34:23
51824         Log: Integrate changes #9678,9679 from maintline into mainperl.
51825              
51826              addendum to change#9676
51827              
51828              up $File::Glob::VERSION; add a note pointing out the version of
51829              the OpenBSD glob bsd_glob.c resembles
51830      Branch: perl
51831           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51832           !> ext/File/Glob/bsd_glob.h
51833 ____________________________________________________________________________
51834 [  9680] By: jhi                                   on 2001/04/11  11:30:38
51835         Log: Bad test numbering in integrate in #9677.
51836              Fixes ID 20010411.001.
51837      Branch: perl
51838            ! t/op/pat.t
51839 ____________________________________________________________________________
51840 [  9679] By: gsar                                  on 2001/04/11  03:38:40
51841         Log: up $File::Glob::VERSION; add a note pointing out the version of
51842              the OpenBSD glob bsd_glob.c resembles
51843      Branch: maint-5.6/perl
51844            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51845            ! ext/File/Glob/bsd_glob.h
51846 ____________________________________________________________________________
51847 [  9678] By: gsar                                  on 2001/04/11  03:09:48
51848         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
51849              revision 1.8.10.1 found here:
51850              
51851              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
51852      Branch: maint-5.6/perl
51853            ! ext/File/Glob/bsd_glob.c
51854 ____________________________________________________________________________
51855 [  9677] By: jhi                                   on 2001/04/11  02:54:39
51856         Log: Integrate changes #9675,9676 from maintperl into mainline.
51857              
51858              fix for bug 20010410.006, undo change#7115
51859              
51860              port the OpenBSD glob() security patch
51861      Branch: perl
51862           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51863           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
51864           !> t/op/pat.t
51865 ____________________________________________________________________________
51866 [  9676] By: gsar                                  on 2001/04/11  02:19:02
51867         Log: port the glob() security patch found at:
51868              
51869              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
51870              
51871              CERT advisory for the issue is here:
51872              
51873              http://www.cert.org/advisories/CA-2001-07.html
51874              
51875              Note that the security scare is only relevant for those who are
51876              foolish enough to build suidperl (which is now officially discouraged)
51877      Branch: maint-5.6/perl
51878            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51879            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
51880 ____________________________________________________________________________
51881 [  9675] By: gsar                                  on 2001/04/10  23:52:11
51882         Log: fix for bug 20010410.006
51883              
51884              undo change#7115 (came into maint-5.6 as change#8156)
51885              
51886              add tests to keep it from coming back
51887      Branch: maint-5.6/perl
51888            ! regexec.c t/op/pat.t
51889 ____________________________________________________________________________
51890 [  9674] By: nick                                  on 2001/04/10  20:39:31
51891         Log: Integrate mainline
51892      Branch: perlio
51893           +> Porting/testall.atom
51894           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
51895           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
51896           !> t/lib/lc-uk.t t/pod/find.t
51897 ____________________________________________________________________________
51898 [  9673] By: nick                                  on 2001/04/10  18:46:14
51899         Log: Integrate against change 9670 aka perl-5.7.1
51900      Branch: perlio
51901           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
51902           !> (integrate 53 files)
51903 ____________________________________________________________________________
51904 [  9672] By: jhi                                   on 2001/04/10  13:45:01
51905         Log: Add a script for doing cumulative profile of the test suite.
51906              (Requires ATOM, that is, Tru64.)
51907      Branch: perl
51908            + Porting/testall.atom
51909            ! MANIFEST
51910 ____________________________________________________________________________
51911 [  9671] By: jhi                                   on 2001/04/10  12:38:53
51912         Log: Missing std block.
51913      Branch: perl
51914            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
51915            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
51916            ! t/pod/find.t
51917 ____________________________________________________________________________
51918 [  9670] By: jhi                                   on 2001/04/10  01:25:58
51919         Log: This is 5.7.1.
51920      Branch: perl
51921            ! patchlevel.h
51922 ____________________________________________________________________________
51923 [  9669] By: jhi                                   on 2001/04/10  01:09:14
51924         Log: Update Changes.
51925      Branch: perl
51926            ! Changes patchlevel.h
51927 ____________________________________________________________________________
51928 [  9668] By: jhi                                   on 2001/04/10  01:00:38
51929         Log: Regen toc.
51930      Branch: perl
51931            ! pod/perltoc.pod
51932 ____________________________________________________________________________
51933 [  9667] By: jhi                                   on 2001/04/10  00:52:16
51934         Log: Update perlhist.
51935      Branch: perl
51936            ! pod/perlhist.pod
51937 ____________________________________________________________________________
51938 [  9666] By: jhi                                   on 2001/04/09  23:38:59
51939         Log: Slight wording tweaks from Damian to #9658.
51940      Branch: perl
51941            ! pod/perlobj.pod
51942 ____________________________________________________________________________
51943 [  9665] By: jhi                                   on 2001/04/09  19:56:06
51944         Log: Subject: [PATCH perlutil.pod] Nit
51945              From: Simon Cozens <simon@netthink.co.uk>
51946              Date: Mon, 9 Apr 2001 20:29:44 +0100
51947              Message-ID: <20010409202944.A14796@the.earth.li>
51948      Branch: perl
51949            ! pod/perlutil.pod
51950 ____________________________________________________________________________
51951 [  9664] By: jhi                                   on 2001/04/09  19:54:42
51952         Log: Subject: Re: perl571delta.pod@9631
51953              From: Mike Guy <mjtg@cam.ac.uk>
51954              Date: Mon, 09 Apr 2001 18:09:14 +0100
51955              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
51956      Branch: perl
51957            ! pod/perl571delta.pod
51958 ____________________________________________________________________________
51959 [  9663] By: jhi                                   on 2001/04/09  13:43:35
51960         Log: Update Changes.
51961      Branch: perl
51962            ! Changes patchlevel.h
51963 ____________________________________________________________________________
51964 [  9662] By: jhi                                   on 2001/04/09  13:24:46
51965         Log: tweak tweak.
51966      Branch: perl
51967            ! AUTHORS pod/perl571delta.pod
51968 ____________________________________________________________________________
51969 [  9661] By: jhi                                   on 2001/04/09  13:15:13
51970         Log: Thinko in manual patch applying.
51971      Branch: perl
51972            ! sv.c
51973 ____________________________________________________________________________
51974 [  9660] By: jhi                                   on 2001/04/09  13:07:53
51975         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
51976              From: Robin Barker <rmb1@cise.npl.co.uk> 
51977              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
51978              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
51979              
51980              (This corrects the case where the "isn't numeric" string contains \0s
51981              and is longer than the temporary buffer, and contains \0 at the point
51982              the string would be truncated by "...".) 
51983      Branch: perl
51984            ! sv.c
51985 ____________________________________________________________________________
51986 [  9659] By: jhi                                   on 2001/04/09  12:57:41
51987         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
51988      Branch: perl
51989            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
51990            ! t/lib/cgi-function.t t/lib/cgi-html.t
51991 ____________________________________________________________________________
51992 [  9658] By: jhi                                   on 2001/04/09  12:48:47
51993         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
51994              From: Ilmari Karonen <iltzu@sci.fi>
51995              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
51996              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
51997              
51998              Rearrange and rewrite the Method Invocation section
51999              to explain the concepts in nicer order.
52000      Branch: perl
52001            ! pod/perlobj.pod
52002 ____________________________________________________________________________
52003 [  9657] By: jhi                                   on 2001/04/09  12:35:58
52004         Log: Upgrade to podlators 1.09, from Russ Allbery.
52005      Branch: perl
52006            ! lib/Pod/Man.pm lib/Pod/Text.pm
52007 ____________________________________________________________________________
52008 [  9656] By: jhi                                   on 2001/04/09  12:31:53
52009         Log: perl571delta.
52010      Branch: perl
52011            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
52012 ____________________________________________________________________________
52013 [  9655] By: jhi                                   on 2001/04/09  12:20:09
52014         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
52015              From: Prymmer/Kahn <pvhp@best.com>
52016              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
52017              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
52018      Branch: perl
52019            ! lib/utf8.pm pod/perlunicode.pod
52020 ____________________________________________________________________________
52021 [  9654] By: gsar                                  on 2001/04/09  03:38:33
52022         Log: here lies 5.6.1
52023      Branch: maint-5.6/perl
52024            ! Changes
52025 ____________________________________________________________________________
52026 [  9653] By: jhi                                   on 2001/04/09  03:25:24
52027         Log: Update perlhist.
52028      Branch: perl
52029            ! pod/perlhist.pod
52030 ____________________________________________________________________________
52031 [  9652] By: jhi                                   on 2001/04/09  03:18:49
52032         Log: perl571delta tweaking continues.
52033      Branch: perl
52034            ! pod/perl571delta.pod
52035 ____________________________________________________________________________
52036 [  9651] By: gsar                                  on 2001/04/09  03:11:19
52037         Log: update Changes, patchlevel.h &c.
52038      Branch: maint-5.6/perl
52039            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
52040            ! pod/perltoc.pod
52041 ____________________________________________________________________________
52042 [  9650] By: jhi                                   on 2001/04/09  02:40:24
52043         Log: Integrate the perlfork half of #9513 from maintperl into mainline
52044              (the perlunicode half is obsolete)
52045      Branch: perl
52046            ! pod/perlfork.pod
52047 ____________________________________________________________________________
52048 [  9649] By: gsar                                  on 2001/04/09  02:35:43
52049         Log: tweak perldelta as suggested by Jarkko
52050      Branch: maint-5.6/perl
52051            ! pod/perldelta.pod
52052 ____________________________________________________________________________
52053 [  9648] By: jhi                                   on 2001/04/09  02:13:04
52054         Log: Integrate change #9646 from maintperl into mainline.
52055              
52056              add note about ithreads and Thread.pm
52057      Branch: perl
52058           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
52059 ____________________________________________________________________________
52060 [  9647] By: jhi                                   on 2001/04/09  02:10:18
52061         Log: Bad assumption that shortsize == 2.
52062      Branch: perl
52063            ! t/lib/xs-typemap.t
52064 ____________________________________________________________________________
52065 [  9646] By: gsar                                  on 2001/04/09  00:48:04
52066         Log: add note about ithreads and Thread.pm (too many people are
52067              confused by the fact that Thread.pm is built and installed
52068              under non-5005threads but doesn't work)
52069      Branch: maint-5.6/perl
52070            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
52071 ____________________________________________________________________________
52072 [  9645] By: gsar                                  on 2001/04/09  00:19:03
52073         Log: update perldelta.pod for changes in 5.6.1
52074      Branch: maint-5.6/perl
52075            ! Changes pod/perldelta.pod
52076 ____________________________________________________________________________
52077 [  9644] By: jhi                                   on 2001/04/08  20:37:00
52078         Log: Integrate change #9639 from maintperl into mainline:
52079              on windows, many of the README.* pods were being copied to
52080              the wrong location
52081      Branch: perl
52082           !> win32/Makefile win32/makefile.mk
52083 ____________________________________________________________________________
52084 [  9643] By: jhi                                   on 2001/04/08  20:07:11
52085         Log: Integrate change #9624 from maintperl into mainline:
52086              the pod tests were not okay.  (t/pod/find.t changes ignored)
52087      Branch: perl
52088           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
52089           !> t/pod/include.t t/pod/included.t t/pod/lref.t
52090           !> t/pod/multiline_items.t t/pod/nested_items.t
52091           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52092           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
52093 ____________________________________________________________________________
52094 [  9642] By: jhi                                   on 2001/04/08  19:57:17
52095         Log: Integrate change #9638 from maintperl into mainline:
52096              update to latest JPL from the anoncvs repository
52097      Branch: perl
52098           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52099           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
52100           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
52101 ____________________________________________________________________________
52102 [  9641] By: jhi                                   on 2001/04/08  19:53:30
52103         Log: perl571delta updates.
52104      Branch: perl
52105            ! lib/Filter/Simple.pm pod/perl571delta.pod
52106 ____________________________________________________________________________
52107 [  9640] By: gsar                                  on 2001/04/08  19:20:46
52108         Log: integrate change#9634 from mainline
52109              
52110              Fix the perlmodlib generation (didn't understand separate .pod
52111              files; didn't understand -- as the name-thing separator).
52112              Update the CPAN mirrors list.
52113      Branch: maint-5.6/perl
52114            ! pod/perlmodlib.pod
52115           !> pod/perlmodlib.PL
52116 ____________________________________________________________________________
52117 [  9639] By: gsar                                  on 2001/04/08  18:57:31
52118         Log: on windows, many of the README.* pods were being copied to the wrong
52119              location
52120      Branch: maint-5.6/perl
52121            ! win32/Makefile win32/makefile.mk
52122 ____________________________________________________________________________
52123 [  9638] By: gsar                                  on 2001/04/08  18:38:25
52124         Log: update to latest JPL from the anoncvs repository
52125      Branch: maint-5.6/perl
52126            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52127            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
52128            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
52129 ____________________________________________________________________________
52130 [  9637] By: jhi                                   on 2001/04/08  17:53:53
52131         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
52132      Branch: perl
52133            ! pod/perl571delta.pod
52134 ____________________________________________________________________________
52135 [  9636] By: jhi                                   on 2001/04/08  17:18:32
52136         Log: Regen toc.
52137      Branch: perl
52138            ! pod/perltoc.pod
52139 ____________________________________________________________________________
52140 [  9635] By: jhi                                   on 2001/04/08  17:16:33
52141         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
52142              From: "Craig A. Berry" <craigberry@mac.com>
52143              Date: Sun, 08 Apr 2001 12:30:16 -0500
52144              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
52145      Branch: perl
52146            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
52147 ____________________________________________________________________________
52148 [  9634] By: jhi                                   on 2001/04/08  17:09:19
52149         Log: Fix the perlmodlib generation (didn't understand separate .pod
52150              files; didn't understand -- as the name-thing separator).
52151              
52152              Update the CPAN mirrors list.
52153      Branch: perl
52154            ! pod/perlmodlib.PL pod/perlmodlib.pod
52155 ____________________________________________________________________________
52156 [  9633] By: jhi                                   on 2001/04/08  16:49:17
52157         Log: Sort MANIFEST.
52158      Branch: perl
52159            ! MANIFEST
52160 ____________________________________________________________________________
52161 [  9632] By: gsar                                  on 2001/04/08  16:36:06
52162         Log: add $Tie::RefHash::VERSION
52163      Branch: maint-5.6/perl
52164            ! lib/Tie/RefHash.pm
52165 ____________________________________________________________________________
52166 [  9631] By: jhi                                   on 2001/04/08  16:10:15
52167         Log: perl571delta updates based on p5p feedback; still needs
52168              lots of examples.
52169      Branch: perl
52170            ! pod/perl571delta.pod
52171 ____________________________________________________________________________
52172 [  9630] By: jhi                                   on 2001/04/08  15:59:13
52173         Log: Update the list of supported platforms to talk about 5.7.1
52174              (and 5.6.1)
52175      Branch: perl
52176            ! pod/perlport.pod
52177 ____________________________________________________________________________
52178 [  9629] By: jhi                                   on 2001/04/08  15:55:41
52179         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
52180              from maintperl into mainline: perlport updates.
52181      Branch: perl
52182            ! pod/perlport.pod
52183 ____________________________________________________________________________
52184 [  9628] By: jhi                                   on 2001/04/08  15:53:17
52185         Log: perlsolaris.pod copied to wrong directory.
52186      Branch: perl
52187            ! win32/makefile.mk
52188 ____________________________________________________________________________
52189 [  9627] By: jhi                                   on 2001/04/08  14:48:18
52190         Log: Subject: Typos in perl571delta.pod
52191              From: "Stephen P. Potter" <spp@spotter.yi.org>
52192              Date: Sat, 07 Apr 2001 20:37:05 -0400
52193              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
52194      Branch: perl
52195            ! pod/perl571delta.pod
52196 ____________________________________________________________________________
52197 [  9626] By: jhi                                   on 2001/04/08  14:39:04
52198         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
52199      Branch: perl
52200            ! gv.c
52201 ____________________________________________________________________________
52202 [  9625] By: nick                                  on 2001/04/08  10:14:23
52203         Log: Integrate mainline
52204      Branch: perlio
52205           +> pod/perl570delta.pod pod/perl571delta.pod
52206           !> (integrate 27 files)
52207 ____________________________________________________________________________
52208 [  9624] By: gsar                                  on 2001/04/08  06:08:17
52209         Log: test in t/pod/* were busted
52210              
52211              these tests are still not enabled in t/{harness,TEST}
52212      Branch: maint-5.6/perl
52213            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
52214            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
52215            ! t/pod/multiline_items.t t/pod/nested_items.t
52216            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52217            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
52218 ____________________________________________________________________________
52219 [  9623] By: gsar                                  on 2001/04/08  03:37:01
52220         Log: integrate change#9470 from mainline
52221              
52222              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
52223      Branch: maint-5.6/perl
52224           !> ext/Socket/Socket.xs
52225 ____________________________________________________________________________
52226 [  9622] By: jhi                                   on 2001/04/07  22:40:47
52227         Log: Update Changes.
52228      Branch: perl
52229            ! Changes patchlevel.h
52230 ____________________________________________________________________________
52231 [  9621] By: jhi                                   on 2001/04/07  22:34:16
52232         Log: Update AUTHORS.
52233      Branch: perl
52234            ! AUTHORS
52235 ____________________________________________________________________________
52236 [  9620] By: jhi                                   on 2001/04/07  22:12:47
52237         Log: Forgot to bump the number of tests in #9164.
52238      Branch: perl
52239            ! t/op/array.t
52240 ____________________________________________________________________________
52241 [  9619] By: jhi                                   on 2001/04/07  22:09:50
52242         Log: Bump patchlevel to 5.7.1.
52243      Branch: perl
52244            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52245            ! config_h.SH patchlevel.h
52246 ____________________________________________________________________________
52247 [  9618] By: jhi                                   on 2001/04/07  22:02:41
52248         Log: Populate perl571delta.
52249      Branch: perl
52250            ! pod/perl571delta.pod
52251 ____________________________________________________________________________
52252 [  9617] By: jhi                                   on 2001/04/07  22:01:23
52253         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
52254              to forget it later; do not change patchlevel.h yet or regenerate
52255              Configure yet.
52256      Branch: perl
52257            ! epoc/config.sh win32/Makefile win32/config_H.bc
52258            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
52259 ____________________________________________________________________________
52260 [  9616] By: jhi                                   on 2001/04/07  17:46:33
52261         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
52262      Branch: perl
52263            ! pod/perl571delta.pod
52264 ____________________________________________________________________________
52265 [  9615] By: jhi                                   on 2001/04/07  17:33:21
52266         Log: Change the toc configuration.
52267      Branch: perl
52268            ! pod/buildtoc.PL pod/perl.pod
52269 ____________________________________________________________________________
52270 [  9614] By: jhi                                   on 2001/04/07  17:29:47
52271         Log: Subject: PATCH: $[
52272              From: Robin Houston <robin@kitsite.com>
52273              Date: Fri, 6 Apr 2001 18:10:14 +0100
52274              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
52275      Branch: perl
52276            ! op.c t/op/array.t
52277 ____________________________________________________________________________
52278 [  9613] By: jhi                                   on 2001/04/07  17:28:26
52279         Log: Subject: [PATCH perl@9424] isn't numeric warning
52280              From: Robin Barker <rmb1@cise.npl.co.uk>
52281              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
52282              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
52283      Branch: perl
52284            ! sv.c t/pragma/warn/sv
52285 ____________________________________________________________________________
52286 [  9612] By: jhi                                   on 2001/04/07  17:26:45
52287         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
52288              From: Mike Guy <mjtg@cam.ac.uk>
52289              Date: Fri, 06 Apr 2001 12:47:06 +0100
52290              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
52291      Branch: perl
52292            ! dump.c t/lib/peek.t
52293 ____________________________________________________________________________
52294 [  9611] By: jhi                                   on 2001/04/07  17:21:35
52295         Log: Create perl571delta and seed it off with the perldelta changes
52296              since 5.7.0; remove those changes from perldelta and rename it
52297              as perl570delta; recreate perldelta but leave it almost empty.
52298      Branch: perl
52299            + pod/perl570delta.pod pod/perl571delta.pod
52300            ! MANIFEST pod/perldelta.pod
52301 ____________________________________________________________________________
52302 [  9610] By: jhi                                   on 2001/04/07  16:56:32
52303         Log: Denit.
52304      Branch: perl
52305            ! pod/perldelta.pod
52306 ____________________________________________________________________________
52307 [  9609] By: jhi                                   on 2001/04/07  16:38:32
52308         Log: Retract #9523: needs more thought.
52309      Branch: perl
52310            ! Makefile.SH
52311 ____________________________________________________________________________
52312 [  9608] By: jhi                                   on 2001/04/07  14:59:20
52313         Log: atmark() code cleanaup.
52314      Branch: perl
52315            ! ext/IO/IO.xs
52316 ____________________________________________________________________________
52317 [  9607] By: jhi                                   on 2001/04/07  14:48:14
52318         Log: Integrate change #9605 from maintperl into mainline.
52319              
52320              can't optimize away scope entry if tr/// is present
52321      Branch: perl
52322           !> op.c t/op/tr.t
52323 ____________________________________________________________________________
52324 [  9606] By: jhi                                   on 2001/04/07  14:43:59
52325         Log: Integrate perlio.
52326      Branch: perl
52327           +> win32/FindExt.pm
52328           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
52329           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
52330 ____________________________________________________________________________
52331 [  9605] By: gsar                                  on 2001/04/07  11:52:40
52332         Log: can't optimize away scope entry if tr/// is present
52333      Branch: maint-5.6/perl
52334            ! op.c t/op/tr.t
52335 ____________________________________________________________________________
52336 [  9604] By: nick                                  on 2001/04/07  11:39:45
52337         Log: Split out extension finding code from buildext.pl into FindExt.pm
52338              Use it to get Config.pm's idea of available extensions in line
52339              with what is built.
52340      Branch: perlio
52341            + win32/FindExt.pm
52342            ! MANIFEST win32/buildext.pl win32/config_sh.PL
52343            ! win32/makefile.mk
52344 ____________________________________________________________________________
52345 [  9603] By: nick                                  on 2001/04/07  09:11:38
52346         Log: Cleanup correction for failed :Via() layer, also set an error code.
52347      Branch: perlio
52348            ! ext/PerlIO/Via/Via.xs
52349 ____________________________________________________________________________
52350 [  9602] By: nick                                  on 2001/04/07  08:38:04
52351         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
52352              style. So don't use binmode() on the handles so that Win32 etc. see
52353              same sequence and produce same digests.
52354      Branch: perlio
52355            ! t/lib/md5-file.t
52356 ____________________________________________________________________________
52357 [  9601] By: nick                                  on 2001/04/07  08:36:26
52358         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
52359              Else it complains and so crlf layer (say) does not get pushed.
52360      Branch: perlio
52361            ! perlio.c
52362 ____________________________________________________________________________
52363 [  9600] By: jhi                                   on 2001/04/06  23:00:09
52364         Log: Integrate change #9599 from perlio into mainline.
52365      Branch: perl
52366           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
52367           !> win32/config_H.vc
52368 ____________________________________________________________________________
52369 [  9599] By: nick                                  on 2001/04/06  21:42:43
52370         Log: Quote $VERSION in Encode.pm.
52371              regen_config_h as requested.
52372      Branch: perlio
52373            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
52374            ! win32/config_H.vc
52375 ____________________________________________________________________________
52376 [  9598] By: nick                                  on 2001/04/06  20:34:59
52377         Log: Integrate mainline
52378      Branch: perlio
52379           +> README.macos
52380           !> (integrate 39 files)
52381 ____________________________________________________________________________
52382 [  9597] By: gsar                                  on 2001/04/06  18:06:35
52383         Log: integrate change#9464 from mainline (addendum to change#8313)
52384              
52385              Subject: [PATCH @9452] Better peep()ing for foreach() loops
52386      Branch: maint-5.6/perl
52387           !> op.c
52388 ____________________________________________________________________________
52389 [  9596] By: jhi                                   on 2001/04/06  17:26:03
52390         Log: The d_casti32=undef is good for you even when not use64bitall.
52391      Branch: perl
52392            ! hints/hpux.sh
52393 ____________________________________________________________________________
52394 [  9595] By: gsar                                  on 2001/04/06  14:57:17
52395         Log: add a low-impact fix to accommodate darwin-ism
52396      Branch: maint-5.6/perl
52397            ! ext/Errno/Errno_pm.PL
52398 ____________________________________________________________________________
52399 [  9594] By: jhi                                   on 2001/04/06  14:55:14
52400         Log: Integrate changes #9528,9593 from mainline into maintperl;
52401              tweaking the editor/IDE/shell list.
52402      Branch: maint-5.6/perl
52403           !> pod/perlfaq3.pod
52404 ____________________________________________________________________________
52405 [  9593] By: jhi                                   on 2001/04/06  14:51:39
52406         Log: Make the editor/IDE/shell list a little bit airier.
52407      Branch: perl
52408            ! pod/perlfaq3.pod
52409 ____________________________________________________________________________
52410 [  9592] By: gsar                                  on 2001/04/06  14:45:18
52411         Log: integrate change#9477 from mainline (base.pm doc tweak)
52412              
52413              missing doc entry for fmod()
52414      Branch: maint-5.6/perl
52415            ! lib/Math/BigFloat.pm
52416           !> lib/base.pm
52417 ____________________________________________________________________________
52418 [  9591] By: jhi                                   on 2001/04/06  13:55:48
52419         Log: Regen toc.
52420      Branch: perl
52421            ! pod/perltoc.pod
52422 ____________________________________________________________________________
52423 [  9590] By: jhi                                   on 2001/04/06  13:54:52
52424         Log: Math::BigFloat patches from John Peacock.  The equivalent
52425              of #9586 from maintperl but reworked by John to work with
52426              the bleadperl.
52427      Branch: perl
52428            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
52429 ____________________________________________________________________________
52430 [  9589] By: jhi                                   on 2001/04/06  13:42:23
52431         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
52432      Branch: perl
52433            ! ext/Digest/MD5/Makefile.PL
52434 ____________________________________________________________________________
52435 [  9588] By: jhi                                   on 2001/04/06  13:31:45
52436         Log: Integrate changes #9584,9587 from maintperl into mainline.
52437              
52438              keep eval"" CVs alive until the end of the statement in which
52439              they're called
52440              
52441              add README.macos (from Chris Nandor)
52442              
52443              tyop in change#9555
52444      Branch: perl
52445           +> README.macos
52446           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
52447           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
52448           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
52449           !> win32/makefile.mk
52450 ____________________________________________________________________________
52451 [  9587] By: gsar                                  on 2001/04/06  07:31:30
52452         Log: add README.macos (from Chris Nandor)
52453              
52454              tyop in change#9555
52455      Branch: maint-5.6/perl
52456            + README.macos
52457            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
52458            ! win32/Makefile win32/makefile.mk
52459 ____________________________________________________________________________
52460 [  9586] By: gsar                                  on 2001/04/06  07:08:54
52461         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
52462      Branch: maint-5.6/perl
52463            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
52464 ____________________________________________________________________________
52465 [  9585] By: gsar                                  on 2001/04/06  06:58:44
52466         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
52467              from mainline
52468              
52469              Subject: [PATCH] Base64 update to perlfaq9.pod
52470              
52471              Subject: [PATCH AUTHORS] Housekeeping
52472              
52473              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
52474              Mac OS X (Darwin) has extra pwent fields.
52475              
52476              Subject: [PATCH B::*] print control-character vars readably
52477              Needs EBCDICification.
52478              
52479              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
52480              
52481              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
52482              
52483              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
52484              
52485              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
52486              
52487              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
52488              
52489              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
52490              
52491              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
52492              
52493              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
52494              
52495              FreeBSD hints tweak from Anton Berezin.
52496              
52497              Subject: [PATCH foolperl & bleadperl] README.vms update
52498              
52499              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52500      Branch: maint-5.6/perl
52501           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
52502           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52503           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
52504 ____________________________________________________________________________
52505 [  9584] By: gsar                                  on 2001/04/06  04:09:00
52506         Log: keep eval"" CVs alive until the end of the statement in which
52507              they're called; this avoids a coredump ensuing from search for
52508              lexicals in code such as:
52509              
52510              sub bug {
52511              my $s = @_;
52512              eval q[sub { eval 'sub { &$s }' }];
52513              }
52514              bug("x")->()->();
52515              
52516              this code still doesn't work as intended (as it has remained
52517              since time immemorial), but it doesn't provoke a coredump anymore
52518      Branch: maint-5.6/perl
52519            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52520            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
52521 ____________________________________________________________________________
52522 [  9583] By: jhi                                   on 2001/04/05  23:52:51
52523         Log: Update Changes.
52524      Branch: perl
52525            ! Changes patchlevel.h
52526 ____________________________________________________________________________
52527 [  9582] By: jhi                                   on 2001/04/05  23:11:23
52528         Log: Slight doc tweak.
52529      Branch: perl
52530            ! pod/perlunicode.pod
52531 ____________________________________________________________________________
52532 [  9581] By: jhi                                   on 2001/04/05  23:04:11
52533         Log: Integrate perlio.
52534      Branch: perl
52535           !> pod/perlunicode.pod
52536 ____________________________________________________________________________
52537 [  9580] By: jhi                                   on 2001/04/05  23:03:29
52538         Log: Test for #9579.
52539      Branch: perl
52540            ! t/op/do.t
52541 ____________________________________________________________________________
52542 [  9579] By: jhi                                   on 2001/04/05  22:54:17
52543         Log: Subject: [PATCH] Propagate calling context for do '...'
52544              From: Gisle Aas <gisle@ActiveState.com>
52545              Date: 04 Apr 2001 20:17:29 -0700
52546              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
52547      Branch: perl
52548            ! pod/perlfunc.pod pp_ctl.c
52549 ____________________________________________________________________________
52550 [  9578] By: jhi                                   on 2001/04/05  22:52:51
52551         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52552              From: Peter Prymmer <pvhp@forte.com>
52553              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
52554              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
52555      Branch: perl
52556            ! README.vms
52557 ____________________________________________________________________________
52558 [  9577] By: jhi                                   on 2001/04/05  22:48:22
52559         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
52560              From: "Craig A. Berry" <craigberry@mac.com>
52561              Date: Thu, 5 Apr 2001 13:43:28 -0500
52562              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
52563      Branch: perl
52564            ! README.vms
52565 ____________________________________________________________________________
52566 [  9576] By: jhi                                   on 2001/04/05  22:31:38
52567         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
52568              From: Michael G Schwern <schwern@pobox.com>
52569              Date: Thu, 5 Apr 2001 21:53:21 +0100
52570              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
52571      Branch: perl
52572            ! lib/base.pm t/lib/fields.t
52573 ____________________________________________________________________________
52574 [  9575] By: jhi                                   on 2001/04/05  22:26:10
52575         Log: FreeBSD hints tweak from Anton Berezin.
52576      Branch: perl
52577            ! hints/freebsd.sh
52578 ____________________________________________________________________________
52579 [  9574] By: jhi                                   on 2001/04/05  22:24:03
52580         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
52581              From: David Dyck <dcd@tc.fluke.com>
52582              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
52583              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
52584      Branch: perl
52585            ! t/op/oct.t
52586 ____________________________________________________________________________
52587 [  9573] By: jhi                                   on 2001/04/05  22:23:06
52588         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
52589              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
52590              From: David Dyck <dcd@tc.fluke.com>
52591              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
52592      Branch: perl
52593            ! pp.c
52594 ____________________________________________________________________________
52595 [  9572] By: jhi                                   on 2001/04/05  22:14:47
52596         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
52597              From: Robin Houston <robin@kitsite.com>
52598              Date: Thu, 5 Apr 2001 20:56:48 +0100
52599              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
52600      Branch: perl
52601            ! ext/B/B/Deparse.pm
52602 ____________________________________________________________________________
52603 [  9571] By: jhi                                   on 2001/04/05  22:12:53
52604         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
52605              From: Robin Houston <robin@kitsite.com>
52606              Date: Thu, 5 Apr 2001 19:55:51 +0100
52607              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
52608      Branch: perl
52609            ! ext/B/B/Deparse.pm
52610 ____________________________________________________________________________
52611 [  9570] By: jhi                                   on 2001/04/05  22:11:06
52612         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
52613              From: Robin Houston <robin@kitsite.com>
52614              Date: Thu, 5 Apr 2001 20:16:29 +0100
52615              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
52616      Branch: perl
52617            ! ext/B/B/Deparse.pm
52618 ____________________________________________________________________________
52619 [  9569] By: nick                                  on 2001/04/05  21:32:26
52620         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
52621      Branch: perlio
52622            ! pod/perlunicode.pod
52623 ____________________________________________________________________________
52624 [  9568] By: nick                                  on 2001/04/05  19:38:09
52625         Log: Integrate mainline
52626      Branch: perlio
52627           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
52628           !> (integrate 35 files)
52629 ____________________________________________________________________________
52630 [  9567] By: jhi                                   on 2001/04/05  18:31:45
52631         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
52632              From: Robin Houston <robin@kitsite.com>
52633              Date: Thu, 5 Apr 2001 18:03:23 +0100
52634              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
52635      Branch: perl
52636            ! ext/B/B/Deparse.pm
52637 ____________________________________________________________________________
52638 [  9566] By: jhi                                   on 2001/04/05  18:29:35
52639         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
52640              From: Robin Houston <robin@kitsite.com>
52641              Date: Thu, 5 Apr 2001 16:45:18 +0100
52642              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
52643      Branch: perl
52644            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52645 ____________________________________________________________________________
52646 [  9565] By: jhi                                   on 2001/04/05  18:24:23
52647         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
52648              From: Robin Houston <robin@kitsite.com>
52649              Date: Thu, 5 Apr 2001 14:50:09 +0100
52650              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
52651      Branch: perl
52652            ! ext/B/B/Deparse.pm
52653 ____________________________________________________________________________
52654 [  9564] By: jhi                                   on 2001/04/05  18:23:03
52655         Log: Subject: [PATCH B::*] print control-character vars readably
52656              From: Robin Houston <robin@kitsite.com>
52657              Date: Thu, 5 Apr 2001 14:27:38 +0100
52658              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
52659              
52660              Needs EBCDICification.
52661      Branch: perl
52662            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
52663            ! ext/B/B/Terse.pm
52664 ____________________________________________________________________________
52665 [  9563] By: jhi                                   on 2001/04/05  18:20:32
52666         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
52667              Date: Thu, 5 Apr 2001 13:21:42 -0400
52668              From: Paul Schinder <schinder@pobox.com>
52669              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
52670              
52671              Mac OS X (Darwin) has extra pwent fields.
52672      Branch: perl
52673            ! t/op/pwent.t
52674 ____________________________________________________________________________
52675 [  9562] By: jhi                                   on 2001/04/05  17:57:51
52676         Log: Regen toc.
52677      Branch: perl
52678            ! pod/perltoc.pod
52679 ____________________________________________________________________________
52680 [  9561] By: jhi                                   on 2001/04/05  17:47:33
52681         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
52682      Branch: metaconfig
52683            ! U/Glossary.patch
52684      Branch: metaconfig/U/perl
52685            + d_u32align.U
52686            ! d_cmsghdr_s.U d_msghdr_s.U
52687 ____________________________________________________________________________
52688 [  9560] By: jhi                                   on 2001/04/05  17:47:01
52689         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
52690              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
52691              Introduce probes for struct msghdr, struct cmsghdr,
52692              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
52693              ualarm, usleep, for possible later extension work.
52694      Branch: perl
52695            + t/lib/md5-align.t
52696            ! Configure MANIFEST Porting/Glossary Porting/config.sh
52697            ! Porting/config_H config_h.SH configure.com epoc/config.sh
52698            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
52699            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52700            ! vos/config.ga.h win32/config.bc win32/config.gc
52701            ! win32/config.vc
52702 ____________________________________________________________________________
52703 [  9559] By: jhi                                   on 2001/04/05  13:03:04
52704         Log: Be traditional in your cpp (for the Errno extension).
52705      Branch: perl
52706            ! hints/darwin.sh
52707 ____________________________________________________________________________
52708 [  9558] By: jhi                                   on 2001/04/05  13:00:05
52709         Log: Add $Config{cppflags} to the gcc incantation.
52710      Branch: perl
52711            ! ext/Errno/Errno_pm.PL
52712 ____________________________________________________________________________
52713 [  9557] By: jhi                                   on 2001/04/05  04:22:39
52714         Log: Introduce Sean Burke's Class::ISA 0.32.
52715      Branch: perl
52716            + lib/Class/ISA.pm t/lib/class-isa.t
52717            ! MANIFEST
52718 ____________________________________________________________________________
52719 [  9556] By: jhi                                   on 2001/04/05  04:09:50
52720         Log: Subject: [PATCH AUTHORS] Housekeeping
52721              From: Paul Johnson <paul@pjcj.net> 
52722              Date: Wed, 4 Apr 2001 22:45:47 +0200
52723              Message-ID: <20010404224547.D9548@pjcj.net>
52724      Branch: perl
52725            ! AUTHORS
52726 ____________________________________________________________________________
52727 [  9555] By: jhi                                   on 2001/04/05  04:06:33
52728         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
52729              From: Gisle Aas <gisle@ActiveState.com>
52730              Date: 04 Apr 2001 14:23:04 -0700
52731              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
52732      Branch: perl
52733            ! pod/perlfaq9.pod
52734 ____________________________________________________________________________
52735 [  9554] By: jhi                                   on 2001/04/05  04:05:49
52736         Log: Downgrade also the "Wide character" diagnostic.
52737      Branch: perl
52738            ! pod/perldiag.pod
52739 ____________________________________________________________________________
52740 [  9553] By: jhi                                   on 2001/04/05  04:00:33
52741         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
52742              maintperl into mainline.
52743              
52744              "double" should be "NV"; standard typemap is missing entry
52745              for NV
52746              
52747              s/djSP/dSP/
52748              
52749              Downgrade "Wide character in print" to a warning.
52750              
52751              B::Deparse fix for ${^FOO} and documentation for PVX() method
52752              (from Robin Houston)
52753              
52754              tr/// doesn't null-terminate the result in some situations
52755              (from Gisle Aas)
52756      Branch: perl
52757           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
52758           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
52759           !> t/io/utf8.t t/op/tr.t
52760 ____________________________________________________________________________
52761 [  9552] By: jhi                                   on 2001/04/05  03:52:50
52762         Log: Retract changes #9542 and #9538 (from maintperl, integrated
52763              at #9540), shouldn't be needed because of the perlio changes.
52764      Branch: perl
52765            ! util.c
52766 ____________________________________________________________________________
52767 [  9551] By: gsar                                  on 2001/04/05  00:18:34
52768         Log: tr/// doesn't null-terminate the result in some situations
52769              (from Gisle Aas)
52770      Branch: maint-5.6/perl
52771            ! doop.c t/op/tr.t
52772 ____________________________________________________________________________
52773 [  9550] By: gsar                                  on 2001/04/04  20:04:17
52774         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
52775              (from Robin Houston)
52776      Branch: maint-5.6/perl
52777            ! ext/B/B.pm ext/B/B/Deparse.pm
52778 ____________________________________________________________________________
52779 [  9549] By: nick                                  on 2001/04/04  18:56:15
52780         Log: Downgrade "Wide character in print" to a warning.
52781      Branch: perlio
52782            ! doio.c t/io/utf8.t
52783 ____________________________________________________________________________
52784 [  9548] By: gsar                                  on 2001/04/04  18:51:49
52785         Log: integrate changes#9460,9462,9482,9521,9522
52786              
52787              Subject: PATCH: B::Debug should show LOOP-specific fields
52788              
52789              Subject: B::Deparse precedence bug. (Patch included.)
52790              
52791              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
52792              
52793              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
52794              
52795              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
52796      Branch: maint-5.6/perl
52797           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
52798           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
52799 ____________________________________________________________________________
52800 [  9547] By: gsar                                  on 2001/04/04  18:49:16
52801         Log: s/djSP/dSP/
52802      Branch: maint-5.6/perl
52803            ! ext/Thread/Thread.xs
52804 ____________________________________________________________________________
52805 [  9546] By: nick                                  on 2001/04/04  18:44:00
52806         Log: Integrate mainline.
52807      Branch: perlio
52808           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
52809           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
52810 ____________________________________________________________________________
52811 [  9545] By: gsar                                  on 2001/04/04  18:38:52
52812         Log: integrate change#8837 from mainline
52813              
52814              Subject: [patch] -Wall cleanup round 2
52815      Branch: maint-5.6/perl
52816           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
52817           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
52818           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
52819           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
52820           !> ext/SDBM_File/SDBM_File.xs
52821 ____________________________________________________________________________
52822 [  9544] By: gsar                                  on 2001/04/04  17:49:57
52823         Log: "double" should be "NV"; standard typemap is missing entry
52824              for NV
52825      Branch: maint-5.6/perl
52826            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
52827 ____________________________________________________________________________
52828 [  9543] By: jhi                                   on 2001/04/04  14:13:18
52829         Log: Thou shalt not (just) match for English error messages.
52830      Branch: perl
52831            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
52832            ! os2/OS2/Process/Process.pm
52833 ____________________________________________________________________________
52834 [  9542] By: jhi                                   on 2001/04/04  13:20:39
52835         Log: Make the stdio tricks of fflush_all() to exist only if
52836              stdio is being used.
52837      Branch: perl
52838            ! util.c
52839 ____________________________________________________________________________
52840 [  9541] By: jhi                                   on 2001/04/04  04:20:24
52841         Log: Subject: Re: [PATCH] Lighten up glob
52842              From: Benjamin Sugars <bsugars@canoe.ca>
52843              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
52844              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
52845      Branch: perl
52846            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
52847            ! util.c
52848 ____________________________________________________________________________
52849 [  9540] By: jhi                                   on 2001/04/04  04:03:57
52850         Log: Integrate changes #9538,9539 from maintperl into mainline.
52851              
52852              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52853              for use with _fwalk() (fix for change#7705)
52854              
52855              another tweak needed for SunOS 4.1.x build (from Mike Guy)
52856              (cp -f is not portable)
52857      Branch: perl
52858           !> Makefile.SH util.c
52859 ____________________________________________________________________________
52860 [  9539] By: gsar                                  on 2001/04/04  03:01:14
52861         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
52862      Branch: maint-5.6/perl
52863            ! Makefile.SH
52864 ____________________________________________________________________________
52865 [  9538] By: gsar                                  on 2001/04/04  01:00:38
52866         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52867              for use with _fwalk() (fix for change#7705)
52868      Branch: maint-5.6/perl
52869            ! util.c
52870 ____________________________________________________________________________
52871 [  9537] By: nick                                  on 2001/04/03  19:24:55
52872         Log: Integrate mainline
52873      Branch: perlio
52874           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
52875           +> lib/unicode/PropList.html
52876            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
52877           !> (integrate 69 files)
52878 ____________________________________________________________________________
52879 [  9536] By: jhi                                   on 2001/04/03  18:02:31
52880         Log: Integrate change #9533 from maintperl into mainline.
52881              
52882              better fix for change#9517 to accomodate UNC paths like
52883              \\server\share\foo, and paths with trailing backslash
52884              like c:\this\
52885      Branch: perl
52886           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52887 ____________________________________________________________________________
52888 [  9535] By: jhi                                   on 2001/04/03  17:58:07
52889         Log: Change the push/unshift warning to be of class syntax, not misc.
52890      Branch: perl
52891            ! op.c pod/perldiag.pod t/pragma/warn/op
52892 ____________________________________________________________________________
52893 [  9534] By: jhi                                   on 2001/04/03  15:03:46
52894         Log: Change the push/unshift warning (#9532) to talk about "no values"
52895              instead of "no arguments".
52896      Branch: perl
52897            ! op.c pod/perldiag.pod t/pragma/warn/op
52898 ____________________________________________________________________________
52899 [  9533] By: gsar                                  on 2001/04/03  14:30:07
52900         Log: better fix for change#9517 to accomodate UNC paths like
52901              \\server\share\foo, and paths with trailing backslash
52902              like c:\this\
52903      Branch: maint-5.6/perl
52904            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52905 ____________________________________________________________________________
52906 [  9532] By: jhi                                   on 2001/04/03  13:11:46
52907         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
52908              From: Robin Houston <robin@kitsite.com>
52909              Date: Mon, 2 Apr 2001 15:03:29 +0100
52910              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
52911      Branch: perl
52912            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
52913 ____________________________________________________________________________
52914 [  9531] By: jhi                                   on 2001/04/03  13:06:34
52915         Log: Integrate change #9530 from maintperl into mainline.
52916              
52917              accomodate VMS "mailbox overflow" quirk in testsuite (from
52918              Craig Berry)
52919      Branch: perl
52920           !> t/lib/socket.t
52921 ____________________________________________________________________________
52922 [  9530] By: gsar                                  on 2001/04/03  04:56:41
52923         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
52924              Craig Berry)
52925      Branch: maint-5.6/perl
52926            ! t/lib/socket.t
52927 ____________________________________________________________________________
52928 [  9529] By: jhi                                   on 2001/04/03  02:34:34
52929         Log: Update Changes.
52930      Branch: perl
52931            ! Changes patchlevel.h
52932 ____________________________________________________________________________
52933 [  9528] By: jhi                                   on 2001/04/03  01:27:57
52934         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
52935              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
52936              To: perl5-porters@perl.org
52937              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
52938      Branch: perl
52939            ! pod/perlfaq3.pod
52940 ____________________________________________________________________________
52941 [  9527] By: jhi                                   on 2001/04/03  01:22:09
52942         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
52943              From: Peter Prymmer <pvhp@forte.com>
52944              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
52945              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
52946      Branch: perl
52947            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
52948 ____________________________________________________________________________
52949 [  9526] By: jhi                                   on 2001/04/03  01:18:25
52950         Log: The metaconfig unit changes for #9525.
52951      Branch: metaconfig
52952            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
52953      Branch: metaconfig/U/perl
52954            ! use64bits.U
52955 ____________________________________________________________________________
52956 [  9525] By: jhi                                   on 2001/04/03  01:17:30
52957         Log: Configure sanity checks:
52958              * if use64bitall is attempted but pointers are only 32-bit,
52959              'downgrade' to use64bitint
52960              * if use64bitint is attempted but there's no quad type,
52961              forget about use64bitint (well, the default for it is 'n',
52962              the user can still override this)
52963              * if pointers are 64 bits, do not try to use Perl's malloc
52964      Branch: perl
52965            ! Configure
52966 ____________________________________________________________________________
52967 [  9524] By: gsar                                  on 2001/04/03  01:09:12
52968         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
52969      Branch: maint-5.6/perl
52970            ! pp_sys.c
52971 ____________________________________________________________________________
52972 [  9523] By: jhi                                   on 2001/04/03  00:02:31
52973         Log: (Retracted by #9609)
52974              
52975              Make it harder for parallel makes to enter 'test' before
52976              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
52977              should be unhappy enough, but sometimes parallel makes seem
52978              to sneak past both in Tru64 and AIX.)
52979      Branch: perl
52980            ! Makefile.SH
52981 ____________________________________________________________________________
52982 [  9522] By: jhi                                   on 2001/04/02  22:35:31
52983         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
52984              Date: Mon, 2 Apr 2001 22:54:10 +0100
52985              From: Robin Houston <robin@kitsite.com>
52986              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
52987      Branch: perl
52988            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
52989 ____________________________________________________________________________
52990 [  9521] By: jhi                                   on 2001/04/02  22:32:23
52991         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
52992              From: Robin Houston <robin@kitsite.com>
52993              Date: Mon, 2 Apr 2001 20:24:03 +0100
52994              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
52995      Branch: perl
52996            ! ext/B/B/Concise.pm
52997 ____________________________________________________________________________
52998 [  9520] By: jhi                                   on 2001/04/02  22:30:43
52999         Log: Subject: [PATCH] REALLY pedantic hv.h nit
53000              From: Simon Cozens <simon@netthink.co.uk>
53001              Date: Mon, 2 Apr 2001 15:43:06 +0100
53002              Message-ID: <20010402154306.A21711@netthink.co.uk>
53003      Branch: perl
53004            ! hv.h
53005 ____________________________________________________________________________
53006 [  9519] By: jhi                                   on 2001/04/02  22:28:04
53007         Log: Based on
53008              
53009              Subject: [foolperl] EPOC fix
53010              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53011              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
53012              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
53013      Branch: perl
53014            ! pp_sys.c
53015 ____________________________________________________________________________
53016 [  9518] By: jhi                                   on 2001/04/02  22:22:34
53017         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
53018              
53019              README.win32 tweaks; add a note about alternative location for
53020              getting a gcc-2.95.2 that will build perl properly on windows
53021              
53022              add some notes about gutsy threading matters
53023              
53024              many of the utilities interpolate literal paths within doublequotes
53025              (fails on dosish platforms where path contains backslashes)
53026      Branch: perl
53027           !> README.win32 pod/perlguts.pod utils/perldoc.PL
53028           !> x2p/find2perl.PL x2p/s2p.PL
53029 ____________________________________________________________________________
53030 [  9517] By: gsar                                  on 2001/04/02  19:52:21
53031         Log: many of the utilities interpolate literal paths within doublequotes
53032              (fails on dosish platforms where path contains backslashes)
53033      Branch: maint-5.6/perl
53034            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53035 ____________________________________________________________________________
53036 [  9516] By: gsar                                  on 2001/04/02  05:49:37
53037         Log: a foolish release
53038      Branch: maint-5.6/perl
53039            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
53040            ! pod/perltoc.pod
53041 ____________________________________________________________________________
53042 [  9515] By: gsar                                  on 2001/04/02  05:04:29
53043         Log: add missing changelog summaries
53044      Branch: maint-5.6/perl
53045            ! Changes
53046 ____________________________________________________________________________
53047 [  9514] By: gsar                                  on 2001/04/02  04:07:13
53048         Log: add some notes about gutsy threading matters
53049      Branch: maint-5.6/perl
53050            ! pod/perlguts.pod
53051 ____________________________________________________________________________
53052 [  9513] By: gsar                                  on 2001/04/02  03:25:21
53053         Log: add more prominent caveat notices about experimental features
53054      Branch: maint-5.6/perl
53055            ! pod/perlfork.pod pod/perlunicode.pod
53056 ____________________________________________________________________________
53057 [  9512] By: gsar                                  on 2001/04/02  02:54:33
53058         Log: integrate changes#9479,9509 from mainline
53059              
53060              [PATCH] File::Glob stuff for Mac OS
53061              
53062              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
53063      Branch: maint-5.6/perl
53064           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
53065           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
53066           !> t/lib/glob-taint.t
53067 ____________________________________________________________________________
53068 [  9511] By: gsar                                  on 2001/04/02  02:38:24
53069         Log: README.win32 tweaks; add a note about alternative location for
53070              getting a gcc-2.95.2 that will build perl properly on windows
53071      Branch: maint-5.6/perl
53072            ! README.win32
53073 ____________________________________________________________________________
53074 [  9510] By: jhi                                   on 2001/04/01  20:45:10
53075         Log: An ambiguousity warning.
53076      Branch: perl
53077            ! t/lib/trig.t
53078 ____________________________________________________________________________
53079 [  9509] By: jhi                                   on 2001/04/01  19:53:47
53080         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
53081              From: Jonathan Stowe <gellyfish@gellyfish.com>
53082              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
53083              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
53084      Branch: perl
53085            ! ext/File/Glob/bsd_glob.c
53086 ____________________________________________________________________________
53087 [  9508] By: jhi                                   on 2001/04/01  19:35:03
53088         Log: Update Changes.
53089      Branch: perl
53090            ! Changes patchlevel.h
53091 ____________________________________________________________________________
53092 [  9507] By: jhi                                   on 2001/04/01  19:24:01
53093         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
53094              from mainline to maintperl: pod tweaks.
53095      Branch: maint-5.6/perl
53096           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
53097           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
53098           !> pod/perlvar.pod
53099 ____________________________________________________________________________
53100 [  9506] By: jhi                                   on 2001/04/01  19:11:53
53101         Log: Commit Sarathy to April release of 5.6.1 :-)
53102      Branch: perl
53103            ! pod/perlfaq1.pod
53104 ____________________________________________________________________________
53105 [  9505] By: jhi                                   on 2001/04/01  19:03:15
53106         Log: Subject: PATCH 5.6.0 (perldebug.pod)
53107              From: Mark-Jason Dominus <mjd@plover.com>
53108              Date: Sun, 01 Apr 2001 14:25:11 -0400
53109              Message-ID: <20010401182511.9247.qmail@plover.com>
53110      Branch: perl
53111            ! pod/perldebug.pod
53112 ____________________________________________________________________________
53113 [  9504] By: jhi                                   on 2001/04/01  18:43:09
53114         Log: Add great_circle_direction().
53115      Branch: perl
53116            ! lib/Math/Trig.pm t/lib/trig.t
53117 ____________________________________________________________________________
53118 [  9503] By: jhi                                   on 2001/04/01  17:29:12
53119         Log: Unicode ReadMe update for Unicode 3.1.
53120      Branch: perl
53121            ! lib/unicode/ReadMe.txt
53122 ____________________________________________________________________________
53123 [  9502] By: jhi                                   on 2001/04/01  17:18:40
53124         Log: Integrate change #9501 from maintperl into mainline.
53125              
53126              fix the perlembed notes on multiple interpreters
53127              
53128              fix ExtUtils::Embed to work passably on Windows
53129      Branch: perl
53130           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
53131 ____________________________________________________________________________
53132 [  9501] By: gsar                                  on 2001/04/01  07:21:57
53133         Log: fix the perlembed notes on multiple interpreters
53134              
53135              fix ExtUtils::Embed to work passably on Windows
53136      Branch: maint-5.6/perl
53137            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
53138 ____________________________________________________________________________
53139 [  9500] By: jhi                                   on 2001/04/01  05:58:23
53140         Log: Test for #9499.
53141      Branch: perl
53142            ! t/op/tr.t
53143 ____________________________________________________________________________
53144 [  9499] By: jhi                                   on 2001/04/01  05:55:46
53145         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
53146      Branch: perl
53147            ! embed.h embed.pl op.c proto.h
53148 ____________________________________________________________________________
53149 [  9498] By: jhi                                   on 2001/04/01  05:44:34
53150         Log: Protect the workaround hunk more.
53151      Branch: perl
53152            ! toke.c
53153 ____________________________________________________________________________
53154 [  9497] By: jhi                                   on 2001/04/01  00:24:25
53155         Log: Integrate changes #9493,9494,9495,9496 from maintperl
53156              into mainline.
53157              
53158              fix a broken workaround for Borland compiler in change#4739
53159              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
53160              
53161              nits spotted by Borland compiler
53162              
53163              avoid redefinition warnings under Borland 5.02
53164              
53165              various nits identified by the Borland 5.5 compiler; remove suppression
53166              of a few warnings
53167      Branch: perl
53168           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
53169           !> win32/win32.h
53170 ____________________________________________________________________________
53171 [  9496] By: gsar                                  on 2001/03/31  23:22:28
53172         Log: various nits identified by the Borland 5.5 compiler; remove suppression
53173              of a few warnings
53174      Branch: maint-5.6/perl
53175            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
53176 ____________________________________________________________________________
53177 [  9495] By: gsar                                  on 2001/03/31  21:03:08
53178         Log: avoid redefinition warnings under Borland 5.02
53179      Branch: maint-5.6/perl
53180            ! win32/makefile.mk
53181 ____________________________________________________________________________
53182 [  9494] By: gsar                                  on 2001/03/31  20:18:59
53183         Log: nits spotted by Borland compiler
53184      Branch: maint-5.6/perl
53185            ! utf8.h win32/win32.h
53186 ____________________________________________________________________________
53187 [  9493] By: gsar                                  on 2001/03/31  20:18:05
53188         Log: fix a broken workaround for Borland compiler in change#4739
53189              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
53190      Branch: maint-5.6/perl
53191            ! toke.c
53192 ____________________________________________________________________________
53193 [  9492] By: jhi                                   on 2001/03/31  18:36:24
53194         Log: Integrate change #9491 from maintperl into mainline.
53195              
53196              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
53197              directory is relative (need to fetch the full path name *before*
53198              the chdir!)
53199      Branch: perl
53200           !> lib/Cwd.pm
53201 ____________________________________________________________________________
53202 [  9491] By: gsar                                  on 2001/03/31  17:01:56
53203         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
53204              directory is relative (need to fetch the full path name *before*
53205              the chdir!)
53206              
53207              this is a followup patch for change#6749
53208      Branch: maint-5.6/perl
53209            ! lib/Cwd.pm
53210 ____________________________________________________________________________
53211 [  9490] By: jhi                                   on 2001/03/31  15:50:18
53212         Log: Subject: Re: [PATCH] av.h cosmetics
53213              From: Simon Cozens <simon@netthink.co.uk>
53214              Date: Sat, 31 Mar 2001 13:09:59 +0100
53215              Message-ID: <20010331130959.A22000@netthink.co.uk>
53216              
53217              Document AvALLOC.
53218      Branch: perl
53219            ! pod/perlguts.pod
53220 ____________________________________________________________________________
53221 [  9489] By: jhi                                   on 2001/03/31  15:48:44
53222         Log: Subject: [PATCH] Re: Math::Big* v1.21
53223              From: Tels <perl_dummy@bloodgate.com>
53224              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
53225              Message-Id: <200103311125.GAA377738@www08.hway.net>
53226      Branch: perl
53227            ! pod/perlop.pod
53228 ____________________________________________________________________________
53229 [  9488] By: jhi                                   on 2001/03/31  03:39:51
53230         Log: Debug output tweak.
53231      Branch: perl
53232            ! t/lib/cwd.t
53233 ____________________________________________________________________________
53234 [  9487] By: jhi                                   on 2001/03/31  03:33:02
53235         Log: OverVMSification.
53236      Branch: perl
53237            ! t/lib/cwd.t
53238 ____________________________________________________________________________
53239 [  9486] By: jhi                                   on 2001/03/31  03:01:40
53240         Log: Missed MANIFESTations in #9483.
53241      Branch: perl
53242            ! MANIFEST
53243 ____________________________________________________________________________
53244 [  9485] By: jhi                                   on 2001/03/31  02:58:17
53245         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
53246              From: Peter Prymmer <pvhp@forte.com>
53247              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
53248              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
53249      Branch: perl
53250            ! regexec.c t/lib/cwd.t
53251 ____________________________________________________________________________
53252 [  9484] By: jhi                                   on 2001/03/31  01:04:41
53253         Log: Obsolete file (see #3938)
53254      Branch: perl
53255            - lib/unicode/README.Ethiopic
53256            ! MANIFEST
53257 ____________________________________________________________________________
53258 [  9483] By: jhi                                   on 2001/03/31  00:52:42
53259         Log: Update to Unicode 3.1.
53260              (Rename Names.txt to NamesList.txt.)
53261      Branch: perl
53262            + lib/unicode/NamesList.txt lib/unicode/PropList.html
53263            - lib/unicode/Names.txt
53264            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53265            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
53266            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
53267            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
53268            ! lib/unicode/UCD.html lib/unicode/Unicode.html
53269            ! lib/unicode/rename lib/unicode/version
53270 ____________________________________________________________________________
53271 [  9482] By: jhi                                   on 2001/03/30  23:33:44
53272         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
53273              From: Robin Houston <robin@kitsite.com>
53274              Date: Fri, 30 Mar 2001 20:07:22 +0100
53275              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
53276      Branch: perl
53277            ! ext/B/B/Deparse.pm
53278 ____________________________________________________________________________
53279 [  9481] By: jhi                                   on 2001/03/30  23:20:25
53280         Log: Subject: Re: [PATCH] CwdXS, Take 2
53281              From: Benjamin Sugars <bsugars@canoe.ca>
53282              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
53283              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
53284      Branch: perl
53285            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
53286            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
53287 ____________________________________________________________________________
53288 [  9480] By: jhi                                   on 2001/03/30  22:52:38
53289         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
53290              From: David Dyck <dcd@tc.fluke.com>
53291              Date: Fri, 30 Mar 2001 14:44:13 -0800
53292              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
53293              
53294              The t/rantests flags file creation was accidentally
53295              removed by #9217.
53296      Branch: perl
53297            ! Makefile.SH
53298 ____________________________________________________________________________
53299 [  9479] By: jhi                                   on 2001/03/30  22:45:45
53300         Log: Subject: [PATCH] File::Glob stuff for Mac OS
53301              From: Chris Nandor <pudge@pobox.com>
53302              Date: Fri, 30 Mar 2001 16:51:00 -0500
53303              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
53304      Branch: perl
53305            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
53306            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
53307            ! t/lib/glob-taint.t
53308 ____________________________________________________________________________
53309 [  9478] By: jhi                                   on 2001/03/30  22:43:12
53310         Log: Subject: fix for win32/buildext.pl
53311              From: "Vadim Konovalov" <watman@inbox.ru>
53312              Date: Sat, 31 Mar 2001 00:50:36 +0400
53313              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
53314      Branch: perl
53315            ! win32/buildext.pl
53316 ____________________________________________________________________________
53317 [  9477] By: jhi                                   on 2001/03/30  22:41:16
53318         Log: Subject: small base.pm doc patch
53319              From: Leon Brocard <acme@astray.com>
53320              Date: Fri, 30 Mar 2001 21:49:57 +0100
53321              Message-ID: <20010330214957.B8733@ns0.astray.com>
53322      Branch: perl
53323            ! lib/base.pm
53324 ____________________________________________________________________________
53325 [  9476] By: jhi                                   on 2001/03/30  18:16:57
53326         Log: Subject: [PATCH] av.h cosmetics
53327              From: Simon Cozens <simon@netthink.co.uk>
53328              Date: Fri, 30 Mar 2001 18:12:28 +0100
53329              Message-ID: <20010330181228.A9319@netthink.co.uk>
53330      Branch: perl
53331            ! av.h
53332 ____________________________________________________________________________
53333 [  9475] By: jhi                                   on 2001/03/30  18:15:50
53334         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
53335              From: "Philip Newton" <pnewton@gmx.de>
53336              Date: Fri, 30 Mar 2001 19:06:57 +0200
53337              Message-ID: <3AC4D951.14815.1AC7068@localhost>
53338      Branch: perl
53339            ! pod/perlhack.pod
53340 ____________________________________________________________________________
53341 [  9474] By: jhi                                   on 2001/03/30  18:14:02
53342         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
53343              From: Benjamin Sugars <bsugars@canoe.ca>
53344              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
53345              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
53346      Branch: perl
53347            ! t/lib/glob-basic.t
53348 ____________________________________________________________________________
53349 [  9473] By: jhi                                   on 2001/03/30  16:09:24
53350         Log: Update Changes.
53351      Branch: perl
53352            ! Changes patchlevel.h
53353 ____________________________________________________________________________
53354 [  9472] By: jhi                                   on 2001/03/30  15:16:08
53355         Log: Integrate perlio.
53356      Branch: perl
53357           !> t/lib/cwd.t t/lib/glob-basic.t
53358 ____________________________________________________________________________
53359 [  9471] By: nick                                  on 2001/03/30  14:47:10
53360         Log: Should be (^O eq 'MSWin32') not 'Win32'
53361              Fail #12 seems real - chdir is in wrong dir.
53362      Branch: perlio
53363            ! t/lib/cwd.t
53364 ____________________________________________________________________________
53365 [  9470] By: jhi                                   on 2001/03/30  14:41:11
53366         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
53367              From: Radu Greab <radu@netsoft.ro>
53368              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
53369              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
53370              
53371              Replace #9352.
53372      Branch: perl
53373            ! ext/Socket/Socket.xs pp_sys.c
53374 ____________________________________________________________________________
53375 [  9469] By: jhi                                   on 2001/03/30  14:37:51
53376         Log: Subject: PATCH pod/perldiag.pod
53377              From: Robin Houston <robin@kitsite.com>
53378              Date: Fri, 30 Mar 2001 14:10:36 +0100
53379              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
53380      Branch: perl
53381            ! pod/perldiag.pod t/lib/glob-basic.t
53382 ____________________________________________________________________________
53383 [  9468] By: jhi                                   on 2001/03/30  14:36:36
53384         Log: Subject: Better diagnostic in io/fs.t
53385              From: andreas.koenig@anima.de (Andreas J. Koenig)
53386              Date: 30 Mar 2001 10:11:43 +0200
53387              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
53388      Branch: perl
53389            ! t/io/fs.t
53390 ____________________________________________________________________________
53391 [  9467] By: nick                                  on 2001/03/30  14:25:43
53392         Log: Skip order test of glob if case-ignoring system cannot 
53393              create a.test and A.test
53394      Branch: perlio
53395            ! t/lib/glob-basic.t
53396 ____________________________________________________________________________
53397 [  9466] By: nick                                  on 2001/03/30  13:03:12
53398         Log: Integrate mainline.
53399      Branch: perlio
53400            - ext/re/hints/aix.pl
53401           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
53402           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
53403           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
53404           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
53405 ____________________________________________________________________________
53406 [  9465] By: jhi                                   on 2001/03/30  03:53:37
53407         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
53408              the tests sometimes hang, sometimes not.)
53409      Branch: perl
53410            ! t/lib/io_multihomed.t t/lib/io_sock.t
53411 ____________________________________________________________________________
53412 [  9464] By: jhi                                   on 2001/03/30  02:56:04
53413         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
53414              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53415              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
53416              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
53417      Branch: perl
53418            ! op.c
53419 ____________________________________________________________________________
53420 [  9463] By: jhi                                   on 2001/03/30  02:34:48
53421         Log: Test for #9462.
53422      Branch: perl
53423            ! t/lib/b.t
53424 ____________________________________________________________________________
53425 [  9462] By: jhi                                   on 2001/03/30  02:29:37
53426         Log: Subject: B::Deparse precedence bug. (Patch included.)
53427              From: Jeremy Madea <jmadea@inktomi.com>
53428              Date: Thu, 29 Mar 2001 12:05:02 -0800
53429              Message-ID: <20010329120502.A24881@dr.inktomi.com>
53430      Branch: perl
53431            ! ext/B/B/Deparse.pm
53432 ____________________________________________________________________________
53433 [  9461] By: jhi                                   on 2001/03/30  02:18:41
53434         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
53435              From: Peter Prymmer <pvhp@forte.com>
53436              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
53437              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
53438      Branch: perl
53439            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
53440            ! t/lib/md5-file.t
53441 ____________________________________________________________________________
53442 [  9460] By: jhi                                   on 2001/03/30  02:17:07
53443         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
53444              From: Robin Houston <robin@kitsite.com>
53445              Date: Thu, 29 Mar 2001 20:47:56 +0100
53446              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
53447      Branch: perl
53448            ! ext/B/B/Debug.pm
53449 ____________________________________________________________________________
53450 [  9459] By: jhi                                   on 2001/03/30  02:16:05
53451         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
53452              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
53453              Date: Wed, 28 Mar 2001 18:02:20 -0600
53454              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
53455      Branch: perl
53456            ! lib/ExtUtils/MM_VMS.pm
53457 ____________________________________________________________________________
53458 [  9458] By: jhi                                   on 2001/03/30  02:07:58
53459         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
53460              From: "Joshua E. Rodd" <jrodd@pbs.org>
53461              Date: Wed, 28 Mar 2001 17:29:12 -0500
53462              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
53463      Branch: perl
53464            ! pod/perlop.pod
53465 ____________________________________________________________________________
53466 [  9457] By: jhi                                   on 2001/03/30  02:04:33
53467         Log: Subject: ext/re/aix.pl can go
53468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53469              Date: Thu, 29 Mar 2001 12:03:28 +0200
53470              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
53471      Branch: perl
53472            - ext/re/hints/aix.pl
53473            ! MANIFEST
53474 ____________________________________________________________________________
53475 [  9456] By: jhi                                   on 2001/03/30  02:03:32
53476         Log: Integrate perlio.
53477      Branch: perl
53478           !> ext/Encode/Encode.xs installperl
53479 ____________________________________________________________________________
53480 [  9455] By: nick                                  on 2001/03/29  21:11:46
53481         Log: DLL name has changed so installperl needs to know
53482              (Why isn't it working it out or passed it?)
53483      Branch: perlio
53484            ! installperl
53485 ____________________________________________________________________________
53486 [  9454] By: nick                                  on 2001/03/29  20:56:12
53487         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
53488              and we don't get undef warnings.
53489      Branch: perlio
53490            ! ext/Encode/Encode.xs
53491 ____________________________________________________________________________
53492 [  9453] By: nick                                  on 2001/03/29  17:58:48
53493         Log: Integrate mainline
53494      Branch: perlio
53495           !> Changes patchlevel.h
53496 ____________________________________________________________________________
53497 [  9452] By: jhi                                   on 2001/03/29  16:44:55
53498         Log: Update Changes.
53499      Branch: perl
53500            ! Changes patchlevel.h
53501 ____________________________________________________________________________
53502 [  9451] By: nick                                  on 2001/03/29  16:31:38
53503         Log: Integrate mainline
53504      Branch: perlio
53505           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
53506           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
53507           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
53508           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
53509           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
53510 ____________________________________________________________________________
53511 [  9450] By: jhi                                   on 2001/03/29  16:29:17
53512         Log: Integrate perlio.
53513      Branch: perl
53514           !> win32/buildext.pl
53515 ____________________________________________________________________________
53516 [  9449] By: jhi                                   on 2001/03/29  15:50:01
53517         Log: Update Changes.
53518      Branch: perl
53519            ! Changes patchlevel.h
53520 ____________________________________________________________________________
53521 [  9448] By: nick                                  on 2001/03/29  15:47:15
53522         Log: Make sure buildext.pl finds Errno.pm
53523      Branch: perlio
53524            ! win32/buildext.pl
53525 ____________________________________________________________________________
53526 [  9447] By: jhi                                   on 2001/03/29  15:39:34
53527         Log: Integrate perlio.
53528      Branch: perl
53529           !> win32/makefile.mk
53530 ____________________________________________________________________________
53531 [  9446] By: nick                                  on 2001/03/29  15:30:03
53532         Log: Integrate win32/makefile.mk with mainline.
53533      Branch: perlio
53534           !> win32/makefile.mk
53535 ____________________________________________________________________________
53536 [  9445] By: nick                                  on 2001/03/29  15:27:32
53537         Log: Fix breakage ... 
53538      Branch: perlio
53539            ! win32/makefile.mk
53540 ____________________________________________________________________________
53541 [  9444] By: jhi                                   on 2001/03/29  15:03:08
53542         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53543              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53544              Date: Thu, 29 Mar 2001 10:32:59 +0400
53545              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
53546      Branch: perl
53547            ! win32/makefile.mk
53548 ____________________________________________________________________________
53549 [  9443] By: jhi                                   on 2001/03/29  15:02:12
53550         Log: Integrate perlio.
53551      Branch: perl
53552           +> win32/buildext.pl
53553           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
53554           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
53555 ____________________________________________________________________________
53556 [  9442] By: nick                                  on 2001/03/29  14:59:11
53557         Log: Work in progress - determine win32 extensions to build via script.
53558      Branch: perlio
53559            + win32/buildext.pl
53560            ! MANIFEST win32/makefile.mk
53561 ____________________________________________________________________________
53562 [  9441] By: jhi                                   on 2001/03/29  14:51:47
53563         Log: Reintroduce the use of external pwd.
53564      Branch: perl
53565            ! t/lib/cwd.t
53566 ____________________________________________________________________________
53567 [  9440] By: jhi                                   on 2001/03/29  14:42:58
53568         Log: use warnings instead of -w.
53569      Branch: perl
53570            ! utils/h2xs.PL
53571 ____________________________________________________________________________
53572 [  9439] By: jhi                                   on 2001/03/29  14:41:52
53573         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
53574              From: Jonathan Stowe <gellyfish@gellyfish.com>
53575              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
53576              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
53577      Branch: perl
53578            ! utils/h2xs.PL
53579 ____________________________________________________________________________
53580 [  9438] By: jhi                                   on 2001/03/29  14:39:38
53581         Log: Subject: [PATCH perl@9424] minor pod nits
53582              From: Robin Barker <rmb1@cise.npl.co.uk>
53583              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
53584              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
53585      Branch: perl
53586            ! pod/perlhack.pod pod/perliol.pod
53587 ____________________________________________________________________________
53588 [  9437] By: jhi                                   on 2001/03/29  14:29:16
53589         Log: Subject: [PATCH perl@9424] typemap cast warning
53590              From: Robin Barker <rmb1@cise.npl.co.uk>
53591              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
53592              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
53593      Branch: perl
53594            ! lib/ExtUtils/typemap
53595 ____________________________________________________________________________
53596 [  9436] By: jhi                                   on 2001/03/29  14:26:03
53597         Log: Subject: [PATCH perl@9424] printf warning
53598              From: Robin Barker <rmb1@cise.npl.co.uk>
53599              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
53600              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
53601      Branch: perl
53602            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
53603            ! ext/Storable/Storable.xs toke.c
53604 ____________________________________________________________________________
53605 [  9435] By: nick                                  on 2001/03/29  14:23:31
53606         Log: Win32 has name conflict with ERROR
53607      Branch: perlio
53608            ! ext/PerlIO/Via/Via.xs
53609 ____________________________________________________________________________
53610 [  9434] By: jhi                                   on 2001/03/29  14:17:48
53611         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
53612              From: Peter Prymmer <pvhp@forte.com>
53613              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
53614              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
53615      Branch: perl
53616            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
53617 ____________________________________________________________________________
53618 [  9433] By: jhi                                   on 2001/03/29  13:52:44
53619         Log: test-prep target was missing.
53620      Branch: perl
53621            ! Makefile.SH
53622 ____________________________________________________________________________
53623 [  9432] By: nick                                  on 2001/03/29  12:40:03
53624         Log: Make as-shipped compiler default to MSVC6 
53625      Branch: perlio
53626            ! win32/makefile.mk
53627 ____________________________________________________________________________
53628 [  9431] By: nick                                  on 2001/03/29  12:12:16
53629         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
53630              akin to PerlIO::Scalar.
53631      Branch: perlio
53632            ! perlio.c perlio.h
53633 ____________________________________________________________________________
53634 [  9430] By: nick                                  on 2001/03/29  10:56:35
53635         Log: Integrate mainline.
53636      Branch: perlio
53637           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53638           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53639           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53640           !> win32/makefile.mk win32/win32sck.c
53641 ____________________________________________________________________________
53642 [  9429] By: nick                                  on 2001/03/29  09:03:43
53643         Log: Noticed that two tests were skipped as perlio:: package
53644              isn't there any more. Changed the skip condition.
53645              Avoid core-dump if sv_utf8_upgrade() called on something
53646              that does not become SvPOK after SvPV() (e.g. a ref).
53647      Branch: perlio
53648            ! sv.c t/io/utf8.t t/lib/io_scalar.t
53649 ____________________________________________________________________________
53650 [  9428] By: jhi                                   on 2001/03/29  01:31:47
53651         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
53652              From: Benjamin Sugars <bsugars@canoe.ca> 
53653              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
53654              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
53655      Branch: perl
53656            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53657            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53658            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53659 ____________________________________________________________________________
53660 [  9427] By: jhi                                   on 2001/03/29  00:49:30
53661         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53662              From: "Vadim Konovalov" <watman@inbox.ru>
53663              Date: Thu, 29 Mar 2001 01:50:12 +0400
53664              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
53665      Branch: perl
53666            ! win32/makefile.mk win32/win32sck.c
53667 ____________________________________________________________________________
53668 [  9426] By: gsar                                  on 2001/03/29  00:28:04
53669         Log: dmake can only handle == and != in comparisons; support building
53670              with Borland's VCL libraries (from Vadim Konovalov)
53671      Branch: maint-5.6/perl
53672            ! win32/makefile.mk
53673 ____________________________________________________________________________
53674 [  9425] By: nick                                  on 2001/03/28  19:29:56
53675         Log: Integrate (@snapshot)
53676      Branch: perlio
53677           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
53678 ____________________________________________________________________________
53679 [  9424] By: jhi                                   on 2001/03/28  19:03:16
53680         Log: Update Changes.
53681      Branch: perl
53682            ! Changes patchlevel.h
53683 ____________________________________________________________________________
53684 [  9423] By: jhi                                   on 2001/03/28  18:52:09
53685         Log: Rmdir lib/XS on cleanup.
53686      Branch: perl
53687            ! Makefile.SH
53688 ____________________________________________________________________________
53689 [  9422] By: jhi                                   on 2001/03/28  18:49:34
53690         Log: Integrate perlio.
53691      Branch: perl
53692           !> t/op/utf8decode.t
53693 ____________________________________________________________________________
53694 [  9421] By: nick                                  on 2001/03/28  18:46:44
53695         Log: Loose duplicate chunk.
53696      Branch: perlio
53697            ! t/op/utf8decode.t
53698 ____________________________________________________________________________
53699 [  9420] By: nick                                  on 2001/03/28  18:44:11
53700         Log: Integrate mainline.
53701      Branch: perlio
53702           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
53703           !> vms/vmsish.h
53704 ____________________________________________________________________________
53705 [  9419] By: jhi                                   on 2001/03/28  18:42:05
53706         Log: Can't trust external pwds
53707              (either shell builtins or external programs)
53708      Branch: perl
53709            ! t/lib/cwd.t
53710 ____________________________________________________________________________
53711 [  9418] By: jhi                                   on 2001/03/28  18:34:05
53712         Log: Integrate perlio.
53713      Branch: perl
53714            - lib/perlio.pm
53715           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53716           !> t/op/utf8decode.t
53717 ____________________________________________________________________________
53718 [  9417] By: nick                                  on 2001/03/28  18:24:02
53719         Log: PerlIO.pm / perlio.pm conflict.
53720              Update some pods.
53721              Make t/op/utf8decode.t a text file.
53722      Branch: perlio
53723            - lib/perlio.pm
53724            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53725            ! t/op/utf8decode.t
53726 ____________________________________________________________________________
53727 [  9416] By: jhi                                   on 2001/03/28  18:06:07
53728         Log: Integrate change #9409 from mainline to maintperl.
53729              
53730              Yet another tweak on AIX dynaloading.
53731      Branch: maint-5.6/perl
53732           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53733 ____________________________________________________________________________
53734 [  9415] By: gsar                                  on 2001/03/28  17:13:01
53735         Log: integrate changes#9377,9385,9401 from mainline
53736              
53737              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
53738              
53739              If directory entries compare equal case-insensitively,
53740              retry case-sensitively.
53741              
53742              Subject: [PATCH] B::Terse and warnings
53743      Branch: maint-5.6/perl
53744           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
53745           !> t/pragma/warn/perl
53746 ____________________________________________________________________________
53747 [  9414] By: jhi                                   on 2001/03/28  17:11:12
53748         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
53749              From: "Craig A. Berry" <craigberry@mac.com>
53750              Date: Wed, 28 Mar 2001 10:55:20 -0600
53751              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
53752      Branch: perl
53753            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
53754 ____________________________________________________________________________
53755 [  9413] By: jhi                                   on 2001/03/28  17:03:12
53756         Log: Dup hunk.
53757      Branch: perl
53758            ! t/op/utf8decode.t
53759 ____________________________________________________________________________
53760 [  9412] By: jhi                                   on 2001/03/28  17:02:36
53761         Log: Forced integrate from perlio.
53762      Branch: perl
53763           !> t/op/utf8decode.t
53764 ____________________________________________________________________________
53765 [  9411] By: nick                                  on 2001/03/28  16:50:03
53766         Log: Integrate mainline.
53767      Branch: perlio
53768           +> t/lib/cwd.t
53769           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53770           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
53771           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
53772           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
53773           !> t/pragma/warn/perl
53774 ____________________________________________________________________________
53775 [  9410] By: jhi                                   on 2001/03/28  16:44:23
53776         Log: Subject: Re: [PATCH] 9403 cannot be tested
53777              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53778              Date: Wed, 28 Mar 2001 18:33:56 +0200
53779              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
53780      Branch: perl
53781            ! makedef.pl
53782 ____________________________________________________________________________
53783 [  9409] By: jhi                                   on 2001/03/28  16:12:45
53784         Log: Yet another tweak on AIX dynaloading.
53785      Branch: perl
53786            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53787 ____________________________________________________________________________
53788 [  9408] By: jhi                                   on 2001/03/28  15:52:55
53789         Log: Subject: [PATCH] 9403 cannot be tested
53790              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53791              Date: Wed, 28 Mar 2001 17:23:00 +0200
53792              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
53793              
53794              A missing symbol.
53795      Branch: perl
53796            ! makedef.pl
53797 ____________________________________________________________________________
53798 [  9407] By: jhi                                   on 2001/03/28  15:47:43
53799         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
53800      Branch: perl
53801            ! t/op/utf8decode.t
53802           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53803           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
53804 ____________________________________________________________________________
53805 [  9406] By: jhi                                   on 2001/03/28  15:37:08
53806         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
53807              From: Benjamin Sugars <bsugars@canoe.ca> 
53808              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
53809              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
53810      Branch: perl
53811            + t/lib/cwd.t
53812            ! MANIFEST
53813 ____________________________________________________________________________
53814 [  9405] By: jhi                                   on 2001/03/28  15:13:18
53815         Log: pp_ne() needs a CORRECT boolean.
53816      Branch: perl
53817            ! pp.c
53818 ____________________________________________________________________________
53819 [  9404] By: jhi                                   on 2001/03/28  15:09:23
53820         Log: pp_ne() needs a boolean, not an integer.
53821      Branch: perl
53822            ! pp.c
53823 ____________________________________________________________________________
53824 [  9403] By: jhi                                   on 2001/03/28  14:47:43
53825         Log: (Retracted by #9404.)
53826      Branch: perl
53827            ! pp.c
53828 ____________________________________________________________________________
53829 [  9402] By: jhi                                   on 2001/03/28  14:43:59
53830         Log: Subject: Re: [PATCH] Typemap testing
53831              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
53832              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
53833              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
53834      Branch: perl
53835            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53836            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
53837 ____________________________________________________________________________
53838 [  9401] By: jhi                                   on 2001/03/28  14:42:14
53839         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
53840              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
53841              Date: Sun, 25 Mar 2001 21:59:15 +0100
53842              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
53843              
53844              A variable will be checked for the "use once" warnings if:
53845              
53846              1. It is in the scope of a use warnings 'once'
53847              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
53848              
53849              Otherwise it won't be checked at all.
53850              
53851              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
53852              
53853              The enclosed patch partially fixes this issue. What I didn't
53854              get to work was the case where the "used once" warning is enabled
53855              in any file other than the main file.
53856      Branch: perl
53857            ! gv.c t/pragma/warn/perl
53858 ____________________________________________________________________________
53859 [  9400] By: nick                                  on 2001/03/28  14:38:24
53860         Log: More EBCDIC tweaks:
53861              - one more swash issue &~(0xA0-1) did not do the right thing,
53862              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
53863              - add "use re 'asciirange'" to make [!-~] etc. work
53864              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
53865              - Choose a key for t/op/each.t test which gets encoded.
53866              - Skip utf8decode if this is UTF-EBCDIC.
53867      Branch: perlio
53868            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53869            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
53870 ____________________________________________________________________________
53871 [  9399] By: jhi                                   on 2001/03/28  14:21:00
53872         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
53873              Andreas Schwab.
53874      Branch: perl
53875            ! pp.c
53876 ____________________________________________________________________________
53877 [  9398] By: jhi                                   on 2001/03/28  00:55:56
53878         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
53879              From: David Dyck <dcd@tc.fluke.com>
53880              Date: Tue, 27 Mar 2001 15:16:24 -0800
53881              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
53882      Branch: perl
53883            ! ext/IO/lib/IO/Socket.pm
53884 ____________________________________________________________________________
53885 [  9397] By: jhi                                   on 2001/03/27  21:52:49
53886         Log: Integrate perlio.
53887      Branch: perl
53888           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
53889           +> ext/PerlIO/Via/Via.xs
53890           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
53891 ____________________________________________________________________________
53892 [  9396] By: nick                                  on 2001/03/27  21:45:13
53893         Log: Integrate mainline.
53894      Branch: perlio
53895           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
53896           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
53897 ____________________________________________________________________________
53898 [  9395] By: nick                                  on 2001/03/27  21:18:58
53899         Log: Outline docs for PerlIO and PerlIO::Scalar
53900      Branch: perlio
53901            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
53902 ____________________________________________________________________________
53903 [  9394] By: nick                                  on 2001/03/27  20:50:13
53904         Log: PerlIO::Via layer (alpha-ish).
53905      Branch: perlio
53906            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
53907            + ext/PerlIO/Via/Via.xs
53908            ! MANIFEST
53909 ____________________________________________________________________________
53910 [  9393] By: jhi                                   on 2001/03/27  20:49:55
53911         Log: Retract #9329 now that 9390 should take care of the matter.
53912      Branch: perl
53913            ! utils/h2xs.PL
53914 ____________________________________________________________________________
53915 [  9390] By: jhi                                   on 2001/03/27  20:47:50
53916         Log: Subject: Autoloading Errno.pm when %! is encountered
53917              From: Robin Houston <robin@kitsite.com>
53918              Date: Tue, 27 Mar 2001 20:57:11 +0100
53919              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
53920      Branch: perl
53921            ! embed.h embed.pl gv.c proto.h t/op/magic.t
53922 ____________________________________________________________________________
53923 [  9389] By: jhi                                   on 2001/03/27  20:24:31
53924         Log: Integrate perlio.
53925      Branch: perl
53926           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
53927           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
53928           !> utf8.c
53929 ____________________________________________________________________________
53930 [  9388] By: jhi                                   on 2001/03/27  20:21:38
53931         Log: Better have a three-element array if one is going to assign
53932              to the third element of that array. (from Tim Jenness)
53933      Branch: perl
53934            ! ext/XS/Typemap/Typemap.xs
53935 ____________________________________________________________________________
53936 [  9387] By: nick                                  on 2001/03/27  20:15:43
53937         Log: Integrate mainline.
53938      Branch: perlio
53939           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
53940           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53941           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
53942           +> t/lib/xs-typemap.t
53943           !> (integrate 34 files)
53944 ____________________________________________________________________________
53945 [  9386] By: jhi                                   on 2001/03/27  20:04:18
53946         Log: Subject: Re: perl@9359 breaks HTML::Parser
53947              From: Gisle Aas <gisle@ActiveState.com>
53948              Date: 27 Mar 2001 11:30:24 -0800
53949              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
53950              
53951              Clarify the UTF-8 issues of the API docs.
53952              (Slightly reworded and expanded.)
53953      Branch: perl
53954            ! pod/perlapi.pod sv.c sv.h
53955 ____________________________________________________________________________
53956 [  9385] By: jhi                                   on 2001/03/27  19:44:25
53957         Log: If directory entries compare equal case-insensitively,
53958              retry case-sensitively.
53959      Branch: perl
53960            ! ext/File/Glob/bsd_glob.c
53961 ____________________________________________________________________________
53962 [  9384] By: nick                                  on 2001/03/27  19:38:50
53963         Log: Various EBCDIC fixes:
53964              - major revelation that swash code is encoding aware,
53965              (or thought it was) - now it is ;-)
53966              - With that out of the way fix a slab of tr/// cases.
53967              - Fix Encode 'Unicode' to be true Unicode so tests pass.
53968              - As anticipated Base64.xs needed tweaks.
53969              - Until tr/// works right avoid old_encode64 in MIME tests.
53970      Branch: perlio
53971            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
53972            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
53973 ____________________________________________________________________________
53974 [  9383] By: jhi                                   on 2001/03/27  18:34:41
53975         Log: Add the std test suite BEGIN block.
53976      Branch: perl
53977            ! t/lib/xs-typemap.t
53978 ____________________________________________________________________________
53979 [  9382] By: jhi                                   on 2001/03/27  15:16:07
53980         Log: Add debugging output to the test.
53981      Branch: perl
53982            ! t/lib/glob-basic.t
53983 ____________________________________________________________________________
53984 [  9381] By: jhi                                   on 2001/03/27  15:08:10
53985         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
53986      Branch: perl
53987            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
53988            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53989            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
53990            + t/lib/xs-typemap.t
53991            ! MANIFEST
53992 ____________________________________________________________________________
53993 [  9380] By: jhi                                   on 2001/03/27  14:48:34
53994         Log: Subject: [PATCH] Typemap testing
53995              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
53996              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
53997              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
53998              
53999              (The first part of the patch.)
54000      Branch: perl
54001            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
54002 ____________________________________________________________________________
54003 [  9379] By: jhi                                   on 2001/03/27  14:44:56
54004         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
54005              From: Benjamin Sugars <bsugars@canoe.ca> 
54006              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
54007              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
54008      Branch: perl
54009            ! t/lib/glob-basic.t
54010 ____________________________________________________________________________
54011 [  9378] By: jhi                                   on 2001/03/27  14:42:30
54012         Log: Subject: [PATCH] perlvar nit
54013              From: Simon Cozens <simon@netthink.co.uk>
54014              Date: Tue, 27 Mar 2001 01:12:01 +0100
54015              Message-ID: <20010327011201.A19179@netthink.co.uk>
54016      Branch: perl
54017            ! pod/perlvar.pod
54018 ____________________________________________________________________________
54019 [  9377] By: jhi                                   on 2001/03/27  14:36:26
54020         Log: Subject: [PATCH] B::Terse and warnings
54021              From: Benjamin Sugars <ben.sugars@home.com>
54022              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
54023              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
54024      Branch: perl
54025            ! ext/B/B.pm ext/B/B/Terse.pm
54026 ____________________________________________________________________________
54027 [  9376] By: jhi                                   on 2001/03/27  14:31:31
54028         Log: Document sockatmark() some.
54029      Branch: perl
54030            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
54031            ! pod/perltoc.pod
54032 ____________________________________________________________________________
54033 [  9375] By: jhi                                   on 2001/03/27  14:00:24
54034         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
54035              noted by Gisle and fixed by NI-S.
54036      Branch: perl
54037            ! sv.c
54038 ____________________________________________________________________________
54039 [  9374] By: jhi                                   on 2001/03/27  05:50:01
54040         Log: Regen toc.
54041      Branch: perl
54042            ! pod/perltoc.pod
54043 ____________________________________________________________________________
54044 [  9373] By: jhi                                   on 2001/03/27  05:43:51
54045         Log: Pixie documenting.
54046      Branch: perl
54047            ! Makefile.SH pod/perlhack.pod
54048 ____________________________________________________________________________
54049 [  9372] By: jhi                                   on 2001/03/27  05:29:34
54050         Log: Metaconfig unit changes for #9371.
54051      Branch: metaconfig
54052            ! U/modified/myhostname.U
54053      Branch: metaconfig/U/perl
54054            + d_sockatmark.U
54055            ! gccvers.U
54056 ____________________________________________________________________________
54057 [  9371] By: jhi                                   on 2001/03/27  05:29:07
54058         Log: Add sockatmark() probing.
54059      Branch: perl
54060            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54061            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
54062            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54063            ! vos/config.ga.h win32/config.bc win32/config.gc
54064            ! win32/config.vc
54065 ____________________________________________________________________________
54066 [  9370] By: jhi                                   on 2001/03/26  22:01:18
54067         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
54068              Really need to benchmark this.
54069      Branch: perl
54070            ! pp.c
54071 ____________________________________________________________________________
54072 [  9369] By: nick                                  on 2001/03/26  21:59:30
54073         Log: Integrate mainline.
54074      Branch: perlio
54075            ! ext/MIME/Base64/QuotedPrint.pm
54076           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
54077           !> patchlevel.h pod/perlhack.pod pp_sys.c
54078 ____________________________________________________________________________
54079 [  9368] By: jhi                                   on 2001/03/26  21:47:03
54080         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
54081              
54082              TODO1: perlbench.
54083              TODO2: le, lt, ge, gt?  Yech.
54084      Branch: perl
54085            ! pp.c
54086 ____________________________________________________________________________
54087 [  9367] By: jhi                                   on 2001/03/26  21:34:57
54088         Log: Too much cut-and-paste in #9363.
54089      Branch: perl
54090            ! pp_sys.c
54091 ____________________________________________________________________________
54092 [  9366] By: jhi                                   on 2001/03/26  21:20:53
54093         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
54094              From: Andreas Schwab <schwab@suse.de>
54095              Date: 26 Mar 2001 17:29:04 +0200
54096              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
54097              
54098              (The patch for 5.6.0 or so, this is a guess for bleadperl)
54099      Branch: perl
54100            ! pp_hot.c
54101 ____________________________________________________________________________
54102 [  9365] By: jhi                                   on 2001/03/26  21:07:54
54103         Log: Integrate perlio.
54104      Branch: perl
54105           !> perlio.c
54106 ____________________________________________________________________________
54107 [  9364] By: nick                                  on 2001/03/26  20:30:48
54108         Log: REFCNT botch in layer name cache hash.
54109      Branch: perlio
54110            ! perlio.c
54111 ____________________________________________________________________________
54112 [  9363] By: jhi                                   on 2001/03/26  18:44:32
54113         Log: Subject: [PATCH] socket() leaks file descriptors
54114              From: Benjamin Sugars <bsugars@canoe.ca>
54115              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
54116              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
54117              
54118              Also sockpair() fixed similarly.
54119      Branch: perl
54120            ! pp_sys.c
54121 ____________________________________________________________________________
54122 [  9362] By: jhi                                   on 2001/03/26  18:37:52
54123         Log: Integrate perlio.
54124      Branch: perl
54125           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
54126 ____________________________________________________________________________
54127 [  9361] By: nick                                  on 2001/03/26  17:32:06
54128         Log: Implement flush of linebuffered streams on read of a tty.
54129      Branch: perlio
54130            ! perlio.c perliol.h
54131 ____________________________________________________________________________
54132 [  9360] By: nick                                  on 2001/03/26  17:12:32
54133         Log: Memory tweaks and notes for OEMVS.
54134      Branch: perlio
54135            ! README.os390 miniperlmain.c t/op/pat.t
54136 ____________________________________________________________________________
54137 [  9359] By: jhi                                   on 2001/03/26  02:12:54
54138         Log: Update Changes.
54139      Branch: perl
54140            ! Changes patchlevel.h
54141 ____________________________________________________________________________
54142 [  9358] By: jhi                                   on 2001/03/26  02:05:32
54143         Log: Document the most common pixie options.
54144      Branch: perl
54145            ! pod/perlhack.pod
54146 ____________________________________________________________________________
54147 [  9357] By: jhi                                   on 2001/03/26  01:25:28
54148         Log: For perl.pixie check *before* compiling that optimize is -g,
54149              as for perl.third.
54150      Branch: perl
54151            ! Makefile.SH
54152 ____________________________________________________________________________
54153 [  9356] By: jhi                                   on 2001/03/26  01:13:41
54154         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
54155      Branch: perl
54156            ! Makefile.SH
54157 ____________________________________________________________________________
54158 [  9355] By: jhi                                   on 2001/03/26  01:11:19
54159         Log: Remove t/perl.third.
54160      Branch: perl
54161            ! Makefile.SH
54162 ____________________________________________________________________________
54163 [  9354] By: jhi                                   on 2001/03/26  00:23:38
54164         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
54165              IO::Sockatmark().
54166      Branch: perl
54167            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
54168 ____________________________________________________________________________
54169 [  9353] By: jhi                                   on 2001/03/25  22:25:04
54170         Log: Integrate perlio.
54171      Branch: perl
54172           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
54173           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
54174           !> pp_hot.c win32/makefile.mk
54175 ____________________________________________________________________________
54176 [  9352] By: jhi                                   on 2001/03/25  22:21:41
54177         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
54178              From: Radu Greab <radu@netsoft.ro>
54179              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
54180              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
54181      Branch: perl
54182            ! pp_sys.c
54183 ____________________________________________________________________________
54184 [  9351] By: nick                                  on 2001/03/25  22:15:02
54185         Log: Fix readline in list mode to tell rest of world that it has
54186              things on the stack. Otherwise if perl code gets invoked
54187              underneath it it scribbles over results-so-far.
54188              (Why TIEHANDLE has not tripped on this is a mystery.)
54189      Branch: perlio
54190            ! pp_hot.c
54191 ____________________________________________________________________________
54192 [  9350] By: nick                                  on 2001/03/25  22:10:13
54193         Log: win32/makefile.mk typos
54194      Branch: perlio
54195            ! win32/makefile.mk
54196 ____________________________________________________________________________
54197 [  9349] By: nick                                  on 2001/03/25  21:31:14
54198         Log: Integrate now-non-binary file.
54199      Branch: perlio
54200           !> t/lib/mimeqp.t
54201 ____________________________________________________________________________
54202 [  9348] By: nick                                  on 2001/03/25  21:27:24
54203         Log: Make it text
54204      Branch: perlio
54205            ! t/lib/mimeqp.t
54206 ____________________________________________________________________________
54207 [  9347] By: nick                                  on 2001/03/25  21:25:37
54208         Log: Integrate mainline.
54209      Branch: perlio
54210           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
54211           !> lib/Term/ReadLine.pm t/lib/md5-file.t
54212 ____________________________________________________________________________
54213 [  9346] By: nick                                  on 2001/03/25  20:58:15
54214         Log: Add destruct time hook to PerlIO (for work-in-process implementing
54215              layers in perl code. In such cases layers need to be popped before
54216              we loose the ability to run perl code.)
54217              Also back-out "PerlIO::object" hook - it isn't going to work like that...
54218      Branch: perlio
54219            ! perl.c perlio.c perlio.h perliol.h
54220 ____________________________________________________________________________
54221 [  9345] By: nick                                  on 2001/03/25  20:49:11
54222         Log: Avoid at leasy one of undefined warnings in Encode.
54223      Branch: perlio
54224            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
54225 ____________________________________________________________________________
54226 [  9344] By: jhi                                   on 2001/03/25  20:37:43
54227         Log: A workaround for using Term::ReadLine in emacs minibuffer
54228              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
54229              additional tweaks from Ilya Zakharevich.
54230      Branch: perl
54231            ! lib/Term/ReadLine.pm
54232 ____________________________________________________________________________
54233 [  9343] By: nick                                  on 2001/03/25  20:21:14
54234         Log: Missing return value.
54235      Branch: perlio
54236            ! ext/PerlIO/Scalar/Scalar.xs
54237 ____________________________________________________________________________
54238 [  9342] By: jhi                                   on 2001/03/25  16:21:00
54239         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
54240              to equal the CPAN versions since no code changes have been made.
54241      Branch: perl
54242            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
54243            ! t/lib/md5-file.t
54244 ____________________________________________________________________________
54245 [  9341] By: jhi                                   on 2001/03/25  16:01:48
54246         Log: Escape 8-bit characters.
54247      Branch: perl
54248            ! t/lib/mimeqp.t
54249 ____________________________________________________________________________
54250 [  9340] By: gsar                                  on 2001/03/25  15:50:53
54251         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
54252              chars)
54253      Branch: perl
54254            + t/lib/mimeqp.t
54255 ____________________________________________________________________________
54256 [  9339] By: gsar                                  on 2001/03/25  15:48:50
54257         Log: delete mimeqp.t for later add with text mode set
54258      Branch: perl
54259            - t/lib/mimeqp.t
54260 ____________________________________________________________________________
54261 [  9338] By: nick                                  on 2001/03/25  09:01:57
54262         Log: Integrate mainline.
54263      Branch: perlio
54264           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54265           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
54266           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
54267           +> t/lib/mimeb64u.t t/lib/mimeqp.t
54268           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
54269           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
54270           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
54271 ____________________________________________________________________________
54272 [  9337] By: jhi                                   on 2001/03/25  04:23:24
54273         Log: Add MIME::Base64 here and there.  Again, a lot of
54274              optimism is in the air.
54275      Branch: perl
54276            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
54277            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
54278 ____________________________________________________________________________
54279 [  9336] By: jhi                                   on 2001/03/25  04:12:43
54280         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
54281              this by ear as I do not do Win32 programming.)
54282      Branch: perl
54283            ! win32/Makefile win32/makefile.mk
54284 ____________________________________________________________________________
54285 [  9335] By: jhi                                   on 2001/03/25  04:03:50
54286         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
54287      Branch: perl
54288            ! t/lib/md5-file.t
54289 ____________________________________________________________________________
54290 [  9334] By: jhi                                   on 2001/03/25  03:58:53
54291         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
54292      Branch: perl
54293            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54294            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
54295            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
54296            + t/lib/mimeb64u.t t/lib/mimeqp.t
54297            ! MANIFEST
54298 ____________________________________________________________________________
54299 [  9333] By: jhi                                   on 2001/03/24  20:14:37
54300         Log: Integrate perlio.
54301      Branch: perl
54302           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
54303 ____________________________________________________________________________
54304 [  9332] By: nick                                  on 2001/03/24  19:40:34
54305         Log: Fix un-init variable leading to spurious "Out of Memory!"
54306      Branch: perlio
54307            ! doio.c
54308 ____________________________________________________________________________
54309 [  9331] By: nick                                  on 2001/03/24  19:09:59
54310         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
54311              and update layers internals doc.
54312      Branch: perlio
54313            ! pod/perlfunc.pod pod/perliol.pod
54314 ____________________________________________________________________________
54315 [  9330] By: jhi                                   on 2001/03/24  18:42:11
54316         Log: The length might be uninitialized garbage if the *svp is the undef.
54317      Branch: perl
54318            ! doio.c
54319 ____________________________________________________________________________
54320 [  9329] By: jhi                                   on 2001/03/24  18:26:57
54321         Log: (Retracted by #9393)
54322              
54323              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
54324              From: Simon Cozens <simon@netthink.co.uk>
54325              Date: Sat, 24 Mar 2001 17:13:17 +0000
54326              Message-ID: <20010324171317.A13406@netthink.co.uk>
54327      Branch: perl
54328            ! utils/h2xs.PL
54329 ____________________________________________________________________________
54330 [  9328] By: nick                                  on 2001/03/24  17:22:02
54331         Log: Integrate mainline.
54332      Branch: perlio
54333           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
54334           !> lib/unicode/version
54335 ____________________________________________________________________________
54336 [  9327] By: nick                                  on 2001/03/24  17:16:02
54337         Log: Integrate mainline.
54338      Branch: perlio
54339           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54340           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54341           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
54342           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
54343           +> t/lib/md5-file.t
54344           !> MANIFEST Makefile.SH configure.com djgpp/config.over
54345           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
54346           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
54347           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
54348           !> win32/makefile.mk
54349 ____________________________________________________________________________
54350 [  9326] By: jhi                                   on 2001/03/24  17:00:42
54351         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
54352      Branch: perl
54353            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
54354            ! lib/unicode/version
54355 ____________________________________________________________________________
54356 [  9325] By: jhi                                   on 2001/03/24  16:22:33
54357         Log: Subject: Re: B::Deparse bug (5.6.0)
54358              From: Robin Houston <robin@kitsite.com>
54359              Date: Sat, 24 Mar 2001 14:33:09 +0000
54360              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
54361      Branch: perl
54362            ! op.c pp.c t/lib/b.t t/op/repeat.t
54363 ____________________________________________________________________________
54364 [  9324] By: jhi                                   on 2001/03/24  16:21:56
54365         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
54366              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
54367              these additions may be too optimistic.
54368      Branch: perl
54369            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
54370            ! hints/uwin.sh hints/vmesa.sh
54371 ____________________________________________________________________________
54372 [  9323] By: jhi                                   on 2001/03/24  16:06:01
54373         Log: Integrate perlio.
54374      Branch: perl
54375           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
54376           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54377            ! Makefile.SH
54378           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
54379           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
54380           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
54381           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54382           !> win32/makefile.mk win32/perlhost.h win32/win32.c
54383           !> win32/win32iop.h
54384 ____________________________________________________________________________
54385 [  9322] By: nick                                  on 2001/03/24  14:39:12
54386         Log: Routine Win32 regen_config_h - no real changes.
54387      Branch: perlio
54388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54389 ____________________________________________________________________________
54390 [  9321] By: nick                                  on 2001/03/24  14:31:49
54391         Log: PerlIO fixups for Win32:
54392              - provide win33_popenlist() - non-functional as yet.
54393              - avoid need for aTHX in PerlIO_debug calls - even if not 
54394              enabled args are still evaluated so Win32 has trouble during fork().
54395              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
54396              - Fixup makedef.pl for latest set of symbols.
54397      Branch: perlio
54398            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
54399            ! win32/perlhost.h win32/win32.c win32/win32iop.h
54400 ____________________________________________________________________________
54401 [  9320] By: nick                                  on 2001/03/24  14:26:58
54402         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
54403              was gibberish - broke it on WIn32 at least.
54404      Branch: perlio
54405            ! ext/POSIX/POSIX.xs
54406 ____________________________________________________________________________
54407 [  9319] By: nick                                  on 2001/03/24  11:29:41
54408         Log: Generated files.
54409      Branch: perlio
54410            ! embed.h global.sym objXSUB.h perlapi.c proto.h
54411 ____________________________________________________________________________
54412 [  9318] By: nick                                  on 2001/03/24  10:29:37
54413         Log: Implement:
54414              1.  open($fh,"+<",undef);  # add test to t/io/open.t
54415              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
54416      Branch: perlio
54417            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
54418            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54419            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
54420            ! t/io/open.t t/io/utf8.t
54421 ____________________________________________________________________________
54422 [  9317] By: jhi                                   on 2001/03/23  23:41:25
54423         Log: AIX does seems to have optimization problems with its C compilers.
54424      Branch: perl
54425            ! hints/aix.sh
54426 ____________________________________________________________________________
54427 [  9316] By: jhi                                   on 2001/03/23  23:40:46
54428         Log: Integrate perlio.
54429      Branch: perl
54430           +> lib/PerlIO.pm
54431           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
54432           !> perliol.h
54433 ____________________________________________________________________________
54434 [  9315] By: jhi                                   on 2001/03/23  22:16:30
54435         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
54436      Branch: perl
54437            ! t/lib/md5-file.t
54438 ____________________________________________________________________________
54439 [  9314] By: nick                                  on 2001/03/23  20:49:02
54440         Log: Perlio internals re-organized.
54441              - open process creates AV of layer/arg pairs
54442              (appends layers from open() or open.pm to default list).
54443              - push arg is now an SV.
54444              - layer ->Open get passed the AV
54445              - open is no longer mandatory method.
54446              - topmost layer that has ->Open method does the open
54447              - any layers above are pushed once that returns.
54448              - vtable re-ordered so dummy layers need only provide push/pop methods.
54449      Branch: perlio
54450            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54451 ____________________________________________________________________________
54452 [  9313] By: nick                                  on 2001/03/23  16:27:41
54453         Log: Check in a stable (working) version before next round of tweaks.
54454              Changes include:
54455              - Move default layers code out of doio.c and into perlio.c
54456              - Single routine for parsing layer specification strings.
54457              - Skeleton support for demand loading of layers
54458              - Core-dump avoidance if PERLIO environment specifies loadable layer
54459              (does not _work_ as need IO to load and need load to do IO ...)
54460      Branch: perlio
54461            + lib/PerlIO.pm
54462            ! MANIFEST doio.c perlio.c
54463 ____________________________________________________________________________
54464 [  9312] By: gsar                                  on 2001/03/23  16:25:25
54465         Log: add execute bit to files with shebang lines in the repository;
54466              avoid clobbering execute bit in Porting/makerel 
54467      Branch: maint-5.6/perl
54468            ! (edit 144 files)
54469 ____________________________________________________________________________
54470 [  9311] By: jhi                                   on 2001/03/23  14:25:35
54471         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
54472      Branch: perl
54473            ! MANIFEST
54474 ____________________________________________________________________________
54475 [  9310] By: jhi                                   on 2001/03/23  13:45:04
54476         Log: Subject: [PATCH] Net::Ping
54477              From: Colin McMillen <mcmi0037@tc.umn.edu>
54478              Date: Thu, 22 Mar 2001 19:30:31 -0600
54479              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
54480      Branch: perl
54481            ! lib/Net/Ping.pm
54482 ____________________________________________________________________________
54483 [  9309] By: jhi                                   on 2001/03/23  13:39:13
54484         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
54485      Branch: perl
54486            ! t/lib/md5-aaa.t t/lib/md5-file.t
54487 ____________________________________________________________________________
54488 [  9308] By: jhi                                   on 2001/03/23  13:20:34
54489         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
54490              - bump the version to 2.14
54491              - drop the base64 tests since they require MIME::Base64
54492              - drop the rfc1321.txt
54493              - drop the hints/dec_osf.pl since it's only needed for
54494              pre-5.005_03 Perls
54495              Todo:
54496              - the U32 alignment testing is now removed; it needs to
54497              be reintroduced as as a Config variable (meaning also
54498              as a Configure test)
54499              - get the new EBCDIC md5sum for MD5.pm
54500              - test in Win32 to see how badly I botched the makefiles
54501      Branch: perl
54502            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54503            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54504            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
54505            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
54506            + t/lib/md5-file.t
54507            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
54508            ! win32/Makefile win32/makefile.mk
54509 ____________________________________________________________________________
54510 [  9307] By: jhi                                   on 2001/03/23  12:56:14
54511         Log: Integrate change #9306 from maintperl into mainline,
54512              AIX dynaloader for AIXes without <load.h>.
54513      Branch: perl
54514           !> ext/DynaLoader/hints/aix.pl
54515 ____________________________________________________________________________
54516 [  9306] By: jhi                                   on 2001/03/23  12:51:36
54517         Log: There are AIXes without /usr/include/load.h,
54518              patch from H.Merijn Brand.
54519      Branch: maint-5.6/perl
54520            ! ext/DynaLoader/hints/aix.pl
54521 ____________________________________________________________________________
54522 [  9305] By: nick                                  on 2001/03/23  11:00:42
54523         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
54524      Branch: perlio
54525            ! ext/Encode/Encode.xs perlio.c perlio.h
54526 ____________________________________________________________________________
54527 [  9304] By: nick                                  on 2001/03/23  10:20:46
54528         Log: Render -Duseperlio functional again.
54529              - this is "quick fix" which calls PerlIO_apply_layers after opening,
54530              which is what old scheme did. New scheme needs to change that
54531              to make open(...,\$scalar) etc. work but this will do for now.
54532      Branch: perlio
54533            ! perlio.c
54534 ____________________________________________________________________________
54535 [  9303] By: nick                                  on 2001/03/23  09:53:20
54536         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
54537              -Uuseperlio now works again.
54538              -Duseperlio is still poorly. Don't merge yet...
54539      Branch: perlio
54540            ! doio.c perlio.h
54541 ____________________________________________________________________________
54542 [  9302] By: nick                                  on 2001/03/22  22:26:51
54543         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
54544              type code.
54545              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
54546              is its main caller. In particular now has access to "extra" args, and
54547              can tell when an open handle is "reopened" (or duped?).
54548              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
54549              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
54550              PerlIO_open() et. al. (i.e. other way round).
54551              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
54552              with args close to PerlIO_openn().
54553      Branch: perlio
54554            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54555 ____________________________________________________________________________
54556 [  9301] By: jhi                                   on 2001/03/22  20:58:04
54557         Log: Integrate perlio.
54558      Branch: perl
54559           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
54560           !> t/io/open.t util.c
54561 ____________________________________________________________________________
54562 [  9300] By: nick                                  on 2001/03/22  17:36:32
54563         Log: Don't include $@ in not ok message.
54564      Branch: perlio
54565            ! t/io/open.t
54566 ____________________________________________________________________________
54567 [  9299] By: gsar                                  on 2001/03/22  16:53:45
54568         Log: back out changes#7532,7521 for now (appears to have problems
54569              on IRIX)
54570      Branch: maint-5.6/perl
54571            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54572            ! ext/POSIX/typemap pod/perlvar.pod
54573 ____________________________________________________________________________
54574 [  9298] By: nick                                  on 2001/03/22  14:35:46
54575         Log: Give a meaning to '&' in n-arg open case:
54576              open($fh,"<&",$scalar);
54577              $scalar can be:
54578              - an integer which does "fdopen"
54579              open($fh,"<&",2); # like open($fh,"<&2")
54580              - something that will yield a file handle via sv_2io()
54581              useful for dup'ing anonymous handles.
54582              e.g.:
54583              open(my $fh,"<&",\*STDIN);
54584              open(my $dup,"<&",$fh);
54585      Branch: perlio
54586            ! doio.c t/io/open.t
54587 ____________________________________________________________________________
54588 [  9297] By: nick                                  on 2001/03/22  13:34:35
54589         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
54590      Branch: perlio
54591            ! util.c
54592 ____________________________________________________________________________
54593 [  9296] By: nick                                  on 2001/03/22  12:51:20
54594         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
54595      Branch: perlio
54596            ! perl.c
54597 ____________________________________________________________________________
54598 [  9295] By: nick                                  on 2001/03/22  11:59:44
54599         Log: If stdin, stdout or stderr get opened in unexpected read/write state
54600              then warn at time of open not at time of use.
54601      Branch: perlio
54602            ! doio.c pp_hot.c pp_sys.c
54603 ____________________________________________________________________________
54604 [  9294] By: nick                                  on 2001/03/22  10:54:35
54605         Log: Die on n-arg open(...,"",xxx,yyy,...)
54606              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
54607              - die on read/write cases so we can decide what it means later.
54608      Branch: perlio
54609            ! doio.c embed.pl iperlsys.h util.c
54610 ____________________________________________________________________________
54611 [  9293] By: nick                                  on 2001/03/22  09:02:45
54612         Log: perlio tweaks (reported by Nick Clark)
54613              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
54614              error check in Pendinf_read().
54615      Branch: perlio
54616            ! perlio.c
54617 ____________________________________________________________________________
54618 [  9292] By: gsar                                  on 2001/03/22  07:12:00
54619         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
54620              fixes)
54621      Branch: maint-5.6/perl
54622           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
54623 ____________________________________________________________________________
54624 [  9291] By: jhi                                   on 2001/03/22  06:06:44
54625         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
54626      Branch: perl
54627            ! t/op/re_tests
54628 ____________________________________________________________________________
54629 [  9290] By: jhi                                   on 2001/03/22  05:57:01
54630         Log: Move MacOS Classic higher in the list of supported platforms.
54631      Branch: maint-5.6/perl
54632            ! pod/perlport.pod
54633 ____________________________________________________________________________
54634 [  9289] By: gsar                                  on 2001/03/22  05:35:04
54635         Log: revert part of change#6438 for compatibility (av_reify()
54636              appears to be needed to implement av_splice()ish things
54637              in XS)
54638      Branch: maint-5.6/perl
54639            ! embed.pl global.sym objXSUB.h perlapi.c
54640 ____________________________________________________________________________
54641 [  9288] By: gsar                                  on 2001/03/22  03:09:19
54642         Log: update copyright year
54643      Branch: maint-5.6/perl
54644            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
54645            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
54646            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
54647            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
54648            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
54649            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
54650            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
54651            ! x2p/walk.c
54652 ____________________________________________________________________________
54653 [  9287] By: jhi                                   on 2001/03/21  20:30:54
54654         Log: Integrate perlio.
54655      Branch: perl
54656           !> ext/Data/Dumper/Dumper.xs
54657 ____________________________________________________________________________
54658 [  9286] By: gsar                                  on 2001/03/21  19:49:54
54659         Log: makefile.mk tweak
54660      Branch: maint-5.6/perl
54661            ! win32/Makefile win32/makefile.mk
54662 ____________________________________________________________________________
54663 [  9285] By: nick                                  on 2001/03/21  19:07:13
54664         Log: Multiplicity fix for Dumper.
54665      Branch: perlio
54666            ! ext/Data/Dumper/Dumper.xs
54667 ____________________________________________________________________________
54668 [  9284] By: nick                                  on 2001/03/21  19:01:07
54669         Log: Integrate mainline - (does not build xTHX issue in Dumper).
54670      Branch: perlio
54671           !> (integrate 27 files)
54672 ____________________________________________________________________________
54673 [  9283] By: jhi                                   on 2001/03/21  17:17:35
54674         Log: Integrate change #9282 from mainline into maintperl,
54675              4-arg UTF-8 substr().
54676      Branch: maint-5.6/perl
54677           !> pp.c
54678 ____________________________________________________________________________
54679 [  9282] By: jhi                                   on 2001/03/21  17:15:43
54680         Log: The #9270 would have leaked a scalar if pp_substr()
54681              returned early.
54682      Branch: perl
54683            ! pp.c
54684 ____________________________________________________________________________
54685 [  9281] By: gsar                                  on 2001/03/21  17:03:14
54686         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
54687      Branch: maint-5.6/perl
54688            ! win32/makefile.mk
54689 ____________________________________________________________________________
54690 [  9280] By: gsar                                  on 2001/03/21  17:01:20
54691         Log: some tweaks to change#9278 (fork() emulation should be enabled
54692              by setting BUILD_FLAVOR instead of changing the defaults)
54693      Branch: maint-5.6/perl
54694            ! win32/makefile.mk
54695 ____________________________________________________________________________
54696 [  9279] By: gsar                                  on 2001/03/21  16:47:19
54697         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
54698      Branch: maint-5.6/perl
54699            ! ext/File/Glob/Glob.pm
54700           !> lib/Cwd.pm
54701 ____________________________________________________________________________
54702 [  9278] By: jhi                                   on 2001/03/21  14:35:10
54703         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
54704              From: "Vadim Konovalov" <watman@inbox.ru>
54705              Date: Wed, 21 Mar 2001 01:53:51 +0300
54706              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
54707      Branch: maint-5.6/perl
54708            ! win32/makefile.mk win32/win32sck.c
54709 ____________________________________________________________________________
54710 [  9277] By: jhi                                   on 2001/03/21  13:58:28
54711         Log: Integrate change #9270 from mainline to maintperl:
54712              continued 4-arg UTF-8 substr() fixing.
54713      Branch: maint-5.6/perl
54714           !> pp.c t/op/substr.t
54715 ____________________________________________________________________________
54716 [  9276] By: jhi                                   on 2001/03/21  13:33:00
54717         Log: More pixie cleaning.
54718      Branch: perl
54719            ! Makefile.SH
54720 ____________________________________________________________________________
54721 [  9275] By: jhi                                   on 2001/03/21  03:54:17
54722         Log: Update Changes.
54723      Branch: perl
54724            ! Changes patchlevel.h
54725 ____________________________________________________________________________
54726 [  9274] By: jhi                                   on 2001/03/21  03:48:24
54727         Log: First stab at making Data::Dumper to grok Unicode.
54728              
54729              TODO: tests, EBCDICify.
54730      Branch: perl
54731            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
54732 ____________________________________________________________________________
54733 [  9273] By: jhi                                   on 2001/03/21  02:23:00
54734         Log: Fix for
54735              
54736              Subject: Memory leak in unquoted print   
54737              From: Benjamin Sugars <bsugars@canoe.ca> 
54738              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
54739              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
54740      Branch: perl
54741            ! perlio.c
54742 ____________________________________________________________________________
54743 [  9272] By: jhi                                   on 2001/03/21  01:33:17
54744         Log: Subject: Re: [PATCH] POSIX::getcwd()
54745              From: Benjamin Sugars <bsugars@canoe.ca> 
54746              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
54747              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
54748      Branch: perl
54749            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
54750 ____________________________________________________________________________
54751 [  9271] By: jhi                                   on 2001/03/21  01:22:52
54752         Log: Subject: [PATCH] Cwd.pm docs
54753              From: Benjamin Sugars <bsugars@canoe.ca>
54754              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
54755              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
54756      Branch: perl
54757            ! lib/Cwd.pm
54758 ____________________________________________________________________________
54759 [  9270] By: jhi                                   on 2001/03/21  01:16:29
54760         Log: Continue 4-arg substr() UTF-8 fixage.
54761      Branch: perl
54762            ! pp.c t/op/substr.t
54763 ____________________________________________________________________________
54764 [  9269] By: jhi                                   on 2001/03/21  00:46:14
54765         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
54766              
54767              revert the leak fix in change#9142 (problem needs a more experimental
54768              fix unsuitable for 5.6.1)
54769              
54770              do alphabetical sorting by default (for csh compatibility)
54771              
54772              cut-n-paste goof in change#9264
54773              
54774              VMS piping fixes (from Charles Lane)
54775      Branch: perl
54776           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
54777           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54778           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
54779 ____________________________________________________________________________
54780 [  9268] By: jhi                                   on 2001/03/21  00:37:04
54781         Log: Integrate perlio.
54782      Branch: perl
54783           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54784           !> utf8.c utf8.h utfebcdic.h
54785 ____________________________________________________________________________
54786 [  9267] By: nick                                  on 2001/03/20  20:04:39
54787         Log: More EBCDIC stuff:
54788              - Loose the extra level of function on ASCII.
54789              - spotted a chr(0) issue in sv.c
54790              - re-work of UTF-X tr/// ranges to work in Unicode
54791              space. Still issues with the "0xff is illegal UTF-8" hack.
54792              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
54793              (why do it once when you can do it all over the place :-(
54794              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
54795              need utf8.pm for swashes.
54796              - Simplified and commented scan_const() in toke.c
54797              Still something wrong regexp and tr (swashes?).
54798      Branch: perlio
54799            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54800            ! utf8.c utf8.h utfebcdic.h
54801 ____________________________________________________________________________
54802 [  9266] By: gsar                                  on 2001/03/20  19:16:43
54803         Log: VMS piping fixes (from Charles Lane)
54804      Branch: maint-5.6/perl
54805            ! vms/vms.c vms/vmspipe.com
54806 ____________________________________________________________________________
54807 [  9265] By: gsar                                  on 2001/03/20  17:53:52
54808         Log: cut-n-paste goof in change#9264
54809      Branch: maint-5.6/perl
54810            ! ext/File/Glob/Glob.xs
54811 ____________________________________________________________________________
54812 [  9264] By: gsar                                  on 2001/03/20  17:43:47
54813         Log: do alphabetical sorting by default (for csh compatibility);
54814              bsd_glob() does ASCII sort by default as usual, unless
54815              GLOB_ALPHASORT was specified
54816      Branch: maint-5.6/perl
54817            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
54818            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54819            ! ext/File/Glob/bsd_glob.h
54820 ____________________________________________________________________________
54821 [  9263] By: gsar                                  on 2001/03/20  16:40:08
54822         Log: integrate change#9255 from mainline (unicode fix)
54823              
54824              substr($bytestr, i, n, $charstr)
54825      Branch: maint-5.6/perl
54826           !> Todo-5.6 pp.c t/op/substr.t
54827 ____________________________________________________________________________
54828 [  9262] By: gsar                                  on 2001/03/20  15:57:41
54829         Log: revert the leak fix in change#9142 (problem needs a more experimental
54830              fix unsuitable for 5.6.1)
54831      Branch: maint-5.6/perl
54832            ! scope.c
54833 ____________________________________________________________________________
54834 [  9261] By: jhi                                   on 2001/03/20  14:26:25
54835         Log: Integrate changes #9259,9260 from maintperl into mainline.
54836              
54837              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54838              
54839              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54840      Branch: perl
54841           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
54842 ____________________________________________________________________________
54843 [  9260] By: jhi                                   on 2001/03/20  14:05:46
54844         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54845              From: Robin Barker <rmb1@cise.npl.co.uk>
54846              Date: Tue, 20 Mar 2001 10:12:04 GMT
54847              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
54848      Branch: maint-5.6/perl
54849            ! run.c
54850 ____________________________________________________________________________
54851 [  9259] By: jhi                                   on 2001/03/20  14:04:39
54852         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54853              From: Chris Nandor <pudge@pobox.com>
54854              Date: Tue, 20 Mar 2001 00:40:56 -0500
54855              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
54856      Branch: maint-5.6/perl
54857            ! ext/POSIX/POSIX.xs lib/File/Path.pm
54858 ____________________________________________________________________________
54859 [  9258] By: jhi                                   on 2001/03/20  05:09:34
54860         Log: Update Changes.
54861      Branch: perl
54862            ! Changes patchlevel.h
54863 ____________________________________________________________________________
54864 [  9257] By: jhi                                   on 2001/03/20  05:04:25
54865         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
54866      Branch: perl
54867            ! t/op/tr.t
54868 ____________________________________________________________________________
54869 [  9256] By: jhi                                   on 2001/03/20  04:43:12
54870         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
54871              From: Peter Prymmer <pvhp@forte.com>
54872              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
54873              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
54874      Branch: maint-5.6/perl
54875            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
54876 ____________________________________________________________________________
54877 [  9255] By: jhi                                   on 2001/03/19  23:17:17
54878         Log: substr($bytestr, i, n, $charstr)
54879              
54880              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
54881      Branch: perl
54882            ! Todo-5.6 pp.c t/op/substr.t
54883 ____________________________________________________________________________
54884 [  9254] By: jhi                                   on 2001/03/19  22:25:09
54885         Log: Rearrange the make test target prerequisites so that
54886              in a parallel make 'all' is finished before 'test'.
54887      Branch: perl
54888            ! Makefile.SH
54889 ____________________________________________________________________________
54890 [  9253] By: jhi                                   on 2001/03/19  21:48:07
54891         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
54892              From: Robin Houston <robin@kitsite.com>
54893              Date: Mon, 19 Mar 2001 15:48:41 +0000
54894              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
54895      Branch: perl
54896            ! pp_ctl.c
54897 ____________________________________________________________________________
54898 [  9252] By: jhi                                   on 2001/03/19  21:42:27
54899         Log: Integrate perlio.
54900      Branch: perl
54901           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
54902           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
54903           !> utfebcdic.h vms/perly_c.vms
54904 ____________________________________________________________________________
54905 [  9251] By: jhi                                   on 2001/03/19  21:31:28
54906         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
54907              
54908              Dynaloading in 64-bit AIX with vac.
54909      Branch: perl
54910           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54911           !> hints/aix.sh
54912 ____________________________________________________________________________
54913 [  9250] By: jhi                                   on 2001/03/19  21:18:00
54914         Log: A more robust solution for the 64bitall AIX dynaloading
54915              problem, from Jens-Uwe Mager.
54916      Branch: maint-5.6/perl
54917            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54918 ____________________________________________________________________________
54919 [  9249] By: nick                                  on 2001/03/19  20:59:37
54920         Log: Integrate mainline.
54921      Branch: perlio
54922           !> (integrate 42 files)
54923 ____________________________________________________________________________
54924 [  9248] By: nick                                  on 2001/03/19  20:22:07
54925         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
54926              (Building on OS390 uses native YACC and YYDEBUG has other
54927              side effects.)
54928      Branch: perlio
54929            ! perly.c perly.y vms/perly_c.vms
54930 ____________________________________________________________________________
54931 [  9247] By: jhi                                   on 2001/03/19  19:59:53
54932         Log: 64-bit AIX dynaloading problem (see #9244) idea
54933              from Jens-Uwe Mager.
54934      Branch: maint-5.6/perl
54935            ! ext/DynaLoader/dl_aix.xs
54936 ____________________________________________________________________________
54937 [  9246] By: nick                                  on 2001/03/19  19:27:57
54938         Log: More EBCDIC fixes.
54939      Branch: perlio
54940            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
54941            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
54942 ____________________________________________________________________________
54943 [  9245] By: jhi                                   on 2001/03/19  19:05:19
54944         Log: Integrate change #9243 from mainline into maintperl.
54945              
54946              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
54947      Branch: maint-5.6/perl
54948           !> README.vmesa
54949 ____________________________________________________________________________
54950 [  9244] By: jhi                                   on 2001/03/19  19:03:15
54951         Log: Get 64bitall AIX building, but still does not test okay:
54952              dynaloading anything fails, for example for op/defins:
54953              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
54954              (update: fixed by #9247,9250)
54955      Branch: maint-5.6/perl
54956            ! hints/aix.sh
54957 ____________________________________________________________________________
54958 [  9243] By: jhi                                   on 2001/03/19  19:00:16
54959         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
54960              From: Robin Barker <rmb1@cise.npl.co.uk>
54961              Date: Mon, 19 Mar 2001 18:01:57 GMT
54962              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
54963      Branch: perl
54964            ! README.vmesa
54965 ____________________________________________________________________________
54966 [  9242] By: jhi                                   on 2001/03/19  18:58:43
54967         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
54968              
54969              TODO: tests.
54970      Branch: perl
54971            ! doop.c op.c
54972 ____________________________________________________________________________
54973 [  9241] By: gsar                                  on 2001/03/19  17:34:46
54974         Log: VMSify tests (from Charles Lane)
54975      Branch: maint-5.6/perl
54976            ! t/lib/filehand.t t/lib/texttabs.t
54977 ____________________________________________________________________________
54978 [  9240] By: jhi                                   on 2001/03/19  14:24:26
54979         Log: Integrate change #9233 from maintperl into mainline.
54980              
54981              some refcounts were incorrect in perl_clone()
54982      Branch: perl
54983           !> sv.c
54984 ____________________________________________________________________________
54985 [  9239] By: gsar                                  on 2001/03/19  09:23:17
54986         Log: this is 5.6.1-trial3
54987      Branch: maint-5.6/perl
54988            ! Changes
54989 ____________________________________________________________________________
54990 [  9238] By: gsar                                  on 2001/03/19  08:47:04
54991         Log: some new symbols are only available under ithreads
54992      Branch: maint-5.6/perl
54993            ! makedef.pl
54994 ____________________________________________________________________________
54995 [  9237] By: gsar                                  on 2001/03/19  08:42:28
54996         Log: update patchlevel.h, Changes, &c.
54997      Branch: maint-5.6/perl
54998            ! Changes patchlevel.h pod/perlhist.pod
54999           !> AUTHORS
55000 ____________________________________________________________________________
55001 [  9236] By: gsar                                  on 2001/03/19  08:17:49
55002         Log: integrate changes#8068,8717 from mainline
55003              
55004              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
55005              
55006              [PATCH CPAN 1.59_51] warning message (not!)
55007      Branch: maint-5.6/perl
55008           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
55009           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
55010           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
55011           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
55012           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
55013 ____________________________________________________________________________
55014 [  9235] By: gsar                                  on 2001/03/19  08:07:09
55015         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
55016              
55017              [PATCH] Add missing CV flags to dump.c
55018              
55019              Re: [patch] Re: PL_ptr_table
55020              
55021              Fixup non-ithread build after 8713
55022              
55023              Generated files form 8713 etc.
55024              
55025              Correct the correction :-(
55026              
55027              Documenting coderef @INC (Re: CPAN "make this script work" feature)
55028              
55029              Subject: Re: sync sync sync: have I missed any patches?
55030              Replace djSP with dSP.
55031      Branch: maint-5.6/perl
55032           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
55033           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
55034           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
55035           !> sv.c sv.h win32/perlhost.h
55036 ____________________________________________________________________________
55037 [  9234] By: gsar                                  on 2001/03/19  07:22:05
55038         Log: revert the change#9090 integrate for now (change looks somewhat
55039              incomplete in that [ha]v_exists() need something similar; lacks
55040              tests; &c.)
55041      Branch: maint-5.6/perl
55042            ! hv.c
55043 ____________________________________________________________________________
55044 [  9233] By: gsar                                  on 2001/03/19  07:10:01
55045         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
55046              destruction when there are unreferenced scalars (SvREFCNT==0)
55047      Branch: maint-5.6/perl
55048            ! sv.c
55049 ____________________________________________________________________________
55050 [  9232] By: jhi                                   on 2001/03/19  05:11:02
55051         Log: Regen api and toc.
55052      Branch: maint-5.6/perl
55053            ! pod/perlapi.pod pod/perltoc.pod
55054 ____________________________________________________________________________
55055 [  9231] By: jhi                                   on 2001/03/19  04:06:03
55056         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
55057              add a lost line in pp.c:pp_chop(), update to new op/chop.
55058              
55059              Clarify the description differentiating for and while; inspired by
55060              
55061              Subject: [ID 20010306.004] || != named unary operator
55062              
55063              The $Is_MacOS needs to be declared.
55064      Branch: maint-5.6/perl
55065            ! pp.c t/op/chop.t
55066           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
55067 ____________________________________________________________________________
55068 [  9230] By: jhi                                   on 2001/03/19  03:48:16
55069         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
55070              9079,9083,9089,9090,9091 from mainline to maintperl.
55071              
55072              Quieten some noise in Win32 builds
55073              
55074              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
55075              
55076              The perlretut was still talking about the old \p and \P
55077              definitions.
55078              
55079              More tweakage on the Unicode character class descriptions.
55080              
55081              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
55082              
55083              Subject: 'no *POSIX' Patch speeding up make on BS2000 
55084              
55085              Subject: [PATCH] perldata.pod here-doc docs
55086              
55087              Add /sbin and /usr/sbin to the list of directories scanned
55088              for setuid programs.  Takes care of bug id 20010309.003.
55089              
55090              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
55091              
55092              In op/stat #35 better to scan all the potential directories
55093              for setuids, not just the first one.
55094      Branch: maint-5.6/perl
55095            ! Makefile.SH
55096           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
55097           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
55098           !> t/op/stat.t toke.c win32/win32.h
55099 ____________________________________________________________________________
55100 [  9229] By: jhi                                   on 2001/03/19  02:31:50
55101         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
55102              From: Chris Nandor <pudge@pobox.com>
55103              Date: Sat, 10 Mar 2001 14:22:19 -0500
55104              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
55105      Branch: maint-5.6/perl
55106            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
55107            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
55108            ! t/lib/b.t t/lib/errno.t
55109 ____________________________________________________________________________
55110 [  9228] By: jhi                                   on 2001/03/19  02:29:59
55111         Log: Integrate changes #9113,9122 from mainline into maintperl.
55112              
55113              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?)
55114      Branch: maint-5.6/perl
55115           !> Configure README.os390 hints/os390.sh
55116 ____________________________________________________________________________
55117 [  9227] By: jhi                                   on 2001/03/19  02:22:35
55118         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
55119              into maintperl.
55120              
55121              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
55122              
55123              Forgot to check-in the larger part of #9120, duh.
55124              
55125              Subject: Another patch for integer.pm POD 
55126              
55127              h2ph strictness and cleanliness from Kurt Starsinic.
55128              
55129              Borland filename case problem.
55130              
55131              h2ph strictness and cleanliness from Kurt Starsinic.
55132              
55133              Subject: [PATCH] the uncontroversial doc patches
55134      Branch: maint-5.6/perl
55135           +> win32/sncfnmcs.pl
55136           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
55137           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
55138           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
55139           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
55140           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
55141           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
55142           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
55143 ____________________________________________________________________________
55144 [  9226] By: jhi                                   on 2001/03/19  02:10:21
55145         Log: Integrate changes #9207,9214 from mainline into maintperl.
55146              
55147              podchecker relaxations: =over has an *optional* number after it,
55148              and whitespace in L<> is okay.
55149      Branch: maint-5.6/perl
55150           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
55151           !> t/pod/poderrs.xr
55152 ____________________________________________________________________________
55153 [  9225] By: jhi                                   on 2001/03/19  02:07:38
55154         Log: Integrate change #9219 from maintperl into mainline.
55155              
55156              remove duplicated tests
55157      Branch: perl
55158           !> t/op/re_tests
55159 ____________________________________________________________________________
55160 [  9224] By: jhi                                   on 2001/03/19  02:06:11
55161         Log: Integrate change #9223 from mainline to maintperl.
55162              
55163              Document -Dmksymlinks.
55164      Branch: maint-5.6/perl
55165           !> INSTALL
55166 ____________________________________________________________________________
55167 [  9223] By: jhi                                   on 2001/03/19  02:01:25
55168         Log: Document -Dmksymlinks.
55169      Branch: perl
55170            ! INSTALL
55171 ____________________________________________________________________________
55172 [  9222] By: jhi                                   on 2001/03/19  01:15:35
55173         Log: The -Dmksymlinks wasn't working for maintperl.
55174      Branch: maint-5.6/perl
55175            ! Configure
55176 ____________________________________________________________________________
55177 [  9221] By: jhi                                   on 2001/03/19  00:49:43
55178         Log: Cleanup pixie residue.
55179      Branch: perl
55180            ! Makefile.SH
55181 ____________________________________________________________________________
55182 [  9220] By: jhi                                   on 2001/03/19  00:44:47
55183         Log: Document the use of pixie/prof; create make targets for it.
55184              
55185              TODO: make t/TEST pixie-aware.
55186      Branch: perl
55187            ! Makefile.SH pod/perlhack.pod
55188 ____________________________________________________________________________
55189 [  9219] By: gsar                                  on 2001/03/19  00:16:55
55190         Log: remove duplicated tests
55191      Branch: maint-5.6/perl
55192            ! t/op/re_tests
55193 ____________________________________________________________________________
55194 [  9218] By: jhi                                   on 2001/03/18  23:59:31
55195         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
55196      Branch: perl
55197            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
55198 ____________________________________________________________________________
55199 [  9217] By: jhi                                   on 2001/03/18  23:25:20
55200         Log: Rewrite the tests section of Makefile to be less redundant
55201              and to allow for more flexible test targets, many recursive
55202              make calls introduced.
55203      Branch: perl
55204            ! Makefile.SH
55205 ____________________________________________________________________________
55206 [  9216] By: jhi                                   on 2001/03/18  22:30:04
55207         Log: Document the use of Third Degree (sparsely).
55208      Branch: perl
55209            ! pod/perlhack.pod t/TEST
55210 ____________________________________________________________________________
55211 [  9215] By: jhi                                   on 2001/03/18  22:10:30
55212         Log: Make targets for testing with Third Degree.
55213      Branch: perl
55214            ! Makefile.SH
55215 ____________________________________________________________________________
55216 [  9214] By: jhi                                   on 2001/03/18  21:08:53
55217         Log: The podchecker relaxations need to mirrored also at the tests.
55218      Branch: perl
55219            ! t/pod/poderrs.xr
55220 ____________________________________________________________________________
55221 [  9213] By: jhi                                   on 2001/03/18  20:56:21
55222         Log: Update Changes.
55223      Branch: perl
55224            ! Changes patchlevel.h
55225 ____________________________________________________________________________
55226 [  9212] By: jhi                                   on 2001/03/18  20:36:59
55227         Log: Looking for config.sh in parent directories isn't
55228              very useful for the toplevel Makefile.
55229      Branch: perl
55230            ! Makefile.SH
55231 ____________________________________________________________________________
55232 [  9211] By: jhi                                   on 2001/03/18  20:33:37
55233         Log: On "make clean" take care of Third Degree droppings.
55234      Branch: perl
55235            ! Makefile.SH
55236 ____________________________________________________________________________
55237 [  9210] By: jhi                                   on 2001/03/18  20:21:34
55238         Log: Add a hook for running the tests under the Third Degree
55239              debugging tool (set $ENV{PERL_3LOG} to non-zero)
55240              
55241              TODO: Document the use of Third Degree.
55242      Branch: perl
55243            ! t/TEST
55244 ____________________________________________________________________________
55245 [  9209] By: jhi                                   on 2001/03/18  20:19:07
55246         Log: Regen toc and api pods.
55247      Branch: perl
55248            ! pod/perlapi.pod pod/perltoc.pod
55249 ____________________________________________________________________________
55250 [  9208] By: jhi                                   on 2001/03/18  20:12:12
55251         Log: Integrate changes #8128,9132 from mainline into maintperl,
55252              Tie::SubstrHash fixes.
55253      Branch: maint-5.6/perl
55254           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
55255 ____________________________________________________________________________
55256 [  9207] By: jhi                                   on 2001/03/18  20:07:43
55257         Log: podchecker relaxations from Michael Stevens.
55258      Branch: perl
55259            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
55260 ____________________________________________________________________________
55261 [  9206] By: jhi                                   on 2001/03/18  20:04:24
55262         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
55263      Branch: perl
55264            ! lib/Locale/Constants.pm lib/Locale/Country.pm
55265            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
55266            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
55267 ____________________________________________________________________________
55268 [  9205] By: jhi                                   on 2001/03/18  19:54:45
55269         Log: Integrate changes #9161,9162 from maintperl to mainline.
55270              
55271              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
55272              results
55273      Branch: perl
55274           !> t/op/magic.t
55275 ____________________________________________________________________________
55276 [  9204] By: jhi                                   on 2001/03/18  19:37:46
55277         Log: Make perl.third checks more understandable to the builder.
55278      Branch: perl
55279            ! Makefile.SH
55280 ____________________________________________________________________________
55281 [  9203] By: jhi                                   on 2001/03/18  19:20:54
55282         Log: Re-integrate #9138 from maintperl to mainline,
55283              the squelching of the unneeded "Scalars leaked" messages.
55284      Branch: perl
55285           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55286           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55287           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55288 ____________________________________________________________________________
55289 [  9202] By: jhi                                   on 2001/03/18  18:48:36
55290         Log: More robust and more paranoid perl.third target.
55291      Branch: perl
55292            ! Makefile.SH
55293 ____________________________________________________________________________
55294 [  9201] By: jhi                                   on 2001/03/18  18:39:21
55295         Log: Integrate change #9197 from maintperl to mainline.
55296              
55297              more thorough cleaning of arenas.
55298      Branch: perl
55299           !> embed.pl perl.c proto.h sv.c t/op/sort.t
55300 ____________________________________________________________________________
55301 [  9200] By: jhi                                   on 2001/03/18  18:25:17
55302         Log: Integrate perlio.
55303      Branch: perl
55304           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
55305           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
55306           !> t/lib/encode.t toke.c universal.c utf8.c
55307 ____________________________________________________________________________
55308 [  9199] By: nick                                  on 2001/03/18  15:23:51
55309         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
55310              is the sense of the test being done. Avoid some magical 127 and 128 values
55311              by using macros.
55312      Branch: perlio
55313            ! doop.c pp_ctl.c sv.c toke.c
55314 ____________________________________________________________________________
55315 [  9198] By: nick                                  on 2001/03/18  14:18:12
55316         Log: UTF-X encoding invariance for Encode:
55317              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
55318              - move the XS code for those to universal.c (so in miniperl)
55319              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
55320              - change ext/Encode/compile to use above.
55321              - Fix t/lib/encode.t for above
55322              - Teach t/lib/b.t to expect -uutf8
55323              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
55324              utf8.pm is needed.
55325      Branch: perlio
55326            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
55327            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
55328 ____________________________________________________________________________
55329 [  9197] By: gsar                                  on 2001/03/18  12:15:57
55330         Log: more thorough cleaning of arenas--keep going until no more
55331              SvREFCNT_dec()s occur (this fixes the problem that causes the
55332              pesky "Scalars leaked" warnings)
55333      Branch: maint-5.6/perl
55334            ! embed.pl perl.c proto.h sv.c t/op/sort.t
55335 ____________________________________________________________________________
55336 [  9196] By: nick                                  on 2001/03/18  10:57:29
55337         Log: Fix pragma/utf8.t # 15
55338              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
55339              are SvUTF8 as well.
55340      Branch: perlio
55341            ! toke.c
55342 ____________________________________________________________________________
55343 [  9195] By: nick                                  on 2001/03/18  09:27:06
55344         Log: Integrate mainline
55345      Branch: perlio
55346           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
55347           !> t/op/pat.t
55348 ____________________________________________________________________________
55349 [  9194] By: jhi                                   on 2001/03/18  05:29:59
55350         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
55351              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
55352      Branch: perl
55353            ! op.c op.h t/op/misc.t t/op/pat.t
55354 ____________________________________________________________________________
55355 [  9193] By: jhi                                   on 2001/03/18  05:15:06
55356         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
55357      Branch: perl
55358            ! mg.c t/op/pat.t
55359 ____________________________________________________________________________
55360 [  9192] By: jhi                                   on 2001/03/18  04:22:43
55361         Log: tr/// UTF-8 patches from Inaba Hiroto.
55362      Branch: perl
55363            ! doop.c op.c
55364 ____________________________________________________________________________
55365 [  9191] By: jhi                                   on 2001/03/18  04:21:17
55366         Log: Integrate perlio.
55367      Branch: perl
55368           !> utf8.c utfebcdic.h
55369 ____________________________________________________________________________
55370 [  9190] By: nick                                  on 2001/03/17  20:32:01
55371         Log: Correct #if EBCDIC side typos.
55372              Builds and passes many tests on OS390.
55373      Branch: perlio
55374            ! utf8.c utfebcdic.h
55375 ____________________________________________________________________________
55376 [  9189] By: jhi                                   on 2001/03/17  18:55:49
55377         Log: Add prerequisites for the perl.third target.
55378      Branch: perl
55379            ! Makefile.SH
55380 ____________________________________________________________________________
55381 [  9188] By: jhi                                   on 2001/03/17  18:46:00
55382         Log: Integrate perlio.
55383      Branch: perl
55384           +> utfebcdic.h
55385           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
55386 ____________________________________________________________________________
55387 [  9187] By: jhi                                   on 2001/03/17  18:38:47
55388         Log: Add a make rule for perl.third (the Third Degree memory debugging
55389              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
55390      Branch: perl
55391            ! Makefile.SH
55392 ____________________________________________________________________________
55393 [  9186] By: nick                                  on 2001/03/17  18:34:48
55394         Log: MANIFEST addition :-(
55395      Branch: perlio
55396            ! MANIFEST
55397 ____________________________________________________________________________
55398 [  9185] By: nick                                  on 2001/03/17  18:29:50
55399         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
55400              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
55401              a superset of ASCII are invariant under the encoding. This is EBCDIC
55402              friendly as an encoded string can be looked at as being EBCDIC by lexer
55403              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
55404              ASCII on ASCII machines.
55405              
55406              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
55407              seperate.
55408              - Add some more macros to comprehend different shift amounts and
55409              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
55410              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
55411              and conditionally #include it.
55412              
55413              EBCDIC build as yet untested.  ASCII still fails the one test.
55414      Branch: perlio
55415            + utfebcdic.h
55416            ! utf8.c utf8.h
55417 ____________________________________________________________________________
55418 [  9184] By: nick                                  on 2001/03/17  17:44:16
55419         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
55420      Branch: perlio
55421            ! doop.c perl.h pp.c utf8.h
55422 ____________________________________________________________________________
55423 [  9183] By: jhi                                   on 2001/03/17  15:55:42
55424         Log: Integrate perlio.
55425      Branch: perl
55426            ! MANIFEST
55427           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
55428 ____________________________________________________________________________
55429 [  9182] By: nick                                  on 2001/03/17  09:16:06
55430         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
55431      Branch: perlio
55432            ! t/op/pat.t
55433 ____________________________________________________________________________
55434 [  9181] By: nick                                  on 2001/03/17  09:15:11
55435         Log: Integrate mainline.
55436      Branch: perlio
55437           +> lib/Locale/Constants.pm lib/Locale/Country.pm
55438           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
55439           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
55440           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
55441           !> (integrate 83 files)
55442 ____________________________________________________________________________
55443 [  9180] By: nick                                  on 2001/03/16  17:23:21
55444         Log: EBCDIC Fixes.
55445      Branch: perlio
55446            ! perl.h sv.c toke.c utf8.c utf8.h
55447 ____________________________________________________________________________
55448 [  9179] By: jhi                                   on 2001/03/16  14:10:12
55449         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
55450              a change needed to work around an AIX compiler bug.
55451      Branch: perl
55452            ! ext/Storable/Storable.xs
55453 ____________________________________________________________________________
55454 [  9178] By: jhi                                   on 2001/03/16  03:19:59
55455         Log: With Damian's approval synchronize damian's modules'
55456              licensing with Perl's standard module licensing.
55457      Branch: perl
55458            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
55459 ____________________________________________________________________________
55460 [  9177] By: jhi                                   on 2001/03/16  03:15:34
55461         Log: Make the Filter::Util:Call files have their own copies
55462              of the Perl standard module licensing, from Paul Marquess.
55463      Branch: perl
55464            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
55465 ____________________________________________________________________________
55466 [  9176] By: jhi                                   on 2001/03/16  02:56:04
55467         Log: Subject: [PATCH] more pod patches
55468              From: Michael Stevens <michael@etla.org>
55469              Date: Thu, 15 Mar 2001 21:25:18 +0000
55470              Message-ID: <20010315212518.A18870@firedrake.org>
55471      Branch: perl
55472            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
55473            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
55474            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
55475            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
55476            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
55477            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
55478            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
55479            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
55480            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
55481            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
55482            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
55483            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
55484            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
55485            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
55486            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
55487            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
55488            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
55489            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
55490            ! lib/Locale/Country.pm lib/Locale/Language.pm
55491            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
55492            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
55493            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
55494            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
55495            ! os2/OS2/Process/Process.pm
55496 ____________________________________________________________________________
55497 [  9175] By: jhi                                   on 2001/03/16  02:53:32
55498         Log: Subject: [PATCH] the uncontroversial doc patches
55499              From: Michael Stevens <michael@etla.org>
55500              Date: Thu, 15 Mar 2001 20:01:12 +0000
55501              Message-ID: <20010315200112.A7636@firedrake.org>
55502      Branch: perl
55503            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
55504            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
55505            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
55506            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
55507            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
55508 ____________________________________________________________________________
55509 [  9174] By: jhi                                   on 2001/03/16  02:50:49
55510         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
55511              From: Paul Lindner <lindner@inuus.com>
55512              Date: Fri, 16 Mar 2001 11:28:03 -0800
55513              Message-ID: <20010316112803.A7577@inuus.com>
55514      Branch: perl
55515            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
55516 ____________________________________________________________________________
55517 [  9173] By: nick                                  on 2001/03/15  20:21:03
55518         Log: 1st day's EBCDIC fixes:
55519              - toke.c's parsing of strings needed attention
55520              needed to conditionally e2a if string was already UTF-8
55521              - e2a/a2e tables where wrong way round.
55522              - new macros in utf8.h
55523      Branch: perlio
55524            ! perl.h toke.c utf8.h
55525 ____________________________________________________________________________
55526 [  9172] By: jhi                                   on 2001/03/15  15:17:17
55527         Log: Update Changes.
55528      Branch: perl
55529            ! Changes patchlevel.h
55530 ____________________________________________________________________________
55531 [  9171] By: jhi                                   on 2001/03/15  15:09:32
55532         Log: Subject: Re: Another Borland C++ problem.
55533              From: "Vadim Konovalov" <watman@inbox.ru>
55534              Date: Sat, 10 Mar 2001 19:26:07 +0300
55535              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
55536              
55537              Borland filename case problem.
55538      Branch: perl
55539            + win32/sncfnmcs.pl
55540            ! MANIFEST README.win32
55541 ____________________________________________________________________________
55542 [  9170] By: jhi                                   on 2001/03/15  14:54:23
55543         Log: Add Locale::Codes 1.06, from Neil Bowers.
55544      Branch: perl
55545            + lib/Locale/Constants.pm lib/Locale/Country.pm
55546            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
55547            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
55548            + t/lib/lc-language.t t/lib/lc-uk.t
55549            ! MANIFEST
55550 ____________________________________________________________________________
55551 [  9169] By: jhi                                   on 2001/03/15  14:19:01
55552         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
55553      Branch: perl
55554            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
55555            ! ext/Storable/Storable.xs
55556 ____________________________________________________________________________
55557 [  9168] By: jhi                                   on 2001/03/15  14:13:22
55558         Log: Integrate changes #9120,9167 from mainline to maintperl.
55559              
55560              Subject: [PATCH 5.6.1] OS/2 docs
55561              
55562              Subject: [PATCH 5.6.1] perldoc
55563      Branch: maint-5.6/perl
55564           !> os2/Changes utils/perldoc.PL
55565 ____________________________________________________________________________
55566 [  9167] By: jhi                                   on 2001/03/15  14:07:42
55567         Log: Subject: [PATCH 5.6.1] perldoc
55568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55569              Date: Wed, 14 Mar 2001 23:46:52 -0500
55570              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
55571      Branch: perl
55572            ! utils/perldoc.PL
55573 ____________________________________________________________________________
55574 [  9166] By: jhi                                   on 2001/03/15  13:53:15
55575         Log: sigaction test condition tweakage.
55576      Branch: perl
55577            ! t/lib/sigaction.t
55578 ____________________________________________________________________________
55579 [  9165] By: alanbur                               on 2001/03/15  03:49:17
55580         Log: Resynchronised with parent
55581      Branch: maint-5.6/pureperl
55582           +> os2/os2add.sym t/op/anonsub.t
55583           !> (integrate 72 files)
55584 ____________________________________________________________________________
55585 [  9164] By: jhi                                   on 2001/03/15  01:05:01
55586         Log: Avoid stomping off the beginning of an array in tr///.
55587      Branch: perl
55588            ! op.c
55589 ____________________________________________________________________________
55590 [  9163] By: jhi                                   on 2001/03/15  00:58:57
55591         Log: h2ph strictness and cleanliness from Kurt Starsinic.
55592      Branch: perl
55593            ! utils/h2ph.PL
55594 ____________________________________________________________________________
55595 [  9162] By: gsar                                  on 2001/03/15  00:56:53
55596         Log: avoid warnings
55597      Branch: maint-5.6/perl
55598            ! t/op/magic.t
55599 ____________________________________________________________________________
55600 [  9161] By: gsar                                  on 2001/03/15  00:52:09
55601         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
55602              results
55603      Branch: maint-5.6/perl
55604            ! t/op/magic.t
55605 ____________________________________________________________________________
55606 [  9160] By: jhi                                   on 2001/03/14  22:02:10
55607         Log: Do not use the Perl malloc in IRIX, suggested by
55608              Helmus Jarausch.
55609      Branch: perl
55610            ! hints/irix_6.sh
55611 ____________________________________________________________________________
55612 [  9159] By: nick                                  on 2001/03/14  21:45:59
55613         Log: Integrate mainline
55614      Branch: perlio
55615           +> t/op/loopctl.t
55616           !> (integrate 41 files)
55617 ____________________________________________________________________________
55618 [  9158] By: jhi                                   on 2001/03/14  21:10:09
55619         Log: The Day of the Retractions continues: the #9138
55620              (integrated in #9144) doesn't work well in mainline.
55621      Branch: perl
55622            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55623            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55624            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55625 ____________________________________________________________________________
55626 [  9157] By: jhi                                   on 2001/03/14  20:58:12
55627         Log: The #9145 CANNOT be enabled: the clear_pmop code still
55628              dumps core all over in Tru64.
55629      Branch: perl
55630            ! op.c op.h t/op/pat.t
55631 ____________________________________________________________________________
55632 [  9156] By: jhi                                   on 2001/03/14  20:48:06
55633         Log: Integrate change #9154 from maintperl to mainline.
55634              
55635              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55636              (caused Storable 1.0.10 to break on windows)
55637      Branch: perl
55638           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55639           !> perlapi.c proto.h
55640 ____________________________________________________________________________
55641 [  9155] By: jhi                                   on 2001/03/14  20:23:53
55642         Log: Retract #9136: breaks threading (and binary compatibility).
55643      Branch: perl
55644            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55645 ____________________________________________________________________________
55646 [  9154] By: gsar                                  on 2001/03/14  17:48:18
55647         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55648              (caused Storable 1.0.10 to break on windows)
55649      Branch: maint-5.6/perl
55650            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55651            ! perlapi.c proto.h
55652 ____________________________________________________________________________
55653 [  9153] By: jhi                                   on 2001/03/14  13:35:21
55654         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
55655      Branch: perl
55656            ! t/lib/sigaction.t
55657 ____________________________________________________________________________
55658 [  9152] By: gsar                                  on 2001/03/14  07:29:40
55659         Log: back out changes#9012,9010,9009 and parts of change#9016
55660              (causes ABRs under purify, and some prerequisites don't
55661              seem to be there in 5.6.x)
55662      Branch: maint-5.6/perl
55663            ! doop.c op.c t/op/tr.t toke.c
55664 ____________________________________________________________________________
55665 [  9151] By: gsar                                  on 2001/03/14  07:01:29
55666         Log: reenable change#9145 (the test was busted due to a missing
55667              C<print "ok 27\n">)
55668      Branch: perl
55669            ! op.c op.h t/op/pat.t
55670 ____________________________________________________________________________
55671 [  9150] By: jhi                                   on 2001/03/14  06:38:36
55672         Log: Retract #9145.
55673      Branch: perl
55674            ! op.c op.h t/op/pat.t
55675 ____________________________________________________________________________
55676 [  9149] By: jhi                                   on 2001/03/14  06:14:56
55677         Log: Retract #9143.
55678      Branch: perl
55679            ! op.c
55680 ____________________________________________________________________________
55681 [  9148] By: gsar                                  on 2001/03/14  06:13:02
55682         Log: Uninitialized Memory Read in regexec.c
55683      Branch: perl
55684            ! regexec.c
55685 ____________________________________________________________________________
55686 [  9147] By: jhi                                   on 2001/03/14  04:59:54
55687         Log: Subject: PATCH: make goto work in nested eval ""
55688              From: Robin Houston <robin@kitsite.com>
55689              Date: Wed, 14 Mar 2001 04:16:10 +0000
55690              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
55691      Branch: perl
55692            ! pp_ctl.c t/op/goto.t
55693 ____________________________________________________________________________
55694 [  9146] By: jhi                                   on 2001/03/14  04:42:54
55695         Log: Preserve the #ifdef PERL_CORE in perly.h.
55696      Branch: perl
55697            ! perly.fixer
55698 ____________________________________________________________________________
55699 [  9145] By: jhi                                   on 2001/03/14  03:57:41
55700         Log: (Retracted by #9150.)
55701      Branch: perl
55702            ! op.c op.h t/op/pat.t
55703 ____________________________________________________________________________
55704 [  9144] By: jhi                                   on 2001/03/14  03:50:38
55705         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
55706              
55707              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55708              
55709              remove squelch controls for "Scalars leaked" messages in most places
55710              (these are now cured)
55711              
55712              fix another memory leak reported by purify (tie callbacks that
55713              croak can leak when wiping out magic)
55714      Branch: perl
55715           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
55716           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
55717           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
55718           !> t/pragma/warnings.t
55719 ____________________________________________________________________________
55720 [  9143] By: jhi                                   on 2001/03/14  03:37:53
55721         Log: (Retracted by #9149.)
55722      Branch: perl
55723            ! op.c
55724 ____________________________________________________________________________
55725 [  9142] By: gsar                                  on 2001/03/14  03:20:48
55726         Log: fix another memory leak reported by purify (tie callbacks that
55727              croak can leak when wiping out magic)
55728      Branch: maint-5.6/perl
55729            ! scope.c
55730 ____________________________________________________________________________
55731 [  9141] By: jhi                                   on 2001/03/14  02:55:00
55732         Log: Subject: PATCH for [ID 20010305.003]
55733              From: Robin Houston <robin@kitsite.com>
55734              Date: Wed, 14 Mar 2001 02:45:51 +0000
55735              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
55736      Branch: perl
55737            ! pp_ctl.c t/op/eval.t
55738 ____________________________________________________________________________
55739 [  9140] By: jhi                                   on 2001/03/14  02:41:54
55740         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55741              Date: Wed, 14 Mar 2001 01:52:51 +0000
55742              From: Robin Houston <robin@kitsite.com>
55743              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
55744              
55745              Fix for 2000313.004.
55746      Branch: perl
55747            ! pp_ctl.c t/op/goto.t
55748 ____________________________________________________________________________
55749 [  9139] By: jhi                                   on 2001/03/14  02:40:50
55750         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55751              From: Robin Houston <robin@kitsite.com>
55752              Date: Wed, 14 Mar 2001 00:43:45 +0000
55753              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
55754      Branch: perl
55755            + t/op/loopctl.t
55756            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
55757            ! vms/perly_c.vms
55758 ____________________________________________________________________________
55759 [  9138] By: gsar                                  on 2001/03/14  01:18:00
55760         Log: remove squelch controls for "Scalars leaked" messages in most places
55761              (these are now cured)
55762      Branch: maint-5.6/perl
55763            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55764            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55765            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55766 ____________________________________________________________________________
55767 [  9137] By: gsar                                  on 2001/03/14  00:57:04
55768         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55769      Branch: maint-5.6/perl
55770            ! regcomp.c
55771 ____________________________________________________________________________
55772 [  9136] By: jhi                                   on 2001/03/13  23:12:24
55773         Log: (Retracted by #9155)
55774              
55775              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
55776              From: Jens-Uwe Mager <jum@helios.de>
55777              Date: Wed, 21 Feb 2001 21:32:04 +0100
55778              Message-ID: <20010221213203.A18340@ans.helios.de>
55779      Branch: perl
55780            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55781 ____________________________________________________________________________
55782 [  9135] By: jhi                                   on 2001/03/13  22:50:05
55783         Log: Integrate perlio.
55784      Branch: perl
55785           !> pp.c
55786 ____________________________________________________________________________
55787 [  9134] By: jhi                                   on 2001/03/13  22:49:05
55788         Log: Integrate change #9131 from maintperl into mainline.
55789              
55790              make the error text look more consistent in hints/hpux.sh
55791      Branch: perl
55792           !> hints/hpux.sh
55793 ____________________________________________________________________________
55794 [  9133] By: gsar                                  on 2001/03/13  22:46:20
55795         Log: integrate change#9067 from mainline
55796              
55797              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
55798      Branch: maint-5.6/perl
55799           !> lib/ExtUtils/MM_Unix.pm
55800 ____________________________________________________________________________
55801 [  9132] By: jhi                                   on 2001/03/13  22:41:21
55802         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55803              From: "John P. Linderman" <jpl@research.att.com>
55804              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
55805              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
55806              
55807              A more correct prime finder.
55808      Branch: perl
55809            ! lib/Tie/SubstrHash.pm
55810 ____________________________________________________________________________
55811 [  9131] By: gsar                                  on 2001/03/13  22:30:42
55812         Log: make the error text look more consistent in hints/hpux.sh
55813      Branch: maint-5.6/perl
55814            ! hints/hpux.sh
55815 ____________________________________________________________________________
55816 [  9130] By: jhi                                   on 2001/03/13  22:23:44
55817         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
55818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55819              Date: Tue, 13 Mar 2001 18:41:26 +0100
55820              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
55821              
55822              If the test is run non-interactively the default handler
55823              is different.
55824      Branch: perl
55825            ! t/lib/sigaction.t
55826 ____________________________________________________________________________
55827 [  9129] By: jhi                                   on 2001/03/13  22:20:21
55828         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
55829              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55830              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
55831              Date:     Tue, 13 Mar 2001 16:44:32 EST
55832      Branch: perl
55833            ! t/lib/1_compile.t
55834 ____________________________________________________________________________
55835 [  9128] By: jhi                                   on 2001/03/13  22:18:34
55836         Log: Subject: Another patch for integer.pm POD 
55837              From: "John L. Allen" <allen@grumman.com>
55838              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
55839              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
55840      Branch: perl
55841            ! lib/integer.pm
55842 ____________________________________________________________________________
55843 [  9127] By: nick                                  on 2001/03/13  21:26:30
55844         Log: Integrate mainline.
55845      Branch: perlio
55846           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
55847           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
55848           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
55849           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
55850           !> Changes Configure MANIFEST README.os2 README.os390
55851           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
55852           !> os2/Changes patchlevel.h win32/perlhost.h
55853 ____________________________________________________________________________
55854 [  9126] By: nick                                  on 2001/03/13  20:39:51
55855         Log: #ifdef'ed out code to make packed side of pack/unpack
55856              octets. (i.e. pack('U') => encode_utf8).
55857      Branch: perlio
55858            ! pp.c
55859 ____________________________________________________________________________
55860 [  9125] By: jhi                                   on 2001/03/13  15:07:16
55861         Log: Update Changes.
55862      Branch: perl
55863            ! Changes patchlevel.h
55864 ____________________________________________________________________________
55865 [  9124] By: jhi                                   on 2001/03/13  14:22:45
55866         Log: Workaround for the buggy ("internal compiler error")
55867              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
55868              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
55869              of Andreas König.
55870      Branch: perl
55871            ! ext/re/Makefile.PL hints/aix.sh
55872 ____________________________________________________________________________
55873 [  9123] By: jhi                                   on 2001/03/13  03:24:34
55874         Log: Typo in #9114.
55875      Branch: metaconfig
55876            ! U/modified/myhostname.U
55877 ____________________________________________________________________________
55878 [  9122] By: jhi                                   on 2001/03/13  03:24:06
55879         Log: Typo in #9113.
55880      Branch: perl
55881            ! Configure
55882 ____________________________________________________________________________
55883 [  9121] By: jhi                                   on 2001/03/13  01:53:05
55884         Log: Forgot to check-in the larger part of #9120, duh.
55885      Branch: perl
55886            ! README.os2
55887 ____________________________________________________________________________
55888 [  9120] By: jhi                                   on 2001/03/13  01:51:31
55889         Log: Subject: [PATCH 5.6.1] OS/2 docs
55890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55891              Date: Mon, 12 Mar 2001 03:27:32 -0500
55892              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
55893      Branch: perl
55894            ! os2/Changes
55895 ____________________________________________________________________________
55896 [  9119] By: jhi                                   on 2001/03/13  01:49:41
55897         Log: Integrate change #9116 from maintperl into mainline.
55898              
55899              Win32::GetCwd() returns C: instead of C:\ in the root directory
55900              under ithreads
55901      Branch: perl
55902           !> win32/perlhost.h
55903 ____________________________________________________________________________
55904 [  9118] By: jhi                                   on 2001/03/13  01:13:39
55905         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
55906      Branch: perl
55907            + lib/Switch.pm t/lib/switch.t
55908            ! MANIFEST
55909 ____________________________________________________________________________
55910 [  9117] By: jhi                                   on 2001/03/13  01:03:17
55911         Log: Add Text::Balanced 1.83.
55912      Branch: perl
55913            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
55914            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
55915            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
55916            + t/lib/tb-xvari.t
55917            ! MANIFEST
55918 ____________________________________________________________________________
55919 [  9116] By: gsar                                  on 2001/03/13  00:55:53
55920         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
55921              under ithreads
55922      Branch: maint-5.6/perl
55923            ! win32/perlhost.h
55924 ____________________________________________________________________________
55925 [  9115] By: jhi                                   on 2001/03/13  00:54:09
55926         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
55927              From: "John L. Allen" <allen@grumman.com>
55928              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
55929              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
55930              
55931              use integer document clarification.
55932      Branch: perl
55933            ! lib/integer.pm
55934 ____________________________________________________________________________
55935 [  9114] By: jhi                                   on 2001/03/13  00:38:54
55936         Log: Metaconfig unit change for #9113.
55937      Branch: metaconfig
55938            ! U/modified/myhostname.U
55939 ____________________________________________________________________________
55940 [  9113] By: jhi                                   on 2001/03/13  00:38:35
55941         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?)
55942              From: Peter Prymmer <pvhp@forte.com>
55943              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
55944              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
55945      Branch: perl
55946            ! Configure README.os390 hints/os390.sh
55947 ____________________________________________________________________________
55948 [  9112] By: jhi                                   on 2001/03/13  00:29:00
55949         Log: Integrate perlio.
55950      Branch: perl
55951           !> sv.c utf8.h
55952 ____________________________________________________________________________
55953 [  9111] By: nick                                  on 2001/03/12  21:16:33
55954         Log: Integrate mainline.
55955      Branch: perlio
55956           +> t/op/anonsub.t
55957           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55958           !> proto.h sv.c
55959 ____________________________________________________________________________
55960 [  9110] By: nick                                  on 2001/03/12  21:00:13
55961         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
55962      Branch: perlio
55963            ! sv.c utf8.h
55964 ____________________________________________________________________________
55965 [  9109] By: jhi                                   on 2001/03/12  16:04:47
55966         Log: Integrate change #9108 from maintperl to mainline.
55967              
55968              fix memory leak in C<sub X { sub {} }> arising from a refcount
55969              loop between the outer sub and the inner prototype anonsub
55970              
55971              this also enables closures returned by subroutines that
55972              subsequently get redefined to work without generating coredumps :)
55973              
55974              completely removed the free_closures() hack--it shouldn't be
55975              needed anymore
55976      Branch: perl
55977           +> t/op/anonsub.t
55978           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55979           !> proto.h sv.c
55980 ____________________________________________________________________________
55981 [  9108] By: gsar                                  on 2001/03/12  10:21:31
55982         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
55983              loop between the outer sub and the inner prototype anonsub
55984              
55985              this also enables closures returned by subroutines that
55986              subsequently get redefined to work without generating coredumps :)
55987              
55988              completely removed the free_closures() hack--it shouldn't be
55989              needed anymore
55990      Branch: maint-5.6/perl
55991            + t/op/anonsub.t
55992            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55993            ! proto.h sv.c
55994 ____________________________________________________________________________
55995 [  9107] By: jhi                                   on 2001/03/12  05:15:31
55996         Log: Integrate perlio.
55997      Branch: perl
55998           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
55999 ____________________________________________________________________________
56000 [  9106] By: nick                                  on 2001/03/11  20:10:12
56001         Log: regcomp.c is working in native space, not Unicode space (if different)
56002              as it is doing compare against 'W' in \W etc.
56003      Branch: perlio
56004            ! regcomp.c
56005 ____________________________________________________________________________
56006 [  9105] By: nick                                  on 2001/03/11  19:39:34
56007         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
56008              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
56009      Branch: perlio
56010            ! regcomp.c toke.c utf8.c
56011 ____________________________________________________________________________
56012 [  9104] By: nick                                  on 2001/03/11  18:15:44
56013         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
56014      Branch: perlio
56015            ! sv.c
56016 ____________________________________________________________________________
56017 [  9103] By: nick                                  on 2001/03/11  18:03:28
56018         Log: Integrate mainline (for regexp stuff).
56019      Branch: perlio
56020           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56021           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
56022           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
56023           !> t/lib/errno.t t/op/pat.t
56024 ____________________________________________________________________________
56025 [  9102] By: nick                                  on 2001/03/11  17:44:20
56026         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
56027              - exclude layer syms in makedef.pl for sfio
56028              - also inhibit Encode from trying to build ":encode()" layer.
56029      Branch: perlio
56030            ! ext/Encode/Encode.xs makedef.pl
56031 ____________________________________________________________________________
56032 [  9101] By: jhi                                   on 2001/03/10  22:38:13
56033         Log: The $Is_MacOS needs to be declared.
56034      Branch: perl
56035            ! lib/ExtUtils/Manifest.pm
56036 ____________________________________________________________________________
56037 [  9100] By: jhi                                   on 2001/03/10  22:14:29
56038         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
56039              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
56040              pollute the symbolspace if using sfio.
56041      Branch: perl
56042            ! ext/Encode/Encode.xs
56043 ____________________________________________________________________________
56044 [  9099] By: jhi                                   on 2001/03/10  21:58:48
56045         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
56046              Date: Sat, 10 Mar 2001 14:23:55 -0500
56047              From: Chris Nandor <pudge@pobox.com>
56048              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
56049      Branch: perl
56050            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56051            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
56052            ! t/lib/errno.t
56053 ____________________________________________________________________________
56054 [  9098] By: jhi                                   on 2001/03/10  21:38:30
56055         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
56056      Branch: perl
56057            ! regcomp.c regexec.c t/op/pat.t
56058 ____________________________________________________________________________
56059 [  9097] By: jhi                                   on 2001/03/10  14:38:07
56060         Log: Integrate perlio.
56061      Branch: perl
56062           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
56063           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
56064           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
56065 ____________________________________________________________________________
56066 [  9096] By: nick                                  on 2001/03/10  11:55:43
56067         Log: EBCDIC sanity - phase I
56068              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
56069              - use utf8n_xxxx (c.f. pvn) for forms which take length.
56070              - back out vN.N and $^V exceptions to e2a/a2e
56071              - make "locale" isxxx macros be uvchr (may be redundant?)
56072              
56073              Not clear yet that toUPPER_uni et. al. return being handled correctly.
56074              The tr// and rexexp stuff still needs an audit, assumption is they are working
56075              in Unicode space.
56076              
56077              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
56078      Branch: perlio
56079            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
56080            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
56081            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
56082 ____________________________________________________________________________
56083 [  9095] By: jhi                                   on 2001/03/09  22:10:01
56084         Log: Integrate perlio.
56085      Branch: perl
56086           !> dump.c
56087 ____________________________________________________________________________
56088 [  9094] By: nick                                  on 2001/03/09  17:36:38
56089         Log: Builds an passes all tests after integrate and this tweak.
56090      Branch: perlio
56091            ! dump.c
56092 ____________________________________________________________________________
56093 [  9093] By: nick                                  on 2001/03/09  17:16:03
56094         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
56095      Branch: perlio
56096           +> lib/unicode/Scripts.txt t/lib/sigaction.t
56097           !> (integrate 79 files)
56098 ____________________________________________________________________________
56099 [  9092] By: jhi                                   on 2001/03/09  15:28:26
56100         Log: Update Changes.
56101      Branch: perl
56102            ! Changes patchlevel.h
56103 ____________________________________________________________________________
56104 [  9091] By: jhi                                   on 2001/03/09  15:25:05
56105         Log: In op/stat #35 better to scan all the potential directories
56106              for setuids, not just the first one.
56107      Branch: perl
56108            ! t/op/stat.t
56109 ____________________________________________________________________________
56110 [  9090] By: jhi                                   on 2001/03/09  15:01:27
56111         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
56112              From: rspier@pobox.com (Robert Spier)
56113              Date: Fri, 9 Mar 2001 03:30:20 -0500
56114              Message-ID: <15016.38044.381174.160189@rls.cx>
56115              
56116              EXISTS() returning undef mistakenly triggered a FETCH().
56117      Branch: perl
56118            ! hv.c
56119 ____________________________________________________________________________
56120 [  9089] By: jhi                                   on 2001/03/09  14:59:02
56121         Log: Add /sbin and /usr/sbin to the list of directories scanned
56122              for setuid programs.  Takes care of bug id 20010309.003.
56123      Branch: perl
56124            ! t/op/stat.t
56125 ____________________________________________________________________________
56126 [  9088] By: jhi                                   on 2001/03/09  14:48:32
56127         Log: Regen perlapi, perltoc.
56128      Branch: perl
56129            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
56130 ____________________________________________________________________________
56131 [  9087] By: jhi                                   on 2001/03/09  14:38:56
56132         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
56133              From: David Mitchell <davem@fdgroup.co.uk>
56134              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
56135              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
56136      Branch: perl
56137            ! dump.c perl.c perl.h pod/perlrun.pod
56138 ____________________________________________________________________________
56139 [  9086] By: jhi                                   on 2001/03/09  01:47:16
56140         Log: A modified version of
56141              
56142              Subject: [ID 20010307.005] POSIX::sigaction has various problems
56143              From: anders@broadcom.com
56144              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
56145              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
56146              
56147              Currently the sigaction.t test #6 fails (and is fudged to look
56148              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
56149              This may well be a genuine bug in Linux sigaction() (since at
56150              least Tru64, Solaris, and HP-UX disagree with Linux).
56151              Anyone with POSIX / SUSv2 tome handy?  The problem is that
56152              the flags of the oldaction don't match with the flags in
56153              the previously installed disposition.
56154      Branch: perl
56155            + t/lib/sigaction.t
56156            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
56157 ____________________________________________________________________________
56158 [  9085] By: jhi                                   on 2001/03/09  01:30:13
56159         Log: Subject: Re: mission impossible for the day
56160              From: Alex Gough <alex@rcon.org>
56161              Date: Thu, 08 Mar 2001 17:18:19 +0000
56162              Message-ID: <3AA7BEDB.8070409@rcon.org>
56163              
56164              If references (are overloaded) and can be directly stringified,
56165              show that instead of "stringified".
56166              
56167              (The problem, infinite mutual recursion caused by overloaded bool
56168              in Switch.pm, tracked by David Mitchell)
56169      Branch: perl
56170            ! lib/Carp/Heavy.pm
56171 ____________________________________________________________________________
56172 [  9084] By: jhi                                   on 2001/03/09  01:20:39
56173         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
56174              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
56175              From: David Mitchell <davem@fdgroup.co.uk>
56176              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
56177      Branch: perl
56178            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
56179            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
56180 ____________________________________________________________________________
56181 [  9083] By: jhi                                   on 2001/03/09  01:16:51
56182         Log: Subject: [PATCH] perldata.pod here-doc docs
56183              From: Jeff Pinyan <jeffp@crusoe.net>
56184              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
56185              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
56186      Branch: perl
56187            ! pod/perldata.pod
56188 ____________________________________________________________________________
56189 [  9082] By: jhi                                   on 2001/03/09  01:01:27
56190         Log: Subject: Re: Unicode/EBCDIC
56191              From: Peter Prymmer <pvhp@forte.com>
56192              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
56193              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
56194      Branch: perl
56195            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
56196 ____________________________________________________________________________
56197 [  9081] By: jhi                                   on 2001/03/08  13:41:30
56198         Log: Subject: Ooops, wrong 'no *POSIX' Patch
56199              From: Dorner Thomas <Thomas.Dorner@start.de>
56200              Date: Thu, 8 Mar 2001 08:43:28 +0100
56201              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
56202      Branch: perl
56203            ! hints/posix-bc.sh
56204 ____________________________________________________________________________
56205 [  9080] By: jhi                                   on 2001/03/08  13:11:42
56206         Log: It's Scripts.txt, not Script.txt.
56207      Branch: perl
56208            ! MANIFEST
56209 ____________________________________________________________________________
56210 [  9079] By: jhi                                   on 2001/03/08  12:59:05
56211         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
56212              From: Dorner Thomas <Thomas.Dorner@start.de>
56213              Date: Wed, 7 Mar 2001 14:13:31 +0100
56214              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
56215      Branch: perl
56216            ! makedepend.SH
56217 ____________________________________________________________________________
56218 [  9078] By: jhi                                   on 2001/03/08  12:57:43
56219         Log: Retract #9069, wrong patch.
56220      Branch: perl
56221            ! Makefile.SH
56222 ____________________________________________________________________________
56223 [  9077] By: jhi                                   on 2001/03/08  01:06:13
56224         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
56225      Branch: perl
56226            + lib/unicode/Scripts.txt
56227            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
56228            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
56229            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
56230            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56231            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56232            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56233            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56234            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56235            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56236            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56237            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56238            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56239            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56240            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56241            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56242            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56243            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
56244            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
56245            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
56246            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
56247            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
56248            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
56249            ! lib/unicode/version
56250 ____________________________________________________________________________
56251 [  9076] By: jhi                                   on 2001/03/07  22:59:39
56252         Log: Integrate change #7784 from mainline into maintperl.
56253              
56254              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
56255      Branch: maint-5.6/perl
56256           !> pp_ctl.c t/op/pat.t
56257 ____________________________________________________________________________
56258 [  9075] By: jhi                                   on 2001/03/07  22:05:11
56259         Log: More UTF-8 test tweaks.
56260      Branch: perl
56261            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
56262 ____________________________________________________________________________
56263 [  9074] By: nick                                  on 2001/03/07  21:39:29
56264         Log: Integrate mainline.
56265      Branch: perlio
56266           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
56267           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
56268           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
56269           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
56270           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
56271 ____________________________________________________________________________
56272 [  9073] By: jhi                                   on 2001/03/07  16:37:09
56273         Log: Update Changes.
56274      Branch: perl
56275            ! Changes patchlevel.h
56276 ____________________________________________________________________________
56277 [  9072] By: jhi                                   on 2001/03/07  16:32:30
56278         Log: Subject: [ID 20010306.004] || != named unary operator
56279              From: abela@geneanet.org
56280              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
56281              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
56282      Branch: perl
56283            ! pod/perlop.pod
56284 ____________________________________________________________________________
56285 [  9071] By: jhi                                   on 2001/03/07  15:14:11
56286         Log: Subject: downgrading to bytes for common functions
56287              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
56288              Date: Wed, 7 Mar 2001 02:36:55 -0500
56289              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
56290      Branch: perl
56291            ! pp_sys.c
56292 ____________________________________________________________________________
56293 [  9070] By: jhi                                   on 2001/03/07  15:04:58
56294         Log: Clarify the description differentiating for and while; inspired by
56295              
56296              Subject: [ID 20010306.002] for/while difference in for definition
56297              From: abela@geneanet.org
56298              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
56299              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
56300      Branch: perl
56301            ! pod/perlsyn.pod
56302 ____________________________________________________________________________
56303 [  9069] By: jhi                                   on 2001/03/07  14:55:30
56304         Log: (Retracted by #9078.)
56305      Branch: perl
56306            ! Makefile.SH
56307 ____________________________________________________________________________
56308 [  9068] By: jhi                                   on 2001/03/07  14:51:17
56309         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
56310              From: Radu Greab <radu@netsoft.ro>
56311              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
56312              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
56313      Branch: perl
56314            ! pp.c t/op/chop.t
56315 ____________________________________________________________________________
56316 [  9067] By: jhi                                   on 2001/03/07  14:48:57
56317         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
56318              From: Simon Cozens <simon@netthink.co.uk>
56319              Date: Wed, 7 Mar 2001 13:59:28 +0000
56320              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
56321              
56322              In order to allow MakeMaker to build correct Makefiles,
56323              you need to change the order of the arguments in MM_Unix.pm
56324              as well. (Unless you have C89_CCMODE set, but we're trying
56325              to be POSIXly correct)
56326              
56327              Thanks to Merijn Broeren for tracking this down.
56328      Branch: perl
56329            ! lib/ExtUtils/MM_Unix.pm
56330 ____________________________________________________________________________
56331 [  9066] By: jhi                                   on 2001/03/07  14:30:02
56332         Log: Floating point too messy.
56333      Branch: perl
56334            ! t/camel-III/vstring.t
56335 ____________________________________________________________________________
56336 [  9065] By: jhi                                   on 2001/03/07  14:17:44
56337         Log: Integrate change #9064 from maintperl into mainline.
56338              
56339              fix memory leak in pack("Bb",...)
56340      Branch: perl
56341           !> perl.c
56342 ____________________________________________________________________________
56343 [  9064] By: gsar                                  on 2001/03/07  06:29:24
56344         Log: fix memory leak in pack("Bb",...)
56345      Branch: maint-5.6/perl
56346            ! perl.c
56347 ____________________________________________________________________________
56348 [  9063] By: jhi                                   on 2001/03/07  00:55:04
56349         Log: Major utf8 test reorganisation and rewrite.
56350              Hopefully no tests were lost in the shuffle.
56351              (The beginning of pragma/utf8 was lost intentionally,
56352              the tests were rather bogus and incomplete.)
56353      Branch: perl
56354            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
56355            ! t/pragma/utf8.t
56356 ____________________________________________________________________________
56357 [  9062] By: jhi                                   on 2001/03/07  00:41:16
56358         Log: More tweakage on the Unicode character class descriptions.
56359      Branch: perl
56360            ! lib/unicode/mktables.PL pod/perlretut.pod
56361 ____________________________________________________________________________
56362 [  9061] By: jhi                                   on 2001/03/06  23:12:38
56363         Log: The perlretut was still talking about the old \p and \P
56364              definitions.
56365      Branch: perl
56366            ! pod/perlretut.pod
56367 ____________________________________________________________________________
56368 [  9060] By: nick                                  on 2001/03/06  20:52:37
56369         Log: Integrate mainline (make test works again now).
56370      Branch: perlio
56371           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
56372 ____________________________________________________________________________
56373 [  9059] By: jhi                                   on 2001/03/06  15:36:14
56374         Log: 0.999... does equal 1.0, doesn't it?
56375      Branch: perl
56376            ! t/camel-III/vstring.t
56377 ____________________________________________________________________________
56378 [  9058] By: jhi                                   on 2001/03/06  15:34:00
56379         Log: Make /x{abcd}/ to work without use utf8.
56380      Branch: perl
56381            ! regcomp.c
56382 ____________________________________________________________________________
56383 [  9057] By: jhi                                   on 2001/03/06  03:02:36
56384         Log: Easier to outcomment all the three reset() tests for now.
56385      Branch: perl
56386            ! t/op/pat.t
56387 ____________________________________________________________________________
56388 [  9056] By: jhi                                   on 2001/03/06  02:30:02
56389         Log: Comment out the deadly reset; until the 20010301.005
56390              is finally fixed.
56391      Branch: perl
56392            ! t/op/pat.t
56393 ____________________________________________________________________________
56394 [  9055] By: jhi                                   on 2001/03/06  02:21:26
56395         Log: Integrate the change #9054 from mainline:
56396              retract the PMOP cleanup patch pending further investigation.
56397      Branch: maint-5.6/perl
56398           !> op.c op.h
56399 ____________________________________________________________________________
56400 [  9054] By: jhi                                   on 2001/03/06  02:19:57
56401         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
56402              with oddly familiar stack traces.
56403      Branch: perl
56404            ! op.c op.h
56405 ____________________________________________________________________________
56406 [  9053] By: jhi                                   on 2001/03/05  23:20:28
56407         Log: Integrate perlio.
56408      Branch: perl
56409           +> ext/Encode/Encode/koi8-r.ucm
56410           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
56411           !> makedef.pl
56412 ____________________________________________________________________________
56413 [  9052] By: nick                                  on 2001/03/05  23:08:17
56414         Log: skipping USE_PERLIO symbols correction.
56415      Branch: perlio
56416            ! makedef.pl
56417 ____________________________________________________________________________
56418 [  9051] By: nick                                  on 2001/03/05  22:35:07
56419         Log: More Encode alias tidying.
56420      Branch: perlio
56421            + ext/Encode/Encode/koi8-r.ucm
56422            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
56423 ____________________________________________________________________________
56424 [  9050] By: jhi                                   on 2001/03/05  21:44:29
56425         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
56426              Sarathy's fix for ID 20010301.005.
56427      Branch: maint-5.6/perl
56428           !> op.c op.h
56429 ____________________________________________________________________________
56430 [  9049] By: nick                                  on 2001/03/05  19:54:04
56431         Log: Integrate Jarkko's Encode.pm tweak.
56432      Branch: perlio
56433           !> ext/Encode/Encode.pm
56434 ____________________________________________________________________________
56435 [  9048] By: nick                                  on 2001/03/05  19:47:57
56436         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
56437      Branch: perlio
56438           +> os2/os2add.sym
56439           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
56440           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
56441           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
56442           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
56443           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
56444 ____________________________________________________________________________
56445 [  9047] By: jhi                                   on 2001/03/05  19:25:26
56446         Log: Regen perlapi.
56447      Branch: perl
56448            ! pod/perlapi.pod
56449 ____________________________________________________________________________
56450 [  9046] By: jhi                                   on 2001/03/05  19:12:14
56451         Log: Integrate perlio.
56452      Branch: perl
56453           +> t/camel-III/vstring.t
56454           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
56455 ____________________________________________________________________________
56456 [  9045] By: jhi                                   on 2001/03/05  19:10:36
56457         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
56458      Branch: perl
56459            ! ext/Encode/Encode.pm
56460 ____________________________________________________________________________
56461 [  9044] By: jhi                                   on 2001/03/05  18:49:12
56462         Log: Forgot the other half of the PMOP patch (#9033).
56463      Branch: perl
56464            ! op.h
56465 ____________________________________________________________________________
56466 [  9043] By: nick                                  on 2001/03/05  18:14:47
56467         Log: Update MANIFEST for new test.
56468      Branch: perlio
56469            ! MANIFEST
56470 ____________________________________________________________________________
56471 [  9042] By: nick                                  on 2001/03/05  18:12:41
56472         Log: Some tests for Camel 3rd edition features.
56473              Make gethostbyaddr() test in above work.
56474      Branch: perlio
56475            + t/camel-III/vstring.t
56476            ! pp.h pp_sys.c t/TEST t/harness
56477 ____________________________________________________________________________
56478 [  9041] By: jhi                                   on 2001/03/05  17:41:48
56479         Log: Add more ISO 8859 encoding aliases.
56480      Branch: perl
56481            ! ext/Encode/Encode.pm
56482 ____________________________________________________________________________
56483 [  9040] By: jhi                                   on 2001/03/05  17:30:43
56484         Log: Integrate perlio.
56485      Branch: perl
56486           !> MANIFEST sv.c
56487 ____________________________________________________________________________
56488 [  9039] By: nick                                  on 2001/03/05  17:11:36
56489         Log: Missed added file.
56490      Branch: perlio
56491            ! MANIFEST
56492 ____________________________________________________________________________
56493 [  9038] By: jhi                                   on 2001/03/05  15:58:01
56494         Log: Add tr tests for EBCDIC, from Karsten Sperling.
56495      Branch: perl
56496            ! t/op/tr.t
56497 ____________________________________________________________________________
56498 [  9037] By: nick                                  on 2001/03/05  15:56:35
56499         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
56500              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
56501              
56502              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
56503              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
56504              - uses SvPV() rather than sv_2pv() in case it isn't a string.
56505      Branch: perlio
56506            ! sv.c
56507 ____________________________________________________________________________
56508 [  9036] By: jhi                                   on 2001/03/05  15:49:15
56509         Log: Add matching tests currently failing in EBCDIC,
56510              suggested by Karsten Sperling.
56511      Branch: perl
56512            ! t/op/pat.t
56513 ____________________________________________________________________________
56514 [  9035] By: jhi                                   on 2001/03/05  15:36:55
56515         Log: The #9034 needs a MANIFESTation.
56516      Branch: perl
56517            ! MANIFEST
56518 ____________________________________________________________________________
56519 [  9034] By: jhi                                   on 2001/03/05  15:35:14
56520         Log: Integrate perlio.
56521      Branch: perl
56522           +> ext/Encode/Encode/Tcl.pm
56523           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
56524           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56525           !> ext/Encode/Encode/iso8859-1.ucm
56526           !> ext/Encode/Encode/iso8859-10.ucm
56527           !> ext/Encode/Encode/iso8859-13.ucm
56528           !> ext/Encode/Encode/iso8859-14.ucm
56529           !> ext/Encode/Encode/iso8859-15.ucm
56530           !> ext/Encode/Encode/iso8859-16.ucm
56531           !> ext/Encode/Encode/iso8859-2.ucm
56532           !> ext/Encode/Encode/iso8859-3.ucm
56533           !> ext/Encode/Encode/iso8859-4.ucm
56534           !> ext/Encode/Encode/iso8859-5.ucm
56535           !> ext/Encode/Encode/iso8859-6.ucm
56536           !> ext/Encode/Encode/iso8859-7.ucm
56537           !> ext/Encode/Encode/iso8859-8.ucm
56538           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56539           !> t/lib/encode.t
56540 ____________________________________________________________________________
56541 [  9033] By: jhi                                   on 2001/03/05  15:33:18
56542         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
56543              From: Gurusamy Sarathy <gsar@ActiveState.com>
56544              Date: Sun, 04 Mar 2001 22:33:15 -0800
56545              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
56546              
56547              PMOPs need to remember their own stash so that they can
56548              gracefully remove themselves from their linked list.
56549      Branch: perl
56550            ! op.c
56551 ____________________________________________________________________________
56552 [  9032] By: nick                                  on 2001/03/05  14:51:50
56553         Log: Encode implementation "completion"
56554              Implement and document define_encoding()
56555              Implement and document encoding aliases including define_alias()
56556              Make Encode::XS use define_encoding() rather than back-door.
56557              Move run-time *.enc to separate Encode::Tcl module.
56558              Make 'compile' honour <codeset_name>
56559              Change canonical names of to iso-8859-* and US-ascii.
56560      Branch: perlio
56561            + ext/Encode/Encode/Tcl.pm
56562            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
56563            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56564            ! ext/Encode/Encode/iso8859-1.ucm
56565            ! ext/Encode/Encode/iso8859-10.ucm
56566            ! ext/Encode/Encode/iso8859-13.ucm
56567            ! ext/Encode/Encode/iso8859-14.ucm
56568            ! ext/Encode/Encode/iso8859-15.ucm
56569            ! ext/Encode/Encode/iso8859-16.ucm
56570            ! ext/Encode/Encode/iso8859-2.ucm
56571            ! ext/Encode/Encode/iso8859-3.ucm
56572            ! ext/Encode/Encode/iso8859-4.ucm
56573            ! ext/Encode/Encode/iso8859-5.ucm
56574            ! ext/Encode/Encode/iso8859-6.ucm
56575            ! ext/Encode/Encode/iso8859-7.ucm
56576            ! ext/Encode/Encode/iso8859-8.ucm
56577            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56578            ! t/lib/encode.t
56579 ____________________________________________________________________________
56580 [  9031] By: jhi                                   on 2001/03/05  13:51:17
56581         Log: Integrate change #9030 from maintperl into mainline.
56582              
56583              Subject: [PATCH 5.6.1] OS/2 cleanup
56584      Branch: perl
56585           +> os2/os2add.sym
56586           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56587           !> makedef.pl os2/Changes os2/Makefile.SHs
56588           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56589           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56590           !> os2/os2.sym os2/os2ish.h
56591 ____________________________________________________________________________
56592 [  9030] By: jhi                                   on 2001/03/05  13:46:49
56593         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
56594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56595              Date: Mon, 5 Mar 2001 02:29:44 -0500
56596              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
56597      Branch: maint-5.6/perl
56598            + os2/os2add.sym
56599            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56600            ! makedef.pl os2/Changes os2/Makefile.SHs
56601            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56602            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56603            ! os2/os2.sym os2/os2ish.h
56604 ____________________________________________________________________________
56605 [  9029] By: jhi                                   on 2001/03/05  13:40:35
56606         Log: Integrate change #9028 from maintperl into mainline.
56607              
56608              various nits in MM_Unix.pm found by disabling SelfLoader
56609      Branch: perl
56610           !> lib/ExtUtils/MM_Unix.pm
56611 ____________________________________________________________________________
56612 [  9028] By: gsar                                  on 2001/03/05  09:58:38
56613         Log: various nits in MM_Unix.pm found by disabling SelfLoader
56614      Branch: maint-5.6/perl
56615            ! lib/ExtUtils/MM_Unix.pm
56616 ____________________________________________________________________________
56617 [  9027] By: nick                                  on 2001/03/05  08:35:22
56618         Log: Integrate mainline
56619      Branch: perlio
56620           !> (integrate 28 files)
56621 ____________________________________________________________________________
56622 [  9026] By: jhi                                   on 2001/03/05  02:14:59
56623         Log: Integrate change #9025 from mainline to maintperl,
56624              retract \N{U+HHHH}.
56625      Branch: maint-5.6/perl
56626           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56627           !> t/lib/charnames.t toke.c
56628 ____________________________________________________________________________
56629 [  9025] By: jhi                                   on 2001/03/05  02:13:09
56630         Log: Retracting \N{U+HHHH}.
56631      Branch: perl
56632            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56633            ! t/lib/charnames.t toke.c
56634 ____________________________________________________________________________
56635 [  9024] By: jhi                                   on 2001/03/04  20:51:07
56636         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
56637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56638              Date: Fri, 02 Mar 2001 18:25:26 +0100
56639              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
56640              
56641              Casting problem.
56642      Branch: perl
56643            ! ext/Storable/Storable.xs
56644 ____________________________________________________________________________
56645 [  9023] By: jhi                                   on 2001/03/04  19:46:45
56646         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
56647              From: nick@talking.bollo.cx
56648              Date: Sat, 03 Mar 2001 21:41:33 +0000
56649              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
56650              
56651              Revert the workaround.
56652      Branch: perl
56653            ! perlio.c
56654 ____________________________________________________________________________
56655 [  9022] By: jhi                                   on 2001/03/04  19:36:28
56656         Log: Update Changes.
56657      Branch: perl
56658            ! Changes patchlevel.h
56659 ____________________________________________________________________________
56660 [  9021] By: jhi                                   on 2001/03/04  18:41:00
56661         Log: makedef.pl updates suggested by Chris Nandor; double-checking
56662              the changes in AIX, OS/2 Win32 would be nice.
56663      Branch: perl
56664            ! makedef.pl
56665 ____________________________________________________________________________
56666 [  9020] By: jhi                                   on 2001/03/04  18:23:58
56667         Log: Integrate change #9012 from maintperl into mainline,
56668              quench a compiler warning.
56669      Branch: perl
56670           !> toke.c
56671 ____________________________________________________________________________
56672 [  9019] By: jhi                                   on 2001/03/04  18:18:43
56673         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
56674              
56675              \N{U+HHHH} fix.
56676              
56677              pattern in G_ARRAY context
56678      Branch: maint-5.6/perl
56679           !> pp_hot.c t/op/pat.t toke.c
56680 ____________________________________________________________________________
56681 [  9018] By: jhi                                   on 2001/03/04  18:07:48
56682         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
56683              From: Jeff Pinyan <jeffp@crusoe.net>
56684              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
56685              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
56686      Branch: perl
56687            ! pp_hot.c t/op/pat.t
56688 ____________________________________________________________________________
56689 [  9017] By: jhi                                   on 2001/03/04  18:06:21
56690         Log: I thought I tested the #9014.
56691      Branch: perl
56692            ! toke.c
56693 ____________________________________________________________________________
56694 [  9016] By: jhi                                   on 2001/03/04  17:41:22
56695         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
56696              
56697              Tweak the get*ent() OS/2 prototypes.
56698              
56699              Add the \N{U+HHHH} syntax.
56700              
56701              More tr/// UTF-8 fixes from Inaba Hiroto.
56702      Branch: maint-5.6/perl
56703           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
56704           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
56705 ____________________________________________________________________________
56706 [  9015] By: jhi                                   on 2001/03/04  17:36:04
56707         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
56708      Branch: perl
56709            ! doop.c t/op/tr.t
56710 ____________________________________________________________________________
56711 [  9014] By: jhi                                   on 2001/03/04  17:24:49
56712         Log: Add the \N{U+HHHH} syntax.
56713      Branch: perl
56714            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56715            ! t/lib/charnames.t toke.c
56716 ____________________________________________________________________________
56717 [  9013] By: jhi                                   on 2001/03/04  17:20:45
56718         Log: Tweak the get*ent() OS/2 prototypes.
56719      Branch: perl
56720            ! os2/os2.c
56721 ____________________________________________________________________________
56722 [  9012] By: gsar                                  on 2001/03/04  06:26:14
56723         Log: avoid warning (nit in change#9009)
56724      Branch: maint-5.6/perl
56725            ! toke.c
56726 ____________________________________________________________________________
56727 [  9011] By: gsar                                  on 2001/03/04  06:15:24
56728         Log: lib/charnames.t fails in 5.6.x because of older Unicode
56729              data
56730              
56731              TODO: need to revisit this after updating lib/unicode/...
56732      Branch: maint-5.6/perl
56733            ! t/lib/charnames.t
56734 ____________________________________________________________________________
56735 [  9010] By: gsar                                  on 2001/03/04  06:08:36
56736         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
56737      Branch: maint-5.6/perl
56738            ! toke.c
56739 ____________________________________________________________________________
56740 [  9009] By: jhi                                   on 2001/03/03  19:27:20
56741         Log: Integrate change #9008 from mainline to maintperl,
56742              UTF-8 tr/// fixes from Inaba Hiroto.
56743      Branch: maint-5.6/perl
56744           !> doop.c op.c t/op/tr.t toke.c
56745 ____________________________________________________________________________
56746 [  9008] By: jhi                                   on 2001/03/03  19:19:42
56747         Log: UTF8 tr/// fixes from Inaba Hiroto.
56748      Branch: perl
56749            ! doop.c op.c t/op/tr.t toke.c
56750 ____________________________________________________________________________
56751 [  9007] By: jhi                                   on 2001/03/03  19:00:30
56752         Log: Integrate change #9006 from maintperl to mainline,
56753              more robust quest for the infinite.
56754      Branch: perl
56755           !> lib/Math/Complex.pm
56756 ____________________________________________________________________________
56757 [  9006] By: jhi                                   on 2001/03/03  18:58:06
56758         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
56759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56760              Date: Sat, 3 Mar 2001 12:51:50 -0500
56761              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
56762              
56763              Be more robust in our quest for the infinite.
56764      Branch: maint-5.6/perl
56765            ! lib/Math/Complex.pm
56766 ____________________________________________________________________________
56767 [  9005] By: jhi                                   on 2001/03/03  17:55:50
56768         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
56769      Branch: maint-5.6/perl
56770            ! doio.c
56771 ____________________________________________________________________________
56772 [  9004] By: jhi                                   on 2001/03/03  17:40:14
56773         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
56774              so that picky compilers like IRIX won't get huffy about
56775              "statements without effect" (like 1;).
56776      Branch: perl
56777            ! toke.c
56778 ____________________________________________________________________________
56779 [  9003] By: jhi                                   on 2001/03/03  17:15:52
56780         Log: Integrate change #9002 from mainline to maintperl.
56781              
56782              Subject: [perl-5.6.x, perl-current] accept for EPOC
56783      Branch: maint-5.6/perl
56784           !> pp_sys.c
56785 ____________________________________________________________________________
56786 [  9002] By: jhi                                   on 2001/03/03  17:14:30
56787         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
56788              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56789              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
56790              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
56791      Branch: perl
56792            ! pp_sys.c
56793 ____________________________________________________________________________
56794 [  9001] By: jhi                                   on 2001/03/03  17:13:13
56795         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
56796              From: "Craig A. Berry" <craigberry@mac.com>
56797              Date: Fri, 02 Mar 2001 17:44:40 -0600
56798              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
56799      Branch: perl
56800            ! t/pod/find.t
56801 ____________________________________________________________________________
56802 [  9000] By: jhi                                   on 2001/03/03  17:11:55
56803         Log: Integrate changes #8997,8999 from maintperl.
56804              
56805              Subject: [PATCH 5.6.1] compiling on OS/2
56806              (Better error message from hints/os2.sh)
56807              
56808              Subject: [PATCH 5.6.1] syslog.t
56809      Branch: perl
56810           !> hints/os2.sh t/lib/syslog.t
56811 ____________________________________________________________________________
56812 [  8999] By: jhi                                   on 2001/03/03  17:09:28
56813         Log: Subject: [PATCH 5.6.1] syslog.t
56814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56815              Date: Sat, 3 Mar 2001 02:11:17 -0500
56816              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
56817      Branch: maint-5.6/perl
56818            ! t/lib/syslog.t
56819 ____________________________________________________________________________
56820 [  8998] By: jhi                                   on 2001/03/03  17:07:50
56821         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
56822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56823              Date: Sat, 3 Mar 2001 01:53:52 -0500
56824              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
56825      Branch: maint-5.6/perl
56826            ! opcode.pl os2/os2.c
56827 ____________________________________________________________________________
56828 [  8997] By: jhi                                   on 2001/03/03  17:03:30
56829         Log: Subject: [PATCH 5.6.1] compiling on OS/2
56830              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56831              Date: Sat, 3 Mar 2001 01:59:59 -0500
56832              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
56833      Branch: maint-5.6/perl
56834            ! hints/os2.sh
56835 ____________________________________________________________________________
56836 [  8996] By: jhi                                   on 2001/03/03  00:55:58
56837         Log: Regen files for mainline.
56838      Branch: perl
56839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56840            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
56841 ____________________________________________________________________________
56842 [  8995] By: jhi                                   on 2001/03/03  00:35:22
56843         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
56844              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
56845              to maintperl.
56846              
56847              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
56848              
56849              Add Configure option -Dmksymlinks which will create a symlink
56850              forest if the current/build differs from the source directory.
56851              (8218,8220,8221,8317,8318,8971)
56852              
56853              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
56854              (Document APPLLIB_EXP in INSTALL.)
56855              
56856              If running byacc write-enable also perly.h.
56857              
56858              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
56859              
56860              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
56861              
56862              Sanity check for conflicting thread flavours.
56863              
56864              Fix the sys/fcntl.h problem reported by Peter Prymmer.
56865              
56866              Add few CPUs/architectures to the Cppsym scan,
56867              add -perlio to archname if so selected (modified 8890)
56868              
56869              Be more helpful for devel builders, suggested by John L. Allen.
56870              (admittedly pointless change for maintperl, but the usedevel
56871              code is there already)
56872      Branch: maint-5.6/perl
56873           !> Configure INSTALL Makefile.SH Porting/Glossary
56874           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
56875           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
56876           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
56877           !> win32/config.bc win32/config.gc win32/config.vc
56878 ____________________________________________________________________________
56879 [  8994] By: jhi                                   on 2001/03/02  23:31:41
56880         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
56881      Branch: metaconfig/U/perl
56882            ! gccvers.U
56883 ____________________________________________________________________________
56884 [  8993] By: jhi                                   on 2001/03/02  23:22:12
56885         Log: Regenerate various files for maint.
56886      Branch: maint-5.6/perl
56887            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
56888            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
56889 ____________________________________________________________________________
56890 [  8992] By: alanbur                               on 2001/03/02  22:48:34
56891         Log: Resync wuth parent
56892      Branch: maint-5.6/pureperl
56893           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
56894           !> (integrate 60 files)
56895 ____________________________________________________________________________
56896 [  8991] By: jhi                                   on 2001/03/02  21:00:08
56897         Log: Retract the #8742 part of #8986, backward compat.
56898      Branch: maint-5.6/perl
56899            ! embed.pl
56900 ____________________________________________________________________________
56901 [  8990] By: jhi                                   on 2001/03/02  20:40:07
56902         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
56903      Branch: maint-5.6/perl
56904            ! hv.c
56905 ____________________________________________________________________________
56906 [  8989] By: jhi                                   on 2001/03/02  19:59:56
56907         Log: Update Changes.
56908      Branch: perl
56909            ! Changes patchlevel.h
56910 ____________________________________________________________________________
56911 [  8988] By: jhi                                   on 2001/03/02  19:57:08
56912         Log: Integrate perlio.
56913      Branch: perl
56914           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
56915           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
56916           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
56917           !> ext/Encode/Encode/iso8859-10.ucm
56918           !> ext/Encode/Encode/iso8859-13.ucm
56919           !> ext/Encode/Encode/iso8859-14.ucm
56920           !> ext/Encode/Encode/iso8859-15.ucm
56921           !> ext/Encode/Encode/iso8859-16.ucm
56922           !> ext/Encode/Encode/iso8859-2.ucm
56923           !> ext/Encode/Encode/iso8859-3.ucm
56924           !> ext/Encode/Encode/iso8859-4.ucm
56925           !> ext/Encode/Encode/iso8859-5.ucm
56926           !> ext/Encode/Encode/iso8859-6.ucm
56927           !> ext/Encode/Encode/iso8859-7.ucm
56928           !> ext/Encode/Encode/iso8859-8.ucm
56929           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
56930           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
56931 ____________________________________________________________________________
56932 [  8987] By: jhi                                   on 2001/03/02  19:43:40
56933         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
56934              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
56935              8950,8952,8955 from mainline to maintperl.
56936              
56937              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
56938              
56939              Put to rest the 20010205.001, the email address checking (not) regex.
56940              
56941              fork() not everywhere, cleanup temp files.
56942              
56943              The #8843 wasn't quite right: %Config needs to imported.
56944              
56945              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
56946              (#8849: the glob-basic hunk needed massaging as it depended
56947              on Schwern's large-scale (unintegrated) patches)
56948              
56949              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
56950              
56951              Upgrade to CGI.pm 2.752, from Lincoln Stein.
56952              (Note: there were some conflicts due to EBCDIC and EPOC
56953              patches, in general I preferred the repository code.)
56954              (When 2.753 comes out, we need to synchronize.)
56955              
56956              Subject: [PATCH] fix for charnames above FFFF
56957              
56958              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
56959              
56960              If no sfio, no -lsfio.
56961              
56962              Run run/*.t also in minitest.
56963              
56964              Subject:  [PATCH perl 5.7.0] malloc message address offset
56965              
56966              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
56967              
56968              Subject: fix for parameter -Dm (for perl@8867)
56969              
56970              Subject: [PATCH: perl@8892] was Re: hashing order difference?
56971              (make the test more portable)
56972              
56973              Subject: Re: [PATCH] fix for charnames above FFFF
56974              
56975              Subject: Re: I'm losing the war...
56976              (hv_store() not working correctly in ENV_IS_CASELESS case.)
56977              
56978              Subject: Modified README.bs2000 
56979              
56980              Subject: [PATCH: perl@8935] -Dt padsv($var)
56981              
56982              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
56983              
56984              Subject: PATCH: extra tests to check on negative float to unsigned cast
56985              
56986              Subject: [PATCH] XPUSH[insp] was Re: progress
56987              
56988              Subject: Re: Compile with perlcc..
56989      Branch: maint-5.6/perl
56990           !> (integrate 36 files)
56991 ____________________________________________________________________________
56992 [  8986] By: jhi                                   on 2001/03/02  18:51:25
56993         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
56994              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
56995              to maintperl.
56996              
56997              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
56998              
56999              Subject: [DOC PATCH] overload.pm nits
57000              
57001              Add header for LIB$ prototypes (C. Berry)
57002              
57003              Convert fwrite()s to sockets to write()s, since some socket stacks
57004              don't take kindly to stdio.
57005              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
57006              (for often optional LNMs)
57007              Correct a few typos
57008              (C. Bailey)
57009              
57010              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
57011              
57012              De-cut-and-pasto.
57013              
57014              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
57015              
57016              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
57017              
57018              Upgrade to CPAN 1.59_54, from Andreas König.
57019              
57020              Bogus shebang.
57021              
57022              Subject: [PATCH] Document makepatch in Porting/patching
57023              
57024              UTF-8 documentation.
57025              
57026              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
57027              
57028              Sort the MANIFEST.
57029              
57030              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
57031              
57032              Subject: [PATCH @8807] toke.c cleanup: scan_str()
57033              
57034              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
57035              
57036              Add run/*.t to testables.
57037              
57038              TODO: integrate #8784.
57039      Branch: maint-5.6/perl
57040           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
57041           !> (integrate 28 files)
57042 ____________________________________________________________________________
57043 [  8985] By: nick                                  on 2001/03/02  18:15:45
57044         Log: Integrate mainline
57045      Branch: perlio
57046           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
57047           !> vms/vms.c
57048 ____________________________________________________________________________
57049 [  8984] By: jhi                                   on 2001/03/02  16:00:17
57050         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
57051              
57052              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
57053              5.004_05, and mention the suidperl August 2000 security problem.
57054              (#8978,#8981)
57055              
57056              Subject: [ID 20010301.004] Technically speaking in perldata
57057              
57058              Subject: [PATCH] File::Copy for bleadperl, maintperl
57059              
57060              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
57061              
57062              (The #8982, fix for 20010221.005 and 20010221.008,
57063              would be nice too but it didn't integrate cleanly.)
57064      Branch: maint-5.6/perl
57065           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
57066 ____________________________________________________________________________
57067 [  8983] By: jhi                                   on 2001/03/02  15:51:16
57068         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
57069              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57070              Date:     Thu, 1 Mar 2001 15:54:09 EST
57071              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
57072      Branch: perl
57073            ! vms/vms.c
57074 ____________________________________________________________________________
57075 [  8982] By: jhi                                   on 2001/03/02  15:43:31
57076         Log: Subject: Re: sync sync sync: have I missed any patches?
57077              From: Radu Greab <radu@netsoft.ro> 
57078              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
57079              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
57080              
57081              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
57082              was checking argv[0] regardless of whether a different pathname
57083              will actually be executed."  Test case not supplied because 
57084              drafting that, ironically enough, revealed another bug
57085              (or a feature).
57086      Branch: perl
57087            ! doio.c
57088 ____________________________________________________________________________
57089 [  8981] By: jhi                                   on 2001/03/02  15:28:03
57090         Log: Misdate in #8978.
57091      Branch: perl
57092            ! pod/perlfaq1.pod
57093 ____________________________________________________________________________
57094 [  8980] By: jhi                                   on 2001/03/02  15:24:20
57095         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
57096              From: Chris Nandor <pudge@pobox.com>
57097              Date: Wed, 28 Feb 2001 22:10:15 -0500
57098              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
57099      Branch: perl
57100            ! lib/File/Copy.pm
57101 ____________________________________________________________________________
57102 [  8979] By: jhi                                   on 2001/03/02  15:17:16
57103         Log: Subject: [ID 20010301.004] Technically speaking in perldata
57104              From: abela@geneanet.org
57105              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
57106              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
57107      Branch: perl
57108            ! pod/perldata.pod
57109 ____________________________________________________________________________
57110 [  8978] By: jhi                                   on 2001/03/02  15:15:27
57111         Log: Subject: [ID 20010301.003] ref to 5.004
57112              From: abela@geneanet.org
57113              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
57114              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
57115              
57116              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
57117              and mention the suidperl August 2000 security problem.
57118      Branch: perl
57119            ! pod/perlfaq1.pod
57120 ____________________________________________________________________________
57121 [  8977] By: alanbur                               on 2001/03/02  14:17:45
57122         Log: Resynchronised with parent
57123      Branch: maint-5.6/pureperl
57124           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
57125           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
57126           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
57127           !> vms/descrip_mms.template win32/win32.c win32/win32.h
57128           !> win32/win32iop.h
57129 ____________________________________________________________________________
57130 [  8976] By: nick                                  on 2001/03/01  23:25:30
57131         Log: Integrate mainline.
57132      Branch: perlio
57133            - t/op/qu.t
57134           !> (integrate 55 files)
57135 ____________________________________________________________________________
57136 [  8975] By: jhi                                   on 2001/03/01  16:51:34
57137         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
57138      Branch: perl
57139           !> toke.c
57140 ____________________________________________________________________________
57141 [  8974] By: gsar                                  on 2001/03/01  16:28:21
57142         Log: fix for bugid 20010226.008
57143              
57144              the problem was that some of the pointers (PL_last_lop and
57145              PL_last_uni specifically) into the lex buffers weren't correctly
57146              being invalidated when the buffer changed; this would leave the
57147              pointers pointing at an arbitrary location in the buffer if
57148              the buffer didn't need to be reallocated, or point into freed
57149              memory if the buffer had to be realloced
57150              
57151              TODO item for bugdb maintainers: check other seemingly random
57152              parser-related bugs--they might be cured by this
57153      Branch: maint-5.6/perl
57154            ! toke.c
57155 ____________________________________________________________________________
57156 [  8973] By: jhi                                   on 2001/03/01  02:23:25
57157         Log: Retract #8970 because of a completely mysterious core dump:
57158              adding the tests 241..244 causes op/pat dump core at test #25.
57159              The test needs a lot of whittling down before the bug can be solved.
57160      Branch: perl
57161            ! t/op/pat.t
57162 ____________________________________________________________________________
57163 [  8972] By: jhi                                   on 2001/03/01  01:58:38
57164         Log: Regen perlapi.
57165      Branch: perl
57166            ! pod/perlapi.pod
57167 ____________________________________________________________________________
57168 [  8971] By: jhi                                   on 2001/03/01  01:34:09
57169         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))
57170              From: Nicholas Clark <nick@ccl4.org>
57171              Date: Wed, 28 Feb 2001 23:28:49 +0000
57172              Message-ID: <20010228232849.A55187@plum.flirble.org>
57173              
57174              Allow a completely write protected source code tree
57175              when using the Configure -Dmksymlinks.
57176      Branch: perl
57177            ! embed.pl warnings.pl
57178 ____________________________________________________________________________
57179 [  8970] By: jhi                                   on 2001/03/01  01:32:04
57180         Log: Add back the EBCDIC character range tests (for matching).
57181      Branch: perl
57182            ! t/op/pat.t
57183 ____________________________________________________________________________
57184 [  8969] By: nick                                  on 2001/02/28  18:18:01
57185         Log: Add charname comments to .ucm files writen by 'compile',
57186              also order charmaps in those files by source encoding.
57187              regenerate distrubuted .ucm files
57188      Branch: perlio
57189            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57190            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57191            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57192            ! ext/Encode/Encode/iso8859-10.ucm
57193            ! ext/Encode/Encode/iso8859-13.ucm
57194            ! ext/Encode/Encode/iso8859-14.ucm
57195            ! ext/Encode/Encode/iso8859-15.ucm
57196            ! ext/Encode/Encode/iso8859-16.ucm
57197            ! ext/Encode/Encode/iso8859-2.ucm
57198            ! ext/Encode/Encode/iso8859-3.ucm
57199            ! ext/Encode/Encode/iso8859-4.ucm
57200            ! ext/Encode/Encode/iso8859-5.ucm
57201            ! ext/Encode/Encode/iso8859-6.ucm
57202            ! ext/Encode/Encode/iso8859-7.ucm
57203            ! ext/Encode/Encode/iso8859-8.ucm
57204            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57205            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
57206 ____________________________________________________________________________
57207 [  8968] By: jhi                                   on 2001/02/28  16:26:37
57208         Log: Expand usemorebits early if d_casti32 needs to be undefined.
57209      Branch: perl
57210            ! hints/hpux.sh hints/irix_6.sh
57211 ____________________________________________________________________________
57212 [  8967] By: jhi                                   on 2001/02/28  16:22:26
57213         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
57214              retract toke.c/qu parts of #8583, retract #8485, retract
57215              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
57216              op/length.t, and MANIFEST, and delete t/op/qu.t.
57217      Branch: perl
57218            - t/op/qu.t
57219            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
57220            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
57221            ! t/op/length.t toke.c
57222 ____________________________________________________________________________
57223 [  8966] By: jhi                                   on 2001/02/28  15:00:27
57224         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
57225              by not changing from pre-Unicode days into being Unicode-aware.
57226              Sniff.
57227      Branch: perl
57228            ! pp.c t/op/pack.t t/op/qu.t
57229 ____________________________________________________________________________
57230 [  8965] By: jhi                                   on 2001/02/28  14:37:55
57231         Log: Subject: Re: Errors in core PODs
57232              From: Michael Stevens <michael@etla.org> 
57233              Date: Fri, 23 Feb 2001 15:47:56 +0000
57234              Message-ID: <20010223154756.A7723@firedrake.org> 
57235      Branch: perl
57236            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
57237            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
57238            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
57239            ! x2p/a2p.pod
57240 ____________________________________________________________________________
57241 [  8964] By: jhi                                   on 2001/02/28  14:35:35
57242         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
57243              (The #8961 was too bold.)
57244      Branch: perl
57245            ! hints/hpux.sh hints/irix_6.sh
57246 ____________________________________________________________________________
57247 [  8963] By: jhi                                   on 2001/02/28  14:33:39
57248         Log: Subject: Re: sync sync sync: have I missed any patches?
57249              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57250              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
57251              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
57252              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
57253              
57254              Replace djSP with dSP.
57255      Branch: perl
57256            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
57257            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
57258            ! win32/perlhost.h
57259 ____________________________________________________________________________
57260 [  8962] By: jhi                                   on 2001/02/27  23:21:14
57261         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
57262      Branch: perl
57263            ! lib/Filter/Simple.pm
57264 ____________________________________________________________________________
57265 [  8961] By: jhi                                   on 2001/02/27  22:55:26
57266         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
57267              and this would be it.
57268      Branch: perl
57269            ! hints/hpux.sh hints/irix_6.sh
57270 ____________________________________________________________________________
57271 [  8960] By: jhi                                   on 2001/02/27  22:51:33
57272         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
57273              From: "Craig A. Berry" <craigberry@mac.com>
57274              Date: Tue, 27 Feb 2001 16:11:44 -0600
57275              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
57276      Branch: maint-5.6/perl
57277            ! configure.com vms/descrip_mms.template
57278 ____________________________________________________________________________
57279 [  8959] By: jhi                                   on 2001/02/27  22:47:23
57280         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
57281              From: "Craig A. Berry" <craigberry@mac.com>
57282              Date: Tue, 27 Feb 2001 16:11:44 -0600
57283              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
57284      Branch: perl
57285            ! configure.com vms/descrip_mms.template
57286 ____________________________________________________________________________
57287 [  8958] By: jhi                                   on 2001/02/27  15:16:42
57288         Log: Update Changes.
57289      Branch: perl
57290            ! Changes patchlevel.h
57291 ____________________________________________________________________________
57292 [  8957] By: jhi                                   on 2001/02/27  06:15:07
57293         Log: Subject: [5.6.x] EPOC additions
57294              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57295              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
57296              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
57297      Branch: maint-5.6/perl
57298            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
57299 ____________________________________________________________________________
57300 [  8956] By: jhi                                   on 2001/02/27  06:12:11
57301         Log: Subject: [perl-current] EPOC 
57302              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57303              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
57304              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
57305      Branch: perl
57306            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
57307            ! epoc/epocish.c epoc/epocish.h pp_sys.c
57308 ____________________________________________________________________________
57309 [  8955] By: jhi                                   on 2001/02/27  05:59:50
57310         Log: Subject: Re: Compile with perlcc..
57311              From: Edward Peschko <edwardp@excitehome.net>
57312              Date: Mon, 26 Feb 2001 18:51:58 -0800
57313              Message-ID: <20010226185158.A9871@excitehome.net>
57314              
57315              plus add a simple usage message if no arguments given.
57316      Branch: perl
57317            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
57318            ! utils/Makefile utils/perlcc.PL win32/pod.mak
57319 ____________________________________________________________________________
57320 [  8954] By: nick                                  on 2001/02/26  21:02:59
57321         Log: Integrate mainline
57322      Branch: perlio
57323           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
57324           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
57325           !> t/op/sprintf.t
57326 ____________________________________________________________________________
57327 [  8953] By: jhi                                   on 2001/02/26  14:43:54
57328         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
57329              From: Nicholas Clark <nick@ccl4.org>
57330              Date: Mon, 26 Feb 2001 00:42:07 +0000
57331              Message-ID: <20010226004207.F23333@plum.flirble.org>
57332      Branch: perl
57333            ! pp_ctl.c
57334 ____________________________________________________________________________
57335 [  8952] By: jhi                                   on 2001/02/26  14:42:13
57336         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
57337              From: Simon Cozens <simon@netthink.co.uk>
57338              Date: Mon, 26 Feb 2001 12:23:48 +0000
57339              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
57340      Branch: perl
57341            ! pod/perlguts.pod
57342 ____________________________________________________________________________
57343 [  8951] By: jhi                                   on 2001/02/26  14:39:15
57344         Log: Subject: [PATCH] perlio - unknown layer
57345              From: Nicholas Clark <nick@ccl4.org>
57346              Date: Mon, 26 Feb 2001 00:27:19 +0000
57347              Message-ID: <20010226002719.E23333@plum.flirble.org>
57348      Branch: perl
57349            ! perlio.c
57350 ____________________________________________________________________________
57351 [  8950] By: jhi                                   on 2001/02/26  14:38:04
57352         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
57353              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
57354              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
57355              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
57356      Branch: perl
57357            ! t/op/bop.t
57358 ____________________________________________________________________________
57359 [  8949] By: jhi                                   on 2001/02/26  14:37:07
57360         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
57361              From: Peter Prymmer <pvhp@forte.com>
57362              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
57363              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
57364      Branch: perl
57365            ! lib/Test.pm
57366 ____________________________________________________________________________
57367 [  8948] By: jhi                                   on 2001/02/26  14:35:53
57368         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
57369              From: Radu Greab <radu@netsoft.ro>
57370              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
57371              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
57372      Branch: perl
57373            ! pod/perlop.pod
57374 ____________________________________________________________________________
57375 [  8947] By: jhi                                   on 2001/02/26  14:34:46
57376         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
57377              From: David Mitchell <davem@fdgroup.co.uk>
57378              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
57379              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
57380      Branch: perl
57381            ! run.c
57382 ____________________________________________________________________________
57383 [  8946] By: jhi                                   on 2001/02/26  14:32:37
57384         Log: Subject: Modified README.bs2000 
57385              From: Dorner Thomas <Thomas.Dorner@start.de>
57386              Date: Mon, 26 Feb 2001 09:22:17 +0100
57387              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
57388      Branch: perl
57389            ! README.bs2000
57390 ____________________________________________________________________________
57391 [  8945] By: jhi                                   on 2001/02/26  14:19:53
57392         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
57393              to maintperl, listing the known failures on the tests 129 and 130.
57394      Branch: maint-5.6/perl
57395           !> t/op/sprintf.t
57396 ____________________________________________________________________________
57397 [  8944] By: jhi                                   on 2001/02/26  14:14:15
57398         Log: Add more known sprintf failures.
57399      Branch: perl
57400            ! t/op/sprintf.t
57401 ____________________________________________________________________________
57402 [  8943] By: jhi                                   on 2001/02/26  13:56:22
57403         Log: perlglob.exe needs to be found in Win32, patch from
57404              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
57405              which needs external glob at mini-perl time."
57406      Branch: perl
57407            ! ext/Encode/compile
57408 ____________________________________________________________________________
57409 [  8942] By: jhi                                   on 2001/02/26  13:52:19
57410         Log: A missing dTHX from Vadim Konovalov.
57411      Branch: perl
57412            ! perlio.c
57413 ____________________________________________________________________________
57414 [  8941] By: jhi                                   on 2001/02/26  13:37:05
57415         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
57416      Branch: perl
57417            ! op.c
57418 ____________________________________________________________________________
57419 [  8940] By: jhi                                   on 2001/02/26  13:35:40
57420         Log: Integrate perlio.
57421      Branch: perl
57422           !> ext/Encode/Encode.pm
57423 ____________________________________________________________________________
57424 [  8939] By: nick                                  on 2001/02/25  23:47:09
57425         Log: Integrate mainline.
57426      Branch: perlio
57427           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
57428           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
57429 ____________________________________________________________________________
57430 [  8938] By: nick                                  on 2001/02/25  19:36:28
57431         Log: Encode implementations docs.
57432      Branch: perlio
57433            ! ext/Encode/Encode.pm
57434 ____________________________________________________________________________
57435 [  8937] By: jhi                                   on 2001/02/25  19:26:16
57436         Log: Script wasn't aligned with reality.
57437      Branch: perl
57438            ! t/pod/find.t
57439 ____________________________________________________________________________
57440 [  8936] By: jhi                                   on 2001/02/25  18:54:55
57441         Log: Update Changes.
57442      Branch: perl
57443            ! Changes patchlevel.h
57444 ____________________________________________________________________________
57445 [  8935] By: jhi                                   on 2001/02/25  18:46:36
57446         Log: Retract #8929,8930,8932,8933 for now.
57447      Branch: perl
57448            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
57449 ____________________________________________________________________________
57450 [  8934] By: jhi                                   on 2001/02/25  17:34:35
57451         Log: Integrate perlio.
57452      Branch: perl
57453           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
57454           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
57455           !> t/lib/encode.t
57456 ____________________________________________________________________________
57457 [  8933] By: jhi                                   on 2001/02/25  17:33:12
57458         Log: (Retracted by #8395.)
57459              
57460              Slight tweaks in scan_const(), not fixes yet, it seems like
57461              lots of work remains to be done...
57462      Branch: perl
57463            ! toke.c
57464 ____________________________________________________________________________
57465 [  8932] By: jhi                                   on 2001/02/25  17:27:11
57466         Log: (Retracted by #8395.)
57467              
57468              Missing from #8930.
57469      Branch: perl
57470            ! perl.h
57471 ____________________________________________________________________________
57472 [  8931] By: jhi                                   on 2001/02/25  17:26:19
57473         Log: A comment tweak.
57474      Branch: perl
57475            ! utf8.c
57476 ____________________________________________________________________________
57477 [  8930] By: jhi                                   on 2001/02/25  17:25:47
57478         Log: (Retracted by #8395.)
57479              
57480              Attempt to fix the EBCDIC character range problem with //.
57481      Branch: perl
57482            ! regcomp.c
57483 ____________________________________________________________________________
57484 [  8929] By: jhi                                   on 2001/02/25  17:23:45
57485         Log: (Retracted by #8395.)
57486              
57487              Expand the EBCDIC character range tests, and add few nasty
57488              tr tests from Karsten Sperling.
57489      Branch: perl
57490            ! t/op/pat.t t/op/tr.t
57491 ____________________________________________________________________________
57492 [  8928] By: jhi                                   on 2001/02/25  17:18:49
57493         Log: Missing check-in.
57494      Branch: perl
57495            ! lib/Pod/Find.pm
57496 ____________________________________________________________________________
57497 [  8927] By: nick                                  on 2001/02/25  11:30:22
57498         Log: Change method names in Encode implementation classes to something
57499              less confusing (preparing to "go public").
57500      Branch: perlio
57501            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57502 ____________________________________________________________________________
57503 [  8926] By: nick                                  on 2001/02/25  10:53:24
57504         Log: GCC __atribute__ / printf fix
57505      Branch: perlio
57506            ! perl.h
57507 ____________________________________________________________________________
57508 [  8925] By: nick                                  on 2001/02/25  10:52:25
57509         Log: Checked in the wrong one ...
57510      Branch: perlio
57511            ! ext/Encode/Encode.pm
57512 ____________________________________________________________________________
57513 [  8924] By: nick                                  on 2001/02/24  18:46:51
57514         Log: Integrate mainline - to see what Jarkko has in ...
57515      Branch: perlio
57516           +> t/pod/testpods/lib/Pod/Stuff.pm
57517           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
57518 ____________________________________________________________________________
57519 [  8923] By: nick                                  on 2001/02/24  17:05:23
57520         Log: Encode API documentation nd tidy up.
57521              Minor additions to test.
57522              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
57523              Adds STRLEN to standard typemap.
57524      Branch: perlio
57525            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
57526            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
57527 ____________________________________________________________________________
57528 [  8922] By: jhi                                   on 2001/02/24  16:38:12
57529         Log: Add a test for the "character range should match in EBCDIC
57530              if specified using explicit numerics" bug found by Karsten
57531              Sperling.
57532      Branch: perl
57533            ! t/op/pat.t
57534 ____________________________________________________________________________
57535 [  8921] By: jhi                                   on 2001/02/24  16:30:16
57536         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
57537              From: schwern@pobox.com
57538              Date: Fri, 23 Feb 2001 03:21:37 -0500
57539              Message-ID: <20010223032137.A26022@magnonel.guild.net>
57540              
57541              plus Charles Lane's fixes, plus tweaks.
57542      Branch: perl
57543            + t/pod/testpods/lib/Pod/Stuff.pm
57544            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
57545 ____________________________________________________________________________
57546 [  8920] By: nick                                  on 2001/02/24  10:30:11
57547         Log: Integrate mainline
57548      Branch: perlio
57549           !> (integrate 33 files)
57550 ____________________________________________________________________________
57551 [  8919] By: jhi                                   on 2001/02/24  00:23:35
57552         Log: Subject: Re: I'm losing the war...
57553              From: "Vadim Konovalov" <watman@inbox.ru>
57554              Date: Sat, 24 Feb 2001 00:10:14 +0300
57555              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
57556              
57557              hv_store() not working correctly in ENV_IS_CASELESS case.
57558      Branch: perl
57559            ! hv.c
57560 ____________________________________________________________________________
57561 [  8918] By: jhi                                   on 2001/02/24  00:20:09
57562         Log: Subject: Re: [PATCH] fix for charnames above FFFF
57563              From: andreas.koenig@anima.de (Andreas J. Koenig)
57564              Date: 23 Feb 2001 02:39:03 +0100
57565              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
57566              
57567              A further efficiency tweak.
57568      Branch: perl
57569            ! lib/charnames.pm
57570 ____________________________________________________________________________
57571 [  8917] By: jhi                                   on 2001/02/23  20:27:51
57572         Log: Integrate change #8916 from mainline,
57573              do away with USE_WIN32_RTL_ENV.
57574      Branch: maint-5.6/perl
57575           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57576 ____________________________________________________________________________
57577 [  8916] By: jhi                                   on 2001/02/23  20:02:25
57578         Log: Abolish USE_WIN32_RTL_ENV.
57579      Branch: perl
57580            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57581 ____________________________________________________________________________
57582 [  8915] By: jhi                                   on 2001/02/23  19:36:00
57583         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
57584              later protected by some #define.
57585      Branch: perl
57586            ! gv.c
57587 ____________________________________________________________________________
57588 [  8914] By: jhi                                   on 2001/02/23  19:31:38
57589         Log: Retract #8902 for now, requested by Charles Lane, the correct
57590              fix will be something else.
57591      Branch: perl
57592            ! op.c
57593 ____________________________________________________________________________
57594 [  8913] By: jhi                                   on 2001/02/23  19:11:36
57595         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
57596              From: Peter Prymmer <pvhp@forte.com>
57597              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
57598              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
57599      Branch: perl
57600            ! t/op/lex_assign.t
57601 ____________________________________________________________________________
57602 [  8912] By: jhi                                   on 2001/02/23  18:38:20
57603         Log: Subject: [patch] perlio + useithreads
57604              From: Doug MacEachern <dougm@covalent.net>
57605              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
57606              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
57607              
57608              Gets things running but not complete.
57609      Branch: perl
57610            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
57611 ____________________________________________________________________________
57612 [  8911] By: jhi                                   on 2001/02/23  04:20:02
57613         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
57614              
57615              Duplicated environment freeing, File::Temp 0.12,
57616              op/append portability (EBCDIC) tweak.
57617      Branch: maint-5.6/perl
57618           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57619           !> t/op/append.t
57620 ____________________________________________________________________________
57621 [  8910] By: jhi                                   on 2001/02/23  02:07:33
57622         Log: Integrate change #8909 from mainline, a better Borland
57623              putenv() workaround.
57624      Branch: maint-5.6/perl
57625           !> perl.c
57626 ____________________________________________________________________________
57627 [  8909] By: jhi                                   on 2001/02/23  02:05:46
57628         Log: A better workaround for Borland putenv() brokenness from Sarathy.
57629      Branch: perl
57630            ! perl.c
57631 ____________________________________________________________________________
57632 [  8908] By: jhi                                   on 2001/02/23  02:04:14
57633         Log: Subject: fix for parameter -Dm (for perl@8867)
57634              From: "Vadim Konovalov" <watman@inbox.ru>
57635              Date: Thu, 22 Feb 2001 17:30:12 +0300
57636              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
57637      Branch: perl
57638            ! perl.h
57639 ____________________________________________________________________________
57640 [  8907] By: jhi                                   on 2001/02/23  01:58:20
57641         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
57642              From: Peter Prymmer <pvhp@forte.com>
57643              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
57644              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
57645      Branch: perl
57646            ! t/op/append.t
57647 ____________________________________________________________________________
57648 [  8906] By: jhi                                   on 2001/02/23  01:48:34
57649         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
57650      Branch: perl
57651            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57652 ____________________________________________________________________________
57653 [  8905] By: jhi                                   on 2001/02/23  01:43:30
57654         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
57655              From: Peter Prymmer <pvhp@forte.com>
57656              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
57657              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
57658      Branch: perl
57659            ! t/lib/st-06compat.t
57660 ____________________________________________________________________________
57661 [  8904] By: jhi                                   on 2001/02/23  01:42:39
57662         Log: Metaconfig unit change for #8903.
57663      Branch: metaconfig/U/perl
57664            ! Devel.U
57665 ____________________________________________________________________________
57666 [  8903] By: jhi                                   on 2001/02/23  01:42:12
57667         Log: Be more helpful for devel builders, suggested by John L. Allen.
57668      Branch: perl
57669            ! Configure
57670 ____________________________________________________________________________
57671 [  8902] By: jhi                                   on 2001/02/23  01:37:41
57672         Log: (Retracted by #8914)
57673              (Wrongly, reinstated by #8941)
57674              
57675              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
57676              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57677              Date:     Thu, 22 Feb 2001 09:43:57 EST
57678              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
57679      Branch: perl
57680            ! op.c
57681 ____________________________________________________________________________
57682 [  8901] By: jhi                                   on 2001/02/23  01:20:32
57683         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
57684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57685              Date:     Thu, 22 Feb 2001 08:01:35 EST
57686              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
57687      Branch: perl
57688            ! malloc.c
57689 ____________________________________________________________________________
57690 [  8900] By: jhi                                   on 2001/02/23  01:18:02
57691         Log: Integrate changes #8898,8899 from mainline, environ handling.
57692      Branch: maint-5.6/perl
57693           !> perl.c
57694 ____________________________________________________________________________
57695 [  8899] By: jhi                                   on 2001/02/23  01:16:25
57696         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
57697              putenv() is not to be relied on, they are either broken or leaky
57698              or both.)
57699      Branch: perl
57700            ! perl.c
57701 ____________________________________________________________________________
57702 [  8898] By: jhi                                   on 2001/02/22  23:36:59
57703         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
57704              and safesysfree() must be used.
57705      Branch: perl
57706            ! perl.c
57707 ____________________________________________________________________________
57708 [  8897] By: jhi                                   on 2001/02/22  23:25:45
57709         Log: With environ one must use safesysmalloc()/safesysfree().
57710      Branch: perl
57711            ! perl.c
57712 ____________________________________________________________________________
57713 [  8896] By: jhi                                   on 2001/02/22  22:13:18
57714         Log: If we have a duplicated environment free it
57715              if PERL_DESTRUCT_LEVEL.
57716      Branch: perl
57717            ! perl.c
57718 ____________________________________________________________________________
57719 [  8895] By: alanbur                               on 2001/02/22  19:31:57
57720         Log: Synchronised with parent
57721      Branch: maint-5.6/pureperl
57722           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
57723 ____________________________________________________________________________
57724 [  8894] By: gsar                                  on 2001/02/22  19:06:18
57725         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
57726              
57727              fix memory leak in method call optimization (change#3768);
57728              made C<eval "$x->foo()"> leak
57729              
57730              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
57731      Branch: maint-5.6/perl
57732           !> op.c
57733 ____________________________________________________________________________
57734 [  8893] By: jhi                                   on 2001/02/22  18:35:27
57735         Log: (Retracted by #8915.)
57736              
57737              Third Degree finding:
57738              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
57739      Branch: perl
57740            ! gv.c
57741 ____________________________________________________________________________
57742 [  8892] By: jhi                                   on 2001/02/22  14:28:32
57743         Log: Update Changes.
57744      Branch: perl
57745            ! Changes patchlevel.h
57746 ____________________________________________________________________________
57747 [  8891] By: jhi                                   on 2001/02/22  13:22:45
57748         Log: Metaconfig unit changes for #8890.
57749      Branch: metaconfig
57750            ! U/modified/Cppsym.U U/threads/archname.U
57751 ____________________________________________________________________________
57752 [  8890] By: jhi                                   on 2001/02/22  13:22:12
57753         Log: Add -stdio to the archname if no perlio selected,
57754              no -perlio added since that is now the default.
57755              
57756              Add few CPUs/architectures to the Cppsym scan.
57757      Branch: perl
57758            ! Configure config_h.SH
57759 ____________________________________________________________________________
57760 [  8889] By: jhi                                   on 2001/02/22  13:05:59
57761         Log: Metaconfig unit change for #8888.
57762      Branch: metaconfig/U/perl
57763            ! useperlio.U
57764 ____________________________________________________________________________
57765 [  8888] By: jhi                                   on 2001/02/22  13:05:28
57766         Log: *drum roll*  Make perlio the default.
57767      Branch: perl
57768            ! Configure config_h.SH
57769 ____________________________________________________________________________
57770 [  8887] By: jhi                                   on 2001/02/22  12:50:52
57771         Log: Integrate change #8665 from maintperl to mainline,
57772              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
57773      Branch: perl
57774           !> ext/POSIX/POSIX.xs
57775 ____________________________________________________________________________
57776 [  8886] By: jhi                                   on 2001/02/22  12:49:24
57777         Log: Integrate changes #8883,8884 from mainline to maintperl.
57778              
57779              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57780              Subject: Re: File::Temp::_gettemp warning
57781      Branch: maint-5.6/perl
57782           !> embed.h embed.pl lib/File/Temp.pm
57783 ____________________________________________________________________________
57784 [  8885] By: jhi                                   on 2001/02/22  12:43:59
57785         Log: Based on
57786              
57787              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
57788              From: schwab@suse.de
57789              Date: Thu, 22 Feb 2001 13:08:09 +0100
57790              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
57791              
57792              but the fix done slightly differently because the other
57793              half was already done in #8664.
57794      Branch: maint-5.6/perl
57795            ! ext/POSIX/POSIX.xs
57796 ____________________________________________________________________________
57797 [  8884] By: jhi                                   on 2001/02/22  12:37:15
57798         Log: Subject: Re: File::Temp::_gettemp warning
57799              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57800              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
57801              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
57802              
57803              This patch to File::Temp does two things:
57804              
57805              1. Fixes the problem with CGI::Carp when determining
57806              the Fcntl constants
57807              
57808              2. Removes most of the carps and consolidates them so that all the
57809              reasons are included in a single die that is caught by the test. This
57810              means that the correct skipping behaviour is displayed by the test.
57811      Branch: perl
57812            ! lib/File/Temp.pm
57813 ____________________________________________________________________________
57814 [  8883] By: jhi                                   on 2001/02/22  12:29:19
57815         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57816              From: Peter Prymmer <pvhp@forte.com>
57817              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
57818              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
57819      Branch: perl
57820            ! embed.h embed.pl
57821 ____________________________________________________________________________
57822 [  8882] By: jhi                                   on 2001/02/21  19:41:33
57823         Log: Integrate change #8881 from mainlin to maintperl.
57824              
57825              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57826      Branch: maint-5.6/perl
57827           !> op.c
57828 ____________________________________________________________________________
57829 [  8881] By: jhi                                   on 2001/02/21  19:38:57
57830         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57831              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57832              Date:     Wed, 21 Feb 2001 13:08:03 EST
57833              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
57834      Branch: perl
57835            ! op.c
57836 ____________________________________________________________________________
57837 [  8880] By: jhi                                   on 2001/02/21  19:34:34
57838         Log: Retract #8875, cannot let go of the old semantics of unpack U
57839              without rethinking utf8decode.t.
57840      Branch: perl
57841            ! pp.c t/op/pack.t
57842 ____________________________________________________________________________
57843 [  8879] By: jhi                                   on 2001/02/21  19:08:02
57844         Log: Run run/*.t also in minitest.
57845      Branch: perl
57846            ! Makefile.SH
57847 ____________________________________________________________________________
57848 [  8878] By: nick                                  on 2001/02/21  18:55:37
57849         Log: Integrate mainline
57850      Branch: perlio
57851           !> (integrate 76 files)
57852 ____________________________________________________________________________
57853 [  8877] By: jhi                                   on 2001/02/21  15:09:33
57854         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
57855      Branch: metaconfig
57856            ! U/compline/nblock_io.U
57857      Branch: perl
57858            ! Configure config_h.SH
57859 ____________________________________________________________________________
57860 [  8876] By: jhi                                   on 2001/02/21  14:54:45
57861         Log: If no sfio, no -lsfio.
57862      Branch: metaconfig/U/perl
57863            ! d_sfio.U
57864      Branch: perl
57865            ! Configure config_h.SH
57866 ____________________________________________________________________________
57867 [  8875] By: jhi                                   on 2001/02/21  14:54:00
57868         Log: Make unpack C and unpack U truly equivalent.
57869      Branch: perl
57870            ! pp.c t/op/pack.t
57871 ____________________________________________________________________________
57872 [  8874] By: jhi                                   on 2001/02/21  14:26:02
57873         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
57874              From: Peter Prymmer <pvhp@forte.com>
57875              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
57876              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
57877      Branch: perl
57878            ! pod/perlport.pod
57879 ____________________________________________________________________________
57880 [  8873] By: jhi                                   on 2001/02/21  14:24:31
57881         Log: Subject: [PATCH] fix for charnames above FFFF
57882              From: andreas.koenig@anima.de (Andreas J. Koenig)
57883              Date: 21 Feb 2001 07:05:45 +0100
57884              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
57885      Branch: perl
57886            ! lib/charnames.pm t/lib/charnames.t
57887 ____________________________________________________________________________
57888 [  8872] By: jhi                                   on 2001/02/21  14:15:25
57889         Log: Integrate change #8868 from pureperl to mainline.
57890              
57891              Fixed reference count loop caused by sv_magic.
57892      Branch: perl
57893           !> sv.c
57894 ____________________________________________________________________________
57895 [  8871] By: jhi                                   on 2001/02/21  14:07:29
57896         Log: Integrate change #8868 from pureperl to maintperl.
57897              
57898              Fixed reference count loop caused by sv_magic.
57899      Branch: maint-5.6/perl
57900           !> sv.c
57901 ____________________________________________________________________________
57902 [  8870] By: jhi                                   on 2001/02/21  14:04:41
57903         Log: Put back the #8840, it was innocent.
57904      Branch: perl
57905            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
57906            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
57907 ____________________________________________________________________________
57908 [  8869] By: jhi                                   on 2001/02/21  14:00:03
57909         Log: unpack("C", ...) was left slightly unfinished by #8865.
57910      Branch: perl
57911            ! pp.c t/op/pack.t
57912 ____________________________________________________________________________
57913 [  8868] By: alanbur                               on 2001/02/21  01:33:45
57914         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
57915              from gv_fetchpv to create single-character magic variables (e.g. $!),
57916              and it is passed a sv and the gv that contains the sv as the mg_obj
57917              value.  When sv_magic stores the mg_obj pointer it increments the gv
57918              refcount, thus causing a sv-gv pair that can't be freed.  There is
57919              already a check for sv == obj which is used to prevent such reference
57920              loops.  This change extends the check to cover the case described above.
57921      Branch: maint-5.6/pureperl
57922            ! sv.c
57923 ____________________________________________________________________________
57924 [  8867] By: jhi                                   on 2001/02/21  00:52:39
57925         Log: Update Changes.
57926      Branch: perl
57927            ! Changes patchlevel.h
57928 ____________________________________________________________________________
57929 [  8866] By: jhi                                   on 2001/02/21  00:34:20
57930         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
57931              (Note: there were some conflicts due to EBCDIC and EPOC
57932              patches, in general I preferred the repository code.)
57933              (When 2.753 comes out, we need to synchronize.)
57934      Branch: perl
57935            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
57936            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
57937            ! t/lib/cgi-html.t
57938 ____________________________________________________________________________
57939 [  8865] By: jhi                                   on 2001/02/21  00:24:22
57940         Log: Make pack("C", 0x100) to create Unicode, unless under the
57941              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
57942              will understand Unicode, unless you under know what.
57943      Branch: perl
57944            ! pp.c t/op/pack.t t/op/qu.t
57945 ____________________________________________________________________________
57946 [  8864] By: alanbur                               on 2001/02/20  22:35:34
57947         Log: Resynchronised with parent
57948      Branch: maint-5.6/pureperl
57949           !> README.win32 ext/GDBM_File/GDBM_File.pm
57950           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
57951           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
57952           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
57953           !> t/lib/sdbm.t util.c
57954 ____________________________________________________________________________
57955 [  8863] By: jhi                                   on 2001/02/20  20:55:11
57956         Log: Integrate change #8860,8861 from mainline into maintperl.
57957              
57958              "pseudo-literal j"
57959              
57960              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
57961      Branch: maint-5.6/perl
57962           !> lib/Test.pm pod/perlop.pod
57963 ____________________________________________________________________________
57964 [  8862] By: jhi                                   on 2001/02/20  20:30:07
57965         Log: Don't do casting between pointers pointing to differently sized
57966              integers.
57967      Branch: perl
57968            ! hv.c sv.c
57969 ____________________________________________________________________________
57970 [  8861] By: jhi                                   on 2001/02/20  19:53:44
57971         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
57972              From: Peter Prymmer <pvhp@forte.com>
57973              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
57974              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
57975      Branch: perl
57976            ! lib/Test.pm
57977 ____________________________________________________________________________
57978 [  8860] By: jhi                                   on 2001/02/20  19:48:02
57979         Log: "pseudo-literal j", a documentation glitch reported to Debian.
57980              The text recovered from Perl 5.005_03, and pseudo-literal replaced
57981              by "backtick string".
57982      Branch: perl
57983            ! pod/perlop.pod
57984 ____________________________________________________________________________
57985 [  8859] By: jhi                                   on 2001/02/20  19:15:46
57986         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
57987              from Chris Nandor.
57988      Branch: perl
57989            ! makedef.pl
57990 ____________________________________________________________________________
57991 [  8858] By: jhi                                   on 2001/02/20  17:36:53
57992         Log: Integrate pureperl changes #8844,8845,8850 to mainline
57993              (via maintperl #8855).
57994              
57995              Fixed %^H scoping bug
57996              
57997              Removed GV <-> CV refcount loop
57998              
57999              Removed %ENV refcount loop
58000      Branch: perl
58001           !> gv.c op.c perl.c pp.c scope.c
58002 ____________________________________________________________________________
58003 [  8857] By: jhi                                   on 2001/02/20  17:34:32
58004         Log: Integrate changes #8853,8854 from maintperl to mainline.
58005              
58006              EBDIC fixes, README.win32 Borland update.
58007      Branch: perl
58008           !> README.win32 handy.h util.c
58009 ____________________________________________________________________________
58010 [  8856] By: jhi                                   on 2001/02/20  17:33:16
58011         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
58012      Branch: maint-5.6/perl
58013           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
58014           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
58015           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58016 ____________________________________________________________________________
58017 [  8855] By: jhi                                   on 2001/02/20  17:32:13
58018         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
58019              
58020              Fixed %^H scoping bug
58021              
58022              Removed GV <-> CV refcount loop
58023              
58024              Removed %ENV refcount loop
58025      Branch: maint-5.6/perl
58026           !> gv.c op.c perl.c pp.c scope.c
58027 ____________________________________________________________________________
58028 [  8854] By: jhi                                   on 2001/02/20  17:25:06
58029         Log: Subject: Addition to readme.win32 for Borland C++ compilers
58030              Date: Tue, 20 Feb 2001 02:15:25 +0300
58031              From: "Vadim Konovalov" <watman@inbox.ru>
58032              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
58033              
58034              Document Borland compiler misbehaviour.
58035      Branch: maint-5.6/perl
58036            ! README.win32
58037 ____________________________________________________________________________
58038 [  8853] By: jhi                                   on 2001/02/20  17:22:25
58039         Log: The assimilation of ebcdic.c didn't quite work at the first try,
58040              patches from Thomas Dorner.
58041      Branch: maint-5.6/perl
58042            ! handy.h util.c
58043 ____________________________________________________________________________
58044 [  8852] By: jhi                                   on 2001/02/20  17:20:15
58045         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
58046              From: Chris Nandor <pudge@pobox.com>
58047              Date: Tue, 20 Feb 2001 08:32:45 -0500
58048              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
58049      Branch: maint-5.6/perl
58050            ! makedef.pl mg.c
58051 ____________________________________________________________________________
58052 [  8851] By: jhi                                   on 2001/02/20  17:15:52
58053         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
58054      Branch: perl
58055            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
58056            ! t/lib/filter-util.t
58057 ____________________________________________________________________________
58058 [  8850] By: alanbur                               on 2001/02/20  17:12:40
58059         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
58060              and the magic pointer points back to the GV that contains the
58061              %ENV hash.  This creates a refcount loop that prevents members
58062              of %ENV from being freed correctly.  This change removes the
58063              refcount loop - the magic pointer was never used anyway, the
58064              only use of the magic was to check the type ('E') so that the
58065              appropriate environment manipulation code is called when %ENV
58066              is modified.
58067      Branch: maint-5.6/pureperl
58068            ! perl.c
58069 ____________________________________________________________________________
58070 [  8849] By: jhi                                   on 2001/02/20  17:12:20
58071         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
58072              From: "Craig A. Berry" <craigberry@mac.com>
58073              Date: Mon, 19 Feb 2001 23:36:12 -0600
58074              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
58075              
58076              Case-forgiving systems match TestInit.pm with TES*.
58077      Branch: perl
58078            ! t/lib/glob-basic.t
58079 ____________________________________________________________________________
58080 [  8848] By: jhi                                   on 2001/02/20  17:10:02
58081         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
58082      Branch: perl
58083            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
58084            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
58085            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58086 ____________________________________________________________________________
58087 [  8847] By: jhi                                   on 2001/02/20  15:34:41
58088         Log: The #8843 wasn't quite right: %Config needs to imported.
58089      Branch: perl
58090            ! t/run/runenv.t
58091 ____________________________________________________________________________
58092 [  8846] By: jhi                                   on 2001/02/20  15:31:50
58093         Log: Retract the #8838 and #8840 for now because of
58094              the DB_File tie problem.
58095      Branch: perl
58096            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
58097            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
58098            ! proto.h sv.c
58099 ____________________________________________________________________________
58100 [  8845] By: alanbur                               on 2001/02/20  14:25:41
58101         Log: Removed GV <-> CV refcount loop
58102              CvGV(mycv) points to the parent GV of the CV, and was previously
58103              refcounted.  The pointer remains, but the refcounting has been removed
58104              as it causes a refcount loop between the CV and GV that means the CV
58105              can't ever be deleted.
58106      Branch: maint-5.6/pureperl
58107            ! gv.c op.c pp.c
58108 ____________________________________________________________________________
58109 [  8844] By: alanbur                               on 2001/02/20  14:23:13
58110         Log: Fixed %^H scoping bug
58111      Branch: maint-5.6/pureperl
58112            ! scope.c
58113 ____________________________________________________________________________
58114 [  8843] By: jhi                                   on 2001/02/19  13:38:08
58115         Log: fork() not everywhere, cleanup temp files.
58116      Branch: perl
58117            ! t/run/runenv.t
58118 ____________________________________________________________________________
58119 [  8842] By: alanbur                               on 2001/02/19  12:42:07
58120         Log: Resynchronised with parent
58121      Branch: maint-5.6/pureperl
58122           !> pod/perlfaq4.pod sv.c utf8.c
58123 ____________________________________________________________________________
58124 [  8841] By: jhi                                   on 2001/02/19  03:35:51
58125         Log: Update Changes.
58126      Branch: perl
58127            ! Changes patchlevel.h
58128 ____________________________________________________________________________
58129 [  8840] By: jhi                                   on 2001/02/19  00:23:41
58130         Log: Subject: [patch] add sv_setref_uv
58131              From: Doug MacEachern <dougm@covalent.net>
58132              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
58133              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
58134      Branch: perl
58135            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58136            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
58137 ____________________________________________________________________________
58138 [  8839] By: jhi                                   on 2001/02/19  00:01:38
58139         Log: Put to rest the 20010205.001, the email address checking (not) regex.
58140      Branch: perl
58141            ! pod/perlfaq9.pod
58142 ____________________________________________________________________________
58143 [  8838] By: jhi                                   on 2001/02/18  22:17:54
58144         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
58145              From: Doug MacEachern <dougm@covalent.net>
58146              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
58147              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
58148      Branch: perl
58149            ! lib/ExtUtils/xsubpp
58150 ____________________________________________________________________________
58151 [  8837] By: jhi                                   on 2001/02/18  22:16:50
58152         Log: Subject: [patch] -Wall cleanup round 2
58153              From: Doug MacEachern <dougm@covalent.net>
58154              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
58155              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
58156      Branch: perl
58157            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
58158            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
58159            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
58160            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
58161            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
58162            ! ext/SDBM_File/SDBM_File.xs
58163 ____________________________________________________________________________
58164 [  8836] By: jhi                                   on 2001/02/18  22:11:20
58165         Log: Misapplied regex optimizations when \C is present.
58166              Fixes 20001230.002.
58167              
58168              What still remains broken is that the submatches that
58169              have \C in them get their UTF8 flag on because their
58170              parent SV has it on.  This will result in malformed
58171              UTF8 if a \C happened to match a non-ASCII byte.
58172      Branch: perl
58173            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
58174            ! t/pragma/utf8.t
58175 ____________________________________________________________________________
58176 [  8835] By: jhi                                   on 2001/02/18  20:12:02
58177         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
58178              
58179              The hash key got wrongly UTF8fied.
58180      Branch: perl
58181            ! pod/perlapi.pod toke.c utf8.c
58182 ____________________________________________________________________________
58183 [  8834] By: jhi                                   on 2001/02/18  19:44:25
58184         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
58185              don't warn on magical or overloaded things.
58186      Branch: perl
58187            ! pp_hot.c
58188 ____________________________________________________________________________
58189 [  8833] By: nick                                  on 2001/02/18  19:31:22
58190         Log: Integrate mainline
58191      Branch: perlio
58192           +> t/TestInit.pm t/run/runenv.t
58193            - t/UTEST
58194           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
58195           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
58196           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
58197           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
58198           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
58199           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
58200           !> utf8.c
58201 ____________________________________________________________________________
58202 [  8832] By: jhi                                   on 2001/02/18  19:21:18
58203         Log: Integrate perlio.
58204      Branch: perl
58205           !> perlio.c pod/perldiag.pod
58206 ____________________________________________________________________________
58207 [  8831] By: jhi                                   on 2001/02/18  19:14:20
58208         Log: Integrate change #8827 from mainline.
58209              
58210              UTF8 tweaks.
58211      Branch: maint-5.6/perl
58212           !> sv.c utf8.c
58213 ____________________________________________________________________________
58214 [  8830] By: nick                                  on 2001/02/18  19:10:34
58215         Log: Apply the spirit of patch from Nick Clark:
58216              Subject: [PATCH] Re: extensions that provide layers
58217              From: Nicholas Clark <nick@ccl4.org>
58218              Date: Mon, 12 Feb 2001 16:43:51 +0000
58219              Message-Id: <20010212164350.Q3652@plum.flirble.org>
58220      Branch: perlio
58221            ! perlio.c pod/perldiag.pod
58222 ____________________________________________________________________________
58223 [  8829] By: jhi                                   on 2001/02/18  19:03:25
58224         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
58225              From: schwern@pobox.com 
58226              Date: Sun, 18 Feb 2001 13:44:35 -0500
58227              Message-ID: <20010218134435.A17544@magnonel.guild.net>
58228              
58229              Applied, but as t/TestInit.pm.
58230      Branch: perl
58231            + t/TestInit.pm
58232            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
58233            ! t/op/subst_wamp.t
58234 ____________________________________________________________________________
58235 [  8828] By: jhi                                   on 2001/02/18  18:43:52
58236         Log: Integrate perlio.
58237      Branch: perl
58238           !> perlio.c
58239 ____________________________________________________________________________
58240 [  8827] By: jhi                                   on 2001/02/18  18:41:33
58241         Log: UTF-8 tweaks.
58242      Branch: perl
58243            ! sv.c utf8.c
58244 ____________________________________________________________________________
58245 [  8826] By: nick                                  on 2001/02/18  17:40:59
58246         Log: Fix [ID 20010217.002]
58247              open FOO, "<:raw:perlio", ...
58248              :raw now inserts default base layer below itself.
58249              Also
58250              open FOO, "<:unix", ...
58251              works as well - but leaves buffer layer on stack under the unix layer.
58252      Branch: perlio
58253            ! perlio.c
58254 ____________________________________________________________________________
58255 [  8825] By: jhi                                   on 2001/02/18  17:15:39
58256         Log: Integrate perlio.
58257      Branch: perl
58258           !> perlio.c perliol.h
58259 ____________________________________________________________________________
58260 [  8824] By: jhi                                   on 2001/02/18  17:10:53
58261         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
58262              From: schwern@pobox.com
58263              Date: Sun, 18 Feb 2001 01:48:50 -0500
58264              Message-ID: <20010218014850.C19957@magnonel.guild.net>
58265      Branch: perl
58266            ! lib/Test/Harness.pm t/TEST t/op/chop.t
58267 ____________________________________________________________________________
58268 [  8823] By: jhi                                   on 2001/02/18  17:01:06
58269         Log: Add run/*.t to testables.
58270      Branch: perl
58271            ! t/TEST
58272 ____________________________________________________________________________
58273 [  8822] By: jhi                                   on 2001/02/18  16:58:58
58274         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
58275              From: schwern@pobox.com
58276              Date: Sun, 18 Feb 2001 01:11:35 -0500
58277              Message-ID: <20010218011135.A19957@magnonel.guild.net>
58278              
58279              Revive mjd's and Simon's PERL5OPT fix.
58280      Branch: perl
58281            + t/run/runenv.t
58282            ! MANIFEST perl.c
58283 ____________________________________________________________________________
58284 [  8821] By: jhi                                   on 2001/02/18  16:53:46
58285         Log: Subject: Re: Why t/TEST and not Test::Harness?
58286              From: schwern@pobox.com
58287              Date: Sat, 17 Feb 2001 22:44:44 -0500
58288              Message-ID: <20010217224444.A6679@magnonel.guild.net>
58289              
58290              Replace UTEST with TEST -utf8.
58291      Branch: perl
58292            - t/UTEST
58293            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
58294            ! t/lib/glob-basic.t
58295 ____________________________________________________________________________
58296 [  8820] By: nick                                  on 2001/02/18  13:06:16
58297         Log: Clean up a few core dumps when layers are used in unexpected ways.
58298              (Still not "right"...)
58299      Branch: perlio
58300            ! perlio.c perliol.h
58301 ____________________________________________________________________________
58302 [  8819] By: jhi                                   on 2001/02/18  02:25:55
58303         Log: Integrate change #8818 from maintperl, a FAQ nit.
58304      Branch: perl
58305           !> pod/perlfaq4.pod
58306 ____________________________________________________________________________
58307 [  8818] By: jhi                                   on 2001/02/18  02:24:50
58308         Log: FAQ nit from Chris Fedde.
58309      Branch: maint-5.6/perl
58310            ! pod/perlfaq4.pod
58311 ____________________________________________________________________________
58312 [  8817] By: nick                                  on 2001/02/17  18:20:14
58313         Log: Integrate mainline
58314      Branch: perlio
58315           +> lib/unicode/UCD.html lib/unicode/Unicode.html
58316           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
58317           +> pod/perlclib.pod
58318            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58319            - lib/unicode/Unicode.301
58320           !> (integrate 324 files)
58321 ____________________________________________________________________________
58322 [  8816] By: jhi                                   on 2001/02/17  16:56:58
58323         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
58324      Branch: perl
58325            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
58326            ! ext/Storable/Storable.xs t/lib/st-06compat.t
58327            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
58328 ____________________________________________________________________________
58329 [  8815] By: jhi                                   on 2001/02/17  16:40:07
58330         Log: Subject: [patch] -Wall
58331              From: Doug MacEachern <dougm@covalent.net>
58332              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
58333              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
58334      Branch: perl
58335            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
58336            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
58337 ____________________________________________________________________________
58338 [  8814] By: jhi                                   on 2001/02/16  19:27:18
58339         Log: Document qu better.
58340      Branch: perl
58341            ! pod/perlop.pod
58342 ____________________________________________________________________________
58343 [  8813] By: jhi                                   on 2001/02/15  13:54:37
58344         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
58345              From: Hugo <hv@crypt.compulink.co.uk>
58346              Date: Thu, 15 Feb 2001 13:39:49 +0000
58347              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
58348      Branch: perl
58349            ! toke.c
58350 ____________________________________________________________________________
58351 [  8812] By: alanbur                               on 2001/02/15  13:52:16
58352         Log: Resynchronised with parent
58353      Branch: maint-5.6/pureperl
58354            - ebcdic.c
58355           !> (integrate 36 files)
58356 ____________________________________________________________________________
58357 [  8811] By: jhi                                   on 2001/02/15  13:51:16
58358         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
58359              
58360              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
58361              From: Jan Dubois <JanD@ActiveState.com>
58362              Date: Wed, 31 Jan 2001 21:17:03 -0800
58363              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
58364              
58365              tweak change#8659 to keep it simple
58366              
58367              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
58368              From: Russ Allbery <rra@stanford.edu>
58369              Date: 14 Feb 2001 10:15:41 -0800
58370              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
58371              
58372              (8809 empty)
58373              
58374              Upgrade to podlators 1.08, from Russ Allbery.
58375      Branch: perl
58376           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
58377           !> utils/perldoc.PL
58378 ____________________________________________________________________________
58379 [  8810] By: jhi                                   on 2001/02/15  13:35:08
58380         Log: Upgrade to podlators 1.08, from Russ Allbery.
58381      Branch: maint-5.6/perl
58382            ! lib/Pod/Man.pm lib/Pod/Text.pm
58383 ____________________________________________________________________________
58384 [  8809] By: jhi                                   on 2001/02/15  13:26:38
58385         Log: (accidentally empty check-in)
58386      Branch: maint-5.6/perl
58387            ! lib/Test/Harness.pm
58388 ____________________________________________________________________________
58389 [  8808] By: jhi                                   on 2001/02/15  13:23:47
58390         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
58391              From: Russ Allbery <rra@stanford.edu>
58392              Date: 14 Feb 2001 10:15:41 -0800
58393              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
58394              
58395              perldoc was hardcoding $Config{installscript}, which breaks
58396              when install* isn't where Perl ends up (such as with AFS).
58397              
58398              Use $Config{scriptdir} instead.
58399      Branch: maint-5.6/perl
58400            ! utils/perldoc.PL
58401 ____________________________________________________________________________
58402 [  8807] By: jhi                                   on 2001/02/14  14:37:27
58403         Log: Update Changes.
58404      Branch: perl
58405            ! Changes patchlevel.h
58406 ____________________________________________________________________________
58407 [  8806] By: jhi                                   on 2001/02/14  14:25:31
58408         Log: Integrate changes #8803,8804,8805 from mainline.
58409              
58410              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
58411              
58412              Don't skip too much of the locale error message if no environ array,
58413              from Chris Nandor.
58414              
58415              More MacOS Classic fixes from Chris Nandor.
58416      Branch: maint-5.6/perl
58417           !> doop.c lib/Cwd.pm perl.c perl.h util.c
58418 ____________________________________________________________________________
58419 [  8805] By: jhi                                   on 2001/02/14  03:29:01
58420         Log: More MacOS Classic fixes from Chris Nandor.
58421      Branch: perl
58422            ! doop.c lib/Cwd.pm
58423 ____________________________________________________________________________
58424 [  8804] By: jhi                                   on 2001/02/14  03:18:35
58425         Log: Don't skip too much of the locale error message if no environ array,
58426              from Chris Nandor.
58427      Branch: perl
58428            ! util.c
58429 ____________________________________________________________________________
58430 [  8803] By: jhi                                   on 2001/02/14  03:14:14
58431         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
58432      Branch: perl
58433            ! perl.c perl.h
58434 ____________________________________________________________________________
58435 [  8802] By: jhi                                   on 2001/02/13  18:31:33
58436         Log: AUTHORS update.
58437      Branch: perl
58438            ! AUTHORS
58439 ____________________________________________________________________________
58440 [  8801] By: jhi                                   on 2001/02/13  17:55:19
58441         Log: Integrate change #8792 from mainline.
58442              
58443              Subject: buncha MacPerl patches for bleadperl
58444              From: Chris Nandor <pudge@pobox.com>
58445              Date: Tue, 13 Feb 2001 00:02:43 -0500
58446              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
58447      Branch: maint-5.6/perl
58448           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58449           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
58450           !> t/lib/basename.t toke.c util.h
58451 ____________________________________________________________________________
58452 [  8800] By: jhi                                   on 2001/02/13  17:46:43
58453         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
58454              to be forced to Off_t.
58455              
58456              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
58457              From: nick@ccl4.org
58458              Date: Thu, 1 Feb 2001 12:01:04 +0000
58459              Message-Id: <20010201120103.E11401@plum.flirble.org>
58460      Branch: maint-5.6/perl
58461            ! iperlsys.h perlio.c
58462 ____________________________________________________________________________
58463 [  8799] By: jhi                                   on 2001/02/13  16:52:51
58464         Log: Duplex duplex hunk hunk.
58465      Branch: maint-5.6/perl
58466            ! Makefile.SH
58467 ____________________________________________________________________________
58468 [  8797] By: jhi                                   on 2001/02/13  14:52:04
58469         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
58470              From: "Craig A. Berry" <craigberry@mac.com>
58471              Date: Mon, 12 Feb 2001 11:05:25 -0600
58472              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
58473      Branch: perl
58474            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
58475 ____________________________________________________________________________
58476 [  8796] By: jhi                                   on 2001/02/13  14:36:47
58477         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
58478              From: simon.cozens@pembroke.oxford.ac.uk 
58479              Date: Sat, 10 Feb 2001 17:57:02 +0000
58480              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
58481              
58482              Now it does include.
58483      Branch: perl
58484            ! pod/perldiag.pod
58485 ____________________________________________________________________________
58486 [  8795] By: jhi                                   on 2001/02/13  14:30:11
58487         Log: Sort the MANIFEST.
58488      Branch: perl
58489            ! MANIFEST
58490 ____________________________________________________________________________
58491 [  8794] By: jhi                                   on 2001/02/13  14:26:51
58492         Log: Integrate change #8793 from mainline, FAQ updates.
58493      Branch: maint-5.6/perl
58494           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
58495 ____________________________________________________________________________
58496 [  8793] By: jhi                                   on 2001/02/13  14:25:13
58497         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
58498      Branch: perl
58499            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
58500 ____________________________________________________________________________
58501 [  8792] By: jhi                                   on 2001/02/13  14:22:50
58502         Log: Subject: buncha MacPerl patches for bleadperl
58503              From: Chris Nandor <pudge@pobox.com>
58504              Date: Tue, 13 Feb 2001 00:02:43 -0500
58505              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
58506      Branch: perl
58507            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58508            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
58509            ! t/lib/basename.t toke.c util.h
58510 ____________________________________________________________________________
58511 [  8791] By: jhi                                   on 2001/02/13  14:10:39
58512         Log: Integrate change #8790 from mainline.
58513              
58514              environ array wrongly assumed in Perl_init_i18nl10n(),
58515      Branch: maint-5.6/perl
58516           !> util.c
58517 ____________________________________________________________________________
58518 [  8790] By: jhi                                   on 2001/02/13  14:06:15
58519         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
58520              noticed by Chris Nandor in MacOS Classic.
58521      Branch: perl
58522            ! util.c
58523 ____________________________________________________________________________
58524 [  8789] By: jhi                                   on 2001/02/13  13:58:07
58525         Log: Integrate changes #8373,8487,8544,8783 from mainline.
58526              
58527              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
58528              hints files, the dynaloading, assimilate ebcdic into util.c.
58529      Branch: maint-5.6/perl
58530            - ebcdic.c
58531            ! MANIFEST hints/posix-bc.sh
58532           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
58533           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
58534           !> perlapi.c proto.h util.c
58535 ____________________________________________________________________________
58536 [  8788] By: alanbur                               on 2001/02/13  10:33:13
58537         Log: Integrated changes from maint-5.6
58538      Branch: maint-5.6/pureperl
58539           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
58540           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
58541           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58542           !> vos/config.ga.h vos/configure_perl.cm
58543 ____________________________________________________________________________
58544 [  8787] By: jhi                                   on 2001/02/13  05:56:36
58545         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
58546      Branch: perl
58547           !> Makefile.SH
58548 ____________________________________________________________________________
58549 [  8786] By: jhi                                   on 2001/02/13  05:54:34
58550         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
58551              From: Dorner Thomas <Thomas.Dorner@start.de>
58552              Date: Mon, 12 Feb 2001 15:06:26 +0100
58553              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
58554      Branch: maint-5.6/perl
58555            ! Makefile.SH
58556 ____________________________________________________________________________
58557 [  8785] By: jhi                                   on 2001/02/13  05:29:04
58558         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
58559      Branch: perl
58560           !> hints/openbsd.sh
58561 ____________________________________________________________________________
58562 [  8784] By: jhi                                   on 2001/02/13  02:25:24
58563         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
58564              From: Peter Prymmer <pvhp@forte.com>
58565              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
58566              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
58567      Branch: perl
58568            ! pod/perlclib.pod
58569 ____________________________________________________________________________
58570 [  8783] By: jhi                                   on 2001/02/13  02:22:36
58571         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
58572      Branch: perl
58573            - ebcdic.c
58574            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
58575            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
58576            ! util.c
58577 ____________________________________________________________________________
58578 [  8782] By: jhi                                   on 2001/02/13  02:00:07
58579         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
58580      Branch: maint-5.6/perl
58581            ! pod/perlport.pod
58582 ____________________________________________________________________________
58583 [  8781] By: jhi                                   on 2001/02/13  01:58:44
58584         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
58585      Branch: maint-5.6/perl
58586            ! hints/openbsd.sh
58587 ____________________________________________________________________________
58588 [  8780] By: jhi                                   on 2001/02/13  01:57:33
58589         Log: Synchronize the regexp tests between maintperl and mainline.
58590      Branch: maint-5.6/perl
58591           !> t/op/re_tests
58592 ____________________________________________________________________________
58593 [  8779] By: jhi                                   on 2001/02/13  01:49:35
58594         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58595              From: Hugo <hv@crypt.compulink.co.uk>
58596              Date: Tue, 13 Feb 2001 00:11:11 +0000
58597              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58598      Branch: perl
58599            ! regcomp.c t/op/re_tests
58600 ____________________________________________________________________________
58601 [  8778] By: jhi                                   on 2001/02/13  00:23:10
58602         Log: Comments do not nest.
58603      Branch: perl
58604            ! perl.h
58605 ____________________________________________________________________________
58606 [  8777] By: jhi                                   on 2001/02/13  00:17:54
58607         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58608              From: Hugo <hv@crypt.compulink.co.uk>
58609              Date: Tue, 13 Feb 2001 00:11:11 +0000
58610              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58611      Branch: maint-5.6/perl
58612            ! regcomp.c t/op/re_tests
58613 ____________________________________________________________________________
58614 [  8776] By: jhi                                   on 2001/02/12  23:25:52
58615         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
58616      Branch: maint-5.6/perl
58617            ! pod/perlport.pod
58618 ____________________________________________________________________________
58619 [  8775] By: jhi                                   on 2001/02/12  23:04:28
58620         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
58621      Branch: maint-5.6/perl
58622            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
58623            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58624            ! vos/configure_perl.cm
58625 ____________________________________________________________________________
58626 [  8774] By: jhi                                   on 2001/02/12  22:59:11
58627         Log: Subject: Re: [patch] context for 'U' magic functions
58628              From: Doug MacEachern <dougm@covalent.net>
58629              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
58630              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
58631              
58632              plus the suggestion by Nick Ing-Simmons to name the macro
58633              as PERL_MG_UFUNC to avoid namespace pollution, plus add
58634              the advice by Doug for XS writers to perl.h
58635      Branch: perl
58636            ! mg.c perl.h
58637 ____________________________________________________________________________
58638 [  8773] By: jhi                                   on 2001/02/11  20:14:12
58639         Log: Update Changes.
58640      Branch: perl
58641            ! Changes patchlevel.h
58642 ____________________________________________________________________________
58643 [  8772] By: jhi                                   on 2001/02/11  18:47:52
58644         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
58645              From: Simon Cozens <simon@cozens.net>
58646              Date: Wed, 31 Jan 2001 16:31:43 +0000
58647              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
58648      Branch: perl
58649            + pod/perlclib.pod
58650            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
58651            ! pod/perltoc.pod
58652 ____________________________________________________________________________
58653 [  8771] By: jhi                                   on 2001/02/11  18:36:48
58654         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
58655              
58656              Blocks-4d3.beta.txt
58657              CaseFolding-3d4.beta.txt
58658              CompositionExclusions-3d6.beta.txt
58659              EastAsianWidth-4d4.beta.txt
58660              LineBreak-6d3.beta.txt
58661              NamesList-3.1.0d1.beta.txt
58662              PropList-3.1.0d4.beta.txt
58663              SpecialCasing-4d1.beta.txt
58664              UnicodeData-3.1.0d6.beta.txt
58665      Branch: perl
58666            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
58667           +> lib/unicode/UCD.html lib/unicode/Unicode.html
58668            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58669            - lib/unicode/Unicode.301
58670            ! (edit 257 files)
58671 ____________________________________________________________________________
58672 [  8770] By: jhi                                   on 2001/02/11  17:26:22
58673         Log: UTF-8 documentation.
58674      Branch: perl
58675            ! utf8.h
58676 ____________________________________________________________________________
58677 [  8769] By: jhi                                   on 2001/02/11  17:12:49
58678         Log: Retract #8762.
58679      Branch: perl
58680            ! regexec.c
58681 ____________________________________________________________________________
58682 [  8768] By: jhi                                   on 2001/02/11  16:54:45
58683         Log: Subject: [PATCH] Test::Harness
58684              From: andreas.koenig@anima.de (Andreas J. Koenig)
58685              Date: 11 Feb 2001 14:37:00 +0100
58686              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
58687      Branch: perl
58688            ! lib/Test/Harness.pm
58689 ____________________________________________________________________________
58690 [  8767] By: jhi                                   on 2001/02/11  16:53:52
58691         Log: Subject: [PATCH] Document makepatch in Porting/patching
58692              From: andreas.koenig@anima.de (Andreas J. Koenig)
58693              Date: 11 Feb 2001 16:46:28 +0100
58694              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
58695      Branch: perl
58696            ! Porting/patching.pod
58697 ____________________________________________________________________________
58698 [  8766] By: jhi                                   on 2001/02/11  06:30:23
58699         Log: Subject: Re: [patch] GvSHARED
58700              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
58701              From: Doug MacEachern <dougm@covalent.net>
58702              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
58703              
58704              Subject: Re: [patch] GvSHARED
58705              From: Doug MacEachern <dougm@covalent.net>
58706              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
58707              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
58708              
58709              Subject: [patch] attributes.pm support for `shared'
58710              From: Doug MacEachern <dougm@covalent.net>
58711              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
58712              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
58713              
58714              our() attributes were ignored, our :shared pieces missing,
58715              allow attributes.pm to turn on shared.
58716      Branch: perl
58717            ! op.c t/op/attrs.t toke.c xsutils.c
58718 ____________________________________________________________________________
58719 [  8765] By: alanbur                               on 2001/02/10  23:11:19
58720         Log: Resync with parent (hopefully sucessfully this time)
58721      Branch: maint-5.6/pureperl
58722           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
58723           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58724           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58725           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58726           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58727           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58728           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58729 ____________________________________________________________________________
58730 [  8764] By: jhi                                   on 2001/02/10  22:54:38
58731         Log: Make TEST and UTEST more verbose in case something goes
58732              wrong in running/compiling a script, suggested by Doug
58733              MacEachern.
58734      Branch: perl
58735            ! t/TEST t/UTEST
58736 ____________________________________________________________________________
58737 [  8763] By: jhi                                   on 2001/02/10  22:11:34
58738         Log: Bogus shebang.
58739      Branch: perl
58740            ! t/lib/texttabs.t
58741 ____________________________________________________________________________
58742 [  8762] By: jhi                                   on 2001/02/10  21:56:02
58743         Log: (Retracted by #8769)
58744      Branch: perl
58745            ! regexec.c
58746 ____________________________________________________________________________
58747 [  8761] By: jhi                                   on 2001/02/10  21:26:15
58748         Log: Subject: Re: [patch] GvSHARED 
58749              From: Doug MacEachern <dougm@covalent.net>
58750              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
58751              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
58752              
58753              our @EXPORT : shared = (...);
58754      Branch: perl
58755            ! toke.c
58756 ____________________________________________________________________________
58757 [  8760] By: jhi                                   on 2001/02/10  21:25:07
58758         Log: Subject: [patch] GvSHARED
58759              From: Doug MacEachern <dougm@covalent.net>
58760              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
58761              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
58762      Branch: perl
58763            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
58764 ____________________________________________________________________________
58765 [  8759] By: alanbur                               on 2001/02/10  21:24:27
58766         Log: Backed out mismerge.
58767      Branch: maint-5.6/pureperl
58768            ! MANIFEST README.hpux README.vmesa gv.c installhtml
58769            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
58770            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58771            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58772            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58773            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58774            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
58775 ____________________________________________________________________________
58776 [  8758] By: jhi                                   on 2001/02/10  18:01:17
58777         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
58778              
58779              Fixed UMRs and leak in Perl_pmtrans()
58780              
58781              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58782              associated UTFied tr/// code.  Also fixed scoping leak of
58783              PL_reg_start_tmp.
58784              
58785              newATTRSUB leaks when an attempt to redefine the active sort sub is
58786              made.
58787      Branch: maint-5.6/perl
58788           !> op.c regcomp.c
58789 ____________________________________________________________________________
58790 [  8757] By: alanbur                               on 2001/02/10  17:56:46
58791         Log: Resynchronised with parent
58792      Branch: maint-5.6/pureperl
58793           +> README.bs2000
58794            - README.posix-bc
58795            ! gv.c perl.c sv.c
58796           !> MANIFEST README.hpux README.vmesa installhtml
58797           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58798           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58799           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58800           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58801           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58802           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58803 ____________________________________________________________________________
58804 [  8756] By: alanbur                               on 2001/02/10  17:51:15
58805         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
58806              made.
58807      Branch: maint-5.6/pureperl
58808            ! op.c
58809 ____________________________________________________________________________
58810 [  8755] By: jhi                                   on 2001/02/09  22:41:35
58811         Log: Upgrade to CPAN 1.59_54, from Andreas König.
58812      Branch: perl
58813            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58814 ____________________________________________________________________________
58815 [  8754] By: jhi                                   on 2001/02/09  22:29:20
58816         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
58817              
58818              Didn't upgrade the fill.t since it has a dependency to File::Slurp
58819              purely for debugging purposes, the actual test hasn't changed.
58820      Branch: perl
58821            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
58822            ! t/lib/textwrap.t
58823 ____________________________________________________________________________
58824 [  8753] By: jhi                                   on 2001/02/09  20:17:50
58825         Log: Integrate change #8682 from maintperl.
58826              
58827              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
58828              to work correctly.
58829      Branch: perl
58830           !> hints/irix_6.sh
58831 ____________________________________________________________________________
58832 [  8752] By: jhi                                   on 2001/02/09  20:00:46
58833         Log: Update Changes.
58834      Branch: perl
58835            ! Changes patchlevel.h
58836 ____________________________________________________________________________
58837 [  8751] By: nick                                  on 2001/02/09  19:48:37
58838         Log: Integrate mainline
58839      Branch: perlio
58840           +> README.bs2000 t/lib/cgi-esc.t
58841            - README.posix-bc
58842           !> (integrate 53 files)
58843 ____________________________________________________________________________
58844 [  8750] By: nick                                  on 2001/02/09  19:25:16
58845         Log: Subject: RE: Biannual Competition to Improve Hashing Function
58846              From: Fisher Mark <fisherm@tce.com>
58847              Date: Thu, 8 Feb 2001 10:44:00 -0500
58848              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
58849              Date: Thu, 8 Feb 2001 15:02:47 -0500
58850              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
58851      Branch: perl
58852            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
58853 ____________________________________________________________________________
58854 [  8749] By: jhi                                   on 2001/02/09  19:02:35
58855         Log: Forgotten fragment.
58856      Branch: perl
58857            ! pod/perlapi.pod
58858 ____________________________________________________________________________
58859 [  8748] By: jhi                                   on 2001/02/09  18:31:34
58860         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
58861              plus manual tweakage.
58862              
58863              Sync the perlfaq2 between mainline and maintperl.
58864      Branch: maint-5.6/perl
58865            ! pod/perlfaq2.pod
58866      Branch: perl
58867           !> pod/perlfaq2.pod
58868 ____________________________________________________________________________
58869 [  8747] By: jhi                                   on 2001/02/09  18:12:04
58870         Log: Subject: versiononly and installperl
58871              From: abigail@foad.org
58872              Date: Wed, 7 Feb 2001 22:43:12 +0100
58873              Message-ID: <20010207214312.7045.qmail@foad.org>    
58874              
58875              Add +v flag to force a normal install of the perl binary
58876              and the utilities.
58877              
58878              Subject: [PATCH] installperl
58879              From: Nicholas Clark <nick@ccl4.org>
58880              Date: Fri, 9 Feb 2001 16:28:57 +0000
58881              Message-ID: <20010209162857.B10931@plum.flirble.org>
58882              
58883              Add -A flag which also hardlinks the binary with
58884              the full architecture name.
58885      Branch: perl
58886            ! installperl
58887 ____________________________________________________________________________
58888 [  8746] By: jhi                                   on 2001/02/09  18:03:43
58889         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
58890              
58891              Subject: perlfaq2, re: perlmongers
58892              
58893              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
58894              
58895              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
58896              
58897              Subject: [ID 20010205.001] typo in perlfaq9
58898              
58899              Subject: [ID 20010208.002] unordered explanation in perlcall
58900      Branch: maint-5.6/perl
58901           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58902           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
58903           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
58904 ____________________________________________________________________________
58905 [  8745] By: jhi                                   on 2001/02/09  17:59:09
58906         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
58907              From: abela@geneanet.org
58908              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
58909              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
58910      Branch: perl
58911            ! pod/perlcall.pod
58912 ____________________________________________________________________________
58913 [  8744] By: jhi                                   on 2001/02/09  17:48:16
58914         Log: Subject: [ID 20010205.001] typo in perlfaq9
58915              From: eserte@vran.herceg.de
58916              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
58917              Message-Id: <200102042244.XAA21926@vran.herceg.de>
58918      Branch: perl
58919            ! pod/perlfaq9.pod
58920 ____________________________________________________________________________
58921 [  8743] By: jhi                                   on 2001/02/09  17:25:12
58922         Log: Integrate change #8695 from maintperl.
58923              
58924              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
58925      Branch: perl
58926           !> thread.h
58927 ____________________________________________________________________________
58928 [  8742] By: jhi                                   on 2001/02/09  17:21:22
58929         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
58930              From: Andy Dougherty <doughera@lafayette.edu>
58931              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
58932              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
58933      Branch: perl
58934            ! embed.pl
58935 ____________________________________________________________________________
58936 [  8741] By: jhi                                   on 2001/02/09  17:05:19
58937         Log: Integrate changes #8738,8739,8740 from maintperl.
58938              
58939              Html files will be installed in a more logical and easier to
58940              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
58941              
58942              Html files will be generated with a header to make them look
58943              a little less bare.
58944              
58945              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
58946      Branch: perl
58947           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
58948 ____________________________________________________________________________
58949 [  8740] By: jhi                                   on 2001/02/09  17:03:46
58950         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
58951              From: "Brendan O'Dea" <bod@compusol.com.au>
58952              Date: Sun, 4 Feb 2001 11:17:56 +1100
58953              Message-ID: <20010204111756.A16301@compusol.com.au>
58954      Branch: maint-5.6/perl
58955            ! pod/perlfaq3.pod
58956 ____________________________________________________________________________
58957 [  8739] By: jhi                                   on 2001/02/09  17:01:59
58958         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
58959              From: "Indy Singh" <indy@nusphere.com>
58960              Date: Fri, 2 Feb 2001 15:09:59 -0500
58961              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
58962              
58963              Html files will be generated with a header to make them look
58964              a little less bare.
58965      Branch: maint-5.6/perl
58966            ! installhtml
58967 ____________________________________________________________________________
58968 [  8738] By: jhi                                   on 2001/02/09  16:58:48
58969         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
58970              From: "Indy Singh" <indy@nusphere.com>
58971              Date: Fri, 2 Feb 2001 15:08:23 -0500
58972              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
58973              
58974              Html files will be installed in a more logical and easier to
58975              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
58976      Branch: maint-5.6/perl
58977            ! win32/Makefile win32/makefile.mk
58978 ____________________________________________________________________________
58979 [  8737] By: jhi                                   on 2001/02/09  16:46:54
58980         Log: Integrate changes #8687,8736 from maintperl.
58981              
58982              HP-UX thread patches from Merijn H. Brand.
58983              
58984              Latin nit from Philip Newton.
58985      Branch: perl
58986           !> README.hpux hints/hpux.sh
58987 ____________________________________________________________________________
58988 [  8736] By: jhi                                   on 2001/02/09  16:42:31
58989         Log: Latin nit from Philip Newton.
58990      Branch: maint-5.6/perl
58991            ! README.hpux
58992 ____________________________________________________________________________
58993 [  8735] By: jhi                                   on 2001/02/09  16:24:03
58994         Log: Integrate changes #8704,8710 from pureperl.
58995              
58996              Fixed UMRs and leak in Perl_pmtrans()
58997              
58998              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58999              associated UTFied tr/// code.  Also fixed scoping leak of
59000              PL_reg_start_tmp.
59001      Branch: perl
59002           !> op.c regcomp.c
59003 ____________________________________________________________________________
59004 [  8734] By: jhi                                   on 2001/02/09  15:40:21
59005         Log: Integrate change #8733 from maintperl.
59006              
59007              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59008      Branch: perl
59009           !> pod/perlre.pod
59010 ____________________________________________________________________________
59011 [  8733] By: jhi                                   on 2001/02/09  15:35:47
59012         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59013              From: Prymmer/Kahn <pvhp@best.com>
59014              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
59015              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
59016      Branch: maint-5.6/perl
59017            ! pod/perlre.pod
59018 ____________________________________________________________________________
59019 [  8732] By: jhi                                   on 2001/02/09  15:26:17
59020         Log: Rename README.posix-bc to README.bs2000 (to avoid the
59021              confusion of a "perlposix-bc.pod"), add a few missing
59022              arch pods, regen toc.
59023      Branch: maint-5.6/perl
59024           +> README.bs2000
59025            - README.posix-bc
59026            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59027            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59028 ____________________________________________________________________________
59029 [  8731] By: jhi                                   on 2001/02/09  15:23:39
59030         Log: De-cut-and-pasto.
59031      Branch: perl
59032            ! pod/perl.pod
59033 ____________________________________________________________________________
59034 [  8730] By: jhi                                   on 2001/02/09  15:11:13
59035         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
59036              when people think that perlposix-bc.pod tells anything about
59037              Perl and POSIX.  Regen toc.
59038      Branch: perl
59039           +> README.bs2000
59040            - README.posix-bc
59041            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59042            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59043 ____________________________________________________________________________
59044 [  8729] By: jhi                                   on 2001/02/09  14:52:28
59045         Log: The README.vmesa part of #8712 from maintperl.
59046      Branch: perl
59047            ! README.vmesa
59048 ____________________________________________________________________________
59049 [  8728] By: jhi                                   on 2001/02/09  14:46:06
59050         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
59051              From: Peter Prymmer <pvhp@forte.com>
59052              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
59053              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
59054      Branch: maint-5.6/perl
59055            ! README.vmesa win32/Makefile win32/makefile.mk
59056 ____________________________________________________________________________
59057 [  8727] By: jhi                                   on 2001/02/09  14:33:25
59058         Log: Integrate change #8712 from mainline.
59059              
59060              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
59061      Branch: maint-5.6/perl
59062           !> lib/Pod/Find.pm
59063 ____________________________________________________________________________
59064 [  8726] By: jhi                                   on 2001/02/09  14:30:28
59065         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
59066              From: Peter Prymmer <pvhp@forte.com>
59067              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
59068              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
59069      Branch: perl
59070            + t/lib/cgi-esc.t
59071            ! MANIFEST lib/CGI/Util.pm
59072 ____________________________________________________________________________
59073 [  8725] By: jhi                                   on 2001/02/09  04:56:47
59074         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
59075      Branch: maint-5.6/perl
59076            ! pod/perlport.pod
59077 ____________________________________________________________________________
59078 [  8724] By: jhi                                   on 2001/02/09  04:40:59
59079         Log: Integrate changes 7819,7820 from vmsperl into mainline.
59080              
59081              Add header for LIB$ prototypes (C. Berry)
59082              
59083              Convert fwrite()s to sockets to write()s, since some socket stacks
59084              don't take kindly to stdio.
59085              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
59086              (for often optional LNMs)
59087              Correct a few typos
59088              (C. Bailey)
59089      Branch: perl
59090           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
59091 ____________________________________________________________________________
59092 [  8723] By: jhi                                   on 2001/02/09  03:29:29
59093         Log: Integrate change #8722 from mainline.
59094              
59095              The Im() function wasn't returning zero for non-Math::Complex
59096              arguments.  The bug reported by John Gamble.
59097      Branch: maint-5.6/perl
59098           !> lib/Math/Complex.pm
59099 ____________________________________________________________________________
59100 [  8722] By: jhi                                   on 2001/02/09  03:28:33
59101         Log: The Im() function wasn't returning zero for non-Math::Complex
59102              arguments.  The bug reported by John Gamble.
59103      Branch: perl
59104            ! lib/Math/Complex.pm
59105 ____________________________________________________________________________
59106 [  8721] By: nick                                  on 2001/02/08  22:11:35
59107         Log: Correct the correction :-(
59108      Branch: perl
59109            ! perl.c
59110 ____________________________________________________________________________
59111 [  8720] By: bailey                                on 2001/02/08  20:59:22
59112         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
59113              don't take kindly to stdio.
59114              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
59115              (for often optional LNMs)
59116              Correct a few typos
59117              (C. Bailey)
59118      Branch: vmsperl
59119            ! vms/vms.c vms/vmsish.h
59120 ____________________________________________________________________________
59121 [  8719] By: bailey                                on 2001/02/08  20:51:02
59122         Log: Add header for LIB$ prototypes (C. Berry)
59123      Branch: vmsperl
59124            ! ext/Devel/DProf/DProf.xs
59125 ____________________________________________________________________________
59126 [  8718] By: bailey                                on 2001/02/08  20:49:00
59127         Log: SYN SYN
59128      Branch: vmsperl
59129           +> pod/perliol.pod t/lib/sample-tests/bailout
59130           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
59131           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
59132           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
59133           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
59134           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
59135           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
59136            - lib/unicode/Is/DCinital.pl
59137           !> (integrate 101 files)
59138 ____________________________________________________________________________
59139 [  8717] By: nick                                  on 2001/02/08  19:38:48
59140         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
59141              From: Robin Barker <rmb1@cise.npl.co.uk>
59142              Date: Thu, 8 Feb 2001 14:38:07 GMT
59143              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
59144      Branch: perl
59145            ! lib/CPAN.pm
59146 ____________________________________________________________________________
59147 [  8716] By: nick                                  on 2001/02/08  19:29:07
59148         Log: Generated files form 8713 etc.
59149      Branch: perl
59150            ! embed.h global.sym objXSUB.h perlapi.c proto.h
59151 ____________________________________________________________________________
59152 [  8715] By: nick                                  on 2001/02/08  19:26:08
59153         Log: Fixup non-ithread build after 8713
59154      Branch: perl
59155            ! perl.c
59156 ____________________________________________________________________________
59157 [  8714] By: nick                                  on 2001/02/08  19:17:45
59158         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
59159              From: nick@ccl4.org
59160              Date: Wed, 7 Feb 2001 00:27:47 +0000
59161              Message-Id: <20010207002747.B63724@plum.flirble.org>
59162      Branch: perl
59163            ! sv.c toke.c
59164 ____________________________________________________________________________
59165 [  8713] By: nick                                  on 2001/02/08  19:15:58
59166         Log: Subject: Re: [patch] Re: PL_ptr_table
59167              From: Doug Maceachern <dougm@covalent.net>
59168              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
59169              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
59170      Branch: perl
59171            ! embed.pl perl.c sv.c sv.h
59172 ____________________________________________________________________________
59173 [  8712] By: nick                                  on 2001/02/08  19:12:47
59174         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
59175              From: Peter Prymmer <pvhp@forte.com>
59176              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
59177              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
59178      Branch: perl
59179            ! lib/Pod/Find.pm
59180 ____________________________________________________________________________
59181 [  8711] By: nick                                  on 2001/02/07  21:06:11
59182         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
59183              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
59184              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59185              Date: Tue, 06 Feb 2001 23:37:01 +0000
59186              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
59187      Branch: perl
59188            ! regcomp.c
59189 ____________________________________________________________________________
59190 [  8710] By: alanbur                               on 2001/02/07  00:22:04
59191         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59192              associated UTFied tr/// code.  Also fixed scoping leak of
59193              PL_reg_start_tmp.
59194      Branch: maint-5.6/pureperl
59195            ! op.c regcomp.c
59196 ____________________________________________________________________________
59197 [  8709] By: nick                                  on 2001/02/06  21:16:49
59198         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
59199              From: Michael G Schwern <schwern@pobox.com>
59200              Date: Sun, 4 Feb 2001 19:47:14 -0500
59201              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
59202      Branch: perl
59203            ! pod/perlapi.pod pod/perlmodlib.PL
59204 ____________________________________________________________________________
59205 [  8708] By: nick                                  on 2001/02/06  20:41:20
59206         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
59207              From: Michael G Schwern <schwern@pobox.com>
59208              Date: Sun, 4 Feb 2001 21:17:49 -0500
59209              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
59210      Branch: perl
59211            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
59212            ! pod/perltootc.pod
59213 ____________________________________________________________________________
59214 [  8707] By: nick                                  on 2001/02/06  20:29:11
59215         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
59216              From: Michael G Schwern <schwern@pobox.com>
59217              Date: Tue, 6 Feb 2001 05:54:30 -0500
59218              Message-Id: <20010206055430.A951@blackrider.aocn.com>
59219      Branch: perl
59220            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
59221 ____________________________________________________________________________
59222 [  8706] By: nick                                  on 2001/02/06  20:21:40
59223         Log: Subject: RE: some win32 fixes
59224              Date: Tue, 6 Feb 2001 09:23:20 +0300
59225              From: Vadim Konovalov <vkonovalov@lucent.com>
59226              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
59227      Branch: perl
59228            ! toke.c win32/Makefile win32/config.bc win32/config.gc
59229            ! win32/config.vc win32/config_H.bc win32/makefile.mk
59230 ____________________________________________________________________________
59231 [  8705] By: alanbur                               on 2001/02/06  15:00:03
59232         Log: Synchronised with parent
59233      Branch: maint-5.6/pureperl
59234            ! regexec.c
59235           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
59236           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
59237 ____________________________________________________________________________
59238 [  8704] By: alanbur                               on 2001/02/06  14:55:24
59239         Log: Fixed UMRs and leak in Perl_pmtrans()
59240      Branch: maint-5.6/pureperl
59241            ! op.c
59242 ____________________________________________________________________________
59243 [  8703] By: gsar                                  on 2001/02/06  02:29:37
59244         Log: $(MAKE) distclean doesn't clean up properly on windows
59245      Branch: maint-5.6/perl
59246            ! win32/Makefile win32/makefile.mk
59247 ____________________________________________________________________________
59248 [  8702] By: gsar                                  on 2001/02/06  01:00:46
59249         Log: tweak change#8659 to keep it simple
59250      Branch: maint-5.6/perl
59251            ! utils/perldoc.PL
59252 ____________________________________________________________________________
59253 [  8701] By: gsar                                  on 2001/02/05  22:45:41
59254         Log: change#8693 was missing testsuite changes
59255      Branch: maint-5.6/perl
59256           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
59257 ____________________________________________________________________________
59258 [  8700] By: nick                                  on 2001/02/05  20:32:52
59259         Log: Integrate mainline
59260      Branch: perlio
59261           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
59262           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
59263           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
59264           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
59265           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
59266           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
59267           +> t/lib/test-harness.t
59268           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
59269           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
59270           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
59271           !> pod/perlutil.pod t/TEST utils/h2xs.PL
59272 ____________________________________________________________________________
59273 [  8699] By: nick                                  on 2001/02/05  19:41:07
59274         Log: Subject: perlfaq2, re: perlmongers
59275              From: David H. Adler <dha@panix.com>
59276              Date: Sun, 4 Feb 2001 23:48:23 -0500
59277              Message-Id: <20010204234823.A13429@panix.com>
59278      Branch: perl
59279            ! pod/perlfaq2.pod
59280 ____________________________________________________________________________
59281 [  8698] By: nick                                  on 2001/02/05  19:39:31
59282         Log: Missed file f#rom the testharness mess.
59283      Branch: perl
59284            + t/lib/test-harness.t
59285 ____________________________________________________________________________
59286 [  8697] By: nick                                  on 2001/02/05  19:37:21
59287         Log: Subject: [DOC PATCH] overload.pm nits
59288              From: John Tobey <jtobey@john-edwin-tobey.org>
59289              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
59290              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
59291      Branch: perl
59292            ! lib/overload.pm
59293 ____________________________________________________________________________
59294 [  8696] By: alanbur                               on 2001/02/05  11:56:00
59295         Log: Sync with parent
59296      Branch: maint-5.6/pureperl
59297           !> thread.h
59298 ____________________________________________________________________________
59299 [  8695] By: gsar                                  on 2001/02/05  03:27:34
59300         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
59301      Branch: maint-5.6/perl
59302            ! thread.h
59303 ____________________________________________________________________________
59304 [  8694] By: alanbur                               on 2001/02/05  00:07:47
59305         Log: Initial branch creation from //depot/maint-5.6/perl
59306      Branch: maint-5.6/pureperl
59307           +> (branch 1719 files)
59308 ____________________________________________________________________________
59309 [  8693] By: gsar                                  on 2001/02/04  22:38:49
59310         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
59311              changes)
59312      Branch: maint-5.6/perl
59313           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
59314           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
59315           !> ext/DB_File/version.c
59316 ____________________________________________________________________________
59317 [  8692] By: nick                                  on 2001/02/04  18:15:57
59318         Log: The missed t/TEST part of the grand testharness upgrade.
59319      Branch: perl
59320            ! t/TEST
59321 ____________________________________________________________________________
59322 [  8691] By: nick                                  on 2001/02/04  18:05:17
59323         Log: New improved test harness
59324              Subject: Re: [PATCH Test::Harness] Third time's a charm?
59325              From: Michael G Schwern <schwern@pobox.com>
59326              Date: Sun, 4 Feb 2001 08:01:20 -0500
59327              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
59328      Branch: perl
59329            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
59330            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
59331            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
59332            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
59333            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
59334            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
59335            ! MANIFEST lib/Test/Harness.pm
59336 ____________________________________________________________________________
59337 [  8690] By: nick                                  on 2001/02/04  17:57:51
59338         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
59339              From: Jonathan Stowe <gellyfish@gellyfish.com>
59340              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
59341              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
59342      Branch: perl
59343            ! utils/h2xs.PL
59344 ____________________________________________________________________________
59345 [  8689] By: nick                                  on 2001/02/04  17:55:24
59346         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
59347              From: Michael G Schwern <schwern@pobox.com>
59348              Date: Sat, 3 Feb 2001 22:46:38 -0500
59349              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
59350      Branch: perl
59351            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
59352            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
59353 ____________________________________________________________________________
59354 [  8688] By: nick                                  on 2001/02/04  17:43:55
59355         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
59356              length byfailing to spot lack of closing )
59357              From: nick@talking.bollo.cx
59358              Date: Sat, 03 Feb 2001 23:53:16 +0000
59359              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
59360      Branch: perl
59361            ! perlio.c pod/perldiag.pod
59362 ____________________________________________________________________________
59363 [  8687] By: jhi                                   on 2001/02/03  17:11:42
59364         Log: HP-UX thread patches from Merijn H. Brand.
59365      Branch: maint-5.6/perl
59366            ! README.hpux hints/hpux.sh
59367 ____________________________________________________________________________
59368 [  8686] By: jhi                                   on 2001/02/03  16:40:12
59369         Log: Metaconfig changes for #8685.
59370      Branch: metaconfig
59371            ! U/installdirs/instubperl.U
59372      Branch: metaconfig/U/perl
59373            ! Devel.U versiononly.U
59374 ____________________________________________________________________________
59375 [  8685] By: jhi                                   on 2001/02/03  16:39:49
59376         Log: For -Dusedevel builds turn off installusrbinperl and turn on
59377              versiononly, a combined idea of Richard Soderberg and Merijn
59378              H. Brand.  You can still override both of these from the command
59379              line if you need to, -Dinstallusrbinperl and -Uversiononly.
59380      Branch: perl
59381            ! Configure
59382 ____________________________________________________________________________
59383 [  8684] By: jhi                                   on 2001/02/03  16:16:34
59384         Log: Metaconfig unit fix for #8683.
59385      Branch: metaconfig
59386            ! U/compline/nblock_io.U
59387 ____________________________________________________________________________
59388 [  8683] By: jhi                                   on 2001/02/03  16:16:12
59389         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
59390              reported by Peter Prymmer for 5.6-TRIAL1.
59391      Branch: perl
59392            ! Configure
59393 ____________________________________________________________________________
59394 [  8682] By: jhi                                   on 2001/02/03  05:52:11
59395         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
59396              to work correctly.
59397      Branch: maint-5.6/perl
59398            ! hints/irix_6.sh
59399 ____________________________________________________________________________
59400 [  8681] By: jhi                                   on 2001/02/03  05:47:33
59401         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
59402      Branch: maint-5.6/perl
59403            ! pod/perlport.pod
59404 ____________________________________________________________________________
59405 [  8680] By: jhi                                   on 2001/02/02  21:39:49
59406         Log: perlport update from Peter Prymmer.
59407      Branch: maint-5.6/perl
59408            ! pod/perlport.pod
59409 ____________________________________________________________________________
59410 [  8679] By: nick                                  on 2001/02/02  20:50:48
59411         Log: Integrate mainline
59412      Branch: perlio
59413           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
59414           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
59415           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
59416 ____________________________________________________________________________
59417 [  8678] By: gsar                                  on 2001/02/02  16:02:12
59418         Log: note about bincompat, slightly modified (from Lupe Christoph)
59419      Branch: maint-5.6/perl
59420            ! README.solaris
59421 ____________________________________________________________________________
59422 [  8677] By: jhi                                   on 2001/02/02  15:46:20
59423         Log: Supported platforms updates.
59424      Branch: maint-5.6/perl
59425            ! pod/perlport.pod
59426 ____________________________________________________________________________
59427 [  8676] By: jhi                                   on 2001/02/02  03:41:26
59428         Log: A couple more perlfaq2 tweaks.
59429      Branch: maint-5.6/perl
59430            ! pod/perlfaq2.pod
59431 ____________________________________________________________________________
59432 [  8675] By: jhi                                   on 2001/02/02  03:17:44
59433         Log: Misedit in #8661.
59434      Branch: maint-5.6/perl
59435            ! Configure
59436 ____________________________________________________________________________
59437 [  8674] By: jhi                                   on 2001/02/02  03:14:38
59438         Log: Damien again.
59439      Branch: maint-5.6/perl
59440            ! pod/perlfaq2.pod
59441 ____________________________________________________________________________
59442 [  8673] By: jhi                                   on 2001/02/02  03:12:40
59443         Log: perlfaq update from Elaine Ashton.
59444      Branch: maint-5.6/perl
59445            ! pod/perlfaq2.pod
59446 ____________________________________________________________________________
59447 [  8672] By: jhi                                   on 2001/02/02  03:07:08
59448         Log: UTF-8 s/// patch from Inaba Hiroto.
59449      Branch: maint-5.6/perl
59450            ! pp_ctl.c pp_hot.c
59451 ____________________________________________________________________________
59452 [  8671] By: jhi                                   on 2001/02/01  22:34:31
59453         Log: Update Changes.
59454      Branch: perl
59455            ! Changes patchlevel.h
59456 ____________________________________________________________________________
59457 [  8670] By: jhi                                   on 2001/02/01  22:15:29
59458         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
59459              from maintperl.
59460              
59461              Upgrade to Getopt::Long 2.25, from Johan Vromans.
59462              
59463              more files need to be writable in the source distribution
59464              
59465              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
59466              
59467              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
59468              
59469              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59470              
59471              Allow the float to be fuzzier.
59472              
59473              need to use INT2PTR instead of a straight cast or ia64 fails
59474              
59475              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
59476              
59477              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
59478      Branch: perl
59479           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
59480           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
59481           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
59482 ____________________________________________________________________________
59483 [  8669] By: jhi                                   on 2001/02/01  21:57:02
59484         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59485              From: Robin Barker <rmb1@cise.npl.co.uk>
59486              Date: Thu, 1 Feb 2001 16:59:05 GMT
59487              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
59488      Branch: maint-5.6/perl
59489            ! pod/perlmodlib.PL
59490 ____________________________________________________________________________
59491 [  8668] By: nick                                  on 2001/02/01  19:41:40
59492         Log: Integrate mainline
59493      Branch: perlio
59494           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
59495           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
59496           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
59497 ____________________________________________________________________________
59498 [  8667] By: gsar                                  on 2001/02/01  16:59:11
59499         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
59500      Branch: maint-5.6/perl
59501            ! embed.pl embedvar.h
59502 ____________________________________________________________________________
59503 [  8666] By: gsar                                  on 2001/02/01  16:34:51
59504         Log: add missing entries to win32/config.?c
59505      Branch: maint-5.6/perl
59506            ! win32/config.bc win32/config.gc win32/config.vc
59507            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59508 ____________________________________________________________________________
59509 [  8665] By: jhi                                   on 2001/02/01  14:58:51
59510         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
59511              From: "Stephen P. Potter" <spp@spotter.yi.org>
59512              Date: Thu, 01 Feb 2001 10:45:46 -0500
59513              Message-Id: <200102011545.KAA31479@spotter.yi.org>
59514      Branch: maint-5.6/perl
59515            ! pod/perlfunc.pod
59516 ____________________________________________________________________________
59517 [  8664] By: gsar                                  on 2001/02/01  14:52:37
59518         Log: need to use INT2PTR instead of a straight cast or ia64 fails
59519              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
59520      Branch: maint-5.6/perl
59521            ! ext/POSIX/POSIX.xs
59522 ____________________________________________________________________________
59523 [  8663] By: jhi                                   on 2001/02/01  14:09:13
59524         Log: Allow the float to be fuzzier.
59525      Branch: maint-5.6/perl
59526            ! t/lib/peek.t
59527 ____________________________________________________________________________
59528 [  8662] By: jhi                                   on 2001/02/01  13:59:00
59529         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59530              From: Robin Barker <rmb1@cise.npl.co.uk>
59531              Date: Thu, 1 Feb 2001 13:05:39 GMT
59532              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
59533      Branch: maint-5.6/perl
59534            ! pod/perlmodlib.pod
59535 ____________________________________________________________________________
59536 [  8661] By: jhi                                   on 2001/02/01  13:57:38
59537         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
59538              Date: Thu, 01 Feb 2001 14:15:41 +0100
59539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59540              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
59541              
59542              Have the $ccflags in the gcc version test (strange, this change
59543              is claimed to be have been integrated already)
59544      Branch: maint-5.6/perl
59545            ! Configure
59546 ____________________________________________________________________________
59547 [  8660] By: jhi                                   on 2001/02/01  13:44:10
59548         Log: Integrate changes #7950,7964,7962 from mainline.
59549              
59550              Find the stdchar signedness using cpp, should fix some of
59551              the Solaris compiler warnings reported by Alan Burlison.
59552      Branch: maint-5.6/perl
59553           !> Configure config_h.SH
59554 ____________________________________________________________________________
59555 [  8659] By: jhi                                   on 2001/02/01  05:35:32
59556         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
59557              From: Jan Dubois <JanD@ActiveState.com>
59558              Date: Wed, 31 Jan 2001 21:17:03 -0800
59559              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
59560      Branch: maint-5.6/perl
59561            ! utils/perldoc.PL
59562 ____________________________________________________________________________
59563 [  8658] By: jhi                                   on 2001/02/01  04:33:17
59564         Log: Integrate the README.os390 and README.posix-bc parts of mainline
59565              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
59566              installperl parts were taken care of by #8657.)
59567      Branch: maint-5.6/perl
59568           !> README.os390 README.posix-bc
59569 ____________________________________________________________________________
59570 [  8657] By: jhi                                   on 2001/02/01  04:29:21
59571         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
59572              From: Peter Prymmer <pvhp@forte.com>
59573              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
59574              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
59575      Branch: maint-5.6/perl
59576            + ext/DynaLoader/dl_dllload.xs
59577            ! MANIFEST Makefile.SH hints/os390.sh installperl
59578 ____________________________________________________________________________
59579 [  8656] By: jhi                                   on 2001/02/01  04:25:45
59580         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
59581              From: Peter Prymmer <pvhp@forte.com>
59582              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
59583              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
59584      Branch: maint-5.6/perl
59585            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
59586 ____________________________________________________________________________
59587 [  8655] By: jhi                                   on 2001/02/01  04:14:47
59588         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
59589              From: troc@netrus.net
59590              Date: Wed, 31 Jan 2001 22:31:26 -0500
59591              Message-Id: <200102010331.WAA117.85@rocco.homenet>
59592      Branch: maint-5.6/perl
59593            ! os2/os2.c
59594 ____________________________________________________________________________
59595 [  8654] By: jhi                                   on 2001/02/01  04:12:52
59596         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
59597              as reported by Alan Burlison.
59598      Branch: maint-5.6/perl
59599            ! pp.h
59600 ____________________________________________________________________________
59601 [  8653] By: jhi                                   on 2001/02/01  04:05:12
59602         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
59603              From: dsugalski@northernlight.com
59604              Date: Wed, 31 Jan 2001 18:54:11 -0500
59605              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
59606      Branch: maint-5.6/perl
59607            ! configure.com
59608 ____________________________________________________________________________
59609 [  8652] By: jhi                                   on 2001/02/01  04:03:11
59610         Log: Misplaced #endif.
59611              
59612              Subject: [perl-5-6-1-trial2] patches for EPOC
59613              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59614              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59615              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59616      Branch: maint-5.6/perl
59617            ! epoc/epocish.c
59618 ____________________________________________________________________________
59619 [  8651] By: jhi                                   on 2001/02/01  04:00:25
59620         Log: Integrate changes #8647,8648,8650 from mainline.
59621              
59622              Macrofy a magic UTF-8 test.
59623              
59624              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
59625              
59626              Watch out for cross compiling for EPOC (usually done on linux).
59627      Branch: maint-5.6/perl
59628           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
59629 ____________________________________________________________________________
59630 [  8650] By: jhi                                   on 2001/02/01  03:56:20
59631         Log: Watch out for cross compiling for EPOC (usually done on linux)
59632              
59633              Subject: [perl-5-6-1-trial2] patches for EPOC
59634              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59635              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59636              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59637      Branch: perl
59638            ! ext/Errno/Errno_pm.PL
59639 ____________________________________________________________________________
59640 [  8649] By: gsar                                  on 2001/02/01  00:46:00
59641         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
59642      Branch: maint-5.6/perl
59643            ! sv.c
59644 ____________________________________________________________________________
59645 [  8648] By: jhi                                   on 2001/01/31  23:35:36
59646         Log: All the uses of PL_numeric_radix must be protected by
59647              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
59648              
59649              Subject: [perl-5-6-1-trial2] patches for EPOC
59650              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59651              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59652              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59653      Branch: perl
59654            ! sv.c
59655 ____________________________________________________________________________
59656 [  8647] By: jhi                                   on 2001/01/31  22:56:16
59657         Log: Macrofy a magic UTF-8 test.
59658      Branch: perl
59659            ! utf8.c utf8.h
59660 ____________________________________________________________________________
59661 [  8646] By: gsar                                  on 2001/01/31  15:55:12
59662         Log: update Changes
59663      Branch: maint-5.6/perl
59664            ! Changes
59665 ____________________________________________________________________________
59666 [  8645] By: gsar                                  on 2001/01/31  15:10:14
59667         Log: Configure tweak suggested by Peter Prymmer
59668      Branch: maint-5.6/perl
59669            ! Configure
59670 ____________________________________________________________________________
59671 [  8644] By: gsar                                  on 2001/01/31  15:06:32
59672         Log: more files need to be writable in the source distribution
59673      Branch: maint-5.6/perl
59674            ! Porting/makerel
59675 ____________________________________________________________________________
59676 [  8643] By: jhi                                   on 2001/01/31  14:59:46
59677         Log: Integrate changes #8258,8278,8279 from mainline.
59678              
59679              Make the large file tests more robust/talkative.
59680      Branch: maint-5.6/perl
59681           !> t/lib/syslfs.t t/op/lfs.t
59682 ____________________________________________________________________________
59683 [  8642] By: gsar                                  on 2001/01/31  14:53:48
59684         Log: integrate changes#8311,8334 from mainline
59685              
59686              Add a new MakeMaker variable PM_FILTER that defines a Unix
59687              filter to be run on each .pm during the pm_to_blib() phase,
59688              a fixed version of
59689              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
59690              
59691              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
59692              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
59693              accurate reading of the "atime".  
59694      Branch: maint-5.6/perl
59695           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
59696           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
59697           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
59698 ____________________________________________________________________________
59699 [  8641] By: jhi                                   on 2001/01/31  14:46:37
59700         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
59701      Branch: maint-5.6/perl
59702            ! lib/Getopt/Long.pm
59703 ____________________________________________________________________________
59704 [  8640] By: gsar                                  on 2001/01/31  14:40:24
59705         Log: make regen_all
59706      Branch: maint-5.6/perl
59707            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
59708 ____________________________________________________________________________
59709 [  8639] By: gsar                                  on 2001/01/31  14:37:25
59710         Log: refresh windows config files
59711      Branch: maint-5.6/perl
59712            ! win32/Makefile win32/config_H.bc win32/config_H.gc
59713            ! win32/config_H.vc win32/makefile.mk
59714 ____________________________________________________________________________
59715 [  8638] By: gsar                                  on 2001/01/31  14:28:10
59716         Log: makefile tweaks for windows: introduce a bulk-switch to enable
59717              same options as ActivePerl; sync changes with makefile.mk
59718      Branch: maint-5.6/perl
59719            ! win32/Makefile win32/makefile.mk
59720 ____________________________________________________________________________
59721 [  8637] By: jhi                                   on 2001/01/31  04:41:30
59722         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
59723              From: Nicholas Clark <nick@ccl4.org>
59724              Date: Tue, 30 Jan 2001 19:51:05 +0000
59725              Message-ID: <20010130195105.R76607@plum.flirble.org> 
59726              
59727              op/inc cure.
59728      Branch: perl
59729            ! pp.c pp.h pp_hot.c t/op/arith.t
59730 ____________________________________________________________________________
59731 [  8636] By: jhi                                   on 2001/01/31  02:38:32
59732         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
59733              no perlio],8257,8380,8479,8515 from mainline.
59734              
59735              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
59736              
59737              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
59738              Subject: [PATCH perl@8133] fix-up for VMS extensions
59739              
59740              In VMS embedded perls couldn't access the statically built Socket.
59741              
59742              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
59743              
59744              Further VMS piping fixes from Charles Lane.
59745              
59746              Subject:  [PATCH] make t/op/misc.t work on VMS
59747              
59748              Add tracing for debugging extensions builds in VMS.
59749              
59750              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
59751      Branch: maint-5.6/perl
59752           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
59753           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
59754           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
59755 ____________________________________________________________________________
59756 [  8635] By: jhi                                   on 2001/01/31  01:46:41
59757         Log: Integrate change #7732 from mainline.
59758              
59759              Sparc 64-bit pack() fix from Jens Hamisch.
59760      Branch: maint-5.6/perl
59761           !> pp.c
59762 ____________________________________________________________________________
59763 [  8634] By: jhi                                   on 2001/01/31  01:41:16
59764         Log: One spot missing from #8626.
59765      Branch: maint-5.6/perl
59766            ! sv.c
59767 ____________________________________________________________________________
59768 [  8633] By: jhi                                   on 2001/01/31  00:49:17
59769         Log: Integrate change #7495 from mainline.
59770              
59771              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
59772      Branch: maint-5.6/perl
59773           !> MANIFEST ext/re/Makefile.PL
59774 ____________________________________________________________________________
59775 [  8632] By: jhi                                   on 2001/01/30  23:38:49
59776         Log: Integrate change #8396 from mainline.
59777              
59778              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
59779              better multicast support (resend)
59780      Branch: maint-5.6/perl
59781           !> ext/Socket/Socket.pm
59782 ____________________________________________________________________________
59783 [  8631] By: jhi                                   on 2001/01/30  23:28:03
59784         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
59785              
59786              More AIX lore. (7514, ext/re/hints/aix.pl)
59787              
59788              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
59789              
59790              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)
59791              
59792              Subject: [ID 20001214.002] Net::Ping patch
59793              
59794              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
59795              
59796              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
59797              
59798              Add ReuseAddr as a (preferred) alias for Reuse as we now
59799              also have ReusePort.
59800              
59801              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
59802      Branch: maint-5.6/perl
59803           +> ext/re/hints/aix.pl
59804           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
59805           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
59806 ____________________________________________________________________________
59807 [  8630] By: jhi                                   on 2001/01/30  23:03:59
59808         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
59809              
59810              read() documentation tweak for 20001121.004.
59811              
59812              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
59813      Branch: maint-5.6/perl
59814           !> pod/perlfunc.pod pod/perlre.pod
59815 ____________________________________________________________________________
59816 [  8629] By: jhi                                   on 2001/01/30  22:41:57
59817         Log: Integrate change #8098 from mainline.
59818              
59819              fastgetcwd is defined using a glob alias on a $^O dependent basis
59820              and there was no default assignment or perl subroutine.
59821      Branch: maint-5.6/perl
59822           !> lib/Cwd.pm
59823 ____________________________________________________________________________
59824 [  8628] By: jhi                                   on 2001/01/30  21:58:52
59825         Log: Integrate change #7866 from mainline.
59826              
59827              File::Temp 0.11.
59828      Branch: maint-5.6/perl
59829           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
59830 ____________________________________________________________________________
59831 [  8627] By: jhi                                   on 2001/01/30  21:39:44
59832         Log: Integrate changes #8075,8086,8228 from mainline.  
59833              
59834              Darwin is not Windows. (8075,8086)
59835              
59836              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
59837      Branch: maint-5.6/perl
59838           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
59839           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
59840           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
59841           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
59842 ____________________________________________________________________________
59843 [  8626] By: jhi                                   on 2001/01/30  21:22:11
59844         Log: Integrate with tweakery the change #8625 from mainline,
59845              the multibyte decimal separator fix ("fa_IR locale failure").
59846      Branch: maint-5.6/perl
59847            ! embedvar.h perlapi.h
59848           !> intrpvar.h perl.c perl.h sv.c util.c
59849 ____________________________________________________________________________
59850 [  8625] By: jhi                                   on 2001/01/30  20:26:33
59851         Log: Fix for the fa_IR locale failure.  The reason for the failure
59852              was that Perl was assuming the decimal separator aka the radix
59853              separator is one character.  The Farsi-Iranian locale crushed
59854              that bad assumption since there the separator is 'Momayyez',
59855              glyphwise looking somewhat like a slash, and in Unicode UTF-8
59856              encoded in two bytes, 0xd9 0xab.
59857      Branch: perl
59858            ! intrpvar.h perl.c perl.h sv.c util.c
59859 ____________________________________________________________________________
59860 [  8624] By: gsar                                  on 2001/01/30  20:17:03
59861         Log: regen_headers
59862      Branch: maint-5.6/perl
59863            ! Makefile.SH pod/perlintern.pod
59864 ____________________________________________________________________________
59865 [  8623] By: gsar                                  on 2001/01/30  19:42:34
59866         Log: backout change#7431 and its dependents (causes spurious rebuilds
59867              of autogenerated files)
59868              
59869              fix benign b.t failure
59870      Branch: maint-5.6/perl
59871            ! Makefile.SH t/lib/b.t
59872 ____________________________________________________________________________
59873 [  8622] By: jhi                                   on 2001/01/30  19:41:41
59874         Log: Microperl sync.
59875      Branch: perl
59876            ! mg.c perl.h
59877 ____________________________________________________________________________
59878 [  8621] By: gsar                                  on 2001/01/30  19:24:47
59879         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
59880              from mainline
59881              
59882              Subject: podlators 1.06 released
59883              
59884              Subject: [PATCH @8436] Eliminate op_children
59885              
59886              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
59887              
59888              (Replaced by #8448)  More op_children traces (cleanup of #8442).
59889              
59890              Subject: [PATCH #3 @8436] Re: Eliminate op_children
59891              Replace #8444 and #8445.
59892              
59893              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
59894              at the setting of the ofs_sv in new_struct_thread() as the
59895              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
59896              uninitialized fields are, uh, initialized with),
59897              SvREFCNT_inc()ing that invited a core dump.
59898              
59899              podlators 1.07, from Russ Allbery.
59900              
59901              Subject: [PATCH] regcomp.c old feature removal
59902              From: mjd@plover.com
59903              Date: 16 Jan 2001 14:43:18 -0000 
59904              Message-ID: <20010116144318.7140.qmail@plover.com> 
59905      Branch: maint-5.6/perl
59906           +> lib/Pod/Text/Overstrike.pm
59907           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
59908           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
59909           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
59910           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
59911           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
59912           !> util.c
59913 ____________________________________________________________________________
59914 [  8620] By: gsar                                  on 2001/01/30  18:48:32
59915         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
59916              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
59917              now fails one test)
59918              
59919              Subject: [PATCH] lvalue AUTOLOAD. No, really.
59920              
59921              Subject: [PATCH] Interesting syntax idea
59922              Make opens + bareword assigns do typeglob assigns.
59923              
59924              Tests for #8254.
59925              
59926              Subject: [PATCH @8269] Continue blocks and B::Deparse
59927              Make the peephole optimizer to bypass more null ops and
59928              and rewrite the deparse handling of continue blocks.
59929              
59930              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
59931              Doc tweak on #8313.
59932              
59933              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
59934              
59935              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
59936              
59937              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
59938              
59939              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
59940              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
59941              according to the platform.
59942              
59943              Subject: [PATCH @8404] Consolidated lvalue sub changes
59944              
59945              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
59946              
59947              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
59948              
59949              Subject: B::Concise -- an improved replacement for B::Terse 
59950              
59951              The B::Terse drop-in replacement wasn't quite drop-in.
59952              
59953              The LVRET macro needed an aTHX.
59954              
59955              Use the /^Perl_/-less form of is_lvalue_sub().
59956              
59957              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
59958      Branch: maint-5.6/perl
59959           +> ext/B/B/Concise.pm
59960           !> (integrate 27 files)
59961 ____________________________________________________________________________
59962 [  8619] By: nick                                  on 2001/01/30  18:40:28
59963         Log: Integrate mainline
59964      Branch: perlio
59965           !> (integrate 40 files)
59966 ____________________________________________________________________________
59967 [  8618] By: jhi                                   on 2001/01/30  18:37:18
59968         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
59969              Date: Mon, 29 Jan 2001 22:51:29 -0600
59970              From: "Craig A. Berry" <craigberry@mac.com>
59971              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
59972      Branch: perl
59973            ! vms/test.com
59974 ____________________________________________________________________________
59975 [  8617] By: jhi                                   on 2001/01/30  18:34:53
59976         Log: Subject: [PATCH] Add missing CV flags to dump.c
59977              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59978              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
59979              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
59980      Branch: perl
59981            ! dump.c
59982 ____________________________________________________________________________
59983 [  8616] By: jhi                                   on 2001/01/30  18:20:58
59984         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
59985              part isn't applicable to maintperl.
59986              
59987              UTF-8 nit from Inaba Hiroto.
59988      Branch: maint-5.6/perl
59989           !> pod/perlapi.pod utf8.c
59990 ____________________________________________________________________________
59991 [  8615] By: jhi                                   on 2001/01/30  18:18:51
59992         Log: UTF-8 nit from Inaba Hiroto.
59993      Branch: perl
59994            ! pod/perlapi.pod t/op/each.t utf8.c
59995 ____________________________________________________________________________
59996 [  8614] By: jhi                                   on 2001/01/30  18:13:38
59997         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
59998              
59999              perl's internal variables are not for public consumption,
60000              move their docs from perlapi.pod to perlintern.pod
60001              
60002              support for -Dusethreads build under HP-UX 10.20 and DCE threads
60003              library (11.0 and later have pthreads but 10.x don't)
60004              
60005              avoid uninitialized value warnings
60006              
60007              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60008              gets weird results)
60009              
60010              perldoc nit on windows
60011              
60012              make it possible to run the tests outside the source tree
60013              (there's still a dependency on ../lib being the library
60014              location)
60015      Branch: perl
60016           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
60017           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
60018           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
60019           !> win32/bin/search.pl win32/vdir.h
60020 ____________________________________________________________________________
60021 [  8613] By: gsar                                  on 2001/01/30  16:39:59
60022         Log: make it possible to run the tests outside the source tree
60023              (there's still a dependency on ../lib being the library
60024              location)
60025      Branch: maint-5.6/perl
60026            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
60027 ____________________________________________________________________________
60028 [  8612] By: gsar                                  on 2001/01/30  16:31:12
60029         Log: perldoc nit on windows
60030      Branch: maint-5.6/perl
60031            ! utils/perldoc.PL
60032 ____________________________________________________________________________
60033 [  8611] By: gsar                                  on 2001/01/30  16:22:54
60034         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60035              gets weird results)
60036      Branch: maint-5.6/perl
60037            ! win32/vdir.h
60038 ____________________________________________________________________________
60039 [  8610] By: gsar                                  on 2001/01/30  16:12:45
60040         Log: avoid uninitialized value warnings
60041      Branch: maint-5.6/perl
60042            ! win32/bin/search.pl
60043 ____________________________________________________________________________
60044 [  8609] By: gsar                                  on 2001/01/30  16:08:01
60045         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
60046              library (11.0 and later have pthreads but 10.x don't)
60047      Branch: maint-5.6/perl
60048            ! hints/hpux.sh thread.h
60049 ____________________________________________________________________________
60050 [  8608] By: gsar                                  on 2001/01/30  15:48:55
60051         Log: perl's internal variables are not for public consumption,
60052              move their docs from perlapi.pod to perlintern.pod
60053      Branch: maint-5.6/perl
60054            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
60055            ! thrdvar.h
60056 ____________________________________________________________________________
60057 [  8607] By: gsar                                  on 2001/01/30  15:44:27
60058         Log: mistakenly branched perl56delta.pod, revert
60059      Branch: maint-5.6/perl
60060            - pod/perl56delta.pod
60061           !> pod/perldelta.pod
60062 ____________________________________________________________________________
60063 [  8606] By: gsar                                  on 2001/01/30  14:20:24
60064         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
60065              dTHR which has been a noop for a while now, except for the
60066              compatibility definition in thread.h)
60067      Branch: maint-5.6/perl
60068           !> (integrate 45 files)
60069 ____________________________________________________________________________
60070 [  8605] By: jhi                                   on 2001/01/30  05:43:58
60071         Log: Mark the UTF-8 APIs as experimental.
60072      Branch: maint-5.6/perl
60073            ! embed.pl pod/perlapi.pod
60074 ____________________________________________________________________________
60075 [  8604] By: jhi                                   on 2001/01/30  05:38:40
60076         Log: Nits from earlier integrates.
60077      Branch: maint-5.6/perl
60078            ! lib/Carp/Heavy.pm
60079           !> sv.c
60080 ____________________________________________________________________________
60081 [  8603] By: jhi                                   on 2001/01/30  05:27:26
60082         Log: Regenerate Porting files.
60083      Branch: maint-5.6/perl
60084            ! Porting/Glossary Porting/config.sh Porting/config_H
60085 ____________________________________________________________________________
60086 [  8602] By: jhi                                   on 2001/01/30  05:14:59
60087         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
60088              8310,8339,8447,8492,8493,8505,8525: documentation changes.
60089              
60090              Subject: Re: perlfaq style changes
60091              
60092              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
60093              
60094              Subject: [PATCH] docs on NaN
60095              
60096              Subject: [patch] perlfaq7
60097              
60098              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
60099              
60100              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
60101              
60102              Subject: [PATCH] open() example in perlfunc.pod
60103              
60104              Podify README.mpeix (a new version from the web)
60105              
60106              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
60107              
60108              Subject: [PATCH] format and rewording in perlfaq.pod
60109              
60110              Subject: [PATCH] API Variable documentation   
60111              
60112              Memory management calls documentation.
60113              
60114              Subject: [PATCH: perl@8482] README.vms URL updates
60115              
60116              Subject: Minor typos in perlfaq2.pod
60117              
60118              Subject: [PATCH] pod/perlvar.pod
60119      Branch: maint-5.6/perl
60120           +> pod/perl56delta.pod
60121            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60122           !> README.amiga README.epoc README.mpeix README.vms
60123           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
60124           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
60125           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
60126           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
60127           !> pod/perlvar.pod thrdvar.h
60128 ____________________________________________________________________________
60129 [  8601] By: jhi                                   on 2001/01/30  04:38:35
60130         Log: Integrate changes #8036,8096,8253 from mainline:
60131              hints changes.
60132              
60133              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
60134              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
60135              
60136              Output the (apparent) version of gcc in Tru64.
60137      Branch: maint-5.6/perl
60138           +> ext/POSIX/hints/svr4.pl
60139           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
60140           !> hints/svr4.sh t/lib/bigfltpm.t
60141 ____________________________________________________________________________
60142 [  8600] By: jhi                                   on 2001/01/30  04:04:01
60143         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
60144              locale fixes.
60145              
60146              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
60147              
60148              Debian allows /usr/bin/locale to exist without any locales. (7868)
60149              
60150              Allow the locale test needing POSIX and the taint test
60151              needing IPC::SysV to run under 'minitest' (basically,
60152              bail out if loading the extension fails). (8384)
60153              
60154              Cleanup the locale.t output  (8480)
60155      Branch: maint-5.6/perl
60156           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
60157           !> t/pragma/locale.t
60158 ____________________________________________________________________________
60159 [  8599] By: jhi                                   on 2001/01/30  03:51:04
60160         Log: Missing generated files from #8598.
60161      Branch: maint-5.6/perl
60162            ! embed.h global.sym objXSUB.h perlapi.c proto.h
60163 ____________________________________________________________________________
60164 [  8598] By: jhi                                   on 2001/01/30  03:41:54
60165         Log: Integrate change #8555 from mainline, manually integrate parts
60166              of changes 8452 and 8583.
60167              
60168              Subject: [PATCH] utf8.c documentation (8452)
60169              
60170              No point in checking the length if the pointer is bogus. (8555)
60171              
60172              Introduce bytes_from_utf8() and implement sv_eq() using it,
60173              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
60174              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
60175              was malformed. (8583)
60176      Branch: maint-5.6/perl
60177            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
60178           !> pod/perlapi.pod sv.c utf8.c
60179 ____________________________________________________________________________
60180 [  8597] By: gsar                                  on 2001/01/30  02:37:26
60181         Log: get PERL_OBJECT build going again on windows
60182      Branch: maint-5.6/perl
60183            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
60184            ! pod/perlapi.pod proto.h sv.c
60185 ____________________________________________________________________________
60186 [  8596] By: jhi                                   on 2001/01/30  02:16:17
60187         Log: Signedness nit.
60188      Branch: perl
60189            ! sv.c
60190 ____________________________________________________________________________
60191 [  8595] By: jhi                                   on 2001/01/30  02:11:07
60192         Log: EBCDIC patch for Storable, from Peter Prymmer.
60193      Branch: perl
60194            ! t/lib/st-06compat.t
60195 ____________________________________________________________________________
60196 [  8594] By: jhi                                   on 2001/01/30  01:04:48
60197         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
60198              From: Peter Prymmer <pvhp@forte.com>
60199              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
60200              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
60201      Branch: perl
60202            ! t/lib/b.t
60203 ____________________________________________________________________________
60204 [  8593] By: jhi                                   on 2001/01/30  00:56:47
60205         Log: Subject: [PATCH: perl@8585] pod problems in io
60206              From: Peter Prymmer <pvhp@forte.com>
60207              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
60208              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
60209      Branch: perl
60210            ! pod/perlapio.pod pod/perliol.pod
60211 ____________________________________________________________________________
60212 [  8592] By: jhi                                   on 2001/01/30  00:48:20
60213         Log: Integrate perlio.
60214      Branch: perl
60215           !> pod/perlapio.pod pod/perliol.pod
60216 ____________________________________________________________________________
60217 [  8591] By: nick                                  on 2001/01/29  22:02:28
60218         Log: GNU 'merge' Simon's copy of perliol.pod with version
60219              patched by Craig's patch.
60220      Branch: perlio
60221            ! pod/perliol.pod
60222 ____________________________________________________________________________
60223 [  8590] By: nick                                  on 2001/01/29  21:55:10
60224         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
60225      Branch: perlio
60226            ! pod/perlapio.pod pod/perliol.pod
60227 ____________________________________________________________________________
60228 [  8589] By: jhi                                   on 2001/01/29  15:35:33
60229         Log: Integrate change #8586 from maint-5.6/perl.
60230              
60231              make the BOM detection code not call tell() until it has to
60232              (meant to fix esoteric compatibility issues where PL_rsfp
60233              is overridden)
60234      Branch: perl
60235           !> toke.c
60236 ____________________________________________________________________________
60237 [  8588] By: jhi                                   on 2001/01/29  15:29:11
60238         Log: Subject: MAking Solaris malloc() the default
60239              From: Lupe Christoph <lupe@lupe-christoph.de>
60240              Date: Mon, 29 Jan 2001 12:59:36 +0100
60241              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
60242              
60243              The README.solaris part slightly tweaked.
60244      Branch: perl
60245            ! README.solaris hints/solaris_2.sh
60246 ____________________________________________________________________________
60247 [  8587] By: jhi                                   on 2001/01/29  15:17:34
60248         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
60249              From: root@ak-75.mind.de
60250              Date: Sun, 28 Jan 2001 20:32:29 +0100
60251              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
60252      Branch: perl
60253            ! pod/perlre.pod
60254 ____________________________________________________________________________
60255 [  8586] By: gsar                                  on 2001/01/29  13:43:44
60256         Log: make the BOM detection code not call tell() until it has to
60257              (meant to fix esoteric compatibility issues where PL_rsfp
60258              is overridden)
60259      Branch: maint-5.6/perl
60260            ! toke.c
60261 ____________________________________________________________________________
60262 [  8585] By: jhi                                   on 2001/01/28  20:05:45
60263         Log: Update Changes.
60264      Branch: perl
60265            ! Changes patchlevel.h
60266 ____________________________________________________________________________
60267 [  8584] By: jhi                                   on 2001/01/28  19:30:02
60268         Log: Integrate perlio.
60269      Branch: perl
60270           +> pod/perliol.pod
60271           !> MANIFEST pod/perlapio.pod
60272 ____________________________________________________________________________
60273 [  8583] By: jhi                                   on 2001/01/28  19:28:40
60274         Log: Patch from Inaba Hiroto:
60275              - canonical UTF-8 hash keys: if a key string for a hash is
60276              UTF8-on, try downgrade the string and use it if
60277              unicode::distinct is not in effect.
60278              For the task, I added a function bytes_from_utf8() to utf8.c.
60279              It might resemble utf8_to_bytes() but it is not convenient
60280              to the task.
60281              Made a test for it and added to t/op/each.t
60282              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
60283              the mortal copy of the argument SV.
60284              And changed t/io/utf8.t test 18 which expects print() to
60285              upgrade its argument.
60286              - re-implement sv_eq with bytes_from_utf8()
60287              - some bug fixes
60288              - tr/// does not handle UTF8 range (\x{}-\x{})
60289              - \ before raw UTF8 character produced
60290              "Malformed UTF-8 character" warning.
60291              - "\x{100}\N{CENT SIGN}" is Malformed.
60292              Added tests for these 3.
60293              - and one silly bug (by me) with qu operator.
60294      Branch: perl
60295            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
60296            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
60297            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
60298 ____________________________________________________________________________
60299 [  8582] By: nick                                  on 2001/01/28  19:25:04
60300         Log: Add pod/perliol.pod to MANIFEST :-(
60301      Branch: perlio
60302            ! MANIFEST
60303 ____________________________________________________________________________
60304 [  8581] By: nick                                  on 2001/01/28  19:22:40
60305         Log: PerlIO documentation. Proofing and sub-editing requested.
60306      Branch: perlio
60307            + pod/perliol.pod
60308            ! pod/perlapio.pod
60309 ____________________________________________________________________________
60310 [  8580] By: jhi                                   on 2001/01/28  05:16:25
60311         Log: Revert the change to sv_2pv() done by #8054: Someone who
60312              did SvNV_set() on a scalar that also happened to be POK,
60313              followed by sv_2pv() won't get the right coercion anymore.
60314              [Sarathy]
60315      Branch: maint-5.6/perl
60316            ! sv.c
60317 ____________________________________________________________________________
60318 [  8579] By: jhi                                   on 2001/01/28  05:15:04
60319         Log: Remove the #8084 effect: do not allow -Q to be interpreted
60320              as -&Q(), this is too much wiggle room.
60321      Branch: maint-5.6/perl
60322            ! toke.c
60323 ____________________________________________________________________________
60324 [  8578] By: jhi                                   on 2001/01/28  05:12:45
60325         Log: Needed bits of #8439 (should have been in #8576),
60326              mainly for lval substr().
60327      Branch: maint-5.6/perl
60328            ! mg.c pp.c pp_hot.c
60329 ____________________________________________________________________________
60330 [  8577] By: jhi                                   on 2001/01/28  05:02:46
60331         Log: A missing check-in.
60332      Branch: maint-5.6/perl
60333            ! utf8.c
60334 ____________________________________________________________________________
60335 [  8576] By: jhi                                   on 2001/01/28  04:26:18
60336         Log: Integrate changes #8425,8436,8439,8517 from mainline.
60337              The 8439 was not truly integrated because it had too many
60338              dependencies on the development branch and because it introduced
60339              concepts too bold for a maintenance branch (such as the qu operator).
60340              
60341              Subject: [PATCH perl@8342] -Wformat
60342              
60343              Tighten some of the UTF-8 tests a bit.
60344              
60345              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
60346              - The substr lval was still not okay.
60347              - Now pp_stringify and sv_setsv copies source's UTF8 flag
60348              even if IN_BYTE.  pp_stringify is called from fold_constants
60349              at optimization phase and "\x{100}" was made SvUTF8_off under
60350              use bytes (the bytes pragma is for "byte semantics" and not
60351              for "do not produce UTF8 data")
60352      Branch: maint-5.6/perl
60353            ! t/lib/charnames.t t/op/substr.t toke.c
60354           !> sv.c t/pragma/utf8.t
60355 ____________________________________________________________________________
60356 [  8575] By: jhi                                   on 2001/01/28  04:01:51
60357         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
60358              
60359              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
60360              
60361              Subject: [ID 20001230.003] UTF-8 tr still hurts
60362              
60363              Test cases for #8385 (from Simon's "torture.pl")
60364              
60365              Start fixing UTF-8 lval substr() (8405)
60366      Branch: maint-5.6/perl
60367           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
60368           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
60369 ____________________________________________________________________________
60370 [  8574] By: jhi                                   on 2001/01/28  03:09:06
60371         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
60372              from mainline.
60373              
60374              UTF-8 cleanup.
60375              
60376              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
60377              
60378              "\x{FF}\xFF" was broken.
60379              
60380              Tests for #8329 and #8330.
60381              
60382              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
60383              
60384              IRIX compiler noticed that the bof initialization might be
60385              bypassed by control flow.
60386              
60387              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
60388      Branch: maint-5.6/perl
60389           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
60390           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
60391 ____________________________________________________________________________
60392 [  8573] By: jhi                                   on 2001/01/28  02:06:12
60393         Log: Retract #8552.
60394      Branch: perl
60395            ! lib/Text/Wrap.pm t/lib/textwrap.t
60396 ____________________________________________________________________________
60397 [  8572] By: jhi                                   on 2001/01/28  02:04:49
60398         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
60399              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
60400              not really integrated but instead salvaged by hand
60401              (they had too many dependencies on the development release
60402              to be cleanly integratable).
60403              
60404              Subject: more UTF8 test suites and an UTF8 patch
60405              
60406              Tweak for MULTIPLICITY/USE_PERLIO
60407              
60408              Signedness nit.
60409              
60410              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
60411              
60412              Use the UTF8_XXX macros in is_utf8_char().
60413              
60414              Rewrite pp_concat() in terms of sv_catsv().  The . operator
60415              should now be UTF-8-proof.
60416              
60417              Subject: [PATCH perl@8269] scanning two hex-constants
60418              fails on EBCDIC environment (script length.t)
60419              
60420              Add some Unicode chop() tests.
60421      Branch: maint-5.6/perl
60422            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
60423           !> sv.c t/op/chop.t utf8.h
60424 ____________________________________________________________________________
60425 [  8571] By: jhi                                   on 2001/01/28  00:35:59
60426         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
60427              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
60428              
60429              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
60430              
60431              The maxiters upper limit sanity check (guarding against
60432              non-progress) assumed bytes instead of characters in s///
60433              and split().
60434              
60435              Signedness nit.
60436              
60437              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
60438              join() should now be UTF-8-proof.
60439              
60440              More split // UTF-8 tests. (8250)
60441      Branch: maint-5.6/perl
60442           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
60443           !> util.c
60444 ____________________________________________________________________________
60445 [  8570] By: jhi                                   on 2001/01/27  22:15:46
60446         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
60447              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
60448              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
60449              8084,8204,8244,8333 from mainline.
60450              
60451              For -Q where Q might be a one-letter sub name one does no more
60452              get a warning about an unknown filetest (7941,7943,7944,8084).
60453              
60454              Subject: Re: [ID 20001130.011] expression parsing bug ?
60455              
60456              Make uv_to_utf8() to zero-terminate its output buffer.
60457              
60458              Split off t/op/length.t (7995)
60459              
60460              Split off t/op/utf8decode.t (7996)
60461              
60462              Remove an unnecessary 'use utf8' from the utf8.t (7998)
60463              
60464              Split off t/op/concat.t (8004)
60465              
60466              Split off t/op/ver.t (8005)
60467              
60468              Document utf8_length(), utf8_distance(), and utf8_hop().
60469              
60470              Document utf8_to_uv() better.
60471              
60472              Introduce macros for UTF8 decoding (8028,8033).
60473              
60474              Add test for reverse() (8030,8031).
60475              
60476              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
60477              
60478              Do not return the Unicode replacement character    on UTF-8
60479              decoding failure.
60480              
60481              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
60482              not this_utf8 i.e. the output string has one, but don't mess
60483              with source assumption. (8052,8053)
60484              
60485              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
60486              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
60487              was not expecting to be called with something that was already
60488              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
60489              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
60490              (8054)
60491              
60492              Recode the naughty binary bytes in utf8decode.t using the \xHH.
60493              
60494              Make some panic messages a bit more logical.
60495      Branch: maint-5.6/perl
60496           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
60497           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
60498           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
60499           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
60500           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
60501           !> utf8.c utf8.h
60502 ____________________________________________________________________________
60503 [  8569] By: jhi                                   on 2001/01/27  19:16:43
60504         Log: Integrate changes #7750 from perlio and #8566 from mainline.
60505      Branch: maint-5.6/perl
60506           !> regexec.c sv.c
60507 ____________________________________________________________________________
60508 [  8568] By: jhi                                   on 2001/01/27  18:06:51
60509         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
60510              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
60511              7935[-perlio.c],7936,7959,7965 from mainline.
60512              
60513              Change the "big byte" error message to "Wide character".
60514              (7355, the croak-if-wide-chars-in-print part ignored)
60515              
60516              Use UINT64_C().
60517              
60518              Introduce Perl_utf8_length().
60519              
60520              diff -se shows these as different (7753, forgotten check-ins)
60521              
60522              Subject: [PATCH] doop.c - UTF8 tr///
60523              
60524              If we use (aTHX_ ...) then put Perl_ on the front.
60525              
60526              Make utf8_length() and utf8_distance() to be less forgiving
60527              about bad UTF-8.
60528              
60529              Test line numbers are different with utf8.
60530              
60531              No need to scan till infinity, 13 is enough. (7872,7911)
60532              
60533              Subject: [PATCH] Tokeniser debugging
60534              
60535              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
60536              
60537              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
60538              
60539              Be more careful in Perl_sv_utf8_downgrade().
60540              
60541              Use DO_UTF8().
60542              
60543              Raw zero bytes in text files confuse at least GNU patch 2.1.
60544      Branch: maint-5.6/perl
60545           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
60546           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
60547           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
60548           !> t/pragma/utf8.t toke.c utf8.c utf8.h
60549 ____________________________________________________________________________
60550 [  8567] By: nick                                  on 2001/01/27  11:10:38
60551         Log: Integrate mainline
60552      Branch: perlio
60553           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
60554           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
60555           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
60556           !> toke.c
60557 ____________________________________________________________________________
60558 [  8566] By: jhi                                   on 2001/01/27  06:22:48
60559         Log: More documentation for the regexp context stack.
60560      Branch: perl
60561            ! regexec.c
60562 ____________________________________________________________________________
60563 [  8565] By: jhi                                   on 2001/01/27  05:21:57
60564         Log: Update Changes.
60565      Branch: perl
60566            ! Changes patchlevel.h
60567 ____________________________________________________________________________
60568 [  8564] By: jhi                                   on 2001/01/27  04:44:04
60569         Log: Threadedness patch for #8562 from Doug MacEachern.
60570      Branch: perl
60571            ! toke.c
60572 ____________________________________________________________________________
60573 [  8563] By: jhi                                   on 2001/01/27  04:26:24
60574         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
60575              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60576              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
60577              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
60578      Branch: perl
60579            ! op.c
60580 ____________________________________________________________________________
60581 [  8562] By: jhi                                   on 2001/01/27  04:20:30
60582         Log: Subject: Re: Announce : Tokener reporting patch
60583              From: Simon Cozens <simon@cozens.net>
60584              Date: Mon, 22 Jan 2001 02:17:22 +0000
60585              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
60586      Branch: perl
60587            ! embed.h embed.pl proto.h toke.c
60588 ____________________________________________________________________________
60589 [  8561] By: jhi                                   on 2001/01/27  04:17:24
60590         Log: Forgot from #8545.  Oops.
60591      Branch: perl
60592            ! pp.c t/pragma/overload.t
60593 ____________________________________________________________________________
60594 [  8560] By: jhi                                   on 2001/01/27  03:01:47
60595         Log: A better module compilation test, use MANIFEST as suggested
60596              by Spider.
60597      Branch: perl
60598            ! t/lib/1_compile.t
60599 ____________________________________________________________________________
60600 [  8559] By: jhi                                   on 2001/01/27  02:50:48
60601         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
60602              From: Peter Prymmer <pvhp@forte.com>
60603              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
60604              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
60605      Branch: perl
60606            ! t/lib/b.t
60607 ____________________________________________________________________________
60608 [  8558] By: jhi                                   on 2001/01/27  02:27:05
60609         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
60610              From: Peter Prymmer <pvhp@forte.com>
60611              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
60612              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
60613      Branch: perl
60614            ! t/pragma/sub_lval.t
60615 ____________________________________________________________________________
60616 [  8557] By: jhi                                   on 2001/01/27  02:26:03
60617         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
60618              From: Peter Prymmer <pvhp@forte.com>
60619              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
60620              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
60621      Branch: perl
60622            ! t/lib/st-06compat.t
60623 ____________________________________________________________________________
60624 [  8556] By: jhi                                   on 2001/01/27  02:24:33
60625         Log: Subject: [PATCH: perl@8531] minor update to README.os390
60626              From: Peter Prymmer <pvhp@forte.com>
60627              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
60628              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
60629      Branch: perl
60630            ! README.os390
60631 ____________________________________________________________________________
60632 [  8555] By: jhi                                   on 2001/01/27  00:35:47
60633         Log: No point in checking the length before we know whether the pointer
60634              is bogus or not, fixes Abigail's odbm failures in Linux.
60635      Branch: perl
60636            ! sv.c
60637 ____________________________________________________________________________
60638 [  8554] By: nick                                  on 2001/01/26  19:01:31
60639         Log: Integrate mainline
60640      Branch: perlio
60641           !> lib/Text/Wrap.pm t/lib/textwrap.t
60642 ____________________________________________________________________________
60643 [  8553] By: jhi                                   on 2001/01/26  15:19:39
60644         Log: Integrate change #7792 from perlio (multiplicity fix),
60645              fix the AV leak in regex DEBUGGING (tiny part of the
60646              polymorphic regexp patch #8143).
60647      Branch: maint-5.6/perl
60648            ! regcomp.c
60649           !> scope.h
60650 ____________________________________________________________________________
60651 [  8552] By: jhi                                   on 2001/01/26  15:03:23
60652         Log: (Retracted by #8573)
60653              
60654              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
60655              From: Michael G Schwern <schwern@pobox.com>
60656              Date: Fri, 26 Jan 2001 09:28:31 -0500
60657              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
60658      Branch: perl
60659            ! lib/Text/Wrap.pm t/lib/textwrap.t
60660 ____________________________________________________________________________
60661 [  8551] By: jhi                                   on 2001/01/26  02:33:19
60662         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
60663              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
60664              
60665              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
60666              
60667              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
60668              
60669              Message nit.
60670              
60671              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
60672              
60673              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
60674              
60675              (the cleanup of unused submatches in regtry() and regcppop())
60676              
60677              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
60678              stored and restored, and thusly was trounced by the utf8 swash
60679              routines.
60680              
60681              use utf8 not required to use \x{}.
60682              
60683              Removed two more tests that make no sense in UTF-8 since the test
60684              data is not in UTF-8.
60685              
60686              Get the three different space character classes right under utf8.
60687              
60688              Implement ANYOFUTF8 regprop() dumping.
60689              
60690              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
60691              
60692              Document the regex context pushing/popping a bit better.
60693      Branch: maint-5.6/perl
60694           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
60695           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
60696           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
60697           !> t/op/regmesg.t utf8.c
60698 ____________________________________________________________________________
60699 [  8550] By: nick                                  on 2001/01/25  19:42:30
60700         Log: Integrate mainline
60701      Branch: perlio
60702           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
60703           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
60704           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
60705           !> t/lib/bigint.t t/lib/bigintpm.t
60706 ____________________________________________________________________________
60707 [  8549] By: jhi                                   on 2001/01/25  15:22:28
60708         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
60709      Branch: maint-5.6/perl
60710            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60711 ____________________________________________________________________________
60712 [  8548] By: jhi                                   on 2001/01/25  15:02:55
60713         Log: Integrate changes #7997,8063,8492,8547 from mainline.
60714              
60715              Subject: Re: STRLEN - what?
60716              
60717              Subject: [PATCH] perlguts.pod
60718              
60719              Memory management calls documentation.
60720              
60721              Layout using tabulator is not a good idea in a pod.
60722      Branch: maint-5.6/perl
60723           !> pod/perlguts.pod
60724 ____________________________________________________________________________
60725 [  8547] By: jhi                                   on 2001/01/25  14:49:05
60726         Log: Layout using tabulator is not a good idea in a pod.
60727      Branch: perl
60728            ! pod/perlguts.pod
60729 ____________________________________________________________________________
60730 [  8546] By: jhi                                   on 2001/01/25  14:31:12
60731         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
60732              from mainline.
60733              
60734              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
60735              
60736              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
60737              
60738              More Win32 editor/IDE/shell hints.
60739              
60740              More Win32 Perling.
60741              
60742              Yet another editor edit.
60743              
60744              Edit edit edit.
60745              
60746              IDE/editor section tweaking.
60747              
60748              Few more IDE/editor nits from p5p.
60749      Branch: maint-5.6/perl
60750           !> pod/perlfaq3.pod
60751 ____________________________________________________________________________
60752 [  8545] By: jhi                                   on 2001/01/25  04:16:32
60753         Log: Subject: [PATCH 5.7.0] overload int()
60754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60755              Date: Wed, 24 Jan 2001 19:06:57 -0500
60756              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
60757      Branch: perl
60758            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
60759            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
60760            ! t/lib/bigintpm.t
60761 ____________________________________________________________________________
60762 [  8544] By: jhi                                   on 2001/01/25  04:15:11
60763         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
60764              From: Peter Prymmer <pvhp@forte.com>
60765              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
60766              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
60767      Branch: perl
60768            ! Makefile.SH README.os390 hints/os390.sh installperl
60769 ____________________________________________________________________________
60770 [  8543] By: jhi                                   on 2001/01/25  03:52:08
60771         Log: Integrate change #8462,8469 from mainline.
60772              
60773              In VMS Perl subversion (perl -V) is undef.
60774      Branch: maint-5.6/perl
60775           !> configure.com
60776 ____________________________________________________________________________
60777 [  8542] By: jhi                                   on 2001/01/25  03:44:55
60778         Log: Integrate changes #7835,7850,8315,8316 from mainline.
60779              
60780              Solaris hints.
60781      Branch: maint-5.6/perl
60782           !> hints/solaris_2.sh
60783 ____________________________________________________________________________
60784 [  8541] By: jhi                                   on 2001/01/25  03:39:28
60785         Log: Integrate #8336 from mainline.
60786      Branch: maint-5.6/perl
60787           !> hv.c
60788 ____________________________________________________________________________
60789 [  8540] By: jhi                                   on 2001/01/25  03:23:50
60790         Log: Retract #8539.
60791      Branch: maint-5.6/perl
60792            ! pod/perlfaq3.pod
60793 ____________________________________________________________________________
60794 [  8539] By: jhi                                   on 2001/01/25  03:21:55
60795         Log: (Retracted by #8540.)
60796      Branch: maint-5.6/perl
60797            ! pod/perlfaq3.pod
60798 ____________________________________________________________________________
60799 [  8538] By: jhi                                   on 2001/01/25  03:14:07
60800         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
60801              From: Peter Prymmer <pvhp@forte.com>
60802              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
60803              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
60804              
60805              The VMS bits.
60806      Branch: maint-5.6/perl
60807            ! configure.com vms/descrip_mms.template
60808 ____________________________________________________________________________
60809 [  8537] By: jhi                                   on 2001/01/25  03:06:09
60810         Log: Integrate #7710,7824,7973 from mainline.
60811      Branch: maint-5.6/perl
60812           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60813           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
60814           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
60815           !> vos/config.ga.def vos/config.ga.h win32/config.bc
60816           !> win32/config.gc win32/config.vc
60817 ____________________________________________________________________________
60818 [  8536] By: jhi                                   on 2001/01/24  13:50:20
60819         Log: Revert the edits made by me so far to the 5.6 branch since
60820              the TRIAL1 since I did edits when I should have been using
60821              integrates.  Bad programmer.   (Will integrate them properly later.)
60822              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
60823              The #8353 will not be reapplied at least for now since
60824              the UTF-8 hash keys need more thinking.
60825              (The patches #8347, #8354, #8454, #8473 were okay since they
60826              were original edits made specifically for the 5.6.1-TRIAL1.)
60827      Branch: maint-5.6/perl
60828            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60829            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
60830            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
60831            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
60832            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
60833            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60834            ! win32/config.bc win32/config.gc win32/config.vc
60835 ____________________________________________________________________________
60836 [  8535] By: bailey                                on 2001/01/24  06:37:02
60837         Log: SYN SYN
60838      Branch: vmsperl
60839           +> (branch 26 files)
60840           !> (integrate 130 files)
60841 ____________________________________________________________________________
60842 [  8534] By: nick                                  on 2001/01/23  19:30:57
60843         Log: Integrate mainline.
60844      Branch: perlio
60845           !> Changes Configure Porting/Glossary Porting/config.sh
60846           !> Porting/config_H embed.h embed.pl ext/Encode/compile
60847           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
60848           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
60849           !> pod/perlvar.pod proto.h t/lib/1_compile.t
60850 ____________________________________________________________________________
60851 [  8533] By: jhi                                   on 2001/01/23  16:15:46
60852         Log: Forgotten from #8501.
60853      Branch: perl
60854            ! Porting/Glossary Porting/config.sh Porting/config_H
60855 ____________________________________________________________________________
60856 [  8532] By: jhi                                   on 2001/01/23  16:13:27
60857         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
60858              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60859              Date: Mon, 22 Jan 2001 17:51:58 +0100
60860              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
60861      Branch: perl
60862            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
60863 ____________________________________________________________________________
60864 [  8531] By: jhi                                   on 2001/01/23  15:46:01
60865         Log: Update Changes.
60866      Branch: perl
60867            ! Changes patchlevel.h
60868 ____________________________________________________________________________
60869 [  8530] By: jhi                                   on 2001/01/23  15:38:39
60870         Log: De-cut-and-pasto.
60871      Branch: perl
60872            ! t/lib/1_compile.t
60873 ____________________________________________________________________________
60874 [  8529] By: jhi                                   on 2001/01/23  15:11:04
60875         Log: Document the mkdir trailing slashes case.
60876      Branch: perl
60877            ! pod/perlfunc.pod
60878 ____________________________________________________________________________
60879 [  8528] By: jhi                                   on 2001/01/23  15:08:28
60880         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
60881              get installed:
60882              
60883              Subject: lib/lib.pm
60884              From: <abigail@foad.org>
60885              Date: Mon, 28 Aug 2000 20:35:08 -0400
60886              Message-ID: <20000829003508.21281.qmail@foad.org>
60887      Branch: perl
60888            ! installperl
60889 ____________________________________________________________________________
60890 [  8527] By: jhi                                   on 2001/01/23  14:44:04
60891         Log: Metaconfig unit change for #8526.
60892      Branch: metaconfig
60893            ! U/threads/archname.U
60894 ____________________________________________________________________________
60895 [  8526] By: jhi                                   on 2001/01/23  14:43:19
60896         Log: Attach -perlio to the archname if so selected.
60897      Branch: perl
60898            ! Configure
60899 ____________________________________________________________________________
60900 [  8525] By: jhi                                   on 2001/01/23  14:24:01
60901         Log: Subject: [PATCH] pod/perlvar.pod
60902              From: abigail@foad.org
60903              Date: Tue, 23 Jan 2001 01:41:10 +0100
60904              Message-ID: <20010123004110.22259.qmail@foad.org>
60905      Branch: perl
60906            ! pod/perlvar.pod
60907 ____________________________________________________________________________
60908 [  8524] By: jhi                                   on 2001/01/23  14:22:32
60909         Log: A bug introduced in #8217 (the undefined variable in the
60910              lib/safe1_t #3) fixed, by Charles Lane:
60911              
60912              The earlier patch made it so that stuff running in Safe
60913              compartments could do a "caller" and see "main".  That
60914              little change in name is done right before the code in
60915              the compartment is run, and apparantly the parser
60916              was picking up the stash name before it got changed.
60917              
60918              (why it was threaded vs. unthreaded Perl that was sensitive to this
60919              I still don't know...and it probably doesn't matter).
60920              
60921              I tryed removing the stash name-change and saw that threaded Perl
60922              did indeed pass the lib/safe1.t tests.
60923              
60924              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
60925              do the name change (and to connect _ in the compartment to the global
60926              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
60927              to call _safe_pkg_prep when creating a new compartment.
60928              
60929              Passes all tests with threaded perl on linux; passes all tests
60930              with unthreaded perl on VMS.
60931              
60932              At some point I'll probably want to revisit Safe and Opcode to
60933              provide more sensible handling of global variables...and to get
60934              formats working in Safe compartments, which they don't do currently.
60935      Branch: perl
60936            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
60937 ____________________________________________________________________________
60938 [  8523] By: jhi                                   on 2001/01/23  14:11:58
60939         Log: Also the lib/Thread.pm itself needs to be ignored if
60940              the Thread extension hasn't been built.
60941      Branch: perl
60942            ! t/lib/1_compile.t
60943 ____________________________________________________________________________
60944 [  8522] By: jhi                                   on 2001/01/23  13:51:28
60945         Log: print() instead of warn() so that stderr doesn't get
60946              unnecessarily polluted.
60947      Branch: perl
60948            ! ext/Encode/compile
60949 ____________________________________________________________________________
60950 [  8521] By: jhi                                   on 2001/01/23  13:49:48
60951         Log: Integrate perlio.
60952      Branch: perl
60953           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
60954           !> ext/Encode/encode.h
60955 ____________________________________________________________________________
60956 [  8520] By: nick                                  on 2001/01/22  21:44:00
60957         Log: More messing with Encode:
60958              Extra fields in header to allow multiple names and to record
60959              other things "compile" knows.
60960              Re-organise compile to factor out common output routines.
60961      Branch: perlio
60962            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
60963 ____________________________________________________________________________
60964 [  8519] By: nick                                  on 2001/01/22  20:33:50
60965         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
60966      Branch: perlio
60967            ! ext/Encode/Makefile.PL ext/Encode/compile
60968 ____________________________________________________________________________
60969 [  8518] By: nick                                  on 2001/01/22  20:28:13
60970         Log: Integrate mainline
60971      Branch: perlio
60972           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
60973           !> vos/config.alpha.def vos/config.alpha.h
60974 ____________________________________________________________________________
60975 [  8517] By: jhi                                   on 2001/01/22  15:37:17
60976         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
60977              by Inaba Hiroto.
60978      Branch: perl
60979            ! sv.c
60980 ____________________________________________________________________________
60981 [  8516] By: jhi                                   on 2001/01/22  14:55:15
60982         Log: More SIG_SIZE fixes.
60983      Branch: perl
60984            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
60985 ____________________________________________________________________________
60986 [  8515] By: jhi                                   on 2001/01/22  14:50:27
60987         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
60988              From: "Craig A. Berry" <craigberry@mac.com>
60989              Date: Mon, 22 Jan 2001 00:42:24 -0600
60990              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
60991      Branch: perl
60992            ! configure.com
60993 ____________________________________________________________________________
60994 [  8514] By: jhi                                   on 2001/01/22  14:31:17
60995         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
60996              From: "Craig A. Berry" <craigberry@mac.com>
60997              Date: Sun, 21 Jan 2001 23:03:25 -0600
60998              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
60999      Branch: perl
61000            ! configure.com
61001 ____________________________________________________________________________
61002 [  8513] By: jhi                                   on 2001/01/22  14:14:00
61003         Log: Add the .ucm encoding tables to the MANIFEST.
61004      Branch: perl
61005            ! MANIFEST
61006 ____________________________________________________________________________
61007 [  8512] By: jhi                                   on 2001/01/22  13:43:33
61008         Log: Integrate perlio.
61009      Branch: perl
61010           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
61011           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
61012           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
61013           +> ext/Encode/Encode/iso8859-10.ucm
61014           +> ext/Encode/Encode/iso8859-13.ucm
61015           +> ext/Encode/Encode/iso8859-14.ucm
61016           +> ext/Encode/Encode/iso8859-15.ucm
61017           +> ext/Encode/Encode/iso8859-16.ucm
61018           +> ext/Encode/Encode/iso8859-2.ucm
61019           +> ext/Encode/Encode/iso8859-3.ucm
61020           +> ext/Encode/Encode/iso8859-4.ucm
61021           +> ext/Encode/Encode/iso8859-5.ucm
61022           +> ext/Encode/Encode/iso8859-6.ucm
61023           +> ext/Encode/Encode/iso8859-7.ucm
61024           +> ext/Encode/Encode/iso8859-8.ucm
61025           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
61026           +> ext/Encode/Encode/symbol.ucm
61027           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
61028           !> perliol.h
61029 ____________________________________________________________________________
61030 [  8511] By: nick                                  on 2001/01/21  23:44:47
61031         Log: Make "real" layers of ":utf8" and ":raw".
61032              So now PERLIO=utf8 perl ...
61033              does what Andreas wanted.
61034              Fix arg passing in open.pm (still have a Carp issue).
61035      Branch: perlio
61036            ! lib/open.pm perlio.c perliol.h
61037 ____________________________________________________________________________
61038 [  8510] By: jhi                                   on 2001/01/21  22:56:53
61039         Log: Document the regex content pushing/popping a bit better.
61040      Branch: perl
61041            ! regexec.c
61042 ____________________________________________________________________________
61043 [  8509] By: jhi                                   on 2001/01/21  22:55:44
61044         Log: Tweak the mkdir trailing slash code some more.
61045              
61046              TO DO: the same handling should probably be done for
61047              all the other filesystem functions that can have directories
61048              as their arguments.
61049      Branch: perl
61050            ! pp_sys.c
61051 ____________________________________________________________________________
61052 [  8508] By: nick                                  on 2001/01/21  21:37:43
61053         Log: Switch "compiled in" encodings to .ucm format.
61054              (Leave others as .enc till we can run-time load .ucm,
61055              or find some other way to load them.)
61056      Branch: perlio
61057            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
61058            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
61059            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
61060            + ext/Encode/Encode/iso8859-10.ucm
61061            + ext/Encode/Encode/iso8859-13.ucm
61062            + ext/Encode/Encode/iso8859-14.ucm
61063            + ext/Encode/Encode/iso8859-15.ucm
61064            + ext/Encode/Encode/iso8859-16.ucm
61065            + ext/Encode/Encode/iso8859-2.ucm
61066            + ext/Encode/Encode/iso8859-3.ucm
61067            + ext/Encode/Encode/iso8859-4.ucm
61068            + ext/Encode/Encode/iso8859-5.ucm
61069            + ext/Encode/Encode/iso8859-6.ucm
61070            + ext/Encode/Encode/iso8859-7.ucm
61071            + ext/Encode/Encode/iso8859-8.ucm
61072            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
61073            + ext/Encode/Encode/symbol.ucm
61074            ! ext/Encode/Makefile.PL ext/Encode/compile
61075 ____________________________________________________________________________
61076 [  8507] By: nick                                  on 2001/01/21  21:02:03
61077         Log: Integrate (partial) mainline.
61078      Branch: perlio
61079           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
61080           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
61081           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61082 ____________________________________________________________________________
61083 [  8506] By: jhi                                   on 2001/01/21  20:09:30
61084         Log: Update Changes.
61085      Branch: perl
61086            ! Changes patchlevel.h
61087 ____________________________________________________________________________
61088 [  8505] By: jhi                                   on 2001/01/21  19:39:59
61089         Log: Subject: Minor typos in perlfaq2.pod
61090              From: "Stephen P. Potter" <spp@spotter.yi.org>
61091              Message-Id: <200101192101.QAA11911@spotter.yi.org>
61092              Date: Fri, 19 Jan 2001 16:01:13 -0500
61093              
61094              with a nit from Philip Newton.
61095      Branch: perl
61096            ! pod/perlfaq2.pod
61097 ____________________________________________________________________________
61098 [  8504] By: jhi                                   on 2001/01/21  19:33:05
61099         Log: Metaconfig change for #8503.
61100      Branch: metaconfig
61101            ! U/threads/usethreads.U
61102 ____________________________________________________________________________
61103 [  8503] By: jhi                                   on 2001/01/21  19:32:21
61104         Log: Sanity check for conflicting thread flavours.
61105      Branch: perl
61106            ! Configure config_h.SH
61107 ____________________________________________________________________________
61108 [  8502] By: jhi                                   on 2001/01/21  19:23:00
61109         Log: Metaconfig change for #8501.
61110      Branch: metaconfig
61111            ! U/modified/sig_name.U
61112 ____________________________________________________________________________
61113 [  8501] By: jhi                                   on 2001/01/21  19:22:26
61114         Log: The SIG_SIZE is the number of the elements *excluding*
61115              the terminating NULL.
61116      Branch: perl
61117            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
61118            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
61119            ! win32/config_H.vc
61120 ____________________________________________________________________________
61121 [  8500] By: jhi                                   on 2001/01/21  18:31:31
61122         Log: Integrate perlio.
61123      Branch: perl
61124           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
61125           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
61126           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
61127           !> pp_sys.c proto.h sv.c
61128 ____________________________________________________________________________
61129 [  8499] By: jhi                                   on 2001/01/21  17:43:57
61130         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
61131              From: Hugo <hv@crypt.compulink.co.uk>
61132              Date: Sun, 21 Jan 2001 13:34:05 +0000
61133              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
61134              
61135              In sprintf UTF8ize only if necessary.
61136      Branch: perl
61137            ! sv.c
61138 ____________________________________________________________________________
61139 [  8498] By: nick                                  on 2001/01/21  16:25:32
61140         Log: Encode cleanup.
61141              Add command line control over "compile" so that Makefile.PL
61142              needs can be combined with other uses.
61143              Use command line options in Makefile.PL.
61144              Fix multi-byte parsing in .ucm files.
61145      Branch: perlio
61146            ! ext/Encode/Makefile.PL ext/Encode/compile
61147 ____________________________________________________________________________
61148 [  8497] By: nick                                  on 2001/01/21  12:56:27
61149         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
61150      Branch: perlio
61151            ! ext/Encode/Encode.xs
61152 ____________________________________________________________________________
61153 [  8496] By: nick                                  on 2001/01/21  12:18:45
61154         Log: Fixup after integrate:
61155              missed the .sym files that are changed by regen_headers
61156              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
61157      Branch: perlio
61158            ! global.sym pp.sym sv.c
61159 ____________________________________________________________________________
61160 [  8495] By: nick                                  on 2001/01/21  11:51:07
61161         Log: Integrate mainline.
61162      Branch: perlio
61163           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
61164           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
61165           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
61166           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
61167           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
61168           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
61169           !> win32/Makefile win32/makefile.mk
61170 ____________________________________________________________________________
61171 [  8494] By: jhi                                   on 2001/01/20  23:12:11
61172         Log: Forgot the expect_number() prototype.
61173      Branch: perl
61174            ! embed.h embed.pl proto.h
61175 ____________________________________________________________________________
61176 [  8493] By: jhi                                   on 2001/01/20  22:56:39
61177         Log: Subject: [PATCH: perl@8482] README.vms URL updates
61178              From: Peter Prymmer <pvhp@forte.com>
61179              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
61180              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
61181              
61182              Plus Craig A. Berry's suggestion to use compaq.com instead
61183              of digital.com.
61184      Branch: perl
61185            ! README.vms
61186 ____________________________________________________________________________
61187 [  8492] By: jhi                                   on 2001/01/20  22:50:05
61188         Log: Memory management calls documentation.
61189      Branch: perl
61190            ! pod/perlguts.pod
61191 ____________________________________________________________________________
61192 [  8491] By: jhi                                   on 2001/01/20  22:38:33
61193         Log: Signedness nit plus few memcpy/Copy nits.
61194      Branch: perl
61195            ! sv.c
61196 ____________________________________________________________________________
61197 [  8490] By: jhi                                   on 2001/01/20  22:25:53
61198         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
61199              From: Peter Prymmer <pvhp@forte.com>
61200              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
61201              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
61202      Branch: perl
61203            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
61204 ____________________________________________________________________________
61205 [  8489] By: jhi                                   on 2001/01/20  22:24:41
61206         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
61207              From: Peter Prymmer <pvhp@forte.com>
61208              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
61209              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
61210      Branch: perl
61211            ! win32/Makefile win32/makefile.mk
61212 ____________________________________________________________________________
61213 [  8488] By: jhi                                   on 2001/01/20  22:22:27
61214         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
61215              From: Peter Prymmer <pvhp@forte.com>
61216              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
61217              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
61218      Branch: perl
61219            ! Makefile.SH
61220 ____________________________________________________________________________
61221 [  8487] By: jhi                                   on 2001/01/20  22:21:18
61222         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
61223              From: Peter Prymmer <pvhp@forte.com>
61224              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
61225              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
61226      Branch: perl
61227            + ext/DynaLoader/dl_dllload.xs
61228            ! MANIFEST Makefile.SH hints/os390.sh
61229 ____________________________________________________________________________
61230 [  8486] By: jhi                                   on 2001/01/20  22:17:53
61231         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
61232              From: Peter Prymmer <pvhp@forte.com>
61233              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
61234              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
61235      Branch: perl
61236            ! README.os390 README.posix-bc
61237 ____________________________________________________________________________
61238 [  8485] By: jhi                                   on 2001/01/20  20:15:30
61239         Log: Document and test the new qu operator.
61240      Branch: perl
61241            + t/op/qu.t
61242            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
61243            ! pod/perlretut.pod pod/perlunicode.pod
61244 ____________________________________________________________________________
61245 [  8484] By: nick                                  on 2001/01/20  19:42:30
61246         Log: Infrastructure to allow:
61247              open($fh,"|-",@array);
61248              to be implemented
61249              i.e. mark pp_open as needing a stack mark, and make pp_open
61250              process its args in that style (and pass them _all_ to tied handles OPEN).
61251              Invent do_openn() which takes SV ** at allow it to see multiple args.
61252              Note this does not _do_ anything yet.
61253      Branch: perlio
61254            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
61255            ! perlapi.c pp_proto.h pp_sys.c proto.h
61256 ____________________________________________________________________________
61257 [  8483] By: nick                                  on 2001/01/20  17:23:14
61258         Log: Integrate mainline.
61259      Branch: perlio
61260           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
61261           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
61262 ____________________________________________________________________________
61263 [  8482] By: jhi                                   on 2001/01/19  15:37:49
61264         Log: Update Changes.
61265      Branch: perl
61266            ! Changes patchlevel.h
61267 ____________________________________________________________________________
61268 [  8481] By: jhi                                   on 2001/01/19  14:41:24
61269         Log: Subject: Re: new feature: s?printf parameter reordering 
61270              From: Hugo <hv@crypt.compulink.co.uk>
61271              Date: Thu, 11 Jan 2001 17:09:03 +0000
61272              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
61273              
61274              - support reordering for all parameters: %, *v, *, .*
61275              - lay down that the reordering specification must immediately
61276              follow that parameter: %3$, *v3$, *3$, .*3$
61277              - fix vectorisation of a zero-length string
61278              - factor out the code choosing the argument to format
61279              
61280              Possibly unwanted side-effects:
61281              - the special format specifiers ' +-0' must now precede any
61282              vectorisation specifier. Tests in op/sprintf and op/ver
61283              have been changed to reflect this.
61284              - sprintf.t test #214 changed its expectations because in many
61285              cases, the next parameter has already been consumed when an
61286              invalid type letter is detected.
61287              
61288              Probably wanted side-effects:
61289              - attempts to format a non-existent parameter will warn as if C<undef>
61290              - attempt to write to non-existent parameter with '%n' will complain
61291              of "attempt to modify read-only value" instead of being silent
61292      Branch: perl
61293            ! sv.c t/op/sprintf.t t/op/ver.t
61294 ____________________________________________________________________________
61295 [  8480] By: jhi                                   on 2001/01/19  14:08:37
61296         Log: Subject: PATCH pragma/locale.t
61297              From: andreas.koenig@anima.de (Andreas J. Koenig)
61298              Date: 18 Jan 2001 09:45:37 +0100
61299              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
61300      Branch: perl
61301            ! t/pragma/locale.t
61302 ____________________________________________________________________________
61303 [  8479] By: jhi                                   on 2001/01/19  13:19:58
61304         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
61305      Branch: perl
61306            ! configure.com
61307 ____________________________________________________________________________
61308 [  8478] By: jhi                                   on 2001/01/19  02:12:35
61309         Log: Automate 1_compile.t.
61310      Branch: perl
61311            ! t/lib/1_compile.t
61312 ____________________________________________________________________________
61313 [  8477] By: jhi                                   on 2001/01/19  01:49:56
61314         Log: Integrate perlio.
61315      Branch: perl
61316           !> sv.c win32/config.bc win32/config.gc win32/config.vc
61317           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61318 ____________________________________________________________________________
61319 [  8476] By: nick                                  on 2001/01/18  21:51:52
61320         Log: Integrate mainline
61321      Branch: perlio
61322           +> t/lib/1_compile.t t/lib/compmod.pl
61323           !> MANIFEST configure.com lib/unicode/distinct.pm
61324 ____________________________________________________________________________
61325 [  8475] By: nick                                  on 2001/01/18  21:48:02
61326         Log: Win32 "safe signals" co-existance fix.
61327              Fix SIG_SIZE value.
61328              Clear PL_sig_pending when cloning (fork).
61329      Branch: perlio
61330            ! sv.c win32/config.bc win32/config.gc win32/config.vc
61331            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61332 ____________________________________________________________________________
61333 [  8474] By: jhi                                   on 2001/01/18  14:40:57
61334         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
61335      Branch: perl
61336            ! t/lib/1_compile.t
61337 ____________________________________________________________________________
61338 [  8473] By: gsar                                  on 2001/01/18  11:42:31
61339         Log: unsubmitted trial1 change
61340      Branch: maint-5.6/perl
61341            ! Changes
61342 ____________________________________________________________________________
61343 [  8472] By: jhi                                   on 2001/01/18  04:30:24
61344         Log: The first bug found by 1_compile.t.
61345      Branch: perl
61346            ! lib/unicode/distinct.pm
61347 ____________________________________________________________________________
61348 [  8471] By: jhi                                   on 2001/01/18  04:29:42
61349         Log: Add Schwern's 1_compile test.  The compile_module script renamed
61350              to be a bit shorter for the 8.3 people.
61351      Branch: perl
61352            + t/lib/1_compile.t t/lib/compmod.pl
61353            ! MANIFEST
61354 ____________________________________________________________________________
61355 [  8470] By: jhi                                   on 2001/01/18  04:16:00
61356         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)
61357              From: Peter Prymmer <pvhp@forte.com>
61358              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
61359              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
61360              Replace #8463.
61361      Branch: maint-5.6/perl
61362            ! configure.com
61363 ____________________________________________________________________________
61364 [  8469] By: jhi                                   on 2001/01/18  04:13:02
61365         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)
61366              From: Peter Prymmer <pvhp@forte.com>
61367              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
61368              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
61369              Replace #8462.
61370      Branch: perl
61371            ! configure.com
61372 ____________________________________________________________________________
61373 [  8468] By: jhi                                   on 2001/01/18  03:42:08
61374         Log: Integrate perlio.
61375      Branch: perl
61376           !> gv.c mg.c perlio.c util.c
61377 ____________________________________________________________________________
61378 [  8467] By: nick                                  on 2001/01/17  22:41:10
61379         Log: "Safe" signals - trial implementation.
61380              gv.c tweaked to zero PL_sig_pend array
61381              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
61382              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
61383              Odd thing is that it "works" with PERLIO=stdio as well (linux).
61384      Branch: perlio
61385            ! gv.c mg.c perlio.c util.c
61386 ____________________________________________________________________________
61387 [  8466] By: nick                                  on 2001/01/17  20:40:20
61388         Log: Integrate mainline.
61389      Branch: perlio
61390           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61391           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
61392           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
61393           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61394           !> vos/config.ga.h win32/config.bc win32/config.gc
61395           !> win32/config.vc
61396 ____________________________________________________________________________
61397 [  8465] By: jhi                                   on 2001/01/17  18:37:13
61398         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
61399              From: Nicholas Clark <nick@ccl4.org>
61400              Date: Wed, 17 Jan 2001 17:31:33 +0000
61401              Message-ID: <20010117173133.I2633@plum.flirble.org>
61402      Branch: perl
61403            ! t/op/int.t
61404 ____________________________________________________________________________
61405 [  8464] By: jhi                                   on 2001/01/17  14:43:17
61406         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
61407              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61408              Date: Wed, 17 Jan 2001 15:16:43 +0100
61409              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
61410              
61411              pp_int() was dropping an NV to the floor,
61412              int(279964589018079/59) either returned not an integer
61413              4745162525730.15, or one got "Attempt to free unreferenced scalar."
61414      Branch: perl
61415            ! pp.c
61416 ____________________________________________________________________________
61417 [  8463] By: jhi                                   on 2001/01/17  06:12:42
61418         Log: (Replaced by #8470)
61419              
61420              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)
61421              From: "Craig A. Berry" <craigberry@mac.com>
61422              Date: Tue, 16 Jan 2001 23:38:46 -0600
61423              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
61424      Branch: maint-5.6/perl
61425            ! configure.com
61426 ____________________________________________________________________________
61427 [  8462] By: jhi                                   on 2001/01/17  06:11:31
61428         Log: (Replaced by #8469)
61429              
61430              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)
61431              From: "Craig A. Berry" <craigberry@mac.com>
61432              Date: Tue, 16 Jan 2001 23:38:46 -0600
61433              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
61434      Branch: perl
61435            ! configure.com
61436 ____________________________________________________________________________
61437 [  8461] By: jhi                                   on 2001/01/17  05:56:12
61438         Log: Allow for one trailing slash in the directory of mkdir().
61439      Branch: perl
61440            ! pp_sys.c
61441 ____________________________________________________________________________
61442 [  8460] By: jhi                                   on 2001/01/17  03:26:01
61443         Log: Metaconfig unit changes for #8459.
61444      Branch: metaconfig
61445            ! U/modified/Loc.U U/modified/sig_name.U
61446 ____________________________________________________________________________
61447 [  8459] By: jhi                                   on 2001/01/17  03:24:48
61448         Log: Define SIG_SIZE, the number of elements in the sig_name and
61449              sig_num arrays, including the final NULL entry.
61450      Branch: perl
61451            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61452            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
61453            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
61454            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61455            ! win32/config.bc win32/config.gc win32/config.vc
61456 ____________________________________________________________________________
61457 [  8458] By: jhi                                   on 2001/01/17  01:41:33
61458         Log: Integrate perlio.
61459      Branch: perl
61460           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
61461           !> perlapi.h proto.h sv.c
61462 ____________________________________________________________________________
61463 [  8457] By: nick                                  on 2001/01/16  22:07:26
61464         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
61465              Provides all the "cost" but no benefit yet - it is to allow cost
61466              to be measured, and implementation experiments (just in mg.c?).
61467      Branch: perlio
61468            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
61469            ! perlapi.h proto.h sv.c
61470 ____________________________________________________________________________
61471 [  8456] By: nick                                  on 2001/01/16  21:07:07
61472         Log: Integrate mainline.
61473      Branch: perlio
61474           !> (integrate 51 files)
61475 ____________________________________________________________________________
61476 [  8455] By: jhi                                   on 2001/01/16  18:13:43
61477         Log: Subject: [PATCH] regcomp.c old feature removal
61478              From: mjd@plover.com
61479              Date: 16 Jan 2001 14:43:18 -0000 
61480              Message-ID: <20010116144318.7140.qmail@plover.com> 
61481      Branch: perl
61482            ! regcomp.c
61483 ____________________________________________________________________________
61484 [  8454] By: jhi                                   on 2001/01/16  16:12:39
61485         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
61486              From: "Indy Singh" <indy@nusphere.com>
61487              Date: Wed, 10 Jan 2001 20:17:49 -0500
61488              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
61489      Branch: maint-5.6/perl
61490            ! win32/Makefile
61491 ____________________________________________________________________________
61492 [  8453] By: jhi                                   on 2001/01/16  16:09:33
61493         Log: Update Changes.
61494      Branch: perl
61495            ! Changes patchlevel.h
61496 ____________________________________________________________________________
61497 [  8452] By: jhi                                   on 2001/01/16  15:42:04
61498         Log: Subject: Re: API Cleanup
61499              To: perl5-porters@perl.org
61500              Date: Tue, 16 Jan 2001 13:42:30 +0000
61501              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
61502              
61503              Subject: [PATCH] utf8.c documentation
61504              From: Simon Cozens <simon@cozens.net>
61505              Date: Tue, 16 Jan 2001 13:52:48 +0000
61506              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
61507              
61508              Subject: Re: API Cleanup
61509              From: Simon Cozens <simon@cozens.net>
61510              Date: Tue, 16 Jan 2001 14:58:55 +0000
61511              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
61512              
61513              UTF-8 doc patches.
61514      Branch: perl
61515            ! embed.pl pod/perlapi.pod utf8.c
61516 ____________________________________________________________________________
61517 [  8451] By: jhi                                   on 2001/01/16  14:41:39
61518         Log: podlators 1.07, from Russ Allbery.
61519      Branch: perl
61520            ! lib/Pod/Man.pm
61521 ____________________________________________________________________________
61522 [  8450] By: jhi                                   on 2001/01/16  14:24:19
61523         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
61524              From: "Indy Singh" <indy@nusphere.com>
61525              Date: Mon, 15 Jan 2001 20:59:40 -0500
61526              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
61527      Branch: perl
61528            ! win32/Makefile
61529 ____________________________________________________________________________
61530 [  8449] By: jhi                                   on 2001/01/16  03:42:55
61531         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
61532              at the setting of the ofs_sv in new_struct_thread() as the
61533              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
61534              uninitialized fields are, uh, initialized with),
61535              SvREFCNT_inc()ing that invited a core dump.
61536      Branch: perl
61537            ! util.c
61538 ____________________________________________________________________________
61539 [  8448] By: jhi                                   on 2001/01/16  01:49:07
61540         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
61541              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61542              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
61543              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
61544              
61545              Replace #8444 and #8445.
61546      Branch: perl
61547            ! ext/B/B.xs ext/B/B/Debug.pm
61548 ____________________________________________________________________________
61549 [  8447] By: jhi                                   on 2001/01/15  21:05:35
61550         Log: Subject: [PATCH] API Variable documentation   
61551              From: Simon Cozens <simon@cozens.net>
61552              Date: Mon, 15 Jan 2001 19:35:54 +0000
61553              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
61554      Branch: perl
61555            ! pod/perlapi.pod thrdvar.h
61556 ____________________________________________________________________________
61557 [  8446] By: jhi                                   on 2001/01/15  20:49:20
61558         Log: Signedness nit.
61559      Branch: perl
61560            ! pp_ctl.c
61561 ____________________________________________________________________________
61562 [  8445] By: jhi                                   on 2001/01/15  20:28:48
61563         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
61564      Branch: perl
61565            ! ext/B/B/Debug.pm
61566 ____________________________________________________________________________
61567 [  8444] By: jhi                                   on 2001/01/15  13:09:10
61568         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
61569      Branch: perl
61570            ! ext/B/B.xs
61571 ____________________________________________________________________________
61572 [  8443] By: jhi                                   on 2001/01/15  13:06:26
61573         Log: Missing from #8439.
61574      Branch: perl
61575            ! keywords.h mg.c
61576 ____________________________________________________________________________
61577 [  8442] By: jhi                                   on 2001/01/15  13:02:38
61578         Log: Subject: [PATCH @8436] Eliminate op_children
61579              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61580              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
61581              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
61582              
61583              Subject: [PATCH @8436] Re: Eliminate op_children
61584              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61585              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
61586              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
61587      Branch: perl
61588            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
61589            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
61590            ! op.c op.h
61591 ____________________________________________________________________________
61592 [  8441] By: jhi                                   on 2001/01/15  12:57:08
61593         Log: Use the /^Perl_/-less form of is_lvalue_sub().
61594      Branch: perl
61595            ! pp.h
61596 ____________________________________________________________________________
61597 [  8440] By: jhi                                   on 2001/01/15  05:13:09
61598         Log: Revert #8437 and #8438, the Linux large files story is more complex.
61599      Branch: metaconfig/U/perl
61600            ! d_fpos64_t.U d_off64_t.U
61601      Branch: perl
61602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61603            ! config_h.SH configure.com epoc/config.sh perl.h
61604            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61605            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61606            ! win32/config.bc win32/config.gc win32/config.vc
61607 ____________________________________________________________________________
61608 [  8439] By: jhi                                   on 2001/01/15  05:02:24
61609         Log: More UTF-8 patches from Inaba Hiroto.
61610              - The substr lval was still not okay.
61611              - Now pp_stringify and sv_setsv copies source's UTF8 flag
61612              even if IN_BYTE.  pp_stringify is called from fold_constants
61613              at optimization phase and "\x{100}" was made SvUTF8_off under
61614              use bytes (the bytes pragma is for "byte semantics" and not
61615              for "do not produce UTF8 data")
61616              - New `qu' operator to generate UTF8 string explicitly.
61617              Though I agree with the policy "0x00-0xff always produce bytes",
61618              sometimes want to such a string to be coded in UTF8.
61619              I can use pack"U0a*" but it requires more typing and has
61620              runtime overhead.
61621              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
61622              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
61623              string is not UTF8_on and has char 0x80-0xff.
61624              
61625              TODO: document and test qu.
61626      Branch: perl
61627            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
61628            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
61629            ! toke.c
61630 ____________________________________________________________________________
61631 [  8438] By: jhi                                   on 2001/01/14  05:10:23
61632         Log: (Reverted by #8440)
61633              
61634              Metaconfig unit changes for #8437.
61635      Branch: metaconfig/U/perl
61636            ! d_fpos64_t.U d_off64_t.U
61637 ____________________________________________________________________________
61638 [  8437] By: jhi                                   on 2001/01/14  04:55:34
61639         Log: (Reverted by #8440)
61640              
61641              Add <features.h> probing, seems to be needed for (some?)
61642              Linux largefileness.
61643      Branch: perl
61644            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61645            ! config_h.SH configure.com epoc/config.sh perl.h
61646            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61647            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61648            ! win32/config.bc win32/config.gc win32/config.vc
61649 ____________________________________________________________________________
61650 [  8436] By: jhi                                   on 2001/01/13  17:47:21
61651         Log: Tighten some of the tests a bit.
61652      Branch: perl
61653            ! t/pragma/utf8.t
61654 ____________________________________________________________________________
61655 [  8435] By: jhi                                   on 2001/01/13  17:31:54
61656         Log: Integrate perlio.
61657      Branch: perl
61658           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
61659           !> win32/config_H.gc win32/config_H.vc
61660 ____________________________________________________________________________
61661 [  8434] By: nick                                  on 2001/01/13  11:36:53
61662         Log: Run dmake regen_config_h for Win32
61663      Branch: perlio
61664            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61665 ____________________________________________________________________________
61666 [  8433] By: nick                                  on 2001/01/13  11:31:55
61667         Log: VMS friendly patch to Encode compile process
61668      Branch: perlio
61669            ! ext/Encode/Makefile.PL ext/Encode/compile
61670 ____________________________________________________________________________
61671 [  8432] By: nick                                  on 2001/01/13  11:06:44
61672         Log: Integrate mainline
61673      Branch: perlio
61674           +> ext/B/B/Concise.pm
61675           !> (integrate 52 files)
61676 ____________________________________________________________________________
61677 [  8431] By: jhi                                   on 2001/01/13  05:55:55
61678         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
61679              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61680              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
61681              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
61682      Branch: perl
61683            ! ext/B/B/Concise.pm
61684 ____________________________________________________________________________
61685 [  8430] By: jhi                                   on 2001/01/13  04:24:18
61686         Log: The LVRET macro needed an aTHX.
61687      Branch: perl
61688            ! pp.h
61689 ____________________________________________________________________________
61690 [  8429] By: jhi                                   on 2001/01/13  02:12:42
61691         Log: Update Changes.
61692      Branch: perl
61693            ! Changes patchlevel.h
61694 ____________________________________________________________________________
61695 [  8428] By: jhi                                   on 2001/01/13  02:08:50
61696         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
61697              From: Peter Prymmer <pvhp@forte.com>
61698              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
61699              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
61700              
61701              Add a BEGIN guard for sloppy floating point division.
61702      Branch: perl
61703            ! lib/Math/BigInt.pm lib/bigint.pl
61704 ____________________________________________________________________________
61705 [  8427] By: jhi                                   on 2001/01/13  01:47:16
61706         Log: The B::Terse drop-in replacement wasn't quite drop-in.
61707      Branch: perl
61708            ! ext/B/B/Terse.pm
61709 ____________________________________________________________________________
61710 [  8426] By: jhi                                   on 2001/01/12  21:20:43
61711         Log: Use UVXf.
61712      Branch: perl
61713            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61714            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
61715            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
61716            ! vos/config.ga.def vos/config.ga.h win32/config.bc
61717            ! win32/config.gc win32/config.vc
61718 ____________________________________________________________________________
61719 [  8425] By: jhi                                   on 2001/01/12  20:20:14
61720         Log: Subject: [PATCH perl@8342] -Wformat
61721              From: Robin Barker <rmb1@cise.npl.co.uk>
61722              Date: Fri, 12 Jan 2001 20:03:14 GMT
61723              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
61724      Branch: perl
61725            ! ext/Encode/Encode.xs mg.c sv.c toke.c
61726 ____________________________________________________________________________
61727 [  8424] By: jhi                                   on 2001/01/12  20:01:48
61728         Log: Subject: B::Concise -- an improved replacement for B::Terse 
61729              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61730              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
61731              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
61732      Branch: perl
61733            + ext/B/B/Concise.pm
61734            ! MANIFEST ext/B/B/Terse.pm
61735 ____________________________________________________________________________
61736 [  8423] By: jhi                                   on 2001/01/12  19:24:02
61737         Log: The new metaconfig unit from the #8421.
61738      Branch: metaconfig/U/perl
61739            + d_sigprocmask.U
61740 ____________________________________________________________________________
61741 [  8422] By: jhi                                   on 2001/01/12  19:23:43
61742         Log: Forgot the microperl config from the #8421.
61743      Branch: perl
61744            ! uconfig.h uconfig.sh
61745 ____________________________________________________________________________
61746 [  8421] By: jhi                                   on 2001/01/12  19:05:27
61747         Log: Add sigprocmask() probe, regen Configure, regen toc.
61748      Branch: perl
61749            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61750            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
61751            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61752            ! vos/config.ga.h win32/config.bc win32/config.gc
61753            ! win32/config.vc
61754 ____________________________________________________________________________
61755 [  8420] By: jhi                                   on 2001/01/12  18:34:31
61756         Log: Add sockatmark() to the todo list.
61757      Branch: perl
61758            ! Todo-5.6
61759 ____________________________________________________________________________
61760 [  8419] By: jhi                                   on 2001/01/12  18:09:46
61761         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
61762      Branch: perl
61763            ! op.c
61764 ____________________________________________________________________________
61765 [  8418] By: jhi                                   on 2001/01/12  18:05:30
61766         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
61767              From: Radu Greab <radu@netsoft.ro>
61768              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
61769              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
61770      Branch: perl
61771            ! op.c t/pragma/sub_lval.t
61772 ____________________________________________________________________________
61773 [  8417] By: jhi                                   on 2001/01/12  16:09:09
61774         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
61775              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
61776              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
61777              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
61778      Branch: perl
61779            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
61780            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
61781            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
61782            ! t/pragma/sub_lval.t toke.c
61783 ____________________________________________________________________________
61784 [  8416] By: jhi                                   on 2001/01/12  15:42:06
61785         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
61786              From: "Richard Soderberg" <rs@crystalflame.net>
61787              Date: Fri, 12 Jan 2001 04:49:35 -0800
61788              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
61789              
61790              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
61791              according to the platform.
61792      Branch: perl
61793            ! op.c
61794 ____________________________________________________________________________
61795 [  8415] By: jhi                                   on 2001/01/12  15:33:41
61796         Log: One more UTF-8 fix from Inaba Hiroto.
61797      Branch: perl
61798            ! pp.c regexec.c t/pragma/utf8.t
61799 ____________________________________________________________________________
61800 [  8414] By: jhi                                   on 2001/01/12  15:30:18
61801         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
61802      Branch: perl
61803            ! regexec.c
61804 ____________________________________________________________________________
61805 [  8413] By: jhi                                   on 2001/01/12  15:22:10
61806         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
61807              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61808              Date: Thu, 11 Jan 2001 12:53:36 +0100
61809              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
61810      Branch: perl
61811            ! toke.c
61812 ____________________________________________________________________________
61813 [  8412] By: jhi                                   on 2001/01/12  15:20:25
61814         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
61815              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61816              Date: Fri, 12 Jan 2001 14:37:55 +0100
61817              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
61818      Branch: perl
61819            ! hints/posix-bc.sh
61820 ____________________________________________________________________________
61821 [  8411] By: jhi                                   on 2001/01/12  15:14:14
61822         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
61823              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61824              Date: Fri, 12 Jan 2001 10:42:21 +0100
61825              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
61826      Branch: perl
61827            ! t/op/regmesg.t
61828 ____________________________________________________________________________
61829 [  8410] By: jhi                                   on 2001/01/12  05:48:55
61830         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
61831              From: Nicholas Clark <nick@ccl4.org> 
61832              Date: Sun, 7 Jan 2001 19:47:14 +0000
61833              Message-ID: <20010107194714.B1048@plum.flirble.org>
61834      Branch: perl
61835            ! t/op/numconvert.t
61836 ____________________________________________________________________________
61837 [  8409] By: jhi                                   on 2001/01/12  05:41:28
61838         Log: Integrate perlio.
61839      Branch: perl
61840           !> mg.c scope.h
61841 ____________________________________________________________________________
61842 [  8408] By: nick                                  on 2001/01/11  22:43:28
61843         Log: Remove variables that were used in experiments.
61844      Branch: perlio
61845            ! mg.c
61846 ____________________________________________________________________________
61847 [  8407] By: nick                                  on 2001/01/11  20:57:44
61848         Log: Catch die in %SIG handler and unblock the signal before re-dying.
61849              This make Linux work _without_ sigsetjmp().
61850              Turn off sigsetjmp() to see what else it does.
61851              May need Configure probe for sigprocmask() if anything has sigaction()
61852              but not sigprocmask().
61853      Branch: perlio
61854            ! mg.c scope.h
61855 ____________________________________________________________________________
61856 [  8406] By: nick                                  on 2001/01/11  19:32:07
61857         Log: Integrate mainline
61858      Branch: perlio
61859           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
61860           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
61861           !> t/op/substr.t
61862 ____________________________________________________________________________
61863 [  8405] By: jhi                                   on 2001/01/11  17:11:01
61864         Log: Fix UTF-8 lval substr().
61865      Branch: perl
61866            ! mg.c t/op/substr.t
61867 ____________________________________________________________________________
61868 [  8404] By: jhi                                   on 2001/01/11  05:13:58
61869         Log: Update Changes.
61870      Branch: perl
61871            ! Changes patchlevel.h
61872 ____________________________________________________________________________
61873 [  8403] By: jhi                                   on 2001/01/11  04:38:24
61874         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
61875              From: Hugo <hv@crypt.compulink.co.uk>
61876              Date: Mon, 30 Oct 2000 01:33:26 +0000
61877              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
61878      Branch: perl
61879            ! regexec.c t/op/re_tests
61880 ____________________________________________________________________________
61881 [  8402] By: jhi                                   on 2001/01/11  04:26:12
61882         Log: Integrate perlio.
61883      Branch: perl
61884           !> scope.h util.c
61885 ____________________________________________________________________________
61886 [  8401] By: nick                                  on 2001/01/10  22:52:55
61887         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
61888              (So Alan and Ilya can try setting via hints.)
61889              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
61890              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
61891              doing the save everywhere seems to restart read() correctly, but just
61892              doing it once "round" the handler does not.
61893      Branch: perlio
61894            ! scope.h
61895 ____________________________________________________________________________
61896 [  8400] By: jhi                                   on 2001/01/10  21:57:54
61897         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
61898              of IRIX, HP-UX is unaffected.
61899      Branch: perl
61900            ! perl.h
61901 ____________________________________________________________________________
61902 [  8399] By: nick                                  on 2001/01/10  21:29:19
61903         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
61904      Branch: perlio
61905            ! util.c
61906 ____________________________________________________________________________
61907 [  8398] By: jhi                                   on 2001/01/10  20:55:31
61908         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
61909              also have ReusePort.
61910      Branch: perl
61911            ! ext/IO/lib/IO/Socket/INET.pm
61912 ____________________________________________________________________________
61913 [  8397] By: jhi                                   on 2001/01/10  20:50:57
61914         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
61915              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
61916              Date: Wed, 10 Jan 2001 01:38:13 -0800
61917              Message-ID: <20010110013813.B41744@yahoo-inc.com>
61918      Branch: perl
61919            ! ext/IO/lib/IO/Socket/INET.pm
61920 ____________________________________________________________________________
61921 [  8396] By: jhi                                   on 2001/01/10  20:49:30
61922         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
61923              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
61924              Date: Wed, 10 Jan 2001 01:37:32 -0800
61925              Message-ID: <20010110013732.A41744@yahoo-inc.com>
61926      Branch: perl
61927            ! ext/Socket/Socket.pm
61928 ____________________________________________________________________________
61929 [  8395] By: jhi                                   on 2001/01/10  20:41:37
61930         Log: Test for bug id 20010105.016 (fixed by #8378).
61931      Branch: perl
61932            ! t/op/split.t
61933 ____________________________________________________________________________
61934 [  8394] By: jhi                                   on 2001/01/10  20:26:32
61935         Log: Integrate perlio.
61936      Branch: perl
61937            ! util.c
61938 ____________________________________________________________________________
61939 [  8393] By: nick                                  on 2001/01/10  19:34:30
61940         Log: Back out Simon's pid hackery for now.
61941      Branch: perlio
61942            ! util.c
61943 ____________________________________________________________________________
61944 [  8392] By: nick                                  on 2001/01/10  19:23:13
61945         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
61946      Branch: perlio
61947           !> (integrate 29 files)
61948 ____________________________________________________________________________
61949 [  8391] By: jhi                                   on 2001/01/10  18:43:15
61950         Log: Subject: [PATCH] Fix my_pclose segfault
61951              From: Simon Cozens <simon@cozens.net>
61952              Date: Wed, 10 Jan 2001 18:39:35 +0000
61953              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
61954      Branch: perl
61955            ! util.c
61956 ____________________________________________________________________________
61957 [  8390] By: jhi                                   on 2001/01/10  18:42:08
61958         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
61959              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61960              Date:     Wed, 10 Jan 2001 13:23:02 EST
61961              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
61962      Branch: perl
61963            ! ext/Opcode/Opcode.xs
61964 ____________________________________________________________________________
61965 [  8389] By: jhi                                   on 2001/01/10  15:16:07
61966         Log: Turn off the integer preservation for now.
61967      Branch: perl
61968            ! perl.h
61969 ____________________________________________________________________________
61970 [  8388] By: jhi                                   on 2001/01/10  15:01:25
61971         Log: Few more IDE/editor nits from p5p.
61972      Branch: perl
61973            ! pod/perlfaq3.pod
61974 ____________________________________________________________________________
61975 [  8387] By: jhi                                   on 2001/01/10  06:53:16
61976         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
61977              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
61978              Date: Tue, 9 Jan 2001 23:16:02 +0000
61979              Message-ID: <20010109231602.A81101@plum.flirble.org>
61980      Branch: perl
61981            ! sv.c
61982 ____________________________________________________________________________
61983 [  8386] By: jhi                                   on 2001/01/10  03:17:54
61984         Log: Test cases for #8385 (from Simon's "torture.pl")
61985      Branch: perl
61986            ! t/op/tr.t
61987 ____________________________________________________________________________
61988 [  8385] By: jhi                                   on 2001/01/10  03:17:11
61989         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
61990              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
61991              Date: Wed, 10 Jan 2001 11:39:39 +0900
61992              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
61993              
61994              Some more UTF-8 tr cases fixed.
61995      Branch: perl
61996            ! doop.c
61997 ____________________________________________________________________________
61998 [  8384] By: jhi                                   on 2001/01/09  22:45:40
61999         Log: Allow the locale test needing POSIX and the taint test
62000              needing IPC::SysV to run under 'minitest' (basically,
62001              bail out if loading the extension fails)
62002      Branch: perl
62003            ! t/op/misc.t t/op/taint.t
62004 ____________________________________________________________________________
62005 [  8383] By: jhi                                   on 2001/01/09  21:36:04
62006         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
62007              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62008              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
62009              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
62010      Branch: perl
62011            ! t/io/openpid.t
62012 ____________________________________________________________________________
62013 [  8382] By: jhi                                   on 2001/01/09  21:06:08
62014         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
62015              Should finish up the bug id 20001205.022.
62016      Branch: perl
62017            ! pp.c pp_hot.c scope.c
62018 ____________________________________________________________________________
62019 [  8381] By: jhi                                   on 2001/01/09  18:27:43
62020         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
62021              From: Andy Dougherty <doughera@lafayette.edu>
62022              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
62023              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
62024              
62025              More robust yacc/bison error detection.
62026      Branch: perl
62027            ! t/comp/proto.t
62028 ____________________________________________________________________________
62029 [  8380] By: jhi                                   on 2001/01/09  15:21:38
62030         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
62031              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62032              Date:     Tue, 9 Jan 2001 07:53:55 EST
62033              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
62034      Branch: perl
62035            ! t/op/misc.t vms/test.com
62036 ____________________________________________________________________________
62037 [  8379] By: jhi                                   on 2001/01/09  15:20:38
62038         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
62039              From: jhi@cc.hut.fi
62040              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
62041              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
62042              
62043              The #8378 fixed this.
62044      Branch: perl
62045            ! t/op/tr.t
62046 ____________________________________________________________________________
62047 [  8378] By: jhi                                   on 2001/01/09  15:05:32
62048         Log: Subject: One more patch for UTF8 
62049              From: Inaba Hiroto <inaba@st.rim.or.jp>
62050              Date: Tue, 09 Jan 2001 01:04:32 +0900
62051              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
62052              
62053              UTF-8 fixes for 'x' and tr///.
62054      Branch: perl
62055            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
62056            ! regcomp.c regexec.c toke.c utf8.c
62057 ____________________________________________________________________________
62058 [  8377] By: jhi                                   on 2001/01/09  14:32:17
62059         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
62060      Branch: perl
62061            ! t/op/length.t
62062 ____________________________________________________________________________
62063 [  8376] By: jhi                                   on 2001/01/09  04:32:32
62064         Log: integrate changes #7775, #8316, #8316 from mainline
62065      Branch: maint-5.6/perl
62066            ! hints/solaris_2.sh
62067 ____________________________________________________________________________
62068 [  8375] By: jhi                                   on 2001/01/09  04:26:43
62069         Log: Update Changes.
62070      Branch: perl
62071            ! Changes patchlevel.h
62072 ____________________________________________________________________________
62073 [  8374] By: jhi                                   on 2001/01/09  04:14:32
62074         Log: IDE/editor section tweaking.
62075      Branch: perl
62076            ! pod/perlfaq3.pod
62077 ____________________________________________________________________________
62078 [  8373] By: jhi                                   on 2001/01/09  02:38:26
62079         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
62080              From: Peter Prymmer <pvhp@forte.com>
62081              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
62082              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
62083              
62084              In preparation os OS/390 dynamic loading.
62085      Branch: perl
62086            ! README.os390 hints/os390.sh
62087 ____________________________________________________________________________
62088 [  8372] By: jhi                                   on 2001/01/09  00:24:30
62089         Log: Integrate with perlio.
62090      Branch: perl
62091           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
62092 ____________________________________________________________________________
62093 [  8371] By: nick                                  on 2001/01/08  23:54:33
62094         Log: Fix "scalars leaked" bugs caused by overload magic
62095              (Highlighted by Ilya's DESTROY optimization.)
62096      Branch: perlio
62097            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
62098 ____________________________________________________________________________
62099 [  8370] By: nick                                  on 2001/01/08  20:19:41
62100         Log: Integrate mainline
62101      Branch: perlio
62102           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
62103           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
62104           !> t/op/64bitint.t
62105 ____________________________________________________________________________
62106 [  8369] By: jhi                                   on 2001/01/08  17:30:52
62107         Log: save_delete() Safefree() doesn't (anymore?) work with shared
62108              strings, one test failure in op/misc and almost all of lib/b.
62109              (Outcomments #8369.)
62110      Branch: perl
62111            ! scope.c
62112 ____________________________________________________________________________
62113 [  8368] By: jhi                                   on 2001/01/08  14:47:10
62114         Log: (Outcommented by #8369.)
62115              
62116              Subject: Re: Perl BugID 20001205.022 ---- save_delete
62117              From: Simon Cozens <simon@cozens.net>
62118              Date: Sat, 6 Jan 2001 11:48:40 +0000
62119              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
62120              
62121              The save_delete() does need the Safefree.
62122      Branch: perl
62123            ! scope.c
62124 ____________________________________________________________________________
62125 [  8367] By: bailey                                on 2001/01/08  08:53:52
62126         Log: Once again syncing after too long an absence
62127      Branch: vmsperl
62128           +> (branch 55 files)
62129            - MAINTAIN fix_pl vos/config.def vos/config.h
62130            - vos/config_h.SH_orig
62131           !> (integrate 498 files)
62132 ____________________________________________________________________________
62133 [  8366] By: jhi                                   on 2001/01/08  02:42:59
62134         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
62135              From: nick@ccl4.org
62136              Date: Sun, 7 Jan 2001 21:07:18 +0000
62137              Message-Id: <20010107210717.D1048@plum.flirble.org>
62138      Branch: perl
62139            ! sv.c t/op/64bitint.t
62140 ____________________________________________________________________________
62141 [  8365] By: jhi                                   on 2001/01/08  02:35:16
62142         Log: Subject: [PATCH] environ nit
62143              From: Simon Cozens <simon@cozens.net>
62144              Date: Sun, 7 Jan 2001 17:57:07 +0000
62145              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
62146              
62147              Use environ only if we have it.
62148      Branch: perl
62149            ! mg.c
62150 ____________________________________________________________________________
62151 [  8364] By: jhi                                   on 2001/01/08  02:24:51
62152         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
62153      Branch: perl
62154            ! ext/GDBM_File/GDBM_File.xs
62155 ____________________________________________________________________________
62156 [  8363] By: jhi                                   on 2001/01/08  02:19:24
62157         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
62158              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62159              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
62160              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
62161      Branch: perl
62162            ! dump.c op.c
62163 ____________________________________________________________________________
62164 [  8362] By: jhi                                   on 2001/01/08  02:17:43
62165         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
62166              From: Doug MacEachern <dougm@covalent.net>
62167              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
62168              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
62169              
62170              Allow AUTOLOAD to be an xsub and allow such xsubs
62171              to avoid use of $AUTOLOAD.
62172      Branch: perl
62173            ! gv.c
62174 ____________________________________________________________________________
62175 [  8361] By: jhi                                   on 2001/01/08  02:16:07
62176         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
62177              From: Radu Greab <radu@netsoft.ro>
62178              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
62179              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
62180              
62181              No need for the potentially nonportable $SIG{CHLD}.
62182      Branch: perl
62183            ! t/io/pipe.t
62184 ____________________________________________________________________________
62185 [  8360] By: jhi                                   on 2001/01/08  01:58:23
62186         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
62187      Branch: perl
62188            ! lib/Getopt/Long.pm
62189 ____________________________________________________________________________
62190 [  8359] By: jhi                                   on 2001/01/08  01:55:44
62191         Log: Integrate perlio.
62192      Branch: perl
62193           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
62194           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
62195           !> utf8.c win32/Makefile
62196 ____________________________________________________________________________
62197 [  8358] By: jhi                                   on 2001/01/07  21:16:50
62198         Log: Update the EPOC cross SDK URL.
62199      Branch: perl
62200            ! README.epoc
62201 ____________________________________________________________________________
62202 [  8357] By: jhi                                   on 2001/01/07  21:16:09
62203         Log: Update the EPOC cross SDK URL.
62204      Branch: maint-5.6/perl
62205            ! README.epoc
62206 ____________________________________________________________________________
62207 [  8356] By: nick                                  on 2001/01/06  21:47:52
62208         Log: FILE * in XS code for PerlIO world:
62209              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
62210              - Add FILE * T_STDIO typemap.
62211              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
62212      Branch: perlio
62213            ! lib/ExtUtils/typemap perlio.c perlio.h
62214 ____________________________________________________________________________
62215 [  8355] By: jhi                                   on 2001/01/06  20:27:15
62216         Log: integrate change #8336 from mainline
62217              
62218              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
62219      Branch: maint-5.6/perl
62220            ! hv.c
62221 ____________________________________________________________________________
62222 [  8354] By: jhi                                   on 2001/01/06  20:24:29
62223         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62224              From: Robin Barker <rmb1@cise.npl.co.uk>
62225              Date: Fri, 22 Dec 2000 12:17:38 GMT
62226              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
62227              
62228              The patch reformats some long =item lines so they give
62229              correct output via pod2man | nroff -man
62230              
62231              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62232              From: Robin Barker <rmb1@cise.npl.co.uk>
62233              Date: Tue, 2 Jan 2001 15:35:03 GMT
62234              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
62235              
62236              Here is a _further_ patch which corrects a few more errors:
62237              * an empty C<=item> in CPAN.pm
62238              * patching the wrong file (pod/perlamiga.pod not README.amiga)
62239              * leaving empty C<=item>s which formatted incorrectly
62240              * over long C<=item>s revealed by latest patch to Pod::Man
62241      Branch: maint-5.6/perl
62242            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
62243            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
62244            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
62245            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
62246            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
62247            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
62248 ____________________________________________________________________________
62249 [  8353] By: jhi                                   on 2001/01/06  20:21:10
62250         Log: integrate changes #7980, 8056, 8057 from mainline
62251              
62252              UTF-8 hash keys.
62253      Branch: maint-5.6/perl
62254            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
62255 ____________________________________________________________________________
62256 [  8352] By: jhi                                   on 2001/01/06  20:18:44
62257         Log: Forgotten from #8438.
62258      Branch: maint-5.6/perl
62259            ! epoc/epocish.h
62260 ____________________________________________________________________________
62261 [  8351] By: jhi                                   on 2001/01/06  20:18:12
62262         Log: Forgotten from #8347.
62263      Branch: maint-5.6/perl
62264            ! config_h.SH
62265 ____________________________________________________________________________
62266 [  8350] By: jhi                                   on 2001/01/06  20:00:19
62267         Log: Thinko in #8347.
62268      Branch: maint-5.6/perl
62269            ! regcomp.c
62270 ____________________________________________________________________________
62271 [  8349] By: jhi                                   on 2001/01/06  18:05:30
62272         Log: Copy the FAQ3 IDE section from the development branch,
62273              changes originally by Peter Prymmer.
62274      Branch: maint-5.6/perl
62275            ! pod/perlfaq3.pod
62276 ____________________________________________________________________________
62277 [  8348] By: jhi                                   on 2001/01/06  18:03:02
62278         Log: EPOC updates for TRIAL1.
62279              
62280              Subject: [5.6.1 trial1] EPOC update
62281              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62282              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
62283              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
62284              
62285              Subject: epoc patch2 for perl-5.6.1-trial1
62286              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62287              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
62288              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
62289      Branch: maint-5.6/perl
62290            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
62291            ! epoc/epocish.c
62292 ____________________________________________________________________________
62293 [  8347] By: jhi                                   on 2001/01/06  17:29:10
62294         Log: integrate changes #7710,7824,7973 from mainline,
62295              plus VMS nits from Peter Prymmer and Dan Sugalski.
62296              
62297              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
62298              library (getprotobyname and getprotobynumber are outversioned by
62299              the same calls in libc, at least for xlc version 3.
62300              
62301              Add HAS_SBRK_PROTO.
62302              
62303              Fixes for signedness warnings noticed by VMSperlers.
62304      Branch: maint-5.6/perl
62305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62306            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
62307            ! sv.c vms/descrip_mms.template vos/config.alpha.def
62308            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62309            ! win32/config.bc win32/config.gc win32/config.vc
62310 ____________________________________________________________________________
62311 [  8346] By: nick                                  on 2001/01/06  14:36:01
62312         Log: Fixup accumulated integrate muddles (perlio == devperl again)
62313      Branch: perlio
62314            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
62315 ____________________________________________________________________________
62316 [  8345] By: nick                                  on 2001/01/06  14:24:58
62317         Log: Integrate mainline
62318      Branch: perlio
62319           !> (integrate 55 files)
62320 ____________________________________________________________________________
62321 [  8344] By: jhi                                   on 2001/01/06  02:24:02
62322         Log: Subject: [patch] PerlIO_cleanup() prototype
62323              From: Doug MacEachern <dougm@covalent.net>
62324              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
62325              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
62326      Branch: perl
62327            ! perlio.h
62328 ____________________________________________________________________________
62329 [  8343] By: jhi                                   on 2001/01/06  01:04:09
62330         Log: IRIX compiler noticed that the bof initialization might be
62331              bypassed by control flow.
62332      Branch: perl
62333            ! toke.c
62334 ____________________________________________________________________________
62335 [  8342] By: jhi                                   on 2001/01/06  00:10:48
62336         Log: Update Changes.
62337      Branch: perl
62338            ! Changes patchlevel.h
62339 ____________________________________________________________________________
62340 [  8341] By: jhi                                   on 2001/01/05  23:52:33
62341         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
62342      Branch: perl
62343            ! toke.c
62344 ____________________________________________________________________________
62345 [  8340] By: jhi                                   on 2001/01/05  22:44:08
62346         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
62347              From: Radu Greab <radu@netsoft.ro>
62348              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
62349              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
62350      Branch: perl
62351            ! t/io/pipe.t util.c
62352 ____________________________________________________________________________
62353 [  8339] By: jhi                                   on 2001/01/05  22:35:17
62354         Log: Subject: [PATCH] format and rewording in perlfaq.pod
62355              From: Robin Barker <rmb1@cise.npl.co.uk>
62356              Date: Fri, 5 Jan 2001 18:51:20 GMT
62357              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
62358      Branch: perl
62359            ! pod/perlfaq.pod
62360 ____________________________________________________________________________
62361 [  8338] By: jhi                                   on 2001/01/05  22:31:17
62362         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
62363              From: Peter Prymmer <pvhp@forte.com>
62364              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
62365              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
62366      Branch: perl
62367            ! utils/perlbug.PL
62368 ____________________________________________________________________________
62369 [  8337] By: jhi                                   on 2001/01/05  18:15:11
62370         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
62371              From: Robin Barker <rmb1@cise.npl.co.uk>
62372              Date: Tue, 2 Jan 2001 15:24:07 GMT
62373              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
62374              
62375              If you call configure as C<./Configure> or C<sh ./Configure>,
62376              $src is set to the absolute path name, not '.'.
62377              
62378              This, in turn, means -Dmksymlink tries to do its stuff because
62379              it does not think it is in the src directory.
62380              
62381              (plus a metaconfig nitfix)
62382      Branch: metaconfig
62383            ! U/compline/ccflags.U U/modified/src.U
62384      Branch: perl
62385            ! Configure config_h.SH
62386 ____________________________________________________________________________
62387 [  8336] By: jhi                                   on 2001/01/05  17:48:32
62388         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
62389              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62390              Message-ID: <3A5606C4.473D2226@uk.sun.com>
62391              Date: Fri, 05 Jan 2001 17:39:16 +0000
62392      Branch: perl
62393            ! hv.c
62394 ____________________________________________________________________________
62395 [  8335] By: jhi                                   on 2001/01/05  16:05:44
62396         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
62397      Branch: perl
62398            ! lib/Getopt/Long.pm
62399 ____________________________________________________________________________
62400 [  8334] By: jhi                                   on 2001/01/05  16:00:51
62401         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
62402              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62403              Date: Fri, 05 Jan 2001 13:46:51 +0100
62404              Message-ID: <13693.978698811@nice.ram.loc>
62405              
62406              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
62407              accurate reading of the "atime".  
62408      Branch: perl
62409            ! t/io/fs.t
62410 ____________________________________________________________________________
62411 [  8333] By: jhi                                   on 2001/01/05  15:57:37
62412         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
62413              From: Simon Cozens <simon@cozens.net>
62414              Date: Fri, 8 Dec 2000 13:33:31 +0000
62415              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
62416              
62417              A lost patch fragment.
62418      Branch: perl
62419            ! doop.c
62420 ____________________________________________________________________________
62421 [  8332] By: jhi                                   on 2001/01/05  15:40:42
62422         Log: Do away with strncpy() and a fixed length buffer.
62423      Branch: perl
62424            ! utf8.c
62425 ____________________________________________________________________________
62426 [  8331] By: jhi                                   on 2001/01/05  15:03:07
62427         Log: Tests for #8329 and #8330.
62428      Branch: perl
62429            ! t/op/bop.t
62430 ____________________________________________________________________________
62431 [  8330] By: jhi                                   on 2001/01/05  15:02:38
62432         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
62433              raw 8-bit form to the UTF-8 string.
62434      Branch: perl
62435            ! toke.c
62436 ____________________________________________________________________________
62437 [  8329] By: jhi                                   on 2001/01/05  14:55:13
62438         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
62439              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62440              Date: Fri, 5 Jan 2001 12:28:52 +0100
62441              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
62442              
62443              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
62444              no effect.  (changed the strncpy() to Copy())
62445      Branch: perl
62446            ! toke.c
62447 ____________________________________________________________________________
62448 [  8328] By: jhi                                   on 2001/01/05  06:44:27
62449         Log: UTF-8 cleanup.
62450      Branch: perl
62451            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
62452            ! regexec.c sv.c toke.c
62453 ____________________________________________________________________________
62454 [  8327] By: jhi                                   on 2001/01/05  01:11:29
62455         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')
62456              From: Radu Greab <radu@netsoft.ro>
62457              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
62458              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
62459              
62460              Cleans up Harness to not use FileHandle, which uses IO.
62461      Branch: perl
62462            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62463 ____________________________________________________________________________
62464 [  8326] By: jhi                                   on 2001/01/05  00:56:37
62465         Log: Update Changes.
62466      Branch: perl
62467            ! Changes patchlevel.h
62468 ____________________________________________________________________________
62469 [  8325] By: jhi                                   on 2001/01/05  00:53:18
62470         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
62471              From: Peter Prymmer <pvhp@forte.com>
62472              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
62473              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
62474              
62475              plus a couple more tailing whitespace removals.
62476      Branch: perl
62477            ! win32/Makefile
62478 ____________________________________________________________________________
62479 [  8324] By: jhi                                   on 2001/01/05  00:47:39
62480         Log: Add some Unicode chop() tests.
62481      Branch: perl
62482            ! t/op/chop.t
62483 ____________________________________________________________________________
62484 [  8323] By: jhi                                   on 2001/01/05  00:47:23
62485         Log: Unify UTF-8 malformedness handling.
62486      Branch: perl
62487            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
62488 ____________________________________________________________________________
62489 [  8322] By: jhi                                   on 2001/01/04  22:21:54
62490         Log: The new $issymlink was unknown to Mksymlinks.
62491      Branch: metaconfig/U/perl
62492            ! Mksymlinks.U issymlink.U
62493      Branch: perl
62494            ! Configure config_h.SH
62495 ____________________________________________________________________________
62496 [  8321] By: jhi                                   on 2001/01/04  21:51:05
62497         Log: The test didn't work under the core test framework.
62498      Branch: perl
62499            ! t/lib/st-lock.t
62500 ____________________________________________________________________________
62501 [  8320] By: jhi                                   on 2001/01/04  21:14:22
62502         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
62503      Branch: perl
62504            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
62505 ____________________________________________________________________________
62506 [  8319] By: jhi                                   on 2001/01/04  20:46:17
62507         Log: Typo in #8312 when manually applying a problematic patch fragment.
62508      Branch: perl
62509            ! ext/Storable/Storable.xs
62510 ____________________________________________________________________________
62511 [  8318] By: jhi                                   on 2001/01/04  20:43:01
62512         Log: The $sh_c didn't fly.
62513      Branch: metaconfig
62514            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62515            ! U/modified/Loc.U U/modified/myhostname.U
62516            ! U/modified/spitshell.U
62517      Branch: metaconfig/U/perl
62518            ! issymlink.U
62519      Branch: perl
62520            ! Configure config_h.SH
62521 ____________________________________________________________________________
62522 [  8317] By: jhi                                   on 2001/01/04  19:58:01
62523         Log: AIX builtin test -h is broken, changes based on
62524              
62525              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
62526              Date: Tue, 02 Jan 2001 11:24:39 +0100
62527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62528              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
62529      Branch: metaconfig
62530            + U/modified/spitshell.U
62531            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62532            ! U/modified/Loc.U U/modified/myhostname.U
62533      Branch: metaconfig/U/perl
62534            ! Mksymlinks.U issymlink.U
62535      Branch: perl
62536            ! Configure
62537 ____________________________________________________________________________
62538 [  8316] By: jhi                                   on 2001/01/04  19:02:22
62539         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
62540              From: Andy Dougherty <doughera@lafayette.edu>
62541              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
62542              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
62543              
62544              Beware of GNU ld.
62545      Branch: perl
62546            ! hints/solaris_2.sh
62547 ____________________________________________________________________________
62548 [  8315] By: jhi                                   on 2001/01/04  18:56:48
62549         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
62550              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
62551              Date: Wed, 3 Jan 2001 07:58:51 +0100
62552              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
62553      Branch: perl
62554            ! hints/solaris_2.sh
62555 ____________________________________________________________________________
62556 [  8314] By: jhi                                   on 2001/01/04  18:54:07
62557         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
62558              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62559              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
62560              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
62561              
62562              Doc tweak on #8313.
62563      Branch: perl
62564            ! ext/B/B/Deparse.pm
62565 ____________________________________________________________________________
62566 [  8313] By: jhi                                   on 2001/01/04  18:52:27
62567         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
62568              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
62569              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62570              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
62571              
62572              Make the peephole optimizer to bypass more null ops and
62573              and rewrite the deparse handling of continue blocks.
62574      Branch: perl
62575            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
62576 ____________________________________________________________________________
62577 [  8312] By: jhi                                   on 2001/01/04  18:47:39
62578         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
62579      Branch: perl
62580            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
62581            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
62582            ! t/lib/st-lock.t
62583 ____________________________________________________________________________
62584 [  8311] By: jhi                                   on 2001/01/04  18:36:08
62585         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
62586              filter to be run on each .pm during the pm_to_blib() phase,
62587              a fixed version of
62588              
62589              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
62590              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62591              Date: Wed, 03 Jan 2001 22:01:30 +0100
62592              Message-ID: <5296.978555690@nice.ram.loc>
62593      Branch: perl
62594            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
62595            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
62596            ! lib/ExtUtils/MakeMaker.pm
62597 ____________________________________________________________________________
62598 [  8310] By: jhi                                   on 2001/01/04  18:32:54
62599         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62600              From: Robin Barker <rmb1@cise.npl.co.uk>
62601              Date: Tue, 2 Jan 2001 15:35:03 GMT
62602              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
62603      Branch: perl
62604            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
62605            ! pod/perlrequick.pod
62606 ____________________________________________________________________________
62607 [  8309] By: jhi                                   on 2001/01/04  18:29:07
62608         Log: Subject: Re: [patch] static-ize XS()
62609              From: Doug MacEachern <dougm@covalent.net>
62610              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
62611              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
62612              
62613              Provide prototypes for the XS functions.
62614      Branch: perl
62615            ! lib/ExtUtils/xsubpp
62616 ____________________________________________________________________________
62617 [  8308] By: jhi                                   on 2001/01/04  18:27:44
62618         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
62619              From: Doug MacEachern <dougm@covalent.net>
62620              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
62621              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
62622      Branch: perl
62623            ! lib/ExtUtils/typemap
62624 ____________________________________________________________________________
62625 [  8307] By: jhi                                   on 2001/01/04  18:25:25
62626         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
62627              From: Doug MacEachern <dougm@covalent.net>
62628              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
62629              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
62630              
62631              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
62632      Branch: perl
62633            ! lib/ExtUtils/MM_Unix.pm
62634 ____________________________________________________________________________
62635 [  8306] By: jhi                                   on 2001/01/04  18:23:00
62636         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
62637              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62638              Date: Thu, 4 Jan 2001 12:47:10 +0100 
62639              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
62640              
62641              The toke.c part only, patching embed.h and proto.h is futile.
62642      Branch: perl
62643            ! toke.c
62644 ____________________________________________________________________________
62645 [  8305] By: jhi                                   on 2001/01/04  18:05:51
62646         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
62647              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62648              Date: Thu, 4 Jan 2001 17:50:12 +0100 
62649              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
62650      Branch: perl
62651            ! toke.c
62652 ____________________________________________________________________________
62653 [  8304] By: jhi                                   on 2001/01/04  18:03:26
62654         Log: Subject: [PATCH perl@8269]
62655              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62656              Date: Thu, 4 Jan 2001 12:53:39 +0100 
62657              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
62658              
62659              If running byacc write-enable also perly.h.
62660      Branch: perl
62661            ! Makefile.SH
62662 ____________________________________________________________________________
62663 [  8303] By: jhi                                   on 2001/01/04  15:40:49
62664         Log: Rewrite pp_concat() in terms of sv_catsv().
62665      Branch: perl
62666            ! pp_hot.c
62667 ____________________________________________________________________________
62668 [  8302] By: nick                                  on 2001/01/03  22:43:22
62669         Log: Integrate mainline.
62670      Branch: perlio
62671           !> ext/Encode/Encode.xs sv.c utf8.c
62672 ____________________________________________________________________________
62673 [  8301] By: jhi                                   on 2001/01/02  23:40:26
62674         Log: Variable naming tweak.
62675      Branch: perl
62676            ! sv.c
62677 ____________________________________________________________________________
62678 [  8300] By: jhi                                   on 2001/01/02  23:40:02
62679         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
62680              in is_utf8_string().
62681      Branch: perl
62682            ! utf8.c
62683 ____________________________________________________________________________
62684 [  8299] By: jhi                                   on 2001/01/02  22:14:40
62685         Log: Integrate perlio.
62686      Branch: perl
62687           !> pp.c pp_hot.c win32/Makefile
62688 ____________________________________________________________________________
62689 [  8298] By: nick                                  on 2001/01/02  22:03:06
62690         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
62691      Branch: perlio
62692            ! pp.c pp_hot.c
62693 ____________________________________________________________________________
62694 [  8297] By: jhi                                   on 2001/01/02  04:26:28
62695         Log: Signedness nit.
62696      Branch: perl
62697            ! ext/Encode/Encode.xs
62698 ____________________________________________________________________________
62699 [  8296] By: nick                                  on 2001/01/01  23:49:36
62700         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
62701      Branch: perlio
62702            ! win32/Makefile
62703 ____________________________________________________________________________
62704 [  8295] By: jhi                                   on 2001/01/01  23:05:48
62705         Log: Integrate perlio.
62706      Branch: perl
62707           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62708           !> t/lib/encode.t
62709 ____________________________________________________________________________
62710 [  8294] By: nick                                  on 2001/01/01  22:48:34
62711         Log: Integrate mainline
62712      Branch: perlio
62713            ! pp_hot.c t/lib/encode.t
62714           !> (integrate 65 files)
62715 ____________________________________________________________________________
62716 [  8293] By: nick                                  on 2001/01/01  21:58:50
62717         Log: More rigor in UTF-8-ness of Encode's toUnicode
62718              XS export some of the utf8 internal functions.
62719              Test some of the functions.
62720              Fix pp_concat() bug shown by said tests.
62721      Branch: perlio
62722            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62723            ! t/lib/encode.t
62724 ____________________________________________________________________________
62725 [  8292] By: jhi                                   on 2001/01/01  18:11:44
62726         Log: Integrate perlio.
62727      Branch: perl
62728           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62729           !> ext/Encode/encengine.c ext/Encode/encode.h
62730 ____________________________________________________________________________
62731 [  8291] By: jhi                                   on 2001/01/01  18:10:58
62732         Log: Podify README.mpeix (a new version from the web),
62733              add a dummy NAME to Carp::Heavy, regen toc.
62734      Branch: perl
62735            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
62736            ! pod/perltoc.pod
62737 ____________________________________________________________________________
62738 [  8290] By: nick                                  on 2001/01/01  17:43:47
62739         Log: Loose the "Loading..." warning.
62740              Another bug in fallback support
62741      Branch: perlio
62742            ! ext/Encode/Encode.pm ext/Encode/encengine.c
62743 ____________________________________________________________________________
62744 [  8289] By: jhi                                   on 2001/01/01  00:01:57
62745         Log: Bump up Larry's copyright.
62746      Branch: perl
62747            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
62748            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
62749            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
62750            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
62751            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
62752            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
62753            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
62754            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
62755 ____________________________________________________________________________
62756 [  8288] By: nick                                  on 2000/12/31  21:27:53
62757         Log: Fix .ucm reading - forgot a chr()
62758              Start of .ucm write (for .enc to .ucm)
62759      Branch: perlio
62760            ! ext/Encode/compile
62761 ____________________________________________________________________________
62762 [  8287] By: jhi                                   on 2000/12/31  18:15:56
62763         Log: Comment away a diagnostic message as noted by Craig A. Berry
62764              (the unexpected message was confusing testing)
62765      Branch: perl
62766            ! ext/Encode/Encode.pm
62767 ____________________________________________________________________________
62768 [  8286] By: jhi                                   on 2000/12/31  18:14:51
62769         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
62770              Date: Sun, 31 Dec 2000 11:17:37 -0600
62771              From: "Craig A. Berry" <craigberry@mac.com>
62772              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
62773      Branch: perl
62774            ! ext/Encode/Makefile.PL
62775 ____________________________________________________________________________
62776 [  8285] By: nick                                  on 2000/12/31  18:11:54
62777         Log: Start of support of ICU-style .ucm files:
62778              - teach compile how to read a .ucm file
62779              - first guess at how to represent fallbacks in "tries".
62780              - use fallbacks if check == 0
62781              - new return code to indicate we used one.
62782      Branch: perlio
62783            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62784            ! ext/Encode/encengine.c ext/Encode/encode.h
62785 ____________________________________________________________________________
62786 [  8284] By: jhi                                   on 2000/12/31  18:04:41
62787         Log: Pacify picky VMS compiler.
62788              
62789              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
62790              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62791              Date: Sat, 30 Dec 2000 18:10:02 -0600
62792              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
62793      Branch: perl
62794            ! sv.c
62795 ____________________________________________________________________________
62796 [  8283] By: jhi                                   on 2000/12/31  16:11:47
62797         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
62798      Branch: perl
62799            ! t/lib/glob-basic.t
62800 ____________________________________________________________________________
62801 [  8282] By: jhi                                   on 2000/12/31  15:26:11
62802         Log: Integrate perlio.
62803      Branch: perl
62804           !> makedef.pl opcode.pl os2/os2.c perlio.c
62805 ____________________________________________________________________________
62806 [  8281] By: nick                                  on 2000/12/31  10:06:15
62807         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
62808              is available to be exported
62809      Branch: perlio
62810            ! makedef.pl perlio.c
62811 ____________________________________________________________________________
62812 [  8280] By: nick                                  on 2000/12/31  09:41:26
62813         Log: Ilya's OS2 patch (testing for damage on Win32)
62814      Branch: perlio
62815            ! makedef.pl opcode.pl os2/os2.c
62816 ____________________________________________________________________________
62817 [  8279] By: jhi                                   on 2000/12/30  21:52:07
62818         Log: Test nits.
62819      Branch: perl
62820            ! t/lib/syslfs.t t/op/lfs.t
62821 ____________________________________________________________________________
62822 [  8278] By: jhi                                   on 2000/12/30  21:47:49
62823         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
62824              From: andreas.koenig@anima.de (Andreas J. Koenig)
62825              Date: 30 Dec 2000 22:35:37 +0100
62826              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
62827              
62828              The 32-bit wraparound test wasn't quite right.
62829      Branch: perl
62830            ! t/lib/syslfs.t t/op/lfs.t
62831 ____________________________________________________________________________
62832 [  8277] By: jhi                                   on 2000/12/30  21:33:44
62833         Log: Subject: [PATCH] open() example in perlfunc.pod 
62834              From: Karsten Sperling <s_sperli@ira.uka.de>
62835              Date: Sat, 30 Dec 2000 22:27:09 +0100
62836              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
62837      Branch: perl
62838            ! pod/perlfunc.pod
62839 ____________________________________________________________________________
62840 [  8276] By: jhi                                   on 2000/12/30  20:32:40
62841         Log: Not quite that many tests yet.
62842      Branch: perl
62843            ! t/op/pat.t
62844 ____________________________________________________________________________
62845 [  8275] By: jhi                                   on 2000/12/30  20:26:58
62846         Log: Integrate perlio.
62847      Branch: perl
62848           !> toke.c
62849 ____________________________________________________________________________
62850 [  8274] By: jhi                                   on 2000/12/30  20:24:56
62851         Log: Signedness nit.
62852      Branch: perl
62853            ! utf8.c
62854 ____________________________________________________________________________
62855 [  8273] By: jhi                                   on 2000/12/30  20:15:46
62856         Log: Add a test case for 20000731.001 which was fixed by the #8267.
62857      Branch: perl
62858            ! t/op/pat.t
62859 ____________________________________________________________________________
62860 [  8272] By: nick                                  on 2000/12/30  19:47:51
62861         Log: Tweak for MULTIPLICITY/USE_PERLIO
62862      Branch: perlio
62863            ! toke.c
62864 ____________________________________________________________________________
62865 [  8271] By: nick                                  on 2000/12/30  19:46:45
62866         Log: Integrate mainline
62867      Branch: perlio
62868           +> lib/unicode/distinct.pm
62869           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
62870           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
62871           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
62872 ____________________________________________________________________________
62873 [  8270] By: jhi                                   on 2000/12/30  19:39:50
62874         Log: Subject: RE: perl@8269
62875              From: "Richard Soderberg" <rs@crystalflame.net>
62876              Date: Sat, 30 Dec 2000 11:36:27 -0800
62877              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
62878              
62879              A missing aTHX_.
62880      Branch: perl
62881            ! toke.c
62882 ____________________________________________________________________________
62883 [  8269] By: jhi                                   on 2000/12/30  18:55:48
62884         Log: Update Changes.
62885      Branch: perl
62886            ! Changes patchlevel.h
62887 ____________________________________________________________________________
62888 [  8268] By: jhi                                   on 2000/12/30  17:18:40
62889         Log: Add a test for Unicode split //.  The #8267 was the cure.
62890      Branch: perl
62891            ! t/op/split.t
62892 ____________________________________________________________________________
62893 [  8267] By: jhi                                   on 2000/12/30  17:14:19
62894         Log: Subject: more UTF8 test suites and an UTF8 patch
62895              From: Inaba Hiroto <inaba@st.rim.or.jp>
62896              Date: Sat, 30 Dec 2000 14:27:10 +0900
62897              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
62898              
62899              Just the patch part for now, and the pragma renamed
62900              as unicode::distinct.
62901      Branch: perl
62902            + lib/unicode/distinct.pm
62903            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
62904            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
62905            ! regcomp.h regexec.c sv.c toke.c utf8.c
62906 ____________________________________________________________________________
62907 [  8266] By: nick                                  on 2000/12/30  16:40:49
62908         Log: Integrate mainline
62909      Branch: perlio
62910           +> lib/Pod/Text/Overstrike.pm
62911           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
62912           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
62913           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
62914           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
62915           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
62916 ____________________________________________________________________________
62917 [  8265] By: jhi                                   on 2000/12/30  07:28:55
62918         Log: The sv_catsv() fix, take two.
62919      Branch: perl
62920            ! sv.c t/op/join.t
62921 ____________________________________________________________________________
62922 [  8264] By: jhi                                   on 2000/12/30  06:19:18
62923         Log: Undo all the join-related changes since #8248: relevant
62924              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
62925              The new sv_catsv() doesn't fly so it must go back to
62926              the drawing board.
62927      Branch: perl
62928            ! sv.c t/op/join.t t/pragma/utf8.t
62929 ____________________________________________________________________________
62930 [  8263] By: jhi                                   on 2000/12/30  01:08:32
62931         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
62932      Branch: perl
62933            ! sv.c
62934 ____________________________________________________________________________
62935 [  8262] By: jhi                                   on 2000/12/30  00:45:14
62936         Log: Retract #8261.
62937      Branch: perl
62938            ! hv.c util.c
62939 ____________________________________________________________________________
62940 [  8261] By: jhi                                   on 2000/12/30  00:38:32
62941         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
62942      Branch: perl
62943            ! hv.c util.c
62944 ____________________________________________________________________________
62945 [  8260] By: jhi                                   on 2000/12/29  22:51:33
62946         Log: (Retracted by #8264)  More fixing for #8251.
62947      Branch: perl
62948            ! sv.c
62949 ____________________________________________________________________________
62950 [  8259] By: jhi                                   on 2000/12/29  18:27:30
62951         Log: Subject: podlators 1.06 released
62952              From: Russ Allbery <rra@stanford.edu>
62953              Date: 25 Dec 2000 05:09:30 -0800
62954              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
62955      Branch: perl
62956            + lib/Pod/Text/Overstrike.pm
62957            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
62958            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
62959 ____________________________________________________________________________
62960 [  8258] By: jhi                                   on 2000/12/29  18:20:45
62961         Log: Make the large file tests more robust/talkative as suggested by
62962              
62963              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
62964              From: andreas.koenig@anima.de (Andreas J. Koenig)
62965              Date: 29 Dec 2000 14:23:01 +0100
62966              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
62967      Branch: perl
62968            ! t/lib/syslfs.t t/op/lfs.t
62969 ____________________________________________________________________________
62970 [  8257] By: jhi                                   on 2000/12/29  17:48:04
62971         Log: Further VMS piping fixes from Charles Lane:
62972              
62973              In summary, error messages produced when a subprocess terminated
62974              abnormally were being sent not just to the parent process, but to
62975              grandparents, because of default values for error output that were
62976              not completely overridden when the subprocess was started.
62977              
62978              This patch fixes this behavior by defining user-mode (i.e., temporary
62979              for the duration of the program) logical names for SYS$OUTPUT and
62980              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
62981              changes to make it so that the user-mode logicals are the ones that
62982              control where Perl's error messages go if it terminates abnormally.
62983              
62984              I also added some gratuitous fixes to the indentation of braces in
62985              the piping code.  It just looked ugly, before.
62986      Branch: perl
62987            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
62988 ____________________________________________________________________________
62989 [  8256] By: jhi                                   on 2000/12/29  17:45:12
62990         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
62991              From: "Casey R. Tweten" <crt@kiski.net>
62992              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
62993              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
62994              
62995              Tests for for #8240.
62996      Branch: perl
62997            ! t/pragma/constant.t
62998 ____________________________________________________________________________
62999 [  8255] By: jhi                                   on 2000/12/29  17:43:07
63000         Log: Subject: Re: [PATCH] Interesting syntax idea
63001              From: Simon Cozens <simon@cozens.net>
63002              Date: Fri, 29 Dec 2000 14:34:04 +0000
63003              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
63004              
63005              Tests for #8254.
63006      Branch: perl
63007            ! t/pragma/sub_lval.t
63008 ____________________________________________________________________________
63009 [  8254] By: jhi                                   on 2000/12/29  17:42:11
63010         Log: Subject: [PATCH] Interesting syntax idea
63011              From: Simon Cozens <simon@cozens.net>
63012              Date: Wed, 27 Dec 2000 05:08:57 +0000
63013              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
63014              
63015              Make opens + bareword assigns do typeglob assigns.
63016      Branch: perl
63017            ! op.c
63018 ____________________________________________________________________________
63019 [  8253] By: jhi                                   on 2000/12/29  17:36:45
63020         Log: Output the (apparent) version of gcc, as suggested by
63021              
63022              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
63023              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
63024              Date: 26 Dec 2000 04:29:17 -0500
63025              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
63026              
63027              (The patch as such didn't any more apply as the misparsing had
63028              already been addressed in #6474.)  Also change the wording about
63029              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
63030      Branch: perl
63031            ! hints/dec_osf.sh
63032 ____________________________________________________________________________
63033 [  8252] By: nick                                  on 2000/12/29  12:14:31
63034         Log: Integrate mainline
63035      Branch: perlio
63036           !> (integrate 27 files)
63037 ____________________________________________________________________________
63038 [  8251] By: jhi                                   on 2000/12/29  08:45:46
63039         Log: (Retracted by #8264)
63040              
63041              (Fixed by #8260.)
63042              
63043              sv_catsv() needs one more byte space than seems reasonable.
63044              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
63045              Curiouser and curiouser.
63046      Branch: perl
63047            ! sv.c
63048 ____________________________________________________________________________
63049 [  8250] By: jhi                                   on 2000/12/29  07:57:52
63050         Log: More split // UTF-8 tests.
63051      Branch: perl
63052            ! t/pragma/utf8.t
63053 ____________________________________________________________________________
63054 [  8249] By: jhi                                   on 2000/12/29  07:54:51
63055         Log: (Retracted by #8264)  More join() testing which was good because
63056              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
63057      Branch: perl
63058            ! pp.c t/op/join.t utf8.c utf8.h
63059 ____________________________________________________________________________
63060 [  8248] By: jhi                                   on 2000/12/29  07:08:32
63061         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
63062              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
63063              that the only cases to care about are byte+byte and byte+character.
63064              
63065              TODO: See how well pp_concat() could be implemented in terms
63066              of sv_catsv().
63067      Branch: perl
63068            ! doop.c sv.c t/op/join.t utf8.h
63069 ____________________________________________________________________________
63070 [  8247] By: jhi                                   on 2000/12/29  06:35:23
63071         Log: Signedness nit.
63072      Branch: perl
63073            ! pp_hot.c
63074 ____________________________________________________________________________
63075 [  8246] By: jhi                                   on 2000/12/29  01:23:31
63076         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
63077              From: Lupe Christoph <lupe@lupe-christoph.de>
63078              Date: Thu, 28 Dec 2000 23:00:00 +0100
63079              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
63080              
63081              Suggest rsync --delete --dry-run.
63082      Branch: perl
63083            ! pod/perlhack.pod
63084 ____________________________________________________________________________
63085 [  8245] By: jhi                                   on 2000/12/28  23:57:05
63086         Log: The maxiters upper limit sanity check (guarding against
63087              non-progress) assumed bytes instead of characters in s///
63088              and split().
63089      Branch: perl
63090            ! pp.c pp_hot.c
63091 ____________________________________________________________________________
63092 [  8244] By: jhi                                   on 2000/12/28  23:34:08
63093         Log: Make some panic messages a bit more logical.
63094      Branch: perl
63095            ! doop.c pod/perldiag.pod pp.c pp_hot.c
63096 ____________________________________________________________________________
63097 [  8243] By: jhi                                   on 2000/12/28  22:59:16
63098         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
63099              From: Simon Cozens <simon@cozens.net>
63100              Date: Wed, 27 Dec 2000 02:30:03 +0000
63101              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
63102      Branch: perl
63103            ! pp.c t/pragma/sub_lval.t
63104 ____________________________________________________________________________
63105 [  8242] By: jhi                                   on 2000/12/28  22:56:53
63106         Log: Subject: [PATCH blead] Fix B::Terse indentation
63107              From: Daniel Chetlin <daniel@chetlin.com>
63108              Date: Wed, 27 Dec 2000 06:43:30 -0800
63109              Message-ID: <20001227064329.B9573@darkstar>
63110      Branch: perl
63111            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
63112 ____________________________________________________________________________
63113 [  8241] By: jhi                                   on 2000/12/28  22:48:59
63114         Log: The latter patch from the
63115              
63116              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
63117              From: Peter Prymmer <pvhp@forte.com> 
63118              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
63119              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
63120              
63121              (the former patch from the above should have been
63122              taken care of by Nick I-S)
63123      Branch: perl
63124            ! win32/Makefile
63125 ____________________________________________________________________________
63126 [  8240] By: jhi                                   on 2000/12/28  22:45:22
63127         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
63128              From: "Casey R. Tweten" <crt@kiski.net>
63129              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
63130              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
63131      Branch: perl
63132            ! lib/constant.pm
63133 ____________________________________________________________________________
63134 [  8239] By: jhi                                   on 2000/12/28  22:37:45
63135         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
63136              From: Simon Cozens <simon@cozens.net>
63137              Date: Wed, 27 Dec 2000 14:12:44 +0000
63138              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
63139      Branch: perl
63140            ! t/op/method.t t/op/sort.t toke.c
63141 ____________________________________________________________________________
63142 [  8238] By: jhi                                   on 2000/12/28  22:30:32
63143         Log: Subject: [PATCH perl@8229] Call.pm
63144              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63145              Date: Mon, 25 Dec 2000 10:47:15 -0000
63146              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
63147      Branch: perl
63148            ! ext/Filter/Util/Call/Call.pm
63149 ____________________________________________________________________________
63150 [  8237] By: jhi                                   on 2000/12/28  22:19:21
63151         Log: Subject: [PATCH blead] Fix problem with `&' prototype
63152              From: Daniel Chetlin <daniel@chetlin.com>
63153              Date: Wed, 27 Dec 2000 15:55:32 -0800
63154              Message-ID: <20001227155532.D9573@darkstar>
63155      Branch: perl
63156            ! op.c t/comp/proto.t
63157 ____________________________________________________________________________
63158 [  8236] By: jhi                                   on 2000/12/28  22:09:25
63159         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
63160              From: Daniel Chetlin <daniel@chetlin.com>
63161              Date: Sun, 24 Dec 2000 04:09:49 -0800
63162              Message-ID: <20001224040949.B3090@darkstar>
63163      Branch: perl
63164            ! gv.c mg.c t/op/attrs.t
63165 ____________________________________________________________________________
63166 [  8235] By: jhi                                   on 2000/12/28  22:07:11
63167         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
63168              From: Jan Dubois <jand@ActiveState.com>
63169              Date: Tue, 26 Dec 2000 20:57:31 -0800
63170              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
63171      Branch: perl
63172            ! win32/win32.c
63173 ____________________________________________________________________________
63174 [  8234] By: jhi                                   on 2000/12/28  21:52:42
63175         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
63176              From: Simon Cozens <simon@cozens.net>
63177              Date: Thu, 28 Dec 2000 20:33:13 +0000
63178              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
63179      Branch: perl
63180            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
63181 ____________________________________________________________________________
63182 [  8233] By: jhi                                   on 2000/12/28  19:40:49
63183         Log: Integrate perlio.
63184      Branch: perl
63185           !> ext/Encode/Makefile.PL ext/Encode/compile
63186 ____________________________________________________________________________
63187 [  8232] By: nick                                  on 2000/12/23  16:06:00
63188         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
63189              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
63190      Branch: perlio
63191            ! ext/Encode/Makefile.PL
63192 ____________________________________________________________________________
63193 [  8231] By: nick                                  on 2000/12/23  14:30:34
63194         Log: "Compiled" encode build cleanup
63195              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
63196              - .c files do not export sub-tables
63197      Branch: perlio
63198            ! ext/Encode/Makefile.PL ext/Encode/compile
63199 ____________________________________________________________________________
63200 [  8230] By: nick                                  on 2000/12/23  12:50:37
63201         Log: Integrate mainline
63202      Branch: perlio
63203           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
63204           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
63205           !> pod/perl5004delta.pod pod/perl5005delta.pod
63206           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
63207           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
63208           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
63209           !> pod/perlsub.pod
63210 ____________________________________________________________________________
63211 [  8229] By: jhi                                   on 2000/12/22  15:32:12
63212         Log: Integrate perlio.
63213      Branch: perl
63214           +> win32/distclean.bat
63215           !> MANIFEST t/io/utf8.t
63216 ____________________________________________________________________________
63217 [  8228] By: jhi                                   on 2000/12/22  15:29:40
63218         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
63219              From: Robin Barker <rmb1@cise.npl.co.uk>
63220              Date: Fri, 22 Dec 2000 12:17:38 GMT
63221              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
63222      Branch: perl
63223            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
63224            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
63225            ! pod/perl5004delta.pod pod/perl5005delta.pod
63226            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
63227            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
63228            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
63229            ! pod/perlsub.pod
63230 ____________________________________________________________________________
63231 [  8227] By: jhi                                   on 2000/12/22  15:24:28
63232         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63233              From: "John L. Allen" <allen@grumman.com>
63234              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
63235              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
63236              
63237              Document APPLLIB_EXP.
63238      Branch: perl
63239            ! INSTALL
63240 ____________________________________________________________________________
63241 [  8226] By: nick                                  on 2000/12/21  22:11:50
63242         Log: Handy script for when one forgets to "dmake clean" 
63243      Branch: perlio
63244            + win32/distclean.bat
63245            ! MANIFEST
63246 ____________________________________________________________________________
63247 [  8225] By: nick                                  on 2000/12/21  21:54:04
63248         Log: CRLF platform issue with io/utf8 fix.
63249      Branch: perlio
63250            ! t/io/utf8.t
63251 ____________________________________________________________________________
63252 [  8224] By: nick                                  on 2000/12/21  21:02:20
63253         Log: Integrate mainline
63254      Branch: perlio
63255           !> Changes Configure Makefile.SH Porting/Glossary
63256           !> Porting/config.sh Porting/config_H configure.com
63257           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
63258           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
63259           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
63260           !> win32/config.bc win32/config.gc win32/config.vc
63261 ____________________________________________________________________________
63262 [  8223] By: jhi                                   on 2000/12/21  17:09:16
63263         Log: Update Changes.
63264      Branch: perl
63265            ! Changes patchlevel.h
63266 ____________________________________________________________________________
63267 [  8222] By: jhi                                   on 2000/12/21  16:24:01
63268         Log: Metaconfig unit changes for #8221.
63269      Branch: metaconfig/U/perl
63270           +> issymlink.U
63271            - testsyml.U
63272            ! Mksymlinks.U
63273 ____________________________________________________________________________
63274 [  8221] By: jhi                                   on 2000/12/21  16:23:48
63275         Log: Rename testsyml to issymlink.
63276      Branch: perl
63277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63278            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
63279            ! win32/config.vc
63280 ____________________________________________________________________________
63281 [  8220] By: jhi                                   on 2000/12/21  15:47:26
63282         Log: Robustness support for #8218 (symlink forest) since the GNU
63283              tools seem to be overly picky about symlinkage depths.
63284      Branch: perl
63285            ! Makefile.SH t/io/fs.t
63286 ____________________________________________________________________________
63287 [  8219] By: jhi                                   on 2000/12/21  15:38:27
63288         Log: Metaconfig changes for #8218.
63289      Branch: metaconfig
63290            ! U/modified/Oldconfig.U
63291      Branch: metaconfig/U/perl
63292            + Mksymlinks.U
63293            ! testsyml.U
63294 ____________________________________________________________________________
63295 [  8218] By: jhi                                   on 2000/12/21  15:37:57
63296         Log: Add Configure option -Dmksymlinks which will create a symlink
63297              forest if the current/build differs from the source directory.
63298              TODO: mkdir -p is not portable.
63299      Branch: perl
63300            ! Configure
63301 ____________________________________________________________________________
63302 [  8217] By: jhi                                   on 2000/12/21  14:39:12
63303         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
63304              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
63305              Date: Thu, 21 Dec 2000 09:38:18 GMT
63306              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
63307              
63308              The ofs became an SV.
63309      Branch: perl
63310            ! ext/Thread/Thread.xs
63311 ____________________________________________________________________________
63312 [  8216] By: jhi                                   on 2000/12/21  05:40:21
63313         Log: The polymorphism seems to have fixed 20000517.001.
63314      Branch: perl
63315            ! t/pragma/utf8.t
63316 ____________________________________________________________________________
63317 [  8215] By: jhi                                   on 2000/12/21  04:44:52
63318         Log: read() documentation tweak for 20001121.004.
63319      Branch: perl
63320            ! pod/perlfunc.pod
63321 ____________________________________________________________________________
63322 [  8214] By: jhi                                   on 2000/12/21  03:54:11
63323         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
63324      Branch: perl
63325            ! pp_sys.c t/op/misc.t
63326 ____________________________________________________________________________
63327 [  8213] By: jhi                                   on 2000/12/21  00:28:10
63328         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
63329              From: Peter Prymmer <pvhp@forte.com>
63330              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
63331              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
63332      Branch: perl
63333            ! configure.com
63334 ____________________________________________________________________________
63335 [  8212] By: jhi                                   on 2000/12/21  00:26:21
63336         Log: Edit edit edit.
63337      Branch: perl
63338            ! pod/perlfaq3.pod
63339 ____________________________________________________________________________
63340 [  8211] By: jhi                                   on 2000/12/20  18:52:46
63341         Log: Update Changes.
63342      Branch: perl
63343            ! Changes patchlevel.h
63344 ____________________________________________________________________________
63345 [  8210] By: jhi                                   on 2000/12/20  18:34:47
63346         Log: Yet another editor edit.
63347      Branch: perl
63348            ! pod/perlfaq3.pod
63349 ____________________________________________________________________________
63350 [  8209] By: jhi                                   on 2000/12/20  15:33:28
63351         Log: More Win32 Perling.
63352      Branch: perl
63353            ! pod/perlfaq3.pod
63354 ____________________________________________________________________________
63355 [  8208] By: jhi                                   on 2000/12/20  15:07:46
63356         Log: More Win32 editor/IDE/shell hints.
63357      Branch: perl
63358            ! pod/perlfaq3.pod
63359 ____________________________________________________________________________
63360 [  8207] By: jhi                                   on 2000/12/20  03:54:08
63361         Log: Subject: [PATCH] obscure timing knowledge
63362              From: Nicholas Clark <nick@ccl4.org>
63363              Date: Tue, 19 Dec 2000 19:22:31 +0000
63364              Message-ID: <20001219192231.F2827@plum.flirble.org>
63365      Branch: perl
63366            ! sv.c
63367 ____________________________________________________________________________
63368 [  8206] By: jhi                                   on 2000/12/20  03:45:57
63369         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
63370              From: Spider Boardman <spider@leggy.zk3.dec.com>
63371              Date: Tue, 19 Dec 2000 21:30:16 -0500
63372              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
63373      Branch: perl
63374            ! sv.c
63375 ____________________________________________________________________________
63376 [  8205] By: jhi                                   on 2000/12/19  23:02:01
63377         Log: Update Changes.
63378      Branch: perl
63379            ! Changes patchlevel.h
63380 ____________________________________________________________________________
63381 [  8204] By: jhi                                   on 2000/12/19  22:58:18
63382         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
63383              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
63384              on editors and diffing/patching.
63385      Branch: perl
63386            ! t/op/utf8decode.t
63387 ____________________________________________________________________________
63388 [  8203] By: nick                                  on 2000/12/19  21:36:16
63389         Log: Integrate mainline (forgot my own change...)
63390      Branch: perlio
63391           !> ext/Encode/compile
63392 ____________________________________________________________________________
63393 [  8202] By: nick                                  on 2000/12/19  21:34:42
63394         Log: Integrate mainline.
63395      Branch: perlio
63396           !> (integrate 61 files)
63397 ____________________________________________________________________________
63398 [  8201] By: nick                                  on 2000/12/19  21:34:06
63399         Log: Avoid looking for File::Glob when we don't need it.
63400      Branch: perl
63401            ! ext/Encode/compile
63402 ____________________________________________________________________________
63403 [  8200] By: jhi                                   on 2000/12/19  18:35:49
63404         Log: Update Changes.
63405      Branch: perl
63406            ! Changes patchlevel.h
63407 ____________________________________________________________________________
63408 [  8199] By: jhi                                   on 2000/12/19  18:35:07
63409         Log: Microperl tweaks.
63410      Branch: perl
63411            ! sv.c uconfig.h uconfig.sh
63412 ____________________________________________________________________________
63413 [  8198] By: jhi                                   on 2000/12/19  18:29:59
63414         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
63415      Branch: perl
63416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63417            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
63418 ____________________________________________________________________________
63419 [  8197] By: jhi                                   on 2000/12/19  17:55:29
63420         Log: In VMS embedded perls couldn't access the statically built Socket,
63421              from Charles Lane.
63422      Branch: perl
63423            ! configure.com
63424 ____________________________________________________________________________
63425 [  8196] By: jhi                                   on 2000/12/19  17:49:50
63426         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
63427              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
63428              Date: Sun, 17 Dec 2000 19:11:44 -0000
63429              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
63430      Branch: perl
63431            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63432            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
63433 ____________________________________________________________________________
63434 [  8195] By: jhi                                   on 2000/12/19  17:47:53
63435         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
63436              From: Jonathan Stowe <gellyfish@gellyfish.com>
63437              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
63438              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
63439      Branch: perl
63440            ! utils/h2xs.PL
63441 ____________________________________________________________________________
63442 [  8194] By: jhi                                   on 2000/12/19  17:46:28
63443         Log: Subject: Re: useless use of void context work-around
63444              From: andreas.koenig@anima.de (Andreas J. Koenig)
63445              Date: 16 Dec 2000 15:13:36 +0100
63446              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
63447              
63448              Document (comment) the q(di ds ig) trick in the code.
63449      Branch: perl
63450            ! op.c
63451 ____________________________________________________________________________
63452 [  8193] By: jhi                                   on 2000/12/19  17:10:57
63453         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
63454              From: "Mark J. Reed" <mreed@strange.turner.com>
63455              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
63456              Message-Id: <200012160222.VAA13986@strange.turner.com>
63457      Branch: perl
63458            ! ext/Sys/Syslog/Syslog.pm
63459 ____________________________________________________________________________
63460 [  8192] By: jhi                                   on 2000/12/19  17:07:45
63461         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
63462              From: Nicholas Clark <nick@ccl4.org>
63463              Date: Sat, 16 Dec 2000 19:03:13 +0000
63464              Message-ID: <20001216190313.D68304@plum.flirble.org>
63465      Branch: perl
63466            ! t/op/64bitint.t
63467 ____________________________________________________________________________
63468 [  8191] By: jhi                                   on 2000/12/19  17:06:13
63469         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
63470              From: Dominic Dunlop <domo@computer.org>
63471              Date: Mon, 18 Dec 2000 12:00:15 +0100
63472              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
63473              
63474              This patchlet is needed in order that perl can be statically linked.  
63475      Branch: perl
63476            ! regexec.c
63477 ____________________________________________________________________________
63478 [  8190] By: jhi                                   on 2000/12/19  17:03:08
63479         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
63480              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63481              Date: Sun, 17 Dec 2000 00:18:35 -0600
63482              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
63483      Branch: perl
63484            ! perlio.h vms/gen_shrfls.pl
63485 ____________________________________________________________________________
63486 [  8189] By: jhi                                   on 2000/12/19  16:20:28
63487         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
63488              From: Prymmer/Kahn <pvhp@best.com>
63489              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
63490              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
63491              
63492              A better version of #8188.
63493      Branch: perl
63494            ! pod/perlfaq3.pod
63495 ____________________________________________________________________________
63496 [  8188] By: jhi                                   on 2000/12/19  15:57:06
63497         Log: (Replaced by #8189)
63498              
63499              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63500              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
63501              From: Prymmer/Kahn <pvhp@best.com>
63502              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
63503              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63504              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
63505              Date: Mon, 18 Dec 2000 11:10:45 -0500
63506              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
63507      Branch: perl
63508            ! pod/perlfaq3.pod
63509 ____________________________________________________________________________
63510 [  8187] By: jhi                                   on 2000/12/19  15:54:19
63511         Log: Email address fix for Anton Berezin.
63512      Branch: perl
63513            ! AUTHORS
63514 ____________________________________________________________________________
63515 [  8186] By: jhi                                   on 2000/12/19  15:38:54
63516         Log: Subject: [PATCH perl@8102] cygwin port
63517              From: "Eric Fifer" <efifer@dircon.co.uk> 
63518              Date: Thu, 14 Dec 2000 13:41:29 -0000
63519              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
63520              
63521              When compiling modules the data item that is being imported
63522              from libperl.dll needs to be tagged as imported/shared data:
63523              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
63524      Branch: perl
63525            ! perliol.h
63526 ____________________________________________________________________________
63527 [  8185] By: jhi                                   on 2000/12/19  14:53:24
63528         Log: Regen uconfig.h and uconfig.sh.
63529      Branch: perl
63530            ! uconfig.h uconfig.sh
63531 ____________________________________________________________________________
63532 [  8184] By: jhi                                   on 2000/12/18  20:43:49
63533         Log: Comments work so much better when they are closed.
63534      Branch: perl
63535            ! regcomp.c
63536 ____________________________________________________________________________
63537 [  8183] By: jhi                                   on 2000/12/18  18:04:02
63538         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
63539              Fixes the bug 20001218.016.
63540      Branch: perl
63541            ! regcomp.c
63542 ____________________________________________________________________________
63543 [  8182] By: gsar                                  on 2000/12/18  09:53:47
63544         Log: delete spurious files
63545      Branch: maint-5.6/perl
63546            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
63547            - vos/config.h vos/config_h.SH_orig
63548 ____________________________________________________________________________
63549 [  8181] By: gsar                                  on 2000/12/18  09:46:08
63550         Log: regen perltoc
63551      Branch: maint-5.6/perl
63552            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
63553 ____________________________________________________________________________
63554 [  8180] By: gsar                                  on 2000/12/18  09:20:27
63555         Log: integrate changes#7924..7926,7946,7952 from mainline
63556              
63557              A test works better if it has the right 1..$n output.
63558              
63559              All the core library users of Class::Struct seem to be
63560              using "use Class::Struct 'struct';" instead of the bare
63561              "use Class::Struct;", which isn't documented in Class::Struct.
63562              This can't be right.
63563              
63564              Make the Class::Struct import() wiser.
63565              
63566              Upgrade to CPAN 1.59_51, from Andreas König.
63567              
63568              Subject: Re: long shell lines
63569              Split overly long shell command lines.
63570      Branch: maint-5.6/perl
63571           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
63572           !> lib/File/stat.pm t/lib/class-struct.t
63573 ____________________________________________________________________________
63574 [  8179] By: gsar                                  on 2000/12/18  08:55:54
63575         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
63576              7918,7919,7988,8907 from mainline (various)
63577              
63578              Subject: [ID 20001127.004] White space problem in perlamiga.pod
63579              
63580              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
63581              
63582              Subject: [PATCH] perlcc.PL cleanups
63583              
63584              Subject: [PATCH] Updating perltie.pod for arrays
63585              
63586              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
63587              Subject: Re: [PATCH] Updating perltie.pod for arrays
63588              Subject: Re: [PATCH] Updating perltie.pod for arrays
63589              
63590              One more perltie.pod nit from Casey R. Tweten.
63591              
63592              Subject: [PATCH] $^O  win32 -> MSWin32
63593              plus similar nits for vms, err, VMS, and UNICOS.
63594              
63595              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
63596              More checking in case someone has broken their services or
63597              protocol databases.
63598              
63599              Make "use Class::Struct 'struct';" work again (broken by #7617);
63600              add a test for Class::Struct.
63601              
63602              Integrate the "skip" messages to explain().
63603              
63604              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
63605      Branch: maint-5.6/perl
63606           +> t/lib/class-struct.t
63607           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
63608           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
63609           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
63610 ____________________________________________________________________________
63611 [  8178] By: gsar                                  on 2000/12/18  08:16:30
63612         Log: avoid redefinition warnings on windows due to sys/socket.h getting
63613              #included before win32.h
63614      Branch: maint-5.6/perl
63615            ! win32/include/sys/socket.h
63616 ____________________________________________________________________________
63617 [  8177] By: gsar                                  on 2000/12/18  05:24:04
63618         Log: make regen_headers; fix POSIX.xs problems; remove outdated
63619              code from sys/socket.h that makes build fail now
63620      Branch: maint-5.6/perl
63621            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
63622            ! pod/perlapi.pod
63623           !> win32/include/sys/socket.h
63624 ____________________________________________________________________________
63625 [  8176] By: gsar                                  on 2000/12/18  05:20:17
63626         Log: update Changes
63627      Branch: maint-5.6/perl
63628            ! Changes patchlevel.h
63629 ____________________________________________________________________________
63630 [  8175] By: gsar                                  on 2000/12/18  04:57:48
63631         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
63632              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
63633              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
63634              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
63635              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
63636              7823,7825,7838
63637              
63638              Subject: Re: [PATCH] README.solaris
63639              
63640              Add getpagesize() probing, on non-UNIX guess 'undef'.
63641              
63642              Simplify the getpagesize() unit by dropping the
63643              pagesize probe since it's nowadays slightly more
63644              complicated because of sysconf(). (Note: if some
63645              platform really needs the -lPW for getpagesize,
63646              I just broke it.)
63647              TODO: a new pagesize unit.
63648              
63649              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
63650              
63651              MachTen doesn't really do mmap() and munmap().
63652              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63653              
63654              More README.solaris updates from Andy Dougherty.
63655              
63656              Copy the s// information of README.hpux also to the perlrun.
63657              
63658              Add HAS_FSYNC, lack noticed by Nicholas Clark.
63659              
63660              Add a metaconfig unit for fsync.
63661              
63662              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
63663              
63664              Many subdocumented return values of the IO extension now documented.
63665              ungetc and write still left subdocumented.
63666              Subject: [PATCH] (was Re: IO::Handle::ungetc)
63667              
63668              Document tell() on special streams.
63669              
63670              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
63671              
63672              Subject: [ID 20001112.007] sfio's sftell isn't ftell
63673              
63674              Couple of tests from #7660 salvaged.
63675              
63676              Tweak the definition of the bit complement on UTF-8 data:
63677              if none of the characters in the string are > 0xff,
63678              the result is a complemented byte string, not a (UTF-8)
63679              char string.  Based on the summary in
63680              Subject: Re: [ID 20000918.005] ~ on wide chars
63681              This should give us the maximum backward (pre-char string)
63682              compatibility and utf8 compatibility.  The other alternative
63683              would be to limit the bit complement to be always byte only,
63684              taking the least significant byte of the chars.
63685              
63686              Cleanup messy #ifdef.
63687              
63688              Typos in #7667.
63689              
63690              Declare reg_data like reg_substr_data.
63691              
63692              Placate nervous compilers that see longer than ints switch()ing.
63693              
63694              Remove the new two tests of lib/io_xs for now, they seem to
63695              fail under perlio on some platforms.
63696              
63697              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63698              
63699              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
63700              
63701              Subject: tiny typo in perl5db.pl
63702              
63703              Subject: some additions for makefiles for win32 (for perl@7674)
63704              
63705              Hoist the duplicated socket/netdb include logic to perl.h;
63706              undef SETERRNO in case SOCKS has defined it.  Based on:
63707              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
63708              
63709              Regen Configure.
63710              
63711              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
63712              (a macro to define signed and unsigned integer constants).
63713              
63714              Use UINT64_C().
63715              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
63716              
63717              Use u_int32_t for the size of hash_cb(), not size_t.
63718              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
63719              
63720              Quit utf8_to_uv() instantly if curlen == 0.
63721              
63722              Subject: [PATCH: perl@7674] updates to README.os390
63723              
63724              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
63725              
63726              EBCDIC tweaks.
63727              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
63728              
63729              Linenumber fix.
63730              
63731              SOCKS has its own USE_THREADS, based on
63732              Subject: [ID 20001114.002] et. al. bugfix followup
63733              
63734              UINT64_C() work continues.
63735              
63736              Detypo.
63737              
63738              The type of the hash_cb() size argument is tricky.
63739              
63740              Add fwalk() probe to the configuration files and regen perltoc.
63741              
63742              Subject: perllocale.pod changes
63743              
63744              Avoid an infinite loop in VMS when utils scripts are run
63745              with no arguments, from Charles Lane.
63746              
63747              Subject: Re: Bug in Carp::Heavy/5.6.0?
63748              
63749              For Solaris use64bitall the stdchar needs a little bit of help.
63750              
63751              The long double hints can be here or there.
63752              
63753              Test tweak for the open pragma.
63754              
63755              Also the 64bitall hints can be either here or there.
63756              
63757              As surmised the #7719 wasn't a good move.
63758              
63759              Subject: Fix for 20000409.001
63760              
63761              Subject: Fix for 20000815.006
63762              It's really 20000518.006.
63763              
63764              Subject: [PATCH 5.6.0 README.win32] very minor typos
63765              
63766              Subject: Fix for README.amiga (20000323.033)
63767              
63768              Explain in more detail the {} syntax ambiguousity.
63769              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
63770              
63771              Sparc 64-bit pack() fix from Jens Hamisch.
63772              
63773              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
63774              
63775              Subject: podlators 1.05 available        
63776              
63777              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
63778              
63779              Subject: [perl 7711: EPOC] updates
63780              
63781              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
63782              
63783              Miraculous typo.
63784              
63785              sysseek() instead of seek().
63786              
63787              Solaris hints tweaks.
63788              
63789              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
63790              This may be overly harsh but until proven otherwise, we think this
63791              way, or until we have a simple test for Configure (having to start
63792              up servers is does not count as simple) to check for the problems.
63793              
63794              Remove the shared object before attempting to create
63795              (by linking) a new one.  E.g. in AIX not removing
63796              becomes quite painful if one tries to do more than one
63797              build in the same tree (an interrupted build, for example),
63798              since the AIX' shared dynaloader seemingly keeps the shared
63799              objects open and therefore 'busy' for quite a while, even when
63800              nobody is using the objects, leading into link failures.
63801              
63802              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
63803              
63804              Subject: DOC PATCH 5.6.0 perlreftut
63805              
63806              Subject: [PATCH: perl@7777] add system locale testing for VMS
63807              
63808              Subject: [PATCH] Test.pm POD peculiarity
63809              
63810              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
63811              
63812              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
63813              
63814              Subject: Re: perl@7777 
63815              Detypoing.
63816              
63817              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
63818              
63819              Go ahead and #include <unistd.h> in perl.h.
63820              
63821              Subject: [PATCH perl@7795] small cleanup task for test suite
63822              
63823              Subject: Re: av.c patch (having slight problems)
63824              unshift() speedup.
63825              
63826              Reach back one higher up when searching for PERL_SRC.
63827      Branch: maint-5.6/perl
63828           +> lib/File/Spec/Epoc.pm
63829           !> (integrate 88 files)
63830 ____________________________________________________________________________
63831 [  8174] By: gsar                                  on 2000/12/18  03:53:09
63832         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
63833              7625..7629,7631..7634,7637,7639,7642 from mainline
63834              
63835              Fix for the tie-refhash string table leaks.
63836              
63837              Subject: [patch perl@7595] VMS configure.com tweak
63838              
63839              More careful detection of how well NVs and UVs mix.
63840              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))
63841              Added some SIGFPE paranoia.
63842              
63843              Forgot to bump the line numbers in #7601.
63844              
63845              Subject: PATCH std stdio for (Free)BSD
63846              
63847              Deleting $ENV{PATH} in VMS is not recommendable.
63848              
63849              Locale buglets.
63850              Subject: RE: Locales support (setlocale) fixes
63851              
63852              Do not test UTF-8 locales since that the tests would require
63853              polymorphic regexen.
63854              
63855              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
63856              
63857              A missing aTHX_.
63858              
63859              Subject: [ID 20001108.013] spelling
63860              
63861              Subject: [PATCH] Class::Struct at compile time
63862              
63863              Make deleting for %ENV work for (newer versions of) VMS,
63864              from Craig A. Berry.
63865              
63866              Forgot from #7618.
63867              
63868              More VMS moves on environment handling, from Charles Lane.
63869              
63870              Remove unused extra arguments.
63871              
63872              Typo in an ifndef.
63873              Subject: Re: [PATCH 5.7.0] better messages from malloc()
63874              
63875              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
63876              All except the "cow orker" change.
63877              
63878              The generated boot_* headers are wrong.  Pickier compiler,
63879              such as KAI C++ will refuse to compile the resulting perlmain.
63880              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
63881              
63882              There's no =head3.
63883              
63884              Disable only the tests 99 and 166 for UTF-8 locales.
63885              
63886              Missing dTHXs.
63887              Subject: RE: perl@7595 builds not on cygwin
63888              
63889              Subject: Re: bash -c exit and linux hints 
63890              
63891              Various doc oddball characters.
63892              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
63893              
63894              Subject: [PATCH] IO::Seekable pod
63895              
63896              Amdahl UTS hints updates.
63897              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
63898              
63899              Explain better why certain regex tests are skipped.
63900              Subject: Re: tests skipped: unknown reason
63901              
63902              Subject: [PATCH] README.solaris
63903              
63904              Subject: [PATCH perl@7638] cygwin port
63905      Branch: maint-5.6/perl
63906           +> README.solaris
63907           !> (integrate 26 files)
63908 ____________________________________________________________________________
63909 [  8173] By: gsar                                  on 2000/12/18  03:37:02
63910         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
63911              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
63912              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
63913              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
63914              
63915              Better create a true mailing list for the repository keepers.
63916              
63917              Subject: [ID 20001027.007] uniq array in perlfaq
63918              
63919              De-quoted-unreadable to ISO Latin 1.
63920              (There's one ISO-2022-JP name in Changes5.004.)
63921              
63922              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
63923              
63924              The #7476 needs a MANIFEST change, too.
63925              
63926              Add also emailless people.
63927              
63928              UTF-8 decoder tweak.
63929              
63930              Make \x{...} consistently produce UTF-8.
63931              Subject: Re: \x{...} is confused 
63932              
63933              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
63934              
63935              Add a perlbug flag, -A, to avoid acknowledgement messages.
63936              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
63937              
63938              Use Errno magic.
63939              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
63940              
63941              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
63942              
63943              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
63944              
63945              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
63946              
63947              Be more lenient on bad UTF-8 when doing bit arithmetics.
63948              Subject: Re: [ID 20000918.005] ~ on wide chars
63949              (The ord() part of the patch skipped.)
63950              
63951              Subject: perlfaq style changes
63952              
63953              AUTHORS tweaks.
63954              
63955              Whitespace style tweak.  Was originally going to see to
63956              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
63957              but that had already been taken care of.
63958              
63959              The compiler is either gcc or cc, from Tom Bates.
63960              
63961              The osname has been lowercased by now, from Tom Bates.
63962              
63963              The NonStop-UX libraries have a novel way to say NaN.
63964              
63965              printf UVs the correct way, noticed by Robin Barker.
63966              
63967              Subject: [PATCH] startperl to respect versiononly
63968              
63969              AUTHORS updates.
63970              
63971              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
63972              
63973              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
63974              
63975              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
63976              
63977              Generalize the Camel wording.
63978              Subject: Re: perlfaq style changes
63979              
63980              Subject: [ID 20001005.006] Documentation -- description of qr//
63981              
63982              C.pm part of
63983              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
63984              
63985              Locale warning explanation tweak.
63986              
63987              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
63988              
63989              Make the POSIX::setuid and POSIX::setgid to really call setuid()
63990              and setgid() because they were just changing $< and $( which means
63991              only changing the real uid/gid, as opposed to changing both
63992              real and effective ids.  (The alternative way could have been
63993              in POSIX.pm to change $> and $), too, but making a direct call
63994              to the C API feels cleaner.)  Fixes the bug
63995              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
63996              
63997              Expand %Config variables and %ENV variables only if
63998              so requested during build time using the
63999              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
64000              Not expanding makes relocating distributions easier.
64001              
64002              More tweaking on the #7522 theme.
64003              
64004              Test::Harness revealed buglets in the new DynaLoader.
64005              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
64006              
64007              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
64008              fix a autovivification bug in Tie::RefHash, add tests for both.
64009              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
64010              
64011              Detpyo.
64012              
64013              recv() can fail and return undef.
64014              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
64015              
64016              Fix the problem discussed in
64017              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
64018              originally from Linc Madison.  Also Andreas König's comments
64019              taken into account.  Some other problems with Tie::SubstrHash
64020              fixed: didn't croak when the table exceeded the requested number
64021              of entries (as documented) but instead when the number of entries
64022              exceeded the size of the table, a croak() had an unnecessary \n,
64023              didn't have a CLEAR method, documented that there is no exists().
64024              Didn't fix to be strict-proof because the module uses &foo; and
64025              dynamic scope.  Added a test script exercizing both first tamely 
64026              the basic functionality, and then the failure cases reported by
64027              Linc Madison.
64028              
64029              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
64030              
64031              The #7521 touched things it shouldn't have.
64032              
64033              Subject: [PATCH 5.7.0] better messages from malloc()
64034              
64035              Subject: Re: README.aix
64036              
64037              Add FCNTL_CAN_LOCK.
64038              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64039              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64040              
64041              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
64042              create a "fast path" for locale name probing using "locale -a"
64043              if available, squash finally hopefully the s?printf resetting
64044              the numeric locale (since, IIUC perllocale, it never shouldn't). 
64045              
64046              More Changes tweakery.
64047              
64048              Dying is too strict here, better just skip.
64049              
64050              Subject: Locales support (setlocale) fixes
64051              Modified quite a bit to be more portable.
64052              
64053              Configure would use a bad $myuname from an old config.sh.
64054              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
64055              
64056              Fix for
64057              Subject: [ID 20001004.006] undef is never tainted
64058              An undef read from a slurped file was not tainted.
64059              
64060              Fix for
64061              Subject: [ID 20001004.007] taint propogation is inconsistent
64062              The culprit was sv_setsv() which was rather blindly
64063              propagating taint, which lead to behaviour where if
64064              a tainted anon hash value was seen all the hash values
64065              from then on at that level became tainted, or at any
64066              upper levels in the case of nested anon hashes.
64067              
64068              Test tweak: show also the failed locales.
64069              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
64070              
64071              A fix of sorts for 20000329.026, a better error message
64072              for a missing "use charnames" when using the \N{...}. 
64073              
64074              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
64075              
64076              Add =pod to be tidy.
64077              
64078              Fix for bug id 19990615.008, pos() unset during s///ge.
64079              
64080              Add a note for future generations about bug id 20000229.006.
64081              
64082              Use -dM for gcc (the suggested patch did it only for Linux,
64083              but I think it can be generalized).
64084              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
64085              
64086              opmini.o can linger from Configures past.
64087              
64088              Document that the evaled syntax errors cause scalar leaks.
64089              
64090              Fix for
64091              Subject: [ID 20000728.005] perl -P broken
64092              (hopefully).  The fix is also not complete, it seems to break
64093              BOM swallowing for libc5 systems, but until someone figures
64094              out a way to do this without ftell(), this will do.
64095              
64096              AUTHORS updates.
64097              
64098              Subject: Re: rsync'ed patches vs. rsync'ed source
64099              
64100              Admit that the test leaks scalars.
64101              
64102              Sanitize the environment further.
64103              
64104              VOS updates from Paul Green.
64105              
64106              Document %ENV = () portability issues.
64107              
64108              Make the stdio test program of 7427 less noisy while being 
64109              compiled so that Digital UNIX wouldn't get both
64110              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
64111              undefined.  This makes perlio happy.
64112              
64113              glibc5 detection by __GNU_LIBRARY__.
64114              
64115              %ENV note tweaks from Dan Sugalski.
64116              
64117              Varargs don't always work too well if one puts an unsigned
64118              char on the stack and pop an unsigned quad off the stack.
64119              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
64120              
64121              Subject: Pod updates
64122              
64123              Fake support of holey files in win/dosish platforms.
64124              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
64125              
64126              A doc addition for bug id 20001105.019, beware \p.
64127              
64128              Tweak #7587.
64129              
64130              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
64131              
64132              perlhack updates from H.Merijn Brand.
64133              
64134              Subject: [PATCH perl@7573] cygwin port
64135              Synchronize with Cygwin 1.1.5.
64136              
64137              Bad thinko in #7581 (I used the test program with the expanded
64138              values as-is).
64139              
64140              Make perlbug not insist on dumping to a file when stdout isn't a tty.
64141              Subject: [PATCH] perlbug.PL
64142              
64143              Overrideable keys, each, pop, push, shift, splice, unshift.
64144              Subject: [PATCH] prototyped functions that should be overrideable
64145              
64146              Try to avoid flockless and emulationless places.
64147      Branch: maint-5.6/perl
64148           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
64149            - MAINTAIN
64150           !> (integrate 111 files)
64151 ____________________________________________________________________________
64152 [  8172] By: jhi                                   on 2000/12/18  02:49:27
64153         Log: Regen pods.
64154      Branch: perl
64155            ! pod/perlmodlib.pod pod/perltoc.pod
64156 ____________________________________________________________________________
64157 [  8171] By: gsar                                  on 2000/12/18  02:49:24
64158         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
64159              7465..7471 from mainline
64160              
64161              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
64162              in platforms that strictly require all the symbols being present
64163              at link time.
64164              
64165              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
64166              
64167              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
64168              
64169              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
64170              
64171              Subject: [PATCH] todo
64172              
64173              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
64174              
64175              Use $sort, $uniq (and $tr) consistently as wondered
64176              by Nicholas Clark.
64177              
64178              Too enthusiastic editing in #7460.
64179              
64180              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
64181              
64182              Upgrade to CPAN 1.58_55.
64183              Subject: CPAN.pm status
64184              
64185              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
64186              
64187              Make target reordering to avoid pointless re-makes.
64188              Subject: Re: Total re-make of 'make okfile' after 7451 ?
64189              
64190              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
64191              
64192              Subject: DOC PATCH 5.6.0
64193              
64194              Add the repository doc by Malcolm, Sarathy, and by Simon,
64195              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
64196      Branch: maint-5.6/perl
64197           +> Porting/repository.pod
64198           !> Configure MANIFEST Makefile.SH README.dos README.os2
64199           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
64200           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
64201           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
64202 ____________________________________________________________________________
64203 [  8169] By: gsar                                  on 2000/12/18  02:33:34
64204         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
64205              7435..7441,7445 from mainline
64206              
64207              Make the UTF-8 decoding stricter and more verbose when
64208              malformation happens.  This involved adding an argument
64209              to utf8_to_uv_chk(), which involved changing its prototype,
64210              and prefer STRLEN over I32 for the UTF-8 length, which as
64211              a domino effect necessitated changing the prototypes of
64212              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
64213              The stricter UTF-8 decoding checking uses Markus Kuhn's
64214              UTF-8 Decode Stress Tester from
64215              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
64216              
64217              Run vms/vms_yfix.pl, should have done that after changing
64218              perly.c in #7382.
64219              
64220              Subject: [PATCH 5.7.0] static linking with uninstalled perl
64221              
64222              (Replaced by #7440.)
64223              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
64224              
64225              Fix the bug ID 20001024.005, the bug introduced by #7416.
64226              
64227              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
64228              
64229              Fix the bug reported in
64230              From: andreas.koenig@anima.de (Andreas J. Koenig)
64231              Also make is_utf8_char() stricter.
64232              
64233              Missed the header file changes from #7425.
64234              
64235              Check if stdio supports tweaking lval and cnt simultaneously.
64236              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64237              
64238              Stratus VOS updates from Paul Green.
64239              
64240              Podify README.epoc and README.vos.
64241              
64242              Add targets to Makefile.SH, most importantly
64243              'regen_all' which also remembers to update vms/perly*.
64244              
64245              Subject: Minor update to find2perl, for portability
64246              
64247              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
64248              
64249              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
64250              
64251              Rename UTF8LEN() to be UNISKIP(), too confusing to have
64252              UTF8LEN() and UTF8SKIP(). 
64253              
64254              Allow poking holes at the UTF-8 decoding strictness.
64255              
64256              Continue the internal UTF-8 API tweaking.
64257              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
64258              used much more than the simpler API, now called utf8_to_uv_simple().
64259              Still not quite happy with API, too much partial duplication
64260              of functionality.
64261              
64262              A new version of making the syslog test more robust.
64263              (Replaces #7421.)
64264              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
64265              
64266              buildtoc target tweaks.
64267              
64268              Integrate with vmsperl #7430 by Charles Bailey:
64269              
64270              Cleanup from prior patch (Charles Lane?):
64271              - improve handling of MFDs in Basename and Path
64272              - default to no xsubpp line # munging when building debug images
64273      Branch: maint-5.6/perl
64274           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64275           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
64276           !> (integrate 67 files)
64277 ____________________________________________________________________________
64278 [  8168] By: gsar                                  on 2000/12/18  02:05:49
64279         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
64280              
64281              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64282              From: Martin Husemann <martin@duskware.de>
64283              
64284              Subject: [PATCH 5.7.0] restore match data on backtracing
64285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64286      Branch: maint-5.6/perl
64287           !> regcomp.c regexec.c t/op/re_tests
64288 ____________________________________________________________________________
64289 [  8167] By: gsar                                  on 2000/12/18  01:55:22
64290         Log: integrate changes#7858,7986 from mainline
64291              
64292              C<foreach my $x ...> in pseudo-fork()ed process may diddle
64293              parent's memory; fix it by keeping track of the actual pad
64294              offset rather than a raw pointer (this change is probably also
64295              relevant to non-ithreads case to avoid fallout from reallocs of
64296              the pad array, but is currently only enabled for the ithreads
64297              case in the interests of minimal disruption to existing "well
64298              tested" code)
64299              
64300              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
64301              due to the notorious GetFileType() bug in Windows 9x, which fstat()
64302              tickles)
64303      Branch: maint-5.6/perl
64304           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
64305           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
64306           !> win32/win32.c win32/win32.h win32/win32sck.c
64307 ____________________________________________________________________________
64308 [  8166] By: gsar                                  on 2000/12/18  01:52:59
64309         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
64310              from mainline (xsubpp and ExtUtils::LibList fixups, various
64311              other small items)
64312              
64313              The generated boot_* headers are wrong.  Pickier compiler,
64314              such as KAI C++ will refuse to compile the resulting perlmain.
64315              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
64316              
64317              Various doc oddball characters.
64318              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64319              
64320              Subject: [PATCH] Re: 20001101.003 PDL
64321              
64322              Subject: [PATCH 5.7.0] etags broken again
64323              
64324              Subject: [PATCH 5.7.0] Liblist finally works
64325              
64326              Subject: [PATCH 5.7.0] Liblist returns found libraries
64327              
64328              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
64329              
64330              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
64331              
64332              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64333              OUT keyword nits.
64334              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64335              OUT and IN_OUT documentation.
64336      Branch: maint-5.6/perl
64337           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
64338           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
64339           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
64340           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
64341           !> win32/bin/search.pl
64342 ____________________________________________________________________________
64343 [  8165] By: gsar                                  on 2000/12/18  01:28:45
64344         Log: integrate changes#7533,7563,7611,7623 from mainline (various
64345              malloc.c embellishments)
64346      Branch: maint-5.6/perl
64347           !> malloc.c pod/perldiag.pod
64348 ____________________________________________________________________________
64349 [  8164] By: gsar                                  on 2000/12/18  01:23:33
64350         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
64351              fixups)
64352      Branch: maint-5.6/perl
64353           !> utils/h2xs.PL
64354 ____________________________________________________________________________
64355 [  8163] By: gsar                                  on 2000/12/18  01:17:50
64356         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
64357              fixups)
64358      Branch: maint-5.6/perl
64359           !> Makefile.SH utils/perlbug.PL
64360 ____________________________________________________________________________
64361 [  8162] By: gsar                                  on 2000/12/18  00:25:43
64362         Log: always export Perl_deb() (it is required by re.xs whether
64363              Perl is built with or without -DDEBUGGING)
64364      Branch: maint-5.6/perl
64365            ! makedef.pl
64366 ____________________________________________________________________________
64367 [  8161] By: gsar                                  on 2000/12/18  00:23:38
64368         Log: integrate change#7414 from mainline
64369              
64370              Undo the basename() part of #7412 since the lib/basename
64371              tests would need upgrading too.
64372              
64373              squelch two tests in tr.t that rely on tr/// paranoia change
64374              that's not in 5.6.x
64375      Branch: maint-5.6/perl
64376            ! t/op/tr.t
64377           !> lib/File/Basename.pm
64378 ____________________________________________________________________________
64379 [  8160] By: gsar                                  on 2000/12/18  00:05:30
64380         Log: missing change in previous integrate
64381      Branch: maint-5.6/perl
64382           !> README.aix
64383 ____________________________________________________________________________
64384 [  8159] By: gsar                                  on 2000/12/18  00:03:38
64385         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
64386              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
64387              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
64388              7410..7413 from mainline
64389              
64390              Introduce the man[24-8] variables, from Andy Dougherty.
64391              
64392              Upgrade to CPAN 1.58, from Andreas König.
64393              
64394              An updated EBCDIC tr patch.
64395              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
64396              
64397              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
64398              
64399              Two thirds of
64400              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64401              The Install.pm changes will be submitted separately because
64402              they need some work and discussion still.
64403              
64404              The Install.pm third of
64405              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64406              
64407              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
64408              
64409              Subject: [PATCH 5.7.0] IVs in mtats
64410              
64411              Subject: [PATCH 5.7.0] Perl API for mstats
64412              
64413              Ilya implemented the memory profiling API.
64414              
64415              In Amdahl UTS "struct sv" is defined by a system header,
64416              <ksync.h>.
64417              
64418              Slight tweak of the code to appease Amdahl UTS cc.
64419              
64420              Amdahl UTS doesn't seem to do dynaloading.
64421              
64422              Use UTF8SKIP(), from Simon Cozens.
64423              
64424              Thinko in #7222.
64425              
64426              op/sprintf.t patch for OS/390 (and any other host with limited
64427              floating-point exponent length)
64428              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
64429              
64430              Tweak #7225.
64431              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
64432              
64433              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
64434              
64435              Needs to be conditional on SunOS 4.
64436              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
64437              
64438              Test cases for bug id 20000323.056 (the bug seems to be fixed).
64439              
64440              Add test for bug id 20000427.003 (which seems to have
64441              been fixed) (also duplicate as 20000427.004, though
64442              with a higher severity).  Move one utf8 from op/append
64443              to pragma/utf8, tag the tests with bug ids.
64444              
64445              Document FNCASE=y as discussed in the bug 20000902.009.
64446              
64447              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
64448              The problem was that rx->minlen was in chars while pp_split()
64449              thought it would be in bytes. 
64450              
64451              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
64452              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
64453              
64454              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
64455              
64456              Fix a couple of compiler-noted nits in #7235.
64457              
64458              Tweak the test of #7235.
64459              
64460              One more ~utf8 tweak.
64461              
64462              -w cleanup.
64463              Subject: Re: Problems with bleadperl 
64464              
64465              Subject: small pod patch
64466              
64467              Subject: [PATCH perlguts.pod] Document offset hack
64468              
64469              Add Charles Lane.
64470              
64471              Add the capability to include/exclude branches.
64472              
64473              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
64474              
64475              Detect early whether the std streams have gone bad.
64476              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64477              
64478              More IoTYPE sprinkling.
64479              
64480              Workaround for a sfio bug where the stream error indicator
64481              is not cleared as documented.
64482              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64483              
64484              Clarify documentation on 'use bytes'.
64485              Subject: Re: What does 'use bytes' "mean" ?
64486              
64487              Show the failed remote port, instead of the failing line number.
64488              Subject: [PATCH 5.6.1 Debugger] More diagnostics
64489              
64490              Make Cwd more bulletproof in chrooted environments.
64491              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
64492              
64493              Subject: Pod patch for Devel::Peek
64494              
64495              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
64496              
64497              Borland C fstat() never saw the fd as writable.
64498              Subject: fix for Borland's weak "stat" (perl@7211)
64499              
64500              Missing change from #7362.
64501              
64502              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
64503              
64504              Add the test case for the bug id 20000730.004 which seems
64505              to have been fixed by now.
64506              
64507              Fix of sorts for bug id 20000901.092.  There seems to be no trace
64508              of a 'pmshort' anywhere in the B, so the offending line was simply
64509              removed.
64510              
64511              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
64512              
64513              Subject: PATCH do_print has 2 PerlIO_error()s
64514              
64515              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
64516              
64517              Typo noted by Mark Lutz.
64518              
64519              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
64520              
64521              In the latest compiler builds cccdlflags must not become -fpic,
64522              from Wilfredo Sánchez.
64523              
64524              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
64525              
64526              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
64527              
64528              SOCKS function redefinitions need prototypes, too, otherwise
64529              for example 32 bit versus 64 bit differences cause a lot of
64530              problems.  Part of
64531              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64532              
64533              Portability tweak on #7377.
64534              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
64535              
64536              Don't write double values through long double pointers,
64537              based on a part of
64538              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64539              
64540              Reëntrancy fix.
64541              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64542              
64543              Make scan_num() reëntrant, as suggested in
64544              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64545              
64546              Fix for ID 20001020.006, concatenating an unset submatch
64547              with utf8 resulted in "Modification of a read-only value".
64548              
64549              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
64550              
64551              The #7383 was right only in the context of the original bug report,
64552              not in more general case.
64553              
64554              Update Changes.
64555              
64556              Testcases for a #7383,#7385 related bug.
64557              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
64558              
64559              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
64560              
64561              Tweak the Is* definitions of Unicode character classes
64562              to better match the official categorizations; embrace
64563              the official categorizations; add the combining marks
64564              as alpha (and -numeric); fix DCinital (a typo and edito)
64565              to be DCmedial.
64566              
64567              Hints tweak from Anton Berezin.
64568              
64569              Subject: installman go-faster stripes
64570              Subject: Re: installman go-faster stripes
64571              
64572              Subject: [ID 20001021.003] updated hints/openbsd.sh
64573              
64574              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
64575              
64576              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
64577              
64578              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
64579              
64580              Doc patch.
64581              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
64582              
64583              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
64584              
64585              Subject: Re: [ID 20001021.005] SEGV with regex match 
64586              
64587              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
64588              
64589              The change #7187 was not so good on VMS.
64590              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
64591              
64592              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
64593              
64594              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
64595              
64596              Document PERL_INSTALL_ROOT of #7210.
64597      Branch: maint-5.6/perl
64598           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
64599           +> t/lib/tie-splice.t
64600            - lib/unicode/Is/DCinital.pl
64601           !> (integrate 112 files)
64602 ____________________________________________________________________________
64603 [  8158] By: jhi                                   on 2000/12/17  23:04:24
64604         Log: Subject: [PATCHES] RE: perl@8150 
64605              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
64606              Date: Sun, 17 Dec 2000 21:46:39 +0100
64607              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
64608              
64609              Neither cygwin has a getpwuid() one can trust on.
64610      Branch: perl
64611            ! t/lib/glob-basic.t
64612 ____________________________________________________________________________
64613 [  8157] By: jhi                                   on 2000/12/17  23:01:54
64614         Log: More MAN.PODS => {} fixes.
64615      Branch: perl
64616            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
64617            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
64618            ! os2/OS2/REXX/Makefile.PL
64619 ____________________________________________________________________________
64620 [  8156] By: gsar                                  on 2000/12/17  22:49:13
64621         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
64622              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
64623              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
64624              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
64625              7201,7204 from mainline
64626              
64627              Remove vestiges of tr//CU.
64628              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64629              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64630              
64631              The return value of setlocale must be copied away.
64632              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64633              
64634              Allow chop() and chomp() to be overridden.
64635              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64636              
64637              Hints optimization.
64638              Subject: Minor nit
64639              
64640              Subject: [PATCH] de-wall t/README
64641              
64642              Subject: Re: Two advertising clauses need to be removed
64643              
64644              Batch of UTF-8 patches from Simon Cozens.
64645              
64646              Fix for a parsing bug, not for the original bug.
64647              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
64648              
64649              Compilation warnings and an error.
64650              
64651              Subject: File::Find 5.7.0 POD nits
64652              
64653              Subject: [PATCH perl-5.7.0] continued -Wformat support
64654              
64655              The one that got away.
64656              
64657              Subject: Re: perl@7078
64658              
64659              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
64660              convertable to bytes by checking it doesn't go above 0xc3
64661              Subject: Re: perl@7078
64662              
64663              Replace #7084 with
64664              Subject: Re: perl@7078 
64665              
64666              We don't need to count the high bit bytes, a boolean is enough. 
64667              
64668              Subject: [PATCH] utf8.c apidoc
64669              
64670              Subject: Re: perl@7078 
64671              
64672              Botched the #7090 check-in.
64673              
64674              Fix for the charnames.t failures from Spider Boardman.
64675              
64676              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
64677              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
64678              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
64679              0 to checking to get the warning.
64680              
64681              Subject: [PATCH] Nits in perlmod.pod
64682              
64683              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
64684              
64685              Subject: Re: unicode support and perl [ID 20000901.097]
64686              
64687              Subject: Re: unicode support and perl [ID 20000901.097]
64688              
64689              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
64690              
64691              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
64692              
64693              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
64694              
64695              Subject: [PATCH@blead] Fix some recursion in overload.pm
64696              
64697              s/Robin Parker/Robin Barker/
64698              
64699              Subject: [PATCH] Fix aliasing of tied filehandles
64700              
64701              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
64702              
64703              Subject: Re: [PATCH 5.005_64 missed]
64704              
64705              SOCK_DGRAM and listen() do not mix as reported in
64706              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
64707              The patch for 5.7.0+ had to be reengineered, though.
64708              
64709              Subject: DOC PATCH 5.6.0
64710              
64711              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
64712              
64713              Document the issue (is not a syntax error, kind of)
64714              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
64715              
64716              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
64717              Did not apply cleanly, manual intervention was needed.
64718              
64719              Subject: [PATCH] DLL not restartabke with threaded perl
64720              
64721              Inside require() $^S was always left undefined.
64722              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
64723              
64724              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
64725              
64726              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
64727              
64728              Regen headers.
64729              
64730              Subject: [PATCH 5.7.0] Epoc update
64731              
64732              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
64733              as suggested by Olaf Flebbe and Nick Clark.
64734              
64735              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
64736              
64737              Misplaced else.
64738              
64739              Scale down the VMS message boxes, by Charles Lane.
64740              Fix for ID 20000903.009, workaround at
64741              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
64742              
64743              Subject: [ID 20001003.006] B::Debug not -w clean
64744              
64745              Test harness update to sync with the new perlcc,
64746              from Simon Cozens.
64747              
64748              One remaining nit less at the VMS mailbox sizing.
64749              
64750              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64751              
64752              It is possible to have no hosts database at all.  Pointed out in
64753              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64754              
64755              Subject: [PATCH 5.7.0] h2xs not working
64756              Subject: [PATCH 5.7.0] h2xs not documenting the created module
64757              
64758              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
64759              
64760              Subject: perlhack.pod Patch for Externals Tools
64761              
64762              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
64763              
64764              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
64765              
64766              Enable disabling scripts installation by Configure -Uinstallscripts,
64767              suggested by H. Merijn Brand.
64768              
64769              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
64770              reported several times by Dominic Dunlop, for example in
64771              ID 20000315.008.  Patch from Dominic.  Patch affects at
64772              least MachTen, and possibly other oldish BSDs. Should not
64773              break non-broken platforms (tested on LinuxPPC). 
64774              
64775              Regen toc.
64776              
64777              Subject: Re: Questions about Tie::Array and perl modules
64778              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
64779              
64780              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
64781              
64782              Tweak #7153.
64783              
64784              IO::Handle->syswrite() did not handle length omission
64785              like CORE::syswrite() does.
64786              Subject: [Fwd] IO::Handle, syswrite and arguments
64787              The original patch from andrew@ugh.net.au.
64788              
64789              Also the $ccflags is needed for the C compiler check.
64790              Subject: Configure (check for C-compiler)
64791              
64792              Eliminate $Is_VMS code from the test.
64793              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
64794              
64795              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
64796              as the first option of cc/ld because of ultrapicky compilers
64797              (e.g. OS/390 R2.5)
64798              
64799              Change the version number of Tie::Handle in the core to 4.0,
64800              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
64801              Subject: Note on Tie::Handle
64802              
64803              UTF8ize split() so that the cloned substrings get the UTF8
64804              flag of the original scalar.  Problem reported by Simon Cozens.
64805              
64806              save_re_context() could reset PL_curcop to freed memory, causing core
64807              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
64808              
64809              Subject: PATCH 5.6 perldebguts grammar cleanup
64810              
64811              Add a todo note about overloadable assertions.
64812              
64813              on Windows, LoadLibrary() could load an extension DLL multiple
64814              times if forward slashes are used in the path
64815              
64816              on Windows, cwd strings in the environment should be of the
64817              form =X:=X:\foo instead of =X=X:\foo\
64818              
64819              on Windows, avoid potential exception (could happen if MSVCRT isn't
64820              being used) when closing a socket handle
64821              
64822              avoid nonportable example code
64823              
64824              Windows9x doesn't support link(), despite what Config.pm
64825              might think
64826              
64827              pod nit
64828              
64829              Change #7160 had a nasty typo.
64830              
64831              Warn about unknown scripts.
64832              Subject: Re: ideas? patches? [PATCH bleadperl]
64833              
64834              on Windows, clean targets might not work under some flavors of the shell
64835              
64836              tweak for change#7173
64837              
64838              Make eq work again with utf8 (disabling the upgrading
64839              should no more be necessary since the copies of the
64840              scalars are upgraded, not the scalars themselves).
64841              Takes care of ID 20001009.001.  (The claimed length()
64842              bug in 20001009.001 seems bogus to me.)
64843              
64844              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
64845              
64846              Upgrade to CGI.pm 2.74, from Lincoln Stein.
64847              
64848              Upgrade to podlators 1.04, from Russ Allbery.
64849              
64850              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
64851              
64852              Quote the temp file name, needed in Win32 because the
64853              default name unfortunately contains spaces, shouldn't
64854              hurt elsewhere.
64855              Subject: FW: perldoc fails if $TEMP contains spaces
64856              
64857              Subject: RE: [ID 19990803.001] README.win32 suggestions 
64858              
64859              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
64860              
64861              Subject: Re: utf8 concat, mg_get
64862              
64863              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
64864              
64865              Subject: [PATCH: perl@7181] op/tr tests on OS/390
64866              
64867              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
64868              
64869              Use the versiononly instead of the installscripts,
64870              retract the changes 7146 and 7147.
64871              
64872              Reapply Andy's patch and regen Configure.
64873              
64874              Add the test case for #7190, from the original bug report
64875              by Andreas König.
64876              
64877              Remove duplicated code.
64878              
64879              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
64880              
64881              restore change#7202
64882      Branch: maint-5.6/perl
64883           !> (integrate 121 files)
64884 ____________________________________________________________________________
64885 [  8155] By: jhi                                   on 2000/12/17  22:30:58
64886         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
64887              From: "Craig A. Berry" <craigberry@mac.com>
64888              Date: Sun, 17 Dec 2000 13:09:28 -0600
64889              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
64890              
64891              MAN.PODS => ' ' is naughty.
64892      Branch: perl
64893            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
64894 ____________________________________________________________________________
64895 [  8154] By: nick                                  on 2000/12/17  22:07:13
64896         Log: MULTIPLICITY nit.
64897      Branch: perl
64898            ! mg.c
64899 ____________________________________________________________________________
64900 [  8153] By: gsar                                  on 2000/12/17  21:23:05
64901         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
64902              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
64903              from mainline
64904              
64905              Document the SvIOK_.*UV().
64906              
64907              Update Unicode todo list.
64908              
64909              Guard against bad string->int conversion for quads.
64910              
64911              Subject: small apidoc fix
64912              
64913              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
64914              
64915              Subject: [PATCH] Tied filehandle documentation
64916              
64917              Subject: [PATCH] Modernize Opcode.pm documentation
64918              
64919              Make Data::Dumper (non-XS) to work with changed semantics of ref().
64920              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
64921              [applied even though said semantics didn't change in 5.6.x]
64922              
64923              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
64924              
64925              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
64926              
64927              Fix the URL, but the server is still missing in action.
64928              Subject: [ID 20000905.002] perlfaq1.pod URL error
64929              
64930              Subject: [ID 20000903.001] \w in utf8-strings
64931              
64932              Fix the ccversion detection for 5.1 and beyond.
64933              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64934              
64935              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
64936              
64937              Subject: [ID 20000904.008] Tiny fix for perldiag
64938              
64939              Subject: Re: [ID 20000906.004] segfault with bad perl statement
64940              
64941              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64942              
64943              Subject: [ID 20000908.002] perlipc documentation bug.
64944              
64945              Subject: [PATCH lib/Benchmark.pm]
64946              
64947              Re-allow vec() for characters > 255.
64948              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
64949              
64950              Do away with memory models cruft.  Sorry, PDP users.
64951              
64952              Continue #7041.
64953              
64954              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
64955              
64956              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
64957              
64958              Upgrade to CPAN 1.57_65, from Andreas König.
64959              
64960              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
64961              by Russ Allbery.
64962              
64963              Silence t/pod/*.t about alternate quote-mappings now implemented
64964              by Pod::Text, from Brad Appleton.
64965              
64966              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
64967              Subject: borland C++ win32.c tweak
64968              
64969              C<@a = @b = split(...)> optimization coredumps under ithreads
64970              (missed a spot when fixing up op_pmreplroot hack for ithreads)
64971              
64972              Document the SvUTF8*().
64973              
64974              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
64975              
64976              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
64977              
64978              Do in VMS as the #7054 does.
64979              
64980              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
64981              
64982              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
64983              
64984              Subject: [patch: perl@7045] vms updates
64985              
64986              Test for the #7049.
64987              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
64988              
64989              Break up the myconfig lines a bit.
64990              Subject: perlbug/perl -V output format
64991              
64992              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
64993              
64994              The #7054 truncated Configure badly.
64995              
64996              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
64997              initialization in all the threads on Windows
64998              
64999              Allow for whitespace between "#" and "line" in cpp output.
65000              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
65001              
65002              Remove vestiges of tr//CU.
65003              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65004              
65005              The return value of setlocale must be copied away.
65006              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
65007              
65008              Allow chop() and chomp() to be overridden.
65009              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
65010              
65011              Hints optimization.
65012              Subject: Minor nit
65013              
65014              Subject: [PATCH] de-wall t/README
65015              
65016              Subject: Re: Two advertising clauses need to be removed
65017      Branch: maint-5.6/perl
65018           !> (integrate 75 files)
65019 ____________________________________________________________________________
65020 [  8152] By: gsar                                  on 2000/12/17  20:30:11
65021         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
65022              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
65023              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
65024              
65025              Don't attach -ld to the archname if pointless.
65026              
65027              Document UNTIE in a very minimalistic way.
65028              
65029              POSIX doesn't report long double values under -Duselongdouble
65030              when the long doubles are "real" (bigger than doubles).
65031              
65032              More author updates.
65033              
65034              Try to deduce NV_MAX.  Really should be Configure fodder.
65035              
65036              :: not allowed in pathnames, change to .
65037              Subject: [PATCH perl@6938] cygwin port
65038              
65039              Forget about NV_MAX (#6951).  Various floating point tweaks,
65040              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
65041              
65042              Move the Solaris 7 scan to use64bitall, make the
65043              failure to find 64-bot sparc libc to mention the
65044              possibility of being in an intel, from Lupe and Alan.
65045              
65046              Regen perltoc.
65047              
65048              AUTHORS tweaks, from Peter Prymmer.
65049              
65050              More address tweaking.
65051              
65052              Small tweaks all over.
65053              
65054              File::Temp patches from Andreas König,
65055              
65056              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
65057              
65058              Subject: CPAN.pm beta 1.57_57 for the core
65059              
65060              Part of the solution.
65061              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
65062              
65063              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
65064              
65065              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65066              
65067              Add the overload warnings to perldiag.
65068              
65069              Drop unused argument.
65070              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
65071              
65072              Subject: Nit in Configure (bleadperl@6961)
65073              
65074              Update to PodParser 1.18, from Brad Appleton.
65075              
65076              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
65077              
65078              Subject: [PATCH: 6948] add SCNfldbl to configure.com
65079              
65080              Document UNTIE. Also tweak implementation to suppress the 'inner references'
65081              warning when UNTIE exists and instead pass the cound of extra references to
65082              the UNTIE method.
65083              
65084              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
65085              so that case-ignoring systems like DCL can tell them from
65086              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
65087              
65088              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65089              
65090              Feature ordering tweak.
65091              
65092              Regen perltoc.
65093              
65094              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
65095              
65096              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
65097              
65098              Subject: http:// in L<>
65099              
65100              Detypo.
65101              
65102              change#6791 accidentally clobbered change#6710, put it back
65103              
65104              Only the first line, thank you very much.
65105              
65106              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
65107              plus rework the http: spots as suggested by Tom Christiansen,
65108              plus regen perltoc.
65109              
65110              Undo part of change 6489 which looks like a bulk edit which
65111              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
65112              The supressing of main:: on return from select() is undesirable.
65113              
65114              Apparently avoiding the swapping is too costly.
65115              
65116              Various Configure nits by Philip Newton,
65117              plus the ebcdic one by me.
65118              
65119              Make certain cc is set before trying to run it.
65120              
65121              If overloaded %{} etc. return the object do not loop.
65122              Thus  sub deref { $_[0] } functions if object is wanted type.
65123              
65124              Update perlhist.
65125              
65126              More %{} and other deref special casing - do not pass to 'nomethod'.
65127      Branch: maint-5.6/perl
65128           !> (integrate 59 files)
65129 ____________________________________________________________________________
65130 [  8151] By: gsar                                  on 2000/12/17  19:14:38
65131         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
65132              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
65133              
65134              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
65135              
65136              Make the epsilon to be relative, not absolute.
65137              
65138              Put back the flags dump as reasoned in
65139              Subject: Re: [PATCH] Glob dumping
65140              
65141              Introduce ccname to keep track of what compiler kind of we have.
65142              
65143              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
65144              
65145              Put back the slice accidentally removed by #6907.
65146              
65147              Reset archname and archname64 always, forcing them be
65148              recomputed at each Configure run, make Configure and
65149              the hints files agree on the naming of largefiles variables.
65150              
65151              Don't say "Perl 5.0 source kit".
65152              
65153              Subject: [PATCH] fix misc cast warnings
65154              
65155              Subject: typos in pods
65156              
65157              NVs not necessarily doubles, as pointed out by Yitzchak.
65158              
65159              Subject: [PATCH 6889] add a few ldbl formats to configure.com
65160              
65161              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
65162              
65163              Better options for rsync.
65164              
65165              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
65166              
65167              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
65168              
65169              Subject: [PATCH] Re: UNTIE method 
65170              
65171              A better fix for the Socket building problem from Craig Berry.
65172              
65173              Retract the dummy test, skip the security tests (instead of failing),
65174              explain what the warnings mean.
65175              
65176              Heap decorruption.
65177              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
65178              
65179              Update to Unicode 3.0.1.
65180              
65181              Missed one Unicode file.
65182              
65183              Subject: Re: typos in pods
65184              
65185              The #6929 was too skimpy.
65186              
65187              sscanf() may be the only way to read long doubles from strings.
65188              
65189              Reveal Borland's isnan.
65190              Subject: build with BC++ tweak
65191              
65192              Issue useful diagnostic on unknown pod commands.
65193              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
65194              
65195              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
65196              
65197              Clarify the third case of ftmp-security warnings.
65198              
65199              Make -Dusemorebits find long doubles in Solaris.
65200              
65201              Wrap the test in eval.
65202      Branch: maint-5.6/perl
65203           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
65204           +> lib/unicode/PropList.txt lib/unicode/README.perl
65205           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65206           +> lib/unicode/Unicode.301 vms/vmspipe.com
65207            - lib/unicode/Props.txt lib/unicode/UCD300.html
65208            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
65209           !> (integrate 305 files)
65210 ____________________________________________________________________________
65211 [  8150] By: jhi                                   on 2000/12/17  18:47:57
65212         Log: Uncheckedin generated files.
65213      Branch: perl
65214            ! global.sym perlapi.c pod/perlapi.pod
65215 ____________________________________________________________________________
65216 [  8149] By: jhi                                   on 2000/12/17  18:41:22
65217         Log: Update Changes.
65218      Branch: perl
65219            ! Changes patchlevel.h
65220 ____________________________________________________________________________
65221 [  8148] By: jhi                                   on 2000/12/17  18:39:16
65222         Log: Subject: [PATCH] Fcntl constants speedup
65223              From: Nicholas Clark <nick@ccl4.org>
65224              Date: Sun, 17 Dec 2000 16:29:24 +0000
65225              Message-ID: <20001217162924.E97668@plum.flirble.org>
65226              
65227              Use IVs for the Fcntl constants instead of NVs.
65228      Branch: perl
65229            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
65230 ____________________________________________________________________________
65231 [  8147] By: jhi                                   on 2000/12/17  18:33:41
65232         Log: Add test for #8145 (binmode() warning), add warning for
65233              ioctl() and sockpair(), document them. (fileno() cannot
65234              be tripwired with the same kind of warning because
65235              'defined fileno($foo)' seems to be an idiom.)
65236      Branch: perl
65237            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
65238 ____________________________________________________________________________
65239 [  8146] By: gsar                                  on 2000/12/17  18:09:08
65240         Log: update Changes
65241      Branch: maint-5.6/perl
65242            ! Changes
65243 ____________________________________________________________________________
65244 [  8145] By: jhi                                   on 2000/12/17  17:39:35
65245         Log: Subject: [PATCH] Re: The long awaited feature ...
65246              From: Simon Cozens <simon@cozens.net>
65247              Date: Sun, 17 Dec 2000 12:31:56 +0000
65248              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
65249              
65250              Add a warning to binmode() about using bad filehandles
65251              (can happen e.g. if someone forgets the filehandle argument)
65252      Branch: perl
65253            ! pp_sys.c
65254 ____________________________________________________________________________
65255 [  8144] By: jhi                                   on 2000/12/17  17:33:48
65256         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
65257              From: Jonathan Stowe <gellyfish@gellyfish.com>
65258              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
65259              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
65260      Branch: perl
65261            ! lib/Net/Ping.pm
65262 ____________________________________________________________________________
65263 [  8143] By: jhi                                   on 2000/12/17  05:31:37
65264         Log: Polymorphic regexps.
65265              
65266              Fixes at least the bugs 20001028.003 (both of them...) and
65267              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
65268              also to be fixed by now, probably already before this patch.
65269      Branch: perl
65270            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
65271            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
65272            ! t/op/utf8decode.t t/pragma/utf8.t
65273 ____________________________________________________________________________
65274 [  8142] By: jhi                                   on 2000/12/16  17:16:05
65275         Log: Subject: [patch perl@8102] dos/djgpp update
65276              From: Laszlo Molnar <ml1050@freemail.hu>
65277              Date: Sat, 16 Dec 2000 01:40:52 +0100
65278              Message-ID: <20001216014052.A335@freemail.hu>
65279      Branch: perl
65280            ! djgpp/config.over t/base/commonsense.t
65281 ____________________________________________________________________________
65282 [  8141] By: jhi                                   on 2000/12/16  17:09:27
65283         Log: Few uncheckedin files.
65284      Branch: perl
65285            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
65286 ____________________________________________________________________________
65287 [  8140] By: nick                                  on 2000/12/15  22:14:31
65288         Log: Integrate mainline
65289      Branch: perlio
65290           !> (integrate 53 files)
65291 ____________________________________________________________________________
65292 [  8139] By: jhi                                   on 2000/12/15  19:49:49
65293         Log: One more IVUV tweak from Nicholas Clark.
65294      Branch: perl
65295            ! sv.c
65296 ____________________________________________________________________________
65297 [  8138] By: jhi                                   on 2000/12/15  19:17:06
65298         Log: Return of the IVUV-preservation, now seems to be happy even
65299              in Digital UNIX (the broken strtoul brokenness detection
65300              seems to have been the fly in the ointment).
65301      Branch: perl
65302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65303            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
65304            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
65305            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
65306            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65307            ! vos/config.ga.h win32/config.bc win32/config.gc
65308            ! win32/config.vc
65309 ____________________________________________________________________________
65310 [  8137] By: jhi                                   on 2000/12/15  18:12:14
65311         Log: Metaconfig unit change for #8136.
65312      Branch: metaconfig
65313            ! U/modified/d_strtoul.U
65314      Branch: metaconfig/U/perl
65315            ! d_strtoull.U d_strtouq.U
65316 ____________________________________________________________________________
65317 [  8136] By: jhi                                   on 2000/12/15  18:11:35
65318         Log: I don't think it's sensible or portable to test the strtou*
65319              on /^-/ strings.
65320      Branch: perl
65321            ! Configure
65322 ____________________________________________________________________________
65323 [  8135] By: jhi                                   on 2000/12/15  17:18:49
65324         Log: Metaconfig unit change for #8134.
65325      Branch: metaconfig
65326            ! U/modified/d_strtoul.U
65327 ____________________________________________________________________________
65328 [  8134] By: jhi                                   on 2000/12/15  17:14:13
65329         Log: If longsize is 8 we don't need a LL suffix for integer constants.
65330      Branch: perl
65331            ! Configure config_h.SH
65332 ____________________________________________________________________________
65333 [  8133] By: jhi                                   on 2000/12/15  16:00:23
65334         Log: Update Changes.
65335      Branch: perl
65336            ! Changes patchlevel.h
65337 ____________________________________________________________________________
65338 [  8132] By: jhi                                   on 2000/12/15  15:44:16
65339         Log: Some compilers get huffy if you do not cast a const pointer
65340              to a non-const when assigning.
65341      Branch: perl
65342            ! gv.c
65343 ____________________________________________________________________________
65344 [  8131] By: jhi                                   on 2000/12/15  15:38:30
65345         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
65346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65347              Date: Fri, 15 Dec 2000 05:26:57 -0500
65348              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
65349      Branch: perl
65350            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
65351            ! t/pragma/overload.t
65352 ____________________________________________________________________________
65353 [  8130] By: jhi                                   on 2000/12/15  15:36:08
65354         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
65355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65356              Date: Thu, 14 Dec 2000 22:02:43 -0500
65357              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
65358      Branch: perl
65359            ! gv.c perl.h
65360 ____________________________________________________________________________
65361 [  8129] By: jhi                                   on 2000/12/15  15:34:16
65362         Log: Subject: PATCH: h2xs nit
65363              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65364              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
65365              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
65366              
65367              Add a template README.
65368      Branch: perl
65369            ! utils/h2xs.PL
65370 ____________________________________________________________________________
65371 [  8128] By: jhi                                   on 2000/12/15  15:32:22
65372         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
65373      Branch: perl
65374            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
65375 ____________________________________________________________________________
65376 [  8127] By: jhi                                   on 2000/12/15  15:19:34
65377         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
65378              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65379              Date:     Thu, 14 Dec 2000 20:04:42 EST
65380              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
65381      Branch: perl
65382            ! ext/Opcode/Opcode.xs
65383 ____________________________________________________________________________
65384 [  8126] By: jhi                                   on 2000/12/15  15:17:49
65385         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
65386              From: Peter Prymmer <pvhp@forte.com>
65387              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
65388              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
65389      Branch: perl
65390            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
65391            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
65392            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
65393 ____________________________________________________________________________
65394 [  8125] By: jhi                                   on 2000/12/15  15:11:05
65395         Log: This seems to be a stage sane and stable enough to checkin.
65396              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
65397      Branch: perl
65398            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
65399            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
65400            ! t/op/cmp.t t/op/numconvert.t
65401 ____________________________________________________________________________
65402 [  8124] By: jhi                                   on 2000/12/15  04:20:26
65403         Log: Something is really wonky.
65404      Branch: perl
65405            ! sv.c
65406 ____________________________________________________________________________
65407 [  8123] By: jhi                                   on 2000/12/15  04:00:50
65408         Log: Fixes for the IV UV patches to compile in Digital UNIX.
65409      Branch: perl
65410            ! sv.c
65411 ____________________________________________________________________________
65412 [  8122] By: jhi                                   on 2000/12/15  02:53:40
65413         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
65414              From: "Craig A. Berry" <craigberry@mac.com>
65415              Date: Thu, 14 Dec 2000 19:10:49 -0600
65416              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
65417      Branch: perl
65418            ! vms/vms.c
65419 ____________________________________________________________________________
65420 [  8121] By: jhi                                   on 2000/12/15  02:50:00
65421         Log: Metaconfig changes for #8120.
65422      Branch: metaconfig
65423            + U/modified/d_strtoul.U
65424      Branch: metaconfig/U/perl
65425            ! d_strtoull.U d_strtouq.U
65426 ____________________________________________________________________________
65427 [  8120] By: jhi                                   on 2000/12/15  02:49:42
65428         Log: From: Nicholas Clark <nick@ccl4.org> 
65429              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
65430              Date: Thu, 14 Dec 2000 18:38:57 +0000
65431              Message-ID: <20001214183857.B97909@plum.flirble.org>
65432      Branch: perl
65433            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65434            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
65435            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
65436            ! vos/config.ga.def vos/config.ga.h win32/config.bc
65437            ! win32/config.gc win32/config.vc
65438 ____________________________________________________________________________
65439 [  8119] By: jhi                                   on 2000/12/14  23:40:58
65440         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
65441              From: Nicholas Clark <nick@ccl4.org>
65442              Date: Wed, 13 Dec 2000 20:08:50 +0000
65443              Message-ID: <20001213200849.B71166@plum.flirble.org>
65444      Branch: perl
65445            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
65446            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
65447 ____________________________________________________________________________
65448 [  8118] By: jhi                                   on 2000/12/14  22:46:26
65449         Log: Integrate perlio.
65450      Branch: perl
65451           !> MANIFEST ext/Encode/compile makedef.pl
65452 ____________________________________________________________________________
65453 [  8117] By: nick                                  on 2000/12/14  22:38:53
65454         Log: Win32 tweaks to get Encode to build
65455              - temp hack to makedef.pl till PerlIO is properly "exported".
65456              - MSVC dislikes  
65457              static encpage_t foo[];
65458              so make 'em extern for now.
65459      Branch: perlio
65460            ! ext/Encode/compile makedef.pl
65461 ____________________________________________________________________________
65462 [  8116] By: nick                                  on 2000/12/14  22:00:53
65463         Log: Document the new files
65464      Branch: perlio
65465            ! MANIFEST
65466 ____________________________________________________________________________
65467 [  8115] By: jhi                                   on 2000/12/14  21:58:01
65468         Log: MANIFEST new files of #8114.
65469      Branch: perl
65470            ! MANIFEST
65471 ____________________________________________________________________________
65472 [  8114] By: jhi                                   on 2000/12/14  21:50:49
65473         Log: Integrate perlio.
65474      Branch: perl
65475           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
65476           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
65477           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
65478           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
65479           !> ext/Encode/Makefile.PL
65480 ____________________________________________________________________________
65481 [  8113] By: jhi                                   on 2000/12/14  21:48:49
65482         Log: The documentation part of the
65483              
65484              Subject: [ID 20001214.002] Net::Ping patch
65485              From: Jonathan Stowe <gellyfish@gellyfish.com>
65486              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
65487              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
65488              since the #7529 had already addressed the same problem.
65489      Branch: perl
65490            ! lib/Net/Ping.pm
65491 ____________________________________________________________________________
65492 [  8112] By: jhi                                   on 2000/12/14  21:42:57
65493         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
65494              From: Dominic Dunlop <domo@computer.org>
65495              Date: Tue, 12 Dec 2000 10:47:10 +0100
65496              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
65497              
65498              Document how elusive subroutines can be.
65499      Branch: perl
65500            ! pod/perlfunc.pod
65501 ____________________________________________________________________________
65502 [  8111] By: jhi                                   on 2000/12/14  21:38:05
65503         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
65504              From: Dominic Dunlop <domo@computer.org>
65505              Date: Thu, 14 Dec 2000 10:13:51 +0100
65506              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
65507      Branch: perl
65508            ! ext/POSIX/POSIX.pod
65509 ____________________________________________________________________________
65510 [  8110] By: jhi                                   on 2000/12/14  21:36:32
65511         Log: Subject: [patch] perlfaq7
65512              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
65513              Date: Thu, 14 Dec 2000 15:31:07 +0100
65514              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
65515      Branch: perl
65516            ! pod/perlfaq7.pod
65517 ____________________________________________________________________________
65518 [  8109] By: jhi                                   on 2000/12/14  21:29:20
65519         Log: Subject: [8104] Encode
65520              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65521              Date: Thu, 14 Dec 2000 14:49:34 +0100
65522              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
65523              
65524              Type casting for nervous compilers.
65525      Branch: perl
65526            ! ext/Encode/Encode.xs
65527 ____________________________________________________________________________
65528 [  8108] By: jhi                                   on 2000/12/14  21:26:17
65529         Log: Subject: [8104] DB_File
65530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65531              Date: Thu, 14 Dec 2000 14:49:35 +0100
65532              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
65533              
65534              Type definition incorrect for DB 2.7.7.  Not known when it
65535              changed, so only changed it for a known revision.
65536      Branch: perl
65537            ! ext/DB_File/DB_File.xs
65538 ____________________________________________________________________________
65539 [  8107] By: jhi                                   on 2000/12/14  21:23:41
65540         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
65541              From: Peter Prymmer <pvhp@forte.com>
65542              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
65543              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
65544              
65545              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
65546      Branch: perl
65547            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
65548            ! ext/Encode/Encode/posix-bc.enc
65549 ____________________________________________________________________________
65550 [  8106] By: nick                                  on 2000/12/14  20:36:13
65551         Log: "Cold" build correction to Encode's Makefile.PL
65552      Branch: perlio
65553            ! ext/Encode/Makefile.PL
65554 ____________________________________________________________________________
65555 [  8105] By: nick                                  on 2000/12/14  20:09:37
65556         Log: "Compiled" encodings.
65557              Correct replacement character in EBCDIC .enc files
65558              Add 0x7F to ASCII repertoire.
65559      Branch: perlio
65560            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
65561            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
65562            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
65563            ! ext/Encode/Makefile.PL ext/Encode/compile
65564            ! ext/Encode/encengine.c ext/Encode/encode.h
65565 ____________________________________________________________________________
65566 [  8104] By: nick                                  on 2000/12/14  00:38:20
65567         Log: Integrate mainline
65568      Branch: perlio
65569           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
65570           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
65571           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
65572           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
65573           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
65574           !> t/lib/db-hash.t t/lib/db-recno.t
65575 ____________________________________________________________________________
65576 [  8103] By: nick                                  on 2000/12/13  23:16:13
65577         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
65578              so far and so it does not get lost.
65579      Branch: perlio
65580            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
65581 ____________________________________________________________________________
65582 [  8102] By: jhi                                   on 2000/12/13  17:14:22
65583         Log: Update Changes.
65584      Branch: perl
65585            ! Changes patchlevel.h
65586 ____________________________________________________________________________
65587 [  8101] By: jhi                                   on 2000/12/13  16:53:41
65588         Log: Move the proto of start_glob() to a better place; regen api files.
65589      Branch: perl
65590            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
65591 ____________________________________________________________________________
65592 [  8100] By: jhi                                   on 2000/12/13  16:47:11
65593         Log: Metaconfig change for #8099.
65594      Branch: metaconfig
65595            ! U/modified/Head.U
65596 ____________________________________________________________________________
65597 [  8099] By: jhi                                   on 2000/12/13  16:46:48
65598         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
65599              From: Andy Dougherty <doughera@lafayette.edu>
65600              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
65601              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
65602      Branch: perl
65603            ! Configure
65604 ____________________________________________________________________________
65605 [  8098] By: jhi                                   on 2000/12/13  16:39:02
65606         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
65607              From: rspier@pobox.com (Robert Spier)
65608              Date: Tue, 12 Dec 2000 21:12:39 -0500
65609              Message-ID: <14902.56087.678086.725773@rls.cx>
65610              
65611              fastgetcwd is defined using a glob alias on a $^O dependent basis -
65612              and there was no default assignment or perl subroutine.
65613      Branch: perl
65614            ! lib/Cwd.pm
65615 ____________________________________________________________________________
65616 [  8097] By: jhi                                   on 2000/12/13  16:16:01
65617         Log: Subject: [PATCH] move startglob out of pp_hot.c
65618              From: Nicholas Clark <nick@ccl4.org>
65619              Date: Mon, 11 Dec 2000 23:16:39 +0000
65620              Message-ID: <20001211231638.A55550@plum.flirble.org>
65621      Branch: perl
65622            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
65623 ____________________________________________________________________________
65624 [  8096] By: jhi                                   on 2000/12/13  15:26:23
65625         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
65626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
65627              Date: Wed, 13 Dec 2000 14:01:37 +0100
65628              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
65629              
65630              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
65631              in turn requires libpthread in libswanted.
65632      Branch: perl
65633            ! hints/hpux.sh
65634 ____________________________________________________________________________
65635 [  8095] By: jhi                                   on 2000/12/12  19:51:05
65636         Log: The integration wars continue.
65637      Branch: perl
65638           !> sv.c
65639 ____________________________________________________________________________
65640 [  8094] By: jhi                                   on 2000/12/12  19:48:26
65641         Log: Subject: [PATCH perl@8070] DB_File-1.74  
65642              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
65643              Date: Mon, 11 Dec 2000 23:07:17 -0000
65644              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
65645      Branch: perl
65646            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
65647            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
65648            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
65649            ! t/lib/db-recno.t
65650 ____________________________________________________________________________
65651 [  8093] By: nick                                  on 2000/12/12  19:42:13
65652         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
65653      Branch: perlio
65654            ! sv.c
65655           !> lib/File/DosGlob.pm
65656 ____________________________________________________________________________
65657 [  8092] By: jhi                                   on 2000/12/12  19:28:11
65658         Log: Integrate perlio.
65659      Branch: perl
65660           !> sv.c
65661 ____________________________________________________________________________
65662 [  8091] By: nick                                  on 2000/12/12  18:49:45
65663         Log: Fix for Tk, and upgrading shared SVs.
65664      Branch: perlio
65665            ! sv.c
65666 ____________________________________________________________________________
65667 [  8090] By: jhi                                   on 2000/12/12  16:48:59
65668         Log: Subject: [PATCH] Re: Breadperl & Tk
65669              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65670              Date: Tue, 12 Dec 2000 14:48:27 GMT
65671              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
65672      Branch: perl
65673            ! sv.c
65674 ____________________________________________________________________________
65675 [  8089] By: jhi                                   on 2000/12/12  03:37:19
65676         Log: Subject: DosGlob.pm diff for bash style brace expansion.
65677              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
65678              Date: Fri, 8 Dec 2000 10:45:30 -0600
65679              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
65680      Branch: perl
65681            ! lib/File/DosGlob.pm
65682 ____________________________________________________________________________
65683 [  8088] By: nick                                  on 2000/12/11  23:59:59
65684         Log: Integrate mainline
65685      Branch: perlio
65686           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
65687           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65688           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
65689           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
65690           !> t/op/local.t t/pragma/warn/toke toke.c
65691 ____________________________________________________________________________
65692 [  8087] By: jhi                                   on 2000/12/11  23:20:23
65693         Log: Integrate perlio.
65694      Branch: perl
65695           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65696 ____________________________________________________________________________
65697 [  8086] By: jhi                                   on 2000/12/11  22:50:59
65698         Log: Tune further the OS detection of CGI.
65699      Branch: perl
65700            ! lib/CGI.pm
65701 ____________________________________________________________________________
65702 [  8085] By: nick                                  on 2000/12/11  22:50:46
65703         Log: Finish 1st pass of "encoding" layer e.g. :
65704              open($fh,"<encoding(iso8859-7)",$greek) || die;
65705      Branch: perlio
65706            ! ext/Encode/Encode.xs perlio.c perliol.h
65707 ____________________________________________________________________________
65708 [  8084] By: jhi                                   on 2000/12/11  22:32:06
65709         Log: Revert the -f ambiguousity patch, seems to cause
65710              too much hassle (the interpret -Q as a function
65711              where Q is not a known filetest part is left in).
65712      Branch: perl
65713            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
65714            ! toke.c
65715 ____________________________________________________________________________
65716 [  8083] By: jhi                                   on 2000/12/11  22:27:23
65717         Log: (accidentally empty check-in)
65718      Branch: perl
65719            ! lib/File/DosGlob.pm
65720 ____________________________________________________________________________
65721 [  8082] By: nick                                  on 2000/12/11  19:09:51
65722         Log: Restore mmap function (broken by tweaks to shared buffer
65723              layer for encode(xxxx)).
65724      Branch: perlio
65725            ! perlio.c
65726 ____________________________________________________________________________
65727 [  8081] By: jhi                                   on 2000/12/11  18:29:13
65728         Log: Subject: Re: The long awaited feature ...
65729              From: Simon Cozens <simon@cozens.net>
65730              Date: Mon, 11 Dec 2000 15:54:24 +0000
65731              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
65732              
65733              More io/utf8 tests.
65734      Branch: perl
65735            ! t/io/utf8.t
65736 ____________________________________________________________________________
65737 [  8080] By: jhi                                   on 2000/12/11  18:19:36
65738         Log: Subject: PATCH MakeMaker manpage clarification
65739              From: andreas.koenig@anima.de (Andreas J. Koenig)
65740              Date: 10 Dec 2000 20:46:13 +0100
65741              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
65742      Branch: perl
65743            ! lib/ExtUtils/MakeMaker.pm
65744 ____________________________________________________________________________
65745 [  8079] By: jhi                                   on 2000/12/11  15:35:07
65746         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
65747              From: Simon Cozens <simon@cozens.net>
65748              Date: Sun, 10 Dec 2000 19:06:19 +0000
65749              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
65750      Branch: perl
65751            ! ext/B/B/Deparse.pm t/lib/b.t
65752 ____________________________________________________________________________
65753 [  8078] By: jhi                                   on 2000/12/11  15:09:11
65754         Log: Subject: [PATCH] docs on NaN
65755              From: Nicholas Clark <nick@ccl4.org>
65756              Date: Mon, 11 Dec 2000 01:48:38 +0000
65757              Message-ID: <20001211014838.B99205@plum.flirble.org>
65758      Branch: perl
65759            ! pod/perlop.pod
65760 ____________________________________________________________________________
65761 [  8077] By: jhi                                   on 2000/12/11  15:02:21
65762         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
65763              From: Simon Cozens <simon@cozens.net>
65764              Date: Mon, 11 Dec 2000 01:21:45 +0000
65765              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
65766      Branch: perl
65767            ! pp.c pp_hot.c scope.c t/op/local.t
65768 ____________________________________________________________________________
65769 [  8076] By: nick                                  on 2000/12/10  20:43:32
65770         Log: Not merge worthy...
65771              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
65772              syntax is modelled on attributes.
65773              Untested fix for io/utf8 on Win32 etc.
65774              Very clumsy start to the encode layer.
65775      Branch: perlio
65776            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65777 ____________________________________________________________________________
65778 [  8075] By: jhi                                   on 2000/12/10  18:39:33
65779         Log: Darwin is not Windows.
65780      Branch: perl
65781            ! lib/CGI.pm
65782 ____________________________________________________________________________
65783 [  8074] By: jhi                                   on 2000/12/10  18:31:27
65784         Log: Subject: Ambiguous -%c() resolved as a file test
65785              From: "Paul Marquess" <Paul.Marquess@openwave.com>
65786              Date: Sun, 10 Dec 2000 15:35:07 -0000
65787              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
65788      Branch: perl
65789            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65790 ____________________________________________________________________________
65791 [  8073] By: jhi                                   on 2000/12/10  18:16:29
65792         Log: Subject: PATCH installperl misinformed 
65793              From: andreas.koenig@anima.de (Andreas J. Koenig)
65794              Date: 10 Dec 2000 13:01:32 +0100 
65795              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
65796      Branch: perl
65797            ! installperl
65798 ____________________________________________________________________________
65799 [  8072] By: jhi                                   on 2000/12/10  18:07:55
65800         Log: The walkoptree confusion rages; walkoptree() seems to be coming
65801              from B.xs, while walkoptree_slow() comes from B.pm.
65802      Branch: perl
65803            ! ext/B/B.pm
65804 ____________________________________________________________________________
65805 [  8071] By: nick                                  on 2000/12/10  11:45:47
65806         Log: Integrate mainline
65807      Branch: perlio
65808           +> t/base/commonsense.t
65809           !> (integrate 37 files)
65810 ____________________________________________________________________________
65811 [  8070] By: jhi                                   on 2000/12/10  04:46:21
65812         Log: Update Changes.
65813      Branch: perl
65814            ! Changes patchlevel.h
65815 ____________________________________________________________________________
65816 [  8069] By: jhi                                   on 2000/12/10  04:39:19
65817         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
65818              From: andreas.koenig@anima.de (Andreas J. Koenig)
65819              Date: 09 Dec 2000 17:14:25 +0100
65820              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
65821      Branch: perl
65822            + t/base/commonsense.t
65823            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
65824 ____________________________________________________________________________
65825 [  8068] By: jhi                                   on 2000/12/10  04:17:36
65826         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
65827              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65828              Date: Sat, 9 Dec 2000 16:47:22 -0000
65829              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
65830      Branch: perl
65831            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
65832            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
65833            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
65834            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
65835            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
65836            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65837            ! t/lib/sdbm.t
65838 ____________________________________________________________________________
65839 [  8067] By: jhi                                   on 2000/12/10  03:52:02
65840         Log: Test case for #8066.
65841      Branch: perl
65842            ! t/op/misc.t
65843 ____________________________________________________________________________
65844 [  8066] By: jhi                                   on 2000/12/10  03:50:30
65845         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
65846              From: Simon Cozens <simon@cozens.net>
65847              Date: Sun, 10 Dec 2000 00:55:37 +0000
65848              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
65849      Branch: perl
65850            ! pp_sys.c
65851 ____________________________________________________________________________
65852 [  8065] By: jhi                                   on 2000/12/10  03:44:52
65853         Log: Test case for #8064.
65854      Branch: perl
65855            ! t/comp/proto.t
65856 ____________________________________________________________________________
65857 [  8064] By: jhi                                   on 2000/12/10  03:42:32
65858         Log: Subject: Re: prototype of substr
65859              From: Simon Cozens <simon@cozens.net>
65860              Date: Sun, 10 Dec 2000 00:13:33 +0000
65861              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
65862              
65863              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
65864              In other words, make the returned prototypes for any function
65865              stop prepending the ';' optionality marker after the first one.
65866              If they start getting optional, all the rest are optional.
65867      Branch: perl
65868            ! pp.c
65869 ____________________________________________________________________________
65870 [  8063] By: jhi                                   on 2000/12/10  03:39:42
65871         Log: Subject: [PATCH] perlguts.pod
65872              From: Simon Cozens <simon@cozens.net>
65873              Date: Sun, 10 Dec 2000 00:06:47 +0000
65874              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
65875              
65876              Documentation of the different types of ops,
65877              plus the functions in dump.c
65878      Branch: perl
65879            ! pod/perlguts.pod
65880 ____________________________________________________________________________
65881 [  8062] By: jhi                                   on 2000/12/10  03:30:04
65882         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
65883              From: Nicholas Clark <nick@talking.bollo.cx>
65884              Date: Sat, 09 Dec 2000 18:57:25 +0000
65885              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
65886              
65887              Be more robust in weird hostname setups.
65888      Branch: perl
65889            ! t/lib/net-hostent.t
65890 ____________________________________________________________________________
65891 [  8061] By: jhi                                   on 2000/12/10  03:28:21
65892         Log: Pacify fussy compiler. 
65893      Branch: perl
65894            ! pp_sys.c
65895 ____________________________________________________________________________
65896 [  8060] By: jhi                                   on 2000/12/10  02:52:46
65897         Log: Integrate perlio.
65898      Branch: perl
65899           !> pp_sys.c t/io/utf8.t
65900 ____________________________________________________________________________
65901 [  8059] By: nick                                  on 2000/12/09  23:40:14
65902         Log: read/sysread/recv should now be utf8 aware.
65903              Basic test for utf8 read.
65904      Branch: perlio
65905            ! pp_sys.c t/io/utf8.t
65906 ____________________________________________________________________________
65907 [  8058] By: jhi                                   on 2000/12/09  21:56:02
65908         Log: Integrate perlio.
65909      Branch: perl
65910           +> t/io/utf8.t
65911           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
65912 ____________________________________________________________________________
65913 [  8057] By: jhi                                   on 2000/12/09  21:53:35
65914         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
65915              From: Inaba Hiroto <inaba@st.rim.or.jp>
65916              Date: Sun, 10 Dec 2000 05:53:21 +0900
65917              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
65918              
65919              Tests for #8056.
65920      Branch: perl
65921            ! t/op/each.t
65922 ____________________________________________________________________________
65923 [  8056] By: jhi                                   on 2000/12/09  21:51:16
65924         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
65925              From: Inaba Hiroto <inaba@st.rim.or.jp>
65926              Date: Sat, 09 Dec 2000 18:02:00 +0900
65927              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
65928              
65929              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
65930      Branch: perl
65931            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
65932 ____________________________________________________________________________
65933 [  8055] By: nick                                  on 2000/12/09  20:11:48
65934         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
65935              than raw PerlIO_write() - does not seem to break any tests.
65936      Branch: perlio
65937            ! pp_sys.c
65938 ____________________________________________________________________________
65939 [  8054] By: nick                                  on 2000/12/09  19:47:30
65940         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
65941              (sysread, recv and write i.e. formats still to do...)
65942              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
65943              open($fh,">:utf8","name")
65944              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
65945              so no extra overhead is involved.
65946              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
65947              to a non-utf8 stream.
65948              Add initial io/utf8.t
65949              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
65950              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
65951              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
65952      Branch: perlio
65953            + t/io/utf8.t
65954            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
65955 ____________________________________________________________________________
65956 [  8053] By: nick                                  on 2000/12/09  19:26:37
65957         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
65958              was only testing this_utf8.
65959      Branch: perlio
65960            ! toke.c
65961 ____________________________________________________________________________
65962 [  8052] By: nick                                  on 2000/12/09  19:09:41
65963         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
65964              i.e. the output string has one, but don't mess with source assumption.
65965      Branch: perlio
65966            ! toke.c
65967 ____________________________________________________________________________
65968 [  8051] By: jhi                                   on 2000/12/09  16:55:17
65969         Log: Integrate perlio.
65970      Branch: perl
65971           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
65972           !> sv.c thrdvar.h util.c
65973 ____________________________________________________________________________
65974 [  8050] By: jhi                                   on 2000/12/09  16:48:07
65975         Log: Nits noticed by Peter Prymmer.
65976      Branch: perl
65977            ! lib/ExtUtils/MM_VMS.pm
65978 ____________________________________________________________________________
65979 [  8049] By: nick                                  on 2000/12/09  13:49:40
65980         Log: UTF8 output prework.
65981              - Store $\ and $, as SVs so they can have SvUTF8 flag
65982              - use do_print() rather than raw PerlIO_write() to print them.
65983      Branch: perlio
65984            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
65985            ! thrdvar.h util.c
65986 ____________________________________________________________________________
65987 [  8048] By: nick                                  on 2000/12/09  12:30:43
65988         Log: Integrate mainline.
65989      Branch: perlio
65990           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
65991           +> t/op/reverse.t
65992           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
65993           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
65994           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
65995           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
65996           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
65997           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
65998 ____________________________________________________________________________
65999 [  8047] By: jhi                                   on 2000/12/09  00:23:27
66000         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
66001              From: Michael G Schwern <schwern@pobox.com>
66002              Date: Fri, 8 Dec 2000 14:43:04 -0600
66003      Branch: perl
66004            ! lib/ExtUtils/MM_VMS.pm
66005 ____________________________________________________________________________
66006 [  8046] By: jhi                                   on 2000/12/08  23:10:27
66007         Log: A missed check-in.
66008      Branch: perl
66009            ! lib/ExtUtils/Manifest.pm
66010 ____________________________________________________________________________
66011 [  8045] By: jhi                                   on 2000/12/08  21:57:12
66012         Log: (null check-in)
66013      Branch: perl
66014            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
66015 ____________________________________________________________________________
66016 [  8044] By: jhi                                   on 2000/12/08  21:11:06
66017         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
66018              at the final draft stage.
66019      Branch: perl
66020            + ext/Encode/Encode/iso8859-16.enc
66021            ! MANIFEST
66022 ____________________________________________________________________________
66023 [  8043] By: jhi                                   on 2000/12/08  16:39:04
66024         Log: Update Changes.
66025      Branch: perl
66026            ! Changes patchlevel.h
66027 ____________________________________________________________________________
66028 [  8042] By: jhi                                   on 2000/12/08  16:33:39
66029         Log: Do not return the Unicode replacement character if UTF-8
66030              decoding goes awry, it should be up to the caller to decide.
66031      Branch: perl
66032            ! pod/perlapi.pod utf8.c
66033 ____________________________________________________________________________
66034 [  8041] By: jhi                                   on 2000/12/08  16:22:28
66035         Log: metaconfig maintenance.
66036      Branch: metaconfig
66037            ! U/modified/stdchar.U
66038      Branch: metaconfig/U/perl
66039            + testsyml.U
66040 ____________________________________________________________________________
66041 [  8040] By: jhi                                   on 2000/12/08  16:03:08
66042         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
66043              From: sthoenna@efn.org
66044              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
66045              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
66046      Branch: perl
66047            ! Changes lib/ExtUtils/MM_OS2.pm
66048 ____________________________________________________________________________
66049 [  8039] By: jhi                                   on 2000/12/08  15:57:11
66050         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
66051              From: Simon Cozens <simon@cozens.net>
66052              Date: Fri, 8 Dec 2000 13:33:31 +0000
66053              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
66054              
66055              (The pp_hot part needed a rewrite.)
66056      Branch: perl
66057            ! doop.c pp_hot.c utf8.c
66058 ____________________________________________________________________________
66059 [  8038] By: jhi                                   on 2000/12/08  15:25:08
66060         Log: Subject: djSP
66061              From: Michael Stevens <michael@etla.org>
66062              Date: Wed, 6 Dec 2000 23:24:01 +0000
66063              Message-ID: <20001206232400.A21381@firedrake.org>
66064              
66065              Plus a note from Nick Ing-Simmons.
66066      Branch: perl
66067            ! pp.h
66068 ____________________________________________________________________________
66069 [  8037] By: jhi                                   on 2000/12/08  15:18:35
66070         Log: Filetype is text.
66071      Branch: perl
66072            ! t/op/utf8decode.t
66073 ____________________________________________________________________________
66074 [  8036] By: jhi                                   on 2000/12/08  03:31:27
66075         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66076              From: Andy Dougherty <doughera@lafayette.edu>
66077              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
66078              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
66079              
66080              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66081              From: Andy Dougherty <doughera@lafayette.edu>
66082              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
66083              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
66084      Branch: perl
66085            + ext/POSIX/hints/svr4.pl
66086            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
66087 ____________________________________________________________________________
66088 [  8035] By: jhi                                   on 2000/12/08  03:26:01
66089         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
66090              From: Andy Dougherty <doughera@lafayette.edu>
66091              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
66092              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
66093      Branch: perl
66094            ! t/README t/base/term.t
66095 ____________________________________________________________________________
66096 [  8034] By: jhi                                   on 2000/12/08  03:21:59
66097         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
66098              From: mjd@plover.com  
66099              Date: 7 Dec 2000 21:04:20 -0000
66100              Message-ID: <20001207210420.22282.qmail@plover.com>
66101              
66102              Plus -z doc.
66103      Branch: perl
66104            ! pod/perlfunc.pod
66105 ____________________________________________________________________________
66106 [  8033] By: jhi                                   on 2000/12/08  03:19:03
66107         Log: Use the UTF8 macros a bit.  They can't be used with abandon
66108              everywhere because we do generate illegal UTF-8 in some situations.
66109              This is of course naughty.
66110      Branch: perl
66111            ! pod/perlapi.pod utf8.c utf8.h
66112 ____________________________________________________________________________
66113 [  8032] By: jhi                                   on 2000/12/08  03:00:09
66114         Log: Out of sync?
66115      Branch: perl
66116            ! t/pragma/warn/utf8
66117 ____________________________________________________________________________
66118 [  8031] By: jhi                                   on 2000/12/08  02:22:39
66119         Log: Cnt spl.
66120      Branch: perl
66121            ! MANIFEST
66122 ____________________________________________________________________________
66123 [  8030] By: jhi                                   on 2000/12/08  01:23:54
66124         Log: Add test for reverse().
66125      Branch: perl
66126            + t/op/reverse.t
66127            ! MANIFEST
66128 ____________________________________________________________________________
66129 [  8029] By: jhi                                   on 2000/12/08  01:21:47
66130         Log: Integrate perlio.
66131      Branch: perl
66132           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
66133           !> perlio.c perlio.h perlsdio.h warnings.pl
66134 ____________________________________________________________________________
66135 [  8028] By: jhi                                   on 2000/12/08  01:19:08
66136         Log: Introduce macros for UTF8 decoding.
66137      Branch: perl
66138            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
66139 ____________________________________________________________________________
66140 [  8027] By: nick                                  on 2000/12/07  22:18:19
66141         Log: Integrate mainline
66142      Branch: perlio
66143           !> embed.pl pod/perlapi.pod utf8.c
66144 ____________________________________________________________________________
66145 [  8026] By: nick                                  on 2000/12/07  21:45:08
66146         Log: Various oddities p4 diff -se showed up
66147              Remove 'our' from warnings.pl
66148      Branch: perlio
66149            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
66150 ____________________________________________________________________________
66151 [  8025] By: nick                                  on 2000/12/07  21:43:32
66152         Log: Change PerlIO_(get|set)pos to take SV *
66153              Should fix, OS/2, VMS, (sfio??)
66154      Branch: perlio
66155            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
66156 ____________________________________________________________________________
66157 [  8024] By: jhi                                   on 2000/12/07  19:05:32
66158         Log: Document utf8_to_uv() better.
66159      Branch: perl
66160            ! pod/perlapi.pod utf8.c
66161 ____________________________________________________________________________
66162 [  8023] By: jhi                                   on 2000/12/07  18:23:47
66163         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
66164      Branch: perl
66165            ! embed.pl pod/perlapi.pod utf8.c
66166 ____________________________________________________________________________
66167 [  8022] By: jhi                                   on 2000/12/07  04:13:51
66168         Log: Integrate perlio.
66169      Branch: perl
66170           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
66171           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
66172           !> win32/makefile.mk
66173 ____________________________________________________________________________
66174 [  8021] By: nick                                  on 2000/12/07  00:28:14
66175         Log: Various attempts at MSVC debug - not sure what has
66176              changed but works now. 
66177              Seems atexit() _may_ work for DLLs built with MSVC so don't
66178              call cleanup that way.
66179      Branch: perlio
66180            ! perlio.c win32/makefile.mk
66181 ____________________________________________________________________________
66182 [  8020] By: nick                                  on 2000/12/06  19:57:20
66183         Log: Integrate mainline
66184      Branch: perlio
66185           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
66186           !> (integrate 75 files)
66187 ____________________________________________________________________________
66188 [  8019] By: nick                                  on 2000/12/06  19:28:21
66189         Log: Add useperlio to config.vc
66190              Turn off binmode in config_H.PL
66191              Regen all the config_H.xx
66192              Attempt to get debugging build with MSVC.
66193      Branch: perlio
66194            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66195            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
66196 ____________________________________________________________________________
66197 [  8018] By: nick                                  on 2000/12/06  19:21:57
66198         Log: Test various dup/external program options on all platforms.
66199      Branch: perlio
66200            ! t/io/dup.t
66201 ____________________________________________________________________________
66202 [  8017] By: nick                                  on 2000/12/06  19:20:47
66203         Log: Fix harness to be less picky
66204      Branch: perlio
66205            ! lib/Test/Harness.pm
66206 ____________________________________________________________________________
66207 [  8016] By: jhi                                   on 2000/12/06  16:45:12
66208         Log: Update Changes.
66209      Branch: perl
66210            ! Changes patchlevel.h
66211 ____________________________________________________________________________
66212 [  8015] By: jhi                                   on 2000/12/06  16:41:03
66213         Log: Test \x{...} with ord().
66214      Branch: perl
66215            ! t/op/ord.t
66216 ____________________________________________________________________________
66217 [  8014] By: jhi                                   on 2000/12/06  16:20:33
66218         Log: Test tweak because of #8013.
66219      Branch: perl
66220            ! t/lib/b.t
66221 ____________________________________________________________________________
66222 [  8013] By: jhi                                   on 2000/12/06  16:09:09
66223         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
66224              From: Michael G Schwern <schwern@pobox.com>
66225              Date: Tue, 5 Dec 2000 21:23:28 -0500
66226              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
66227              
66228              Carp::Heavy parts not very applicable because of recent changes.
66229      Branch: perl
66230            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
66231            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
66232            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
66233            ! lib/Exporter.pm lib/Exporter/Heavy.pm
66234            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
66235            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
66236            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
66237            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
66238            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
66239            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
66240            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
66241            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
66242            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
66243            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
66244            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
66245            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
66246            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
66247            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
66248            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
66249            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
66250            ! warnings.pl
66251 ____________________________________________________________________________
66252 [  8012] By: jhi                                   on 2000/12/06  15:22:38
66253         Log: Subject: [PATCH] Re: New harness is failing things
66254              From: Nick Ing-Simmons <nik@tiuk.ti.com>
66255              Date: Wed, 6 Dec 2000 13:00:30 GMT
66256              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
66257      Branch: perl
66258            ! lib/Test/Harness.pm
66259 ____________________________________________________________________________
66260 [  8011] By: jhi                                   on 2000/12/06  15:12:08
66261         Log: Subject: installhtml changes
66262              From: Michael Stevens <michael@etla.org>
66263              Date: Wed, 6 Dec 2000 13:15:53 +0000
66264              Message-ID: <20001206131553.A27317@firedrake.org>
66265      Branch: perl
66266            ! installhtml
66267 ____________________________________________________________________________
66268 [  8010] By: jhi                                   on 2000/12/06  15:06:05
66269         Log: Subject: the dTHR hits
66270              From: Michael Stevens <michael@etla.org>
66271              Date: Wed, 6 Dec 2000 12:06:03 +0000
66272              Message-ID: <20001206120603.A24581@firedrake.org>
66273              
66274              More, errrm, less dTHRs.
66275      Branch: perl
66276            ! bytecode.pl ext/B/B/C.pm
66277 ____________________________________________________________________________
66278 [  8009] By: jhi                                   on 2000/12/06  15:04:25
66279         Log: Subject: MakeMaker mailing list gone?
66280              From: Michael G Schwern <schwern@pobox.com>
66281              Date: Tue, 5 Dec 2000 19:29:59 -0500
66282              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
66283              
66284              The MakeMaker mailing list is dead, perlbug is the right
66285              address to report bugs.
66286      Branch: perl
66287            ! lib/ExtUtils/MakeMaker.pm
66288 ____________________________________________________________________________
66289 [  8008] By: jhi                                   on 2000/12/06  15:00:32
66290         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
66291              From: Michael G Schwern <schwern@pobox.com>
66292              Date: Tue, 5 Dec 2000 19:21:21 -0500
66293              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
66294              
66295              Add a default MANIFEST skip that ignores things like
66296              version control files, editor temporary files, and the Makefile.
66297      Branch: perl
66298            + lib/ExtUtils/MANIFEST.SKIP
66299            ! MANIFEST lib/ExtUtils/Manifest.pm
66300 ____________________________________________________________________________
66301 [  8007] By: jhi                                   on 2000/12/06  14:57:20
66302         Log: In Amiga more manual hackery of the scripts seems to be needed,
66303              from Jan-Erik Karlsson.  Why Configure does not get this right
66304              is unknown, may be shell-induced.
66305      Branch: perl
66306            ! README.amiga
66307 ____________________________________________________________________________
66308 [  8006] By: jhi                                   on 2000/12/05  23:53:12
66309         Log: Add TOPm1s to peek at the second topmost stack item.
66310      Branch: perl
66311            ! pp.h
66312 ____________________________________________________________________________
66313 [  8005] By: jhi                                   on 2000/12/05  23:13:55
66314         Log: Avaunt, you foul UTF-8 tests.
66315      Branch: perl
66316            ! t/op/ver.t t/pragma/utf8.t
66317 ____________________________________________________________________________
66318 [  8004] By: jhi                                   on 2000/12/05  23:09:54
66319         Log: Continue utf8 dispersal. 
66320      Branch: perl
66321            + t/op/concat.t
66322            ! MANIFEST t/pragma/utf8.t
66323 ____________________________________________________________________________
66324 [  8003] By: nick                                  on 2000/12/05  23:02:39
66325         Log: Integrate mainline.
66326      Branch: perlio
66327           +> t/op/length.t t/op/utf8decode.t
66328           !> (integrate 69 files)
66329 ____________________________________________________________________________
66330 [  8002] By: jhi                                   on 2000/12/05  22:59:28
66331         Log: Integrate perlio.
66332      Branch: perl
66333           !> iperlsys.h perl.c perlio.c win32/perllib.c
66334 ____________________________________________________________________________
66335 [  8001] By: nick                                  on 2000/12/05  22:07:52
66336         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
66337              - calloc/free suffer from damage on TerminateThread()
66338              - use PerlMemShared (as originally planned) now fixed
66339              - avoid doing anything important on DLL "detach".
66340      Branch: perlio
66341            ! perl.c perlio.c win32/perllib.c
66342 ____________________________________________________________________________
66343 [  8000] By: nick                                  on 2000/12/05  21:05:09
66344         Log: Fix gross PerlMemShared issue.
66345      Branch: perlio
66346            ! iperlsys.h
66347 ____________________________________________________________________________
66348 [  7999] By: jhi                                   on 2000/12/05  20:46:58
66349         Log: Test for Unicode (UTF-8) hash keys.
66350      Branch: perl
66351            ! t/op/each.t
66352 ____________________________________________________________________________
66353 [  7998] By: jhi                                   on 2000/12/05  20:30:35
66354         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
66355              is now always UTF-8), empty line cosmetics.
66356      Branch: perl
66357            ! t/pragma/utf8.t
66358 ____________________________________________________________________________
66359 [  7997] By: jhi                                   on 2000/12/05  20:15:40
66360         Log: Subject: Re: STRLEN - what?
66361              From: Andy Dougherty <doughera@lafayette.edu>
66362              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
66363              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
66364              
66365              Explain STRLEN.
66366      Branch: perl
66367            ! pod/perlguts.pod
66368 ____________________________________________________________________________
66369 [  7996] By: jhi                                   on 2000/12/05  20:13:34
66370         Log: Split off the UTF-8 decoder tests, make them to check also
66371              the error message.
66372      Branch: perl
66373            + t/op/utf8decode.t
66374            ! MANIFEST t/pragma/utf8.t utf8.c
66375 ____________________________________________________________________________
66376 [  7995] By: jhi                                   on 2000/12/05  16:39:47
66377         Log: Start migrating bits of pragma/utf8 to elsewhere
66378              (since the long term plan is to obsolete 'use utf8').
66379      Branch: perl
66380            + t/op/length.t
66381            ! MANIFEST t/pragma/utf8.t
66382 ____________________________________________________________________________
66383 [  7994] By: jhi                                   on 2000/12/05  16:30:21
66384         Log: Fix a manual edit typo from #7993, fix the message formatting
66385              for Unicode, add few our declarations.
66386      Branch: perl
66387            ! lib/Carp/Heavy.pm
66388 ____________________________________________________________________________
66389 [  7993] By: jhi                                   on 2000/12/05  16:09:15
66390         Log: Subject: Need help with warnings :-(
66391              From: "Ben Tilly" <ben_tilly@hotmail.com>
66392              Date: Tue, 05 Dec 2000 01:35:54 -0500
66393              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
66394              
66395              Subject: UPDATE: Carp/Heavy now passes all tests
66396              From: "Ben Tilly" <ben_tilly@hotmail.com>
66397              Date: Tue, 05 Dec 2000 07:59:41 -0500
66398              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
66399              
66400              The Brave New Carp.
66401      Branch: perl
66402            ! lib/Carp.pm lib/Carp/Heavy.pm
66403 ____________________________________________________________________________
66404 [  7992] By: jhi                                   on 2000/12/05  15:55:08
66405         Log: Subject: [PATCH perl@7979] cygwin port
66406              From: "Eric Fifer" <efifer@dircon.co.uk>
66407              Date: Tue, 5 Dec 2000 14:04:09 -0000
66408              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
66409      Branch: perl
66410            ! t/lib/net-hostent.t
66411 ____________________________________________________________________________
66412 [  7991] By: jhi                                   on 2000/12/05  15:52:34
66413         Log: Subject: Re: [PATCH] The largest hoax of all times?
66414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66415              Date: Tue, 5 Dec 2000 00:40:25 -0500
66416              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
66417              
66418              Subject: Re: [PATCH] The largest hoax of all times?
66419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66420              Date: Mon, 4 Dec 2000 23:55:53 -0500
66421              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
66422              
66423              Subject: Re: [PATCH] The largest hoax of all times?
66424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66425              Date: Tue, 5 Dec 2000 01:28:45 -0500
66426              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
66427              
66428              Fix the unpredictable order of DESTROYs.
66429      Branch: perl
66430            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
66431            ! sv.c sv.h t/op/ref.t
66432 ____________________________________________________________________________
66433 [  7990] By: jhi                                   on 2000/12/05  14:38:53
66434         Log: Subject: [PATCH] shrink pp_hot fractionally
66435              From: Nicholas Clark <nick@ccl4.org>
66436              Date: Tue, 5 Dec 2000 12:44:31 +0000
66437              Message-ID: <20001205124431.E74518@plum.flirble.org>
66438              
66439              Use report_evil_fh().
66440      Branch: perl
66441            ! opcode.pl opnames.h pp_hot.c util.c
66442 ____________________________________________________________________________
66443 [  7989] By: jhi                                   on 2000/12/05  14:21:27
66444         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
66445              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66446              Date: Mon, 04 Dec 2000 22:21:59 -0800
66447              Message-ID: <HmIL6gzkgepS092yn@efn.org>
66448              
66449              Harness shouldn't ignore responses like "ok 3\r\r\n".
66450      Branch: perl
66451            ! lib/Test/Harness.pm
66452 ____________________________________________________________________________
66453 [  7988] By: jhi                                   on 2000/12/05  13:51:28
66454         Log: Integrate the "skip" messages to explain().
66455      Branch: perl
66456            ! t/lib/syslfs.t t/op/lfs.t
66457 ____________________________________________________________________________
66458 [  7987] By: jhi                                   on 2000/12/05  12:34:54
66459         Log: The one that got away in #7984.
66460              
66461              Subject: Re: dTHR - what and why?
66462              From: Michael Stevens <michael@etla.org> 
66463              Date: Tue, 5 Dec 2000 11:15:52 +0000
66464              Message-ID: <20001205111552.A4647@firedrake.org>
66465      Branch: perl
66466            ! sv.h
66467 ____________________________________________________________________________
66468 [  7986] By: gsar                                  on 2000/12/05  09:14:44
66469         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
66470              due to the notorious GetFileType() bug in Windows 9x, which fstat()
66471              tickles)
66472      Branch: perl
66473            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
66474 ____________________________________________________________________________
66475 [  7985] By: jhi                                   on 2000/12/05  05:49:03
66476         Log: Integrate perlio.
66477      Branch: perl
66478           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
66479           !> win32/perlhost.h win32/perllib.c
66480 ____________________________________________________________________________
66481 [  7984] By: jhi                                   on 2000/12/05  05:48:16
66482         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
66483      Branch: perl
66484            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
66485            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
66486            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
66487            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
66488            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
66489            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
66490            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
66491            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
66492            ! win32/win32.c
66493 ____________________________________________________________________________
66494 [  7983] By: nick                                  on 2000/12/04  23:27:43
66495         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
66496      Branch: perlio
66497            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
66498            ! win32/perlhost.h win32/perllib.c
66499 ____________________________________________________________________________
66500 [  7982] By: jhi                                   on 2000/12/04  19:44:09
66501         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
66502              uncovered by #7980.
66503      Branch: perl
66504            ! op.c
66505 ____________________________________________________________________________
66506 [  7981] By: jhi                                   on 2000/12/04  19:42:07
66507         Log: Subject: [PATCH] Trivial dump.c feature
66508              From: Simon Cozens <simon@cozens.net>
66509              Date: Mon, 4 Dec 2000 18:08:38 +0000
66510              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
66511              
66512              Show whether a constant is UTF-8.
66513      Branch: perl
66514            ! dump.c
66515 ____________________________________________________________________________
66516 [  7980] By: jhi                                   on 2000/12/04  19:36:51
66517         Log: UTF-8 hash keys, patch from Inaba Hiroto.
66518      Branch: perl
66519            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
66520 ____________________________________________________________________________
66521 [  7979] By: jhi                                   on 2000/12/04  17:36:28
66522         Log: Update Changes.
66523      Branch: perl
66524            ! Changes patchlevel.h
66525 ____________________________________________________________________________
66526 [  7978] By: jhi                                   on 2000/12/04  16:42:17
66527         Log: Retract #7977, still too volatile (the euphemism of the day
66528              for unfinished and buggy :-)
66529      Branch: perl
66530            ! doop.c hv.c pp.c sv.h
66531 ____________________________________________________________________________
66532 [  7977] By: jhi                                   on 2000/12/04  16:25:15
66533         Log: (Retracted by #7978, too shaky yet.)
66534              
66535              Subject: Re: utf8 in hash keys, implementor missing
66536              From: Simon Cozens <simon@cozens.net>
66537              Date: Sat, 2 Dec 2000 19:49:35 +0000
66538              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
66539              
66540              The first step at UTF-8 hash keys.
66541      Branch: perl
66542            ! doop.c hv.c pp.c sv.h
66543 ____________________________________________________________________________
66544 [  7976] By: jhi                                   on 2000/12/04  16:13:53
66545         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
66546              From: sthoenna@efn.org
66547              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
66548              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
66549      Branch: perl
66550            ! os2/os2.c perlio.c
66551 ____________________________________________________________________________
66552 [  7975] By: jhi                                   on 2000/12/04  16:05:25
66553         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
66554              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66555              Date: Thu, 30 Nov 2000 20:50:37 -0800
66556              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
66557      Branch: perl
66558            ! os2/os2.c
66559 ____________________________________________________________________________
66560 [  7974] By: jhi                                   on 2000/12/04  16:03:57
66561         Log: Subject: [PATCH] ++ 20% faster
66562              From: Nicholas Clark <nick@ccl4.org>
66563              Date: Mon, 4 Dec 2000 12:17:27 +0000
66564              Message-ID: <20001204121726.B52976@plum.flirble.org>
66565              
66566              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
66567      Branch: perl
66568            ! sv.c
66569 ____________________________________________________________________________
66570 [  7973] By: jhi                                   on 2000/12/04  16:00:48
66571         Log: 
66572              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
66573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66574              Date: Mon, 04 Dec 2000 12:30:45 +0100
66575              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
66576              
66577              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
66578              library (getprotobyname and getprotobynumber are outversioned by
66579              the same calls in libc, at least for xlc version 3.
66580      Branch: perl
66581            ! hints/aix.sh
66582 ____________________________________________________________________________
66583 [  7972] By: jhi                                   on 2000/12/04  02:58:31
66584         Log: Integrate perlio.
66585      Branch: perl
66586           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
66587           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
66588           !> win32/win32.h win32/win32iop.h win32/win32thread.h
66589 ____________________________________________________________________________
66590 [  7971] By: nick                                  on 2000/12/04  00:24:33
66591         Log: Quieten some noise in Win32 builds:
66592              - win32.h is included after <sys/socket.h>, so need to 
66593              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
66594              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
66595      Branch: perlio
66596            ! doio.c perl.h toke.c win32/win32.h
66597 ____________________________________________________________________________
66598 [  7970] By: nick                                  on 2000/12/03  22:57:46
66599         Log: PERL_IMPLICIT_SYS compiles but does not work.
66600      Branch: perlio
66601            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
66602            ! win32/perlhost.h win32/perllib.c win32/win32.h
66603            ! win32/win32iop.h win32/win32thread.h
66604 ____________________________________________________________________________
66605 [  7969] By: jhi                                   on 2000/12/03  22:12:58
66606         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
66607              used to swash_init(), makes regprop() dumps more informative
66608              (+utf8::IsAlpha, -utf8::IsDigit, for example).
66609      Branch: perl
66610            ! regcomp.c regexec.c
66611 ____________________________________________________________________________
66612 [  7968] By: jhi                                   on 2000/12/03  21:39:56
66613         Log: Implement ANYOFUTF8 regprop() dumping.
66614      Branch: perl
66615            ! regcomp.c
66616 ____________________________________________________________________________
66617 [  7967] By: jhi                                   on 2000/12/03  20:57:19
66618         Log: Make uv_to_utf8() to zero-terminate its output buffer,
66619              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
66620      Branch: perl
66621            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
66622 ____________________________________________________________________________
66623 [  7966] By: nick                                  on 2000/12/03  18:41:21
66624         Log: Integrate mainline (STDCHAR)
66625      Branch: perlio
66626           !> Configure t/pragma/utf8.t
66627 ____________________________________________________________________________
66628 [  7965] By: jhi                                   on 2000/12/03  17:58:20
66629         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
66630      Branch: perl
66631            ! t/pragma/utf8.t
66632 ____________________________________________________________________________
66633 [  7964] By: jhi                                   on 2000/12/03  17:35:56
66634         Log: Integrate perlio.
66635      Branch: perl
66636           !> iperlsys.h perlio.c
66637 ____________________________________________________________________________
66638 [  7963] By: jhi                                   on 2000/12/03  17:33:55
66639         Log: Metaconfig unit change for #7962.
66640      Branch: metaconfig
66641            ! U/modified/stdchar.U
66642 ____________________________________________________________________________
66643 [  7962] By: jhi                                   on 2000/12/03  17:33:27
66644         Log: Untangle the <stdio.h> #include nest for the stdchar test,
66645              from Andy Dougherty.
66646      Branch: perl
66647            ! Configure
66648 ____________________________________________________________________________
66649 [  7961] By: nick                                  on 2000/12/03  16:53:00
66650         Log: Make iperlsys.h vector stdio not PerlIO.
66651      Branch: perlio
66652            ! iperlsys.h perlio.c
66653 ____________________________________________________________________________
66654 [  7960] By: nick                                  on 2000/12/03  14:43:01
66655         Log: Integrate mainline
66656      Branch: perlio
66657           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
66658           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
66659 ____________________________________________________________________________
66660 [  7959] By: jhi                                   on 2000/12/03  08:16:36
66661         Log: Use DO_UTF8().
66662      Branch: perl
66663            ! op.c
66664 ____________________________________________________________________________
66665 [  7958] By: jhi                                   on 2000/12/02  18:33:05
66666         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66667              From: Mike Guy <mjtg@cam.ac.uk>         
66668              Date: Sat, 02 Dec 2000 17:27:13 +0000
66669              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
66670              
66671              An extraneous argument.
66672      Branch: perl
66673            ! toke.c
66674 ____________________________________________________________________________
66675 [  7957] By: jhi                                   on 2000/12/02  18:22:32
66676         Log: A missing hunk.
66677      Branch: perl
66678            ! t/lib/net-hostent.t
66679 ____________________________________________________________________________
66680 [  7956] By: jhi                                   on 2000/12/02  18:06:20
66681         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
66682              From: Nicholas Clark <nick@ccl4.org>
66683              Date: Sat, 2 Dec 2000 14:28:27 +0000
66684              Message-ID: <20001202142827.A12308@plum.flirble.org>
66685              
66686              Test robustness.
66687      Branch: perl
66688            ! t/lib/net-hostent.t
66689 ____________________________________________________________________________
66690 [  7955] By: jhi                                   on 2000/12/02  17:58:06
66691         Log: Metaconfig unit change for #7954.
66692      Branch: metaconfig
66693            ! U/modified/stdchar.U
66694 ____________________________________________________________________________
66695 [  7954] By: jhi                                   on 2000/12/02  17:54:32
66696         Log: An inconvenient hang would happen if the stdio _ptr wasn't
66697              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
66698              would be grepping stdin for all eternity for the _ptr.)
66699      Branch: perl
66700            ! Configure
66701 ____________________________________________________________________________
66702 [  7953] By: jhi                                   on 2000/12/02  00:07:15
66703         Log: Update Changes.
66704      Branch: perl
66705            ! Changes patchlevel.h
66706 ____________________________________________________________________________
66707 [  7952] By: jhi                                   on 2000/12/01  23:54:47
66708         Log: Subject: Re: long shell lines
66709              From: Andy Dougherty <doughera@lafayette.edu>
66710              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
66711              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
66712              
66713              Split overly long shell command lines.
66714      Branch: perl
66715            ! lib/ExtUtils/MM_Unix.pm
66716 ____________________________________________________________________________
66717 [  7951] By: jhi                                   on 2000/12/01  23:48:02
66718         Log: The metaconfig unit change for #7950.
66719      Branch: metaconfig
66720            + U/modified/stdchar.U
66721 ____________________________________________________________________________
66722 [  7950] By: jhi                                   on 2000/12/01  23:47:39
66723         Log: Try to find stdchar also from <stdio_impl.h>.
66724      Branch: perl
66725            ! Configure config_h.SH
66726 ____________________________________________________________________________
66727 [  7949] By: jhi                                   on 2000/12/01  23:46:45
66728         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66729              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66730              Date: Fri, 1 Dec 2000 16:26:08 -0500
66731              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
66732              
66733              Reword the diagnostic message.
66734      Branch: perl
66735            ! pod/perldiag.pod
66736 ____________________________________________________________________________
66737 [  7948] By: nick                                  on 2000/12/01  22:49:43
66738         Log: Integrate mainline (for s/y/m as sub names stuff).
66739      Branch: perlio
66740           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
66741           !> t/pragma/warn/toke toke.c
66742 ____________________________________________________________________________
66743 [  7947] By: jhi                                   on 2000/12/01  20:55:41
66744         Log: Integrate perlio.
66745      Branch: perl
66746           !> perlio.c perliol.h t/io/pipe.t
66747 ____________________________________________________________________________
66748 [  7946] By: jhi                                   on 2000/12/01  20:36:51
66749         Log: Upgrade to CPAN 1.59_51, from Andreas König.
66750      Branch: perl
66751            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66752 ____________________________________________________________________________
66753 [  7945] By: nick                                  on 2000/12/01  20:31:32
66754         Log: Integrate mainline
66755      Branch: perlio
66756           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
66757           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
66758           +> t/lib/net-hostent.t
66759           !> (integrate 35 files)
66760 ____________________________________________________________________________
66761 [  7944] By: jhi                                   on 2000/12/01  20:23:29
66762         Log: Some help for 20001130.011.  Now one gets warnings like
66763              "Ambiguous -f() resolved as a file test ..."
66764      Branch: perl
66765            ! pod/perldiag.pod t/pragma/warn/toke toke.c
66766 ____________________________________________________________________________
66767 [  7943] By: jhi                                   on 2000/12/01  19:44:44
66768         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
66769              that also breaks using them as methods. 
66770      Branch: perl
66771            ! pod/perldiag.pod t/op/misc.t toke.c
66772 ____________________________________________________________________________
66773 [  7942] By: nick                                  on 2000/12/01  17:56:46
66774         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
66775              Make 'unix' pass most tests
66776              - do unread by temporary push of layer ("pending") holding unread chars
66777              - fast_gets is now based on per-handle flag
66778              - relax one of io/pipe.t tests to allow print to fail and close to
66779              succeed so that it passes on unbuffered "unix" layer.
66780              Remaining fail is sporadic and a genuine race condition between
66781              parent/child in fork test.
66782      Branch: perlio
66783            ! perlio.c perliol.h t/io/pipe.t
66784 ____________________________________________________________________________
66785 [  7941] By: jhi                                   on 2000/12/01  15:28:58
66786         Log: (Retracted by #7943.)
66787              
66788              Reserve the short named string operator names.
66789      Branch: perl
66790            ! pod/perldiag.pod t/op/misc.t toke.c
66791 ____________________________________________________________________________
66792 [  7940] By: jhi                                   on 2000/12/01  06:45:53
66793         Log: Get the three different space character classes right under utf8.
66794      Branch: perl
66795            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
66796            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
66797            ! regexec.c t/op/pat.t utf8.c
66798 ____________________________________________________________________________
66799 [  7939] By: jhi                                   on 2000/12/01  03:26:26
66800         Log: Two more tests that make no sense in UTF-8 since the test
66801              data is not in UTF-8.
66802      Branch: perl
66803            ! t/op/regexp.t
66804 ____________________________________________________________________________
66805 [  7938] By: jhi                                   on 2000/12/01  03:20:39
66806         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
66807              should it be required inside regexen?
66808      Branch: perl
66809            ! regcomp.c t/op/regmesg.t
66810 ____________________________________________________________________________
66811 [  7937] By: jhi                                   on 2000/12/01  02:58:53
66812         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
66813              stored and restored, and thusly was trounced by the utf8 swash
66814              routines.
66815      Branch: perl
66816            ! regcomp.c
66817 ____________________________________________________________________________
66818 [  7936] By: jhi                                   on 2000/11/30  20:41:39
66819         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
66820              Why the different platforms behave so differently (core dump vs
66821              no core dump) on this bug is a but of a mystery, but if I had to
66822              guess I would mumble something like 'alignment'.
66823      Branch: perl
66824            ! sv.c
66825 ____________________________________________________________________________
66826 [  7935] By: jhi                                   on 2000/11/30  16:17:02
66827         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
66828              From: Robin Barker <rmb1@cise.npl.co.uk>
66829              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
66830              Date: Thu, 30 Nov 2000 14:27:12 GMT
66831      Branch: perl
66832            ! perlio.c toke.c
66833 ____________________________________________________________________________
66834 [  7934] By: jhi                                   on 2000/11/30  16:04:49
66835         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
66836      Branch: perl
66837            ! t/lib/net-hostent.t
66838 ____________________________________________________________________________
66839 [  7933] By: jhi                                   on 2000/11/30  06:07:26
66840         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
66841              From: Peter Prymmer <pvhp@forte.com>
66842              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
66843              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
66844              
66845              In VMS the localhost may be LOCALHOST.
66846      Branch: perl
66847            ! t/lib/net-hostent.t
66848 ____________________________________________________________________________
66849 [  7932] By: jhi                                   on 2000/11/30  01:11:11
66850         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
66851              From: Peter Prymmer <pvhp@forte.com>
66852              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
66853              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
66854              
66855              plus regen perlapi.pod.
66856      Branch: perl
66857            ! pod/perlapi.pod utf8.c
66858 ____________________________________________________________________________
66859 [  7931] By: jhi                                   on 2000/11/30  01:06:19
66860         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
66861              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66862              Date:     Wed, 29 Nov 2000 17:15:11 EST
66863              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
66864      Branch: perl
66865            ! t/lib/filter-util.pl t/lib/filter-util.t
66866 ____________________________________________________________________________
66867 [  7930] By: jhi                                   on 2000/11/29  18:51:55
66868         Log: Update Changes.
66869      Branch: perl
66870            ! Changes patchlevel.h
66871 ____________________________________________________________________________
66872 [  7929] By: jhi                                   on 2000/11/29  18:50:55
66873         Log: Update the va_copy() metaconfig unit.
66874      Branch: metaconfig/U/perl
66875            ! need_va_copy.U
66876 ____________________________________________________________________________
66877 [  7928] By: jhi                                   on 2000/11/29  17:50:43
66878         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
66879              From: Dominic Dunlop <domo@computer.org>
66880              Date: Tue, 28 Nov 2000 16:41:57 +0100
66881              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
66882              
66883              Patch to catch a core dump in the Configure va_copy test.
66884      Branch: perl
66885            ! Configure config_h.SH
66886 ____________________________________________________________________________
66887 [  7927] By: jhi                                   on 2000/11/29  17:31:59
66888         Log: Retract #7921, the patch shouldn't be needed.
66889      Branch: perl
66890            ! sv.c
66891 ____________________________________________________________________________
66892 [  7926] By: jhi                                   on 2000/11/29  17:01:41
66893         Log: Make the Class::Struct import() wiser.
66894      Branch: perl
66895            ! lib/Class/Struct.pm t/lib/class-struct.t
66896 ____________________________________________________________________________
66897 [  7925] By: jhi                                   on 2000/11/29  16:36:33
66898         Log: All the core library users of Class::Struct seem to be
66899              using "use Class::Struct 'struct';" instead of the bare
66900              "use Class::Struct;", which isn't documented in Class::Struct.
66901              This can't be right.
66902      Branch: perl
66903            ! lib/File/stat.pm
66904 ____________________________________________________________________________
66905 [  7924] By: jhi                                   on 2000/11/29  16:32:15
66906         Log: A test works better if it has the right 1..$n output.
66907      Branch: perl
66908            ! t/lib/class-struct.t
66909 ____________________________________________________________________________
66910 [  7923] By: jhi                                   on 2000/11/29  16:29:11
66911         Log: Forgot to MANIFEST the new Net::hostent test.
66912      Branch: perl
66913            ! MANIFEST
66914 ____________________________________________________________________________
66915 [  7922] By: jhi                                   on 2000/11/29  16:27:49
66916         Log: Integrate perlio.
66917      Branch: perl
66918           !> iperlsys.h perlio.c
66919 ____________________________________________________________________________
66920 [  7921] By: jhi                                   on 2000/11/29  16:27:10
66921         Log: (Retracted by #7927.)
66922              
66923              Subject: [PATCH] Is infinity a number?
66924              From: Simon Cozens <simon@cozens.net>
66925              Date: Wed, 29 Nov 2000 14:48:20 +0000
66926              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
66927      Branch: perl
66928            ! sv.c
66929 ____________________________________________________________________________
66930 [  7920] By: jhi                                   on 2000/11/29  16:23:02
66931         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
66932              From: rspier@pobox.com (Robert Spier)
66933              Date: Wed, 29 Nov 2000 02:17:49 -0500
66934              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
66935              
66936              Add a test for Net::hostent.
66937      Branch: perl
66938            + t/lib/net-hostent.t
66939 ____________________________________________________________________________
66940 [  7919] By: jhi                                   on 2000/11/29  16:21:31
66941         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
66942              add a test for Class::Struct.
66943      Branch: perl
66944            + t/lib/class-struct.t
66945            ! MANIFEST lib/Class/Struct.pm
66946 ____________________________________________________________________________
66947 [  7918] By: jhi                                   on 2000/11/29  15:48:40
66948         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
66949              From: rspier@pobox.com (Robert Spier)
66950              Date: Wed, 29 Nov 2000 02:25:39 -0500
66951              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
66952              
66953              More checking in case someone has broken their services or
66954              protocol databases.
66955      Branch: perl
66956            ! ext/Sys/Syslog/Syslog.pm
66957 ____________________________________________________________________________
66958 [  7917] By: jhi                                   on 2000/11/29  15:46:25
66959         Log: Subject: [PATCH] $^O  win32 -> MSWin32
66960              From: rspier@pobox.com (Robert Spier)
66961              Date: Wed, 29 Nov 2000 02:17:38 -0500
66962              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
66963              
66964              plus similar nits for vms, err, VMS, and UNICOS.
66965      Branch: perl
66966            ! t/lib/syslfs.t t/op/lfs.t
66967 ____________________________________________________________________________
66968 [  7916] By: jhi                                   on 2000/11/29  15:42:51
66969         Log: Subject: [PATCH] Tokeniser debugging
66970              From: Simon Cozens <simon@cozens.net>
66971              Date: Wed, 29 Nov 2000 14:15:45 +0000
66972              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
66973      Branch: perl
66974            ! perl.c perl.h pod/perlrun.pod toke.c
66975 ____________________________________________________________________________
66976 [  7915] By: jhi                                   on 2000/11/29  15:41:36
66977         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
66978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66979              Date: Wed, 29 Nov 2000 02:13:14 -0500
66980              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
66981              
66982              OUT keyword nits.
66983              
66984              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
66985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66986              Date: Wed, 29 Nov 2000 03:09:04 -0500
66987              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
66988              
66989              OUT and IN_OUT documentation.
66990      Branch: perl
66991            ! lib/ExtUtils/xsubpp pod/perlxs.pod
66992 ____________________________________________________________________________
66993 [  7914] By: jhi                                   on 2000/11/29  03:35:01
66994         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
66995              From: John Tobey <jtobey@john-edwin-tobey.org>
66996              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
66997              Message-Id: <m140e1N-000FOoC@feynman.localnet>
66998              
66999              plus a performance speedup noticed by Sarathy.
67000      Branch: perl
67001            ! op.c
67002 ____________________________________________________________________________
67003 [  7913] By: jhi                                   on 2000/11/29  03:16:59
67004         Log: Use "1 while unlink" so that VMS gets clean, too.
67005      Branch: perl
67006            ! t/lib/filter-util.t
67007 ____________________________________________________________________________
67008 [  7912] By: jhi                                   on 2000/11/29  03:09:08
67009         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
67010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67011              Date: Tue, 28 Nov 2000 03:27:09 -0500
67012              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
67013      Branch: perl
67014            ! lib/ExtUtils/xsubpp
67015 ____________________________________________________________________________
67016 [  7911] By: jhi                                   on 2000/11/29  03:06:30
67017         Log: This should have been part of #7872: no need to scan UTF-8
67018              until eternity.
67019      Branch: perl
67020            ! utf8.c
67021 ____________________________________________________________________________
67022 [  7910] By: jhi                                   on 2000/11/29  02:50:04
67023         Log: One more perltie.pod nit from Casey R. Tweten.
67024      Branch: perl
67025            ! pod/perltie.pod
67026 ____________________________________________________________________________
67027 [  7909] By: jhi                                   on 2000/11/29  02:44:23
67028         Log: Document the known sprintf test failures, exact standard
67029              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
67030      Branch: perl
67031            ! pod/perldelta.pod t/op/sprintf.t
67032 ____________________________________________________________________________
67033 [  7908] By: jhi                                   on 2000/11/29  02:36:23
67034         Log: Add the Encoding table format documentation.
67035      Branch: perl
67036            + ext/Encode/Encode/EncodeFormat.pod
67037            ! MANIFEST
67038 ____________________________________________________________________________
67039 [  7907] By: jhi                                   on 2000/11/29  02:07:24
67040         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
67041              From: "Casey R. Tweten" <crt@kiski.net>
67042              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
67043              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
67044              
67045              Subject: Re: [PATCH] Updating perltie.pod for arrays
67046              From: "Casey R. Tweten" <crt@kiski.net>
67047              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
67048              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
67049      Branch: perl
67050            ! pod/perltie.pod
67051 ____________________________________________________________________________
67052 [  7906] By: nick                                  on 2000/11/28  22:40:59
67053         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
67054      Branch: perlio
67055            ! iperlsys.h perlio.c
67056 ____________________________________________________________________________
67057 [  7905] By: nick                                  on 2000/11/28  22:04:34
67058         Log: Integrate mainline
67059      Branch: perlio
67060           !> (integrate 39 files)
67061 ____________________________________________________________________________
67062 [  7904] By: jhi                                   on 2000/11/28  16:44:43
67063         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
67064              From: Nicholas Clark <nick@babyhippo.co.uk>
67065              Date: Tue, 28 Nov 2000 11:16:57 +0000
67066              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
67067      Branch: perl
67068            ! pod/perlipc.pod
67069 ____________________________________________________________________________
67070 [  7903] By: jhi                                   on 2000/11/28  16:40:31
67071         Log: Subject: [PATCH] Updating perltie.pod for arrays
67072              From: "Casey R. Tweten" <crt@kiski.net>
67073              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
67074              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
67075      Branch: perl
67076            ! pod/perltie.pod
67077 ____________________________________________________________________________
67078 [  7902] By: jhi                                   on 2000/11/28  16:39:37
67079         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
67080              From: Robin Barker <rmb1@cise.npl.co.uk>
67081              Date: Mon, 27 Nov 2000 17:56:44 GMT
67082              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
67083      Branch: perl
67084            ! pod/perlfunc.pod t/op/split.t
67085 ____________________________________________________________________________
67086 [  7901] By: jhi                                   on 2000/11/28  16:28:04
67087         Log: setmode() is a DOSish-only thing.
67088      Branch: perl
67089            ! perlio.c
67090 ____________________________________________________________________________
67091 [  7900] By: jhi                                   on 2000/11/28  16:21:46
67092         Log: Subject: [PATCH] perlcc.PL cleanups
67093              From: Simon Cozens <simon@cozens.net>
67094              Date: Tue, 28 Nov 2000 12:44:35 +0000
67095              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
67096      Branch: perl
67097            ! utils/perlcc.PL
67098 ____________________________________________________________________________
67099 [  7899] By: gsar                                  on 2000/11/28  06:32:55
67100         Log: reintegrate files missed by change#7895
67101      Branch: maint-5.6/perl
67102           +> ext/ByteLoader/bytecode.h utils/Makefile
67103            - utils/perlbc.PL
67104 ____________________________________________________________________________
67105 [  7897] By: gsar                                  on 2000/11/27  18:22:47
67106         Log: can't integrate these two files, for some reason
67107      Branch: maint-5.6/perl
67108            - ext/ByteLoader/bytecode.h utils/Makefile
67109 ____________________________________________________________________________
67110 [  7895] By: gsar                                  on 2000/11/27  18:11:21
67111         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
67112              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
67113              6757..6890,6892..6901 from mainline
67114              
67115              Bytecompiler patches from Benjamin Stuhl.
67116              
67117              More bytecompiler.
67118              
67119              Subject: [PATCH blead] B:: missing dependency
67120              
67121              Subject: [PATCH: 6757] configure.com updates and syslog build
67122              
67123              Long double Gconvert fixes from Yitzchak Scott-Thoennes
67124              and Spider Boardman.
67125              
67126              Subject: [PATCH blead] nextchar() abuse misses an optimisation
67127              
67128              Long double fixes from Spider Boardman.
67129              
67130              Make the selection of NVff et al stricter.
67131              
67132              cSVOPo_*v things index into the current PL_curpad
67133              under ithreads, which is different from the curpad
67134              used by the XSUB.  (In other words, the code as-is
67135              before this patch wouldn't work under ithreads.)
67136              
67137              Be portable.
67138              
67139              VMS MMS (make) wants null action.
67140              
67141              Mac and other portability updates from Chris Nandor.
67142              
67143              Storable support, v-version fixes.
67144              Subject: CPAN.pm beta for testing available
67145              
67146              Portability fix from Hugo van der Sanden.
67147              
67148              Bad makefile.
67149              
67150              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
67151              
67152              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
67153              
67154              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67155              
67156              Replace #6705 with a minimal doc patch.
67157              Subject: [PATCH 5.6.0] replace change #6705
67158              
67159              Drop the separate perlbc, perlcc -b should be enough.
67160              
67161              installperl couldn't tell whether it had run tests or not.
67162              Subject: [PATCH] Re: installperl and t/TEST
67163              
67164              Add silencer flags to installperl.
67165              Subject: [PATCH] Making installperl silent.
67166              
67167              Make "make install" by default silent.  A new "install-verbose"
67168              target is verbose.
67169              
67170              More liberal parsing of version numbers.
67171              Subject: Re: CPAN.pm beta for testing available
67172              
67173              Create directories in silence.
67174              Subject: [PATCH] Another silencer for MakeMaker
67175              
67176              DOS patches and portability/porting notes, from Tim Jenness.
67177              
67178              Make installman to recognize the silence flag -S.
67179              
67180              Actually do something with the silencer option.
67181              
67182              Continue silencing.
67183              
67184              Show the doc file, not the temp file.
67185              
67186              Regen perltoc.
67187              
67188              Subject: [PATCH] More silencing of installman.
67189              
67190              Better wording for the vec lvalue diagnostic.
67191              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67192              
67193              Subject: [PATCH: 6805] several more tweaks to configure.com
67194              
67195              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
67196              
67197              Missing parts of 
67198              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
67199              
67200              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
67201              (applied slightly modified)
67202              
67203              installperl --verbose and --silent.
67204              Subject: Re: [PATCH] More silencing of installman.
67205              
67206              Add install-silent target.
67207              
67208              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
67209              the problem reported in
67210              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
67211              
67212              Tweak the sfio/useperlio logic, hopefully as wished in
67213              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
67214              
67215              One forgotten file from #6816.
67216              
67217              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
67218              
67219              Remove duplicately applied patch shards.
67220              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
67221              
67222              Support preserving extremely big/small angles.
67223              
67224              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
67225              
67226              Subject: [PATCH] installation not quite silent yet.
67227              
67228              Update the test count.
67229              
67230              Use UVxf, PTR2UV, NVff.
67231              
67232              Document PTR2XX and INT2PTR.
67233              
67234              no-install target a la make -n.
67235              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
67236              
67237              grep -e isn't portable.
67238              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
67239              
67240              Can't get the test to reliably work thanks to the
67241              inaccurateness of floating point.  "Resolves" bug ids
67242              20000826.003, 20000826.009, 20000826.010,
67243              
67244              Subject: installman buglet
67245              
67246              DJGPP update from Laszlo Molnar.
67247              
67248              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67249              
67250              Passing -R in ldflags makes now it to appear in the default
67251              for lddlflags, just like with -L.
67252              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67253              
67254              Test nit.
67255              
67256              Use the actual thread type, not the pointer-to-struct.
67257              
67258              Provice virtual $Config{ccflags_nolargefiles} etc. 
67259              
67260              display_format used as a class method without arguments was broken,
67261              reported in
67262              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
67263              
67264              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
67265              
67266              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
67267              
67268              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
67269              
67270              opmini.o may be left around if a build is interrupted.
67271              
67272              Typo in #6858.
67273              
67274              Fix for ID 20000828.001, long doubles were not formatted
67275              correctly (showed up in $], which stopped installing perl).
67276              
67277              An attempt to fix the problem reported in
67278              Subject: Building perl@6856 using gcc/AIX 4.3.3 
67279              I can't test this properly since the gcc installation I have
67280              access to seems to be botched (gcc is calling the AIX cpp,
67281              a losing proposition...)
67282              
67283              Add -ld to archname on long tr...double platforms.
67284              
67285              Subject: hv.h Doc Patch
67286              
67287              Potential cruft.
67288              
67289              Subject: [PATCH bleedperl@6856] warnings fixes
67290              
67291              -S is the silent flag, -s is the strip flag.
67292              Subject: [PATCH] Re: [PATCH] make no-install          
67293              
67294              Take out the SUIDMAIL thing, that will not be
67295              a problem in 5.7.*.
67296              
67297              Subject: [PATCH bleedperl@6866] spellings
67298              
67299              Subject: [PATCH] Re: files not cleaned even by veryclean
67300              
67301              Use minimal @INC in tests, most of the time just '../lib',
67302              so that we simply can't pick up stuff from other Perls than
67303              the one we are testing.  Pointed out by
67304              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
67305              
67306              Update to Getopt::Long 2.24, from Johan Vromans.
67307              
67308              Fix for thinko in #6848.
67309              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
67310              
67311              Patches all over for people and the files they (hopefully) care about.
67312              
67313              Subject: Net::protoent does not export 'getproto'
67314              
67315              Missed a change in #6869.
67316              
67317              Subject: [PATCH] Warnings in B::Deparse
67318              
67319              Subject: [PATCH] Glob dumping
67320              
67321              Disable one of the tests for now.
67322              
67323              Disabling the one test is a bit tricky.
67324              
67325              Don't forget to tidy up.
67326              
67327              The #6881 removed one dump line.
67328              
67329              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
67330              
67331              Under usethreads the dumped variable is IN_PAD.
67332              Subject: Re: [PATCH] Glob dumping
67333              
67334              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
67335              
67336              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
67337              
67338              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
67339              
67340              Regen Configure for #6894.
67341              
67342              Subject: [PATCH: 6889] updates to perlebcdic.pod
67343              
67344              Undo namespace pollution of #6878.
67345              Subject: Re: Net::protoent does not export 'getproto'
67346              
67347              Admit that we are leaking scalars.
67348              
67349              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
67350      Branch: maint-5.6/perl
67351           !> (integrate 271 files)
67352 ____________________________________________________________________________
67353 [  7894] By: gsar                                  on 2000/11/27  16:00:34
67354         Log: a couple of nits
67355      Branch: maint-5.6/perl
67356            ! MANIFEST pp_sys.c
67357 ____________________________________________________________________________
67358 [  7893] By: gsar                                  on 2000/11/27  15:10:56
67359         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
67360              6740..6745,6747..6757,6760
67361              
67362              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
67363              
67364              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
67365              
67366              Doc nits spotted by Richard Soderberg.
67367              
67368              move WNOHANG definition to where other such things are
67369              
67370              Make $Config{byteorder} more magical so that it is
67371              dynamically computed: nice for 'fat binaries'.
67372              Subject: [PATCH]: default byteorder
67373              
67374              Subject: [PATCH] Cwd.pm now uses strict
67375              
67376              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
67377              
67378              Get -DLEAKTEST to compile (not necessarily to work, mind)
67379              Subject: [ID 20000724.006] -DLEAKTEST problem
67380              
67381              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
67382              
67383              Add perlebcdic from Peter Prymmer, regen toc.
67384              
67385              Don't propose using modules built for 5.005 if no binary
67386              compatibility with 5.005 is attempted.
67387              
67388              Do not use prototyping here.
67389              Subject: [ID 20000817.016] [PATCH] Peek.xs
67390              
67391              Document what the backtick returns if the command fails.
67392              
67393              Add byteorder to the myconfig output.
67394              
67395              Introduce NVef, NVff, and NVgf, use the middle one.
67396              (helps for lib/peek + Linux + long doubles)  Reported in
67397              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67398              Use NVs in POSIX math, not doubles.
67399              Subject: [ID 20000817.014] POSIX & modfl
67400              
67401              Subject: [PATCH 5.6.0+] newSVrv() memory leak
67402              
67403              The byteorder code in #6671 was wrong.
67404              
67405              Fix the lib/complex failure of
67406              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67407              Linux long double accuracy issue: something that
67408              when printed with %g looks like "2" but int() of it is 1.
67409              
67410              Propagate new Configure vars.
67411              
67412              Unbuffer the output.
67413              
67414              Subject: [PATCH] perltrap.pod spring cleaning
67415              
67416              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
67417              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
67418              
67419              Tiny Getopt::Long patch from Johan Vromans.
67420              
67421              Document code point which makes if (defined %stash::) to work
67422              (noted by Spider Boardman).
67423              
67424              Subject: [PATCH perl@6698] cygwin port
67425              
67426              Document the NDBM_File and ODBM_File as SDBM_File
67427              was documented in #6417.
67428              
67429              The new tests were missing from #6415.
67430              
67431              Add [[:blank:]] as suggested in
67432              Subject: [ID 20000716.024] [=cc=] / [:blank:]
67433              (the [=cc=] has already been taken care of by #6439
67434              so the whole bug report can be closed)
67435              and make [[:space:]] to be equivalent to isspace(3)
67436              (as opposed to \s, which is isSPACE()).  The difference
67437              is that now [[:space:]] matches the mythical vertical tab,
67438              while \s doesn't.
67439              
67440              Don't eat leading os from index entries.
67441              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
67442              
67443              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
67444              
67445              Typo in pp_complement().
67446              Subject: [PATCH perl-current] Deparse
67447              
67448              Add warnif(), check warnings further up the stack,
67449              all the warnings functions now can take an optional object reference.
67450              Subject: [PATCH bleedperl@6691] warnings pragma update
67451              
67452              Fix a core dump in lib/selfloader under -DDEBUGGING.
67453              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
67454              
67455              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
67456              
67457              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
67458              
67459              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
67460              Put back the long double avoidance code to POSIX.xs
67461              because VMS seems to need it still.
67462              
67463              Introduce a 'veryclean' target that is like 'distclean'
67464              but also removes *~ and *.orig.
67465              
67466              Subject: [ID 20000817.023] endianness description in perlfunc.pod
67467              
67468              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
67469              
67470              Let's try #6717 again.
67471              
67472              UTF8 concat fixes.
67473              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
67474              
67475              pp_open() could pass an uninitialized filename down to do_open9().
67476              
67477              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
67478              
67479              Update to CGI 2.72, from Lincoln Stein.
67480              
67481              Subject: [PATCH] Silence MakeMaker (Was: installman)
67482              
67483              Use temporary directory instead of current directory.
67484              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
67485              
67486              Document odd vs even subreleases and -Dusedevel.
67487              
67488              The veryclean target needs to clobber.
67489              
67490              Use File::Spec->tmpdir().
67491              
67492              Document the number of exponent digits.
67493              
67494              Mention perlebcdic and perlposix-bc.
67495              
67496              s/this one/the 5.6.0 release/
67497              
67498              The #6724 is here.
67499              
67500              The correct cleaning order is an art.
67501              
67502              small tweaks for change#6705: avoid C++ style comments in C code;
67503              use Perl's malloc API rather than the low level system one
67504              
67505              Array context keeps slithering in.
67506              
67507              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
67508              
67509              Subject: [PATCH] os2.c fix for use64bitint
67510              
67511              Update to Pod::LaTeX 0.53.
67512              Subject: [PATCH] lib/Pod/LaTeX.pm updates
67513              
67514              Document the endianness of Alpha more precisely.
67515              
67516              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
67517              
67518              Rename the macro argument because some preprocessors
67519              can't tell the difference and expand arguments also inside
67520              double quoted strings.
67521              
67522              free TLS slot properly on Windows
67523              
67524              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
67525              
67526              Unicos/mk requires elaborate paranoia.
67527              
67528              Tweak the floating point output routine preferences.
67529              
67530              Also under djgpp the timestamps are funky.
67531              
67532              Apply some PodParser 1.18 patches; the Pod/Find.pm
67533              patches cannot be applied since #6712 conflicts.
67534              
67535              Use PodParser 1.18 new test.
67536              
67537              A pod nit.
67538              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
67539              
67540              Be verydeepclean.
67541      Branch: maint-5.6/perl
67542           +> pod/perlebcdic.pod
67543           !> (integrate 106 files)
67544 ____________________________________________________________________________
67545 [  7892] By: jhi                                   on 2000/11/27  15:02:32
67546         Log: Update Changes.
67547      Branch: perl
67548            ! Changes patchlevel.h
67549 ____________________________________________________________________________
67550 [  7891] By: jhi                                   on 2000/11/27  14:57:23
67551         Log: Subject: Re: perlfaq style changes
67552              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67553              Date: Sat, 25 Nov 2000 23:32:26 -0800
67554              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
67555              
67556              plus a note from Ronald Kimball.
67557      Branch: perl
67558            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
67559 ____________________________________________________________________________
67560 [  7890] By: jhi                                   on 2000/11/27  14:53:14
67561         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
67562              From: Benjamin Holzman <bah@ecnvantage.com>
67563              Date: Sun, 26 Nov 2000 16:27:33 -0500
67564              Message-ID: <20001126162733.J25040@ecnvantage.com>
67565      Branch: perl
67566            ! gv.c
67567 ____________________________________________________________________________
67568 [  7889] By: jhi                                   on 2000/11/27  14:43:11
67569         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
67570              From: lvirden@cas.org
67571              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
67572              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
67573      Branch: perl
67574            ! README.amiga
67575 ____________________________________________________________________________
67576 [  7888] By: jhi                                   on 2000/11/27  14:32:34
67577         Log: Restore also the locale test to no-sprintf-taint state.
67578              Fixes the bug 20001127.003.
67579      Branch: perl
67580            ! sv.c t/pragma/locale.t
67581 ____________________________________________________________________________
67582 [  7887] By: gsar                                  on 2000/11/27  14:13:05
67583         Log: integrate changes#6613..6616,6620..6665 from mainline
67584              
67585              VMS configure.com update continues.
67586              
67587              Subject: Test fails / warnings with perl-current #6612
67588              
67589              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
67590              
67591              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67592              
67593              For now remove the mail code.
67594              
67595              Subject: Re: [PATCH] @+, @- readonly
67596              
67597              Subject: warning: storage class after type is obsolescent
67598              
67599              Subject: sfio2000
67600              
67601              Subject: Re: File::Temp problems on VMS in bleedperl
67602              
67603              README.os2 update.
67604              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
67605              
67606              Make the user to give up his firstborn, err, to knowingly
67607              verify installing an unstable developer release.  Also bump
67608              the release to 5.7.0, but leave a patch tag in the local
67609              patches saying that this is not yet the real thing.
67610              
67611              Update (kinda) to Test 1.14, from Joshua Pritikin.
67612              
67613              make ok etc also for win32.
67614              
67615              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
67616              
67617              Don't blow limited stacks, a lower number is enough to
67618              tickle the lookbehind limit.
67619              
67620              Use -Dusedevel; regen Configure and the respective Porting stuff.
67621              
67622              Subject: [PATCH] debugger exit code should reflect user exit code
67623              
67624              Subject: [PATCH perl@6620] cygwin port
67625              
67626              Missed a file from #6638.
67627              
67628              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)
67629              
67630              magic callbacks all need to have same type signature
67631              
67632              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
67633              
67634              Fix a dependency problem.
67635              Subject: [PATCH: 6640] VMS Makefile.SH update
67636              
67637              The numeric locale was reset to "C" by s?printf and never restored.
67638              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
67639              No test since adding the failing example to locale.t
67640              does not fail -- probably because the locale settings are so
67641              thoroughly tweaked by that time.  Running the example standalone
67642              does fail, though.  UPDATE: test case added at change #7540.
67643              
67644              Subject: [ID 20000324.040] minor fix to perlhpux.pod
67645              
67646              Update to CPAN 1.57.
67647              
67648              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
67649              
67650              Change the perlbug address to perl.org since it's more forgiving.
67651              
67652              Change the regx compilation error markers to use = instead of <
67653              since pod makes using the latter quite messy.  Reported in
67654              ID 20000814.006 by Abigail and in
67655              Subject: Unknown escape E<> ?
67656              
67657              Update to perldebtut 1.9, from Richard Foley.
67658              
67659              check that the number pseudo children doesn't exceed
67660              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
67661              the WaitForMultipleObjects() limit that would cause wait()
67662              to crash)
67663              wait() and waitpid() could potentially be rewritten to use
67664              more than one thread to do the waiting to eliminate this
67665              limitation
67666              
67667              change#6328 could make close(SOCKET) return false on windows
67668              when it shouldn't
67669              
67670              pod nit seen in passing
67671              
67672              on windows, the return values from wait() and waitpid() don't
67673              match those of pseudo-pids
67674              
67675              waitpid() now handles externally spawned pids correctly;
67676              fixes for backtick/wait/waitpid failures on Windows 9x
67677              these changes make the pid returned by process functions on
67678              Windows 9x always positive by clearing the high bit (which
67679              is always set on Win9x); pseudo-process PIDs are likewise
67680              always negative now on Win9x (just as on NT/2000)
67681              
67682              trailing new %ENV entries weren't being pushed into the real
67683              environment of subprocesses on Windows
67684              
67685              Tweak the regex compilation errors once more.
67686              
67687              avoid warnings from dense compiler
67688              
67689              add "ok" targets from change#6632 in makefile.mk
67690      Branch: maint-5.6/perl
67691            - lib/Pod/PlainText.pm vms/configure.com
67692           !> (integrate 66 files)
67693 ____________________________________________________________________________
67694 [  7886] By: jhi                                   on 2000/11/27  13:54:18
67695         Log: __FUNCTION__ isn't portable and trying to emulate it leads
67696              into practically spelling out the name of the function.
67697              Takes care of the bug 20001127.001.
67698      Branch: perl
67699            ! perlio.c
67700 ____________________________________________________________________________
67701 [  7885] By: gsar                                  on 2000/11/27  13:53:18
67702         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
67703              6610..6611 from mainline
67704              
67705              Make regular expression parse error messages easier to understand.
67706              Subject: Re: enhanced(?) regex error messages
67707              
67708              Tiny tidying on report_evil_fh().
67709              
67710              Subject: Re: enhanced(?) regex error messages 
67711              plus Capitalize the error messages, plus perldiag them.
67712              
67713              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
67714              
67715              Document here-doc better.
67716              
67717              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67718              
67719              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
67720              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
67721              (either perlbug or p5p ate the original), plus regen
67722              perlapi and perltoc. 
67723              
67724              Regen global.sym.
67725              
67726              Double check that we have a dirhandle.
67727              
67728              Subject: Re: enhanced(?) regex error messages
67729              (plus two small patches sent privately)
67730              (this still seems to leave few test failures)
67731              
67732              warn is a macro, avoid using at a variable to avoid warnings
67733              in some configurations; readdir.t is too conservative in
67734              estimating number of *.t's
67735              
67736              Get back into sync with Jeffrey on the enhanced regex warnings.
67737              
67738              Subject: [PATCH 5.6.0] cygwin port
67739              
67740              Zero entries were skipped, fix from Adrian Goalby
67741              <argoalby@yahoo.co.uk>
67742              
67743              Subject: Remove dead entry in perldiag
67744              
67745              Amend the description of Perl6.
67746              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
67747              
67748              detypo
67749              
67750              It's the 2ndO'ROSSC.
67751              
67752              Revert the sv.c part of #6559, a better fix is needed.
67753              
67754              Iterating perl6 description.
67755              
67756              Update to Term::ANSIColor 1.03, from Russ Allbery.
67757              
67758              Update to Getopt::Long 2.23_05, from Johan Vromans.
67759              
67760              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
67761              
67762              Update to Pod::Parser 1.17, from Brad Appleton.
67763              
67764              Update to CPAN 1.56, from Andreas König.
67765              
67766              Update to CGI 2.70, from Lincoln Stein.
67767              
67768              Put back the std @INC thing.
67769              
67770              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
67771              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
67772              
67773              Document the IO::Select timeout.
67774              
67775              sleep(1) does not necessarily return 1.
67776              Subject: [PATCH bleadperl] op/lex_assign.t  
67777              
67778              Subject: debugger "d" command doesnt check line number
67779              
67780              B::Deparse didn't do sub attributes.
67781              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67782              
67783              Preprocessing and postprocessing for File::Find.
67784              Subject: Patch to Find::File.pm to allow alphabetical results
67785              
67786              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
67787              
67788              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
67789              
67790              Subject: Re: [ID 20000730.003] utf8::length() bad
67791              
67792              Subject: Getting perlio and threads to compile
67793              (the Solaris version changes in Configure skipped)
67794              
67795              Tests for #6589.
67796              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67797              
67798              Add Perl debugging tutorial, regen toc. 
67799              Subject: perldebtut.pod
67800              
67801              Add a few missing files, update MANIFEST.
67802              
67803              Rewrite of vms/subconfigure.com as configure.com,
67804              from Peter Prymmer and the vmsperl crew.
67805              
67806              Should have deleted this in #6603.
67807              
67808              Fix the test for 5005threads.
67809              
67810              Fix-n-skip the tests under 5005threads.
67811              
67812              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
67813              
67814              Upgrade to CGI 2.71, from Lincoln Stein.
67815      Branch: maint-5.6/perl
67816           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
67817           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
67818           +> t/op/regmesg.t t/pod/find.t vms/configure.com
67819            - vms/subconfigure.com
67820            ! lib/lib.pm
67821           !> (integrate 115 files)
67822 ____________________________________________________________________________
67823 [  7884] By: jhi                                   on 2000/11/27  13:44:33
67824         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
67825              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67826              Date:     Mon, 27 Nov 2000 08:23:54 EST
67827              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
67828      Branch: perl
67829            ! vms/descrip_mms.template vms/test.com
67830 ____________________________________________________________________________
67831 [  7883] By: gsar                                  on 2000/11/27  11:50:46
67832         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
67833              6511..6513,6515..6523,6525..6536
67834              
67835              The swallow_bom() saga continues.  The #23 of require.t
67836              (UTF16-LE) still fails (silently, no output) but the #22
67837              (UTF16-BE) seems to be working now.  The root of the
67838              failure may be in sv_gets(): is it UTF-16LE-aware,
67839              especially when it comes to line endings? 
67840              
67841              Document the problem with -P in HP-UX and its workaround.
67842              
67843              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
67844              (aka ID 20000730.002)
67845              
67846              Subject: fix and question re: waitpid() under win32
67847              
67848              Make the safety catch for buggy gccs work with triple version
67849              numbers like 2.95.2.  Reported in
67850              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
67851              
67852              In Digital UNIX warn if gcc explicitly chosen because even
67853              2.95.2 is known to cause problems.
67854              
67855              Make chr() for values >127 to create utf8 when under utf8.
67856              
67857              various syntax errors and such (not fixed: comp/require.t#22 coredump
67858              on Windows)
67859              
67860              Stash away the largefiles flags and libswanted.
67861              
67862              BOM patching from Simon Cozens.
67863              
67864              If gccosandvers is equal to osname, clear gccosandvers.
67865              
67866              Make p4desc to skip non-mainperl branches by default.
67867              
67868              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
67869              
67870              The test from this
67871              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
67872              
67873              In new BSDs changes to argv[] do not show up in ps(1) output,
67874              instead one must use setproctitle().  This was already addressed
67875              by change #6457, but the below has a new variant for FreeBSD 4.0
67876              or later, and the matter is also documented more.
67877              
67878              FreeBSD 3.* updates from
67879              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
67880              
67881              regen_headers, regen perltoc.
67882              
67883              Document in one place the memory abstractions used in Perl core.
67884              
67885              memcpy has n o in it, as pinted ut by Sarathy.
67886              
67887              Remove the extraneous "main::" prefix from all the
67888              "opened only for", "on closed", and "never opened" warnings.
67889              
67890              The name of a filehandle does not have <these>.
67891              
67892              The tr utf8 patching continues.
67893              
67894              The new setproctitle() feature is available only in 
67895              bleeding edge FreeBSD.  From Paul Saab.
67896              
67897              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
67898              
67899              Dump UVs as UVs in Data::Dumper.
67900              
67901              detypo #6494
67902              
67903              Document the IVdf UVuf UVof UVxf.
67904              
67905              require.t needs binmode() to work on windows
67906              
67907              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
67908              that are hopefully soon put into use.
67909              
67910              Allow "no Module;" even if there is no 'unimport'.
67911              
67912              Better skip message for the test; one of the two problems in
67913              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
67914              
67915              The subtest 4 may fail also on VOBS, as pointed out
67916              by Nick Ing-Simmons in November 1999, bug id 19991124.003
67917              (but the failure in that bug report isn't the subtest 4).
67918              
67919              Be more informative on what is skipped and why,
67920              also repeat the list at the end.
67921              
67922              Add a URL for FSF.
67923              
67924              Subject: [PATCH] sv.h documentation - SvLEN
67925              
67926              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
67927              
67928              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
67929              
67930              Subject: [PATCH] bad cppsymbols on os2 + Configure question
67931              
67932              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
67933              
67934              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
67935              mention the idea of @( and @)
67936              
67937              This is 6512.  Really.
67938              
67939              Subject: [ID 19990721.004] Documentation bug in perlfunc
67940              
67941              Subject: Minor tweak to perlvar.pod
67942              
67943              In the warnings call filehandles consistently so;
67944              add "unopened" warning for stat().
67945              
67946              After the #6519 a warning about stat() is just that,
67947              not about a filetest, which now have their own warning.
67948              
67949              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
67950              
67951              Subject: Re: Array vs. List context
67952              
67953              Subject: New perlcc, take 2
67954              
67955              Weed buglets pointed out by
67956              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
67957              
67958              gcc versions might have (parentheses) in them.
67959              
67960              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
67961              
67962              Essential prototype changes were missing from #6527.
67963              Also make report_evil_fh() more bomb-proof.
67964              
67965              Zap lib/Sys directory when cleaning up.
67966              
67967              Change the Policy policy: now -Dprefix= with an existing
67968              Policy.sh and prefix == siteprefix == vendorprefix, then all
67969              of them follow along the new prefix.
67970              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
67971              
67972              Continue fixing the io warnings.  This also
67973              sort of fixes bug ID 20000802.003: the core dump
67974              is no more.  Whether the current behaviour is correct
67975              (giving a warning: "Not a format reference"), is another matter.
67976              
67977              Have symbols for the IoTYPEs.
67978              
67979              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
67980              
67981              Document a bit that UDP is not what you might think.
67982              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
67983              tr memory corruption fix from Simon Cozens.
67984              
67985              Plug the security hole described in the Aug 05 2000 bugtraq message
67986              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
67987              The security hole exists only in suidperls, which isn't
67988              installed or even built by default.
67989      Branch: maint-5.6/perl
67990           !> (integrate 71 files)
67991 ____________________________________________________________________________
67992 [  7882] By: gsar                                  on 2000/11/27  10:25:36
67993         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
67994              from mainline
67995              
67996              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
67997              to be fatal errors (instead of by default ignoring them, and
67998              ignoring with a bug: even though -w gave an error, the opening [
67999              was left in)  Reported in:
68000              
68001              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
68002              
68003              Subject: [PATCH] split /^/
68004              
68005              MacOS nits from Matthias Neeracher.
68006              
68007              More split() doc and test patches from Mike Guy.
68008              
68009              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
68010              from Graham Barr in the module list.
68011              
68012              docfix from Peter Scott <Peter@PSDT.com>.
68013              
68014              File::Temp patches for VMS and OS/2 from Tim Jenness.
68015              
68016              open() wariness in perlbug.
68017              
68018              Subject: [PATCH] minor doc change - perlguts
68019              
68020              Subject: Minor doc patch: handy.h
68021              
68022              Be wary of close()s, too.
68023              
68024              Further File::Temp patches from Yitzchak Scott-Thoennes
68025              and Craig A. Berry.
68026              
68027              Subject: [PATCH] fixes bug 20000508.004
68028              
68029              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
68030              
68031              Allow "no AutoLoader;", based on change #6444,
68032              suggested by Graham Barr.
68033              
68034              Use setproctitle() if available to modify $0.
68035              
68036              Warn if the version of the operating system used to compile gcc
68037              differs from the current version of the operating system.
68038              Also display the gcc compilation os and version in myconfig.
68039              Inspiration from
68040              
68041              Tiny fixes for #6460.
68042              
68043              The problem described in this
68044              Subject: [ID 20000322.018] named chars aren't magical enough
68045              has been fixed in perl 5.6.0 but just in case added a test
68046              to keep it away.  (The report from Joseph Hall.)
68047              
68048              Tune the comments and hopefully stop a memory leak.
68049              
68050              Subject: UTF8 concat
68051              (with a memory leak fixed, plus a few casts added)
68052              This also seems to help for
68053              Subject: [ID 20000716.015] join UTF8 weirdness
68054              
68055              Do not upgrade SVs into utf8 just because they participate
68056              in eq or cmp.  Reported and fix suggested in
68057              Subject: [ID 20000720.009] sv_eq UTF8 bug
68058              
68059              Fix the HALF_UPGRADE() macro introduced in #6263.
68060              
68061              Find green threads before native threads.
68062              Subject: Re: Patch to jpl/JNI/Makefile.PL
68063      Branch: maint-5.6/perl
68064           !> (integrate 30 files)
68065 ____________________________________________________________________________
68066 [  7881] By: jhi                                   on 2000/11/27  05:48:41
68067         Log: It seems that *both* the unused submatch loop cleanup
68068              codes are needed.
68069      Branch: perl
68070            ! regexec.c
68071 ____________________________________________________________________________
68072 [  7880] By: jhi                                   on 2000/11/27  04:50:07
68073         Log: Clean .exists deeper.
68074      Branch: perl
68075            ! Makefile.SH
68076 ____________________________________________________________________________
68077 [  7879] By: jhi                                   on 2000/11/27  02:31:35
68078         Log: The code in regcppop() (see #7878) contains the correct lower
68079              limit for the unused submatch 'cleanup' loop so that under
68080              "use utf8" the following code wouldn't dump core:
68081              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
68082              the cleanup loop in regtry() stomped beyond allocated area
68083              in the startp[] array.  Therefore, copied the correct lower
68084              loop limit (*PL_reglastparen) to regtry().  Note: something
68085              may still not be quite right: why was the _higher_ loop limit
68086              (prog->nparens) different in the utf8 case?
68087              
68088              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
68089              without core dumps, there were about 17 of them before
68090              the patch (with us since Perl 5.7.0).  Two failures, still:
68091              496 and 505 (though these may not be severe).
68092              
68093              Patch #7881 is also needed since both the cleanup loops
68094              seem to be needed.
68095              
68096              Also, the t/op/pat#44 seems to core dump under utf8.
68097              Plus a couple of failures.  UGH-8.
68098      Branch: perl
68099            ! regexec.c
68100 ____________________________________________________________________________
68101 [  7878] By: jhi                                   on 2000/11/27  02:21:17
68102         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
68103              the code in regcppop() seems to be redundant for the test suite --
68104              but it contains a germ of truth, and it needed for the build
68105              process itself: see #7879 and #7881.
68106      Branch: perl
68107            ! regexec.c
68108 ____________________________________________________________________________
68109 [  7877] By: jhi                                   on 2000/11/27  01:53:09
68110         Log: Comment on comment.
68111      Branch: perl
68112            ! regexec.c
68113 ____________________________________________________________________________
68114 [  7876] By: jhi                                   on 2000/11/27  00:49:59
68115         Log: Adjust the docs to agree with #7875.
68116      Branch: perl
68117            ! pod/perllocale.pod
68118 ____________________________________________________________________________
68119 [  7875] By: jhi                                   on 2000/11/27  00:49:27
68120         Log: Retract #7863.  It makes more sense not to taint formatted output,
68121              not even by sprintf().
68122      Branch: perl
68123            ! sv.c
68124 ____________________________________________________________________________
68125 [  7874] By: jhi                                   on 2000/11/26  23:36:02
68126         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
68127              Not really fixed (should really dump the UTF-8 charclass),
68128              but stopped displaying the garbage.
68129              
68130              Also add a note on the (missing) Unicode PSXSPC and BLANK.
68131      Branch: perl
68132            ! regcomp.c
68133 ____________________________________________________________________________
68134 [  7873] By: jhi                                   on 2000/11/26  21:31:13
68135         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
68136      Branch: perl
68137            ! regexec.c
68138 ____________________________________________________________________________
68139 [  7872] By: jhi                                   on 2000/11/26  21:06:04
68140         Log: No need to scan till infinity, 13 is enough.
68141      Branch: perl
68142            ! handy.h utf8.c
68143 ____________________________________________________________________________
68144 [  7871] By: jhi                                   on 2000/11/26  20:20:32
68145         Log: Test line numbers are different with utf8.
68146      Branch: perl
68147            ! t/op/re_tests
68148 ____________________________________________________________________________
68149 [  7870] By: jhi                                   on 2000/11/26  20:10:12
68150         Log: Message nit.
68151      Branch: perl
68152            ! regcomp.c
68153 ____________________________________________________________________________
68154 [  7869] By: jhi                                   on 2000/11/26  19:01:05
68155         Log: Make utf8_length() and utf8_distance() (the latter of which
68156              is unused at the moment) to be less forgiving about bad UTF-8.
68157      Branch: perl
68158            ! embed.h embed.pl objXSUB.h proto.h utf8.c
68159 ____________________________________________________________________________
68160 [  7868] By: jhi                                   on 2000/11/26  18:45:56
68161         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
68162              From: Benjamin Holzman <bah@ecnvantage.com>
68163              Date: Sat, 25 Nov 2000 20:40:20 -0500       
68164              Message-ID: <20001125204020.A25040@ecnvantage.com>              
68165              
68166              Debian allows installing /usr/bin/locale without installing
68167              any locales, an error message will ensue.
68168      Branch: perl
68169            ! t/pragma/locale.t
68170 ____________________________________________________________________________
68171 [  7867] By: jhi                                   on 2000/11/26  18:31:12
68172         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
68173              From: Benjamin Holzman <bah@ecnvantage.com>
68174              Date: Sun, 26 Nov 2000 02:42:34 -0500
68175              Message-ID: <20001126024234.G25040@ecnvantage.com>
68176              
68177              Patch for the bug 20000212.002.
68178      Branch: perl
68179            ! sv.c t/op/array.t
68180 ____________________________________________________________________________
68181 [  7866] By: jhi                                   on 2000/11/26  18:28:09
68182         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
68183              From: Tim Jenness <t.jenness@jach.hawaii.edu>
68184              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
68185              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
68186              
68187              File::Temp 0.11.
68188      Branch: perl
68189            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
68190 ____________________________________________________________________________
68191 [  7865] By: jhi                                   on 2000/11/26  18:24:22
68192         Log: The metaconfig unit change for #7864.
68193      Branch: metaconfig/U/perl
68194            ! need_va_copy.U
68195 ____________________________________________________________________________
68196 [  7864] By: jhi                                   on 2000/11/26  18:23:41
68197         Log: Make the va_copy() test not to be so talkative.
68198      Branch: perl
68199            ! Configure config_h.SH
68200 ____________________________________________________________________________
68201 [  7863] By: jhi                                   on 2000/11/26  18:11:02
68202         Log: Fix locale inconsistencies unearthed by Hugo's work.
68203              Now the floating point sprintf really does taint the result
68204              string as perllocale promises (has promised for a long time)
68205              if "use locale" is in the lexical scope.
68206      Branch: perl
68207            ! sv.c t/pragma/locale.t
68208 ____________________________________________________________________________
68209 [  7862] By: jhi                                   on 2000/11/26  00:35:15
68210         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
68211              From: Nicholas Clark <nick@ccl4.org>
68212              Date: Sun, 26 Nov 2000 00:07:50 +0000
68213              Message-ID: <20001126000750.A22446@plum.flirble.org>
68214              
68215              Infinit.
68216      Branch: perl
68217            ! sv.c
68218 ____________________________________________________________________________
68219 [  7861] By: jhi                                   on 2000/11/26  00:01:26
68220         Log: Integrate perlio.
68221      Branch: perl
68222           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
68223 ____________________________________________________________________________
68224 [  7860] By: nick                                  on 2000/11/25  22:04:17
68225         Log: Correct relative path from new ext\Filter\Util\Call location
68226              back to miniperl.
68227      Branch: perlio
68228            ! win32/makefile.mk
68229 ____________________________________________________________________________
68230 [  7859] By: nick                                  on 2000/11/25  21:26:54
68231         Log: Integrate mainline.
68232      Branch: perlio
68233           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
68234           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
68235           +> t/lib/filter-util.t
68236            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68237            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68238            - t/lib/filt-util.t
68239           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
68240           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
68241           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
68242           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
68243           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
68244           !> win32/makefile.mk
68245 ____________________________________________________________________________
68246 [  7858] By: gsar                                  on 2000/11/25  20:52:17
68247         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
68248              parent's memory; fix it by keeping track of the actual pad
68249              offset rather than a raw pointer (this change is probably also
68250              relevant to non-ithreads case to avoid fallout from reallocs of
68251              the pad array, but is currently only enabled for the ithreads
68252              case in the interests of minimal disruption to existing "well
68253              tested" code)
68254      Branch: perl
68255            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
68256            ! proto.h scope.c scope.h sv.c t/op/fork.t
68257 ____________________________________________________________________________
68258 [  7857] By: nick                                  on 2000/11/25  20:01:28
68259         Log: All tests pass on Win32/gcc/USE_PERLIO.
68260              - when crlf layer is pushed make unix-level binary.
68261              - remove :crlf injection in pp_backtick in pp_sys.c
68262              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
68263      Branch: perlio
68264            ! doio.c perlio.c pp_sys.c win32/makefile.mk
68265 ____________________________________________________________________________
68266 [  7856] By: jhi                                   on 2000/11/25  18:38:30
68267         Log: Update the metaconfig units for #7855.
68268      Branch: metaconfig/U/perl
68269            ! useperlio.U usesocks.U
68270 ____________________________________________________________________________
68271 [  7855] By: jhi                                   on 2000/11/25  18:37:54
68272         Log: Undo the SOCKS workarounds, instead start using PerlIO
68273              if SOCKS is selected.
68274              
68275              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
68276              From: Jens Hamisch <jens@Strawberry.COM>
68277              Date: Fri, 24 Nov 2000 18:31:30 +0100
68278              Message-ID: <20001124183130.E28337@Strawberry.COM>
68279              
68280              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
68281              From: Jens Hamisch <jens@Strawberry.COM>
68282              Date: Fri, 24 Nov 2000 19:11:51 +0100
68283              Message-ID: <20001124191151.A28753@Strawberry.COM>
68284      Branch: perl
68285            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
68286            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
68287 ____________________________________________________________________________
68288 [  7854] By: jhi                                   on 2000/11/25  17:39:08
68289         Log: Undo #7848.  Some of the code seems to use walkoptree(),
68290              some walkoptree_slow().  An unfinished renaming?
68291              Now the sub is walkoptree() (which is @EXPORT_OK),
68292              the walkoptree_slow() is a typeglob alias to walkoptree.
68293              This makes the tests to pass, at least.
68294      Branch: perl
68295            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
68296 ____________________________________________________________________________
68297 [  7853] By: nick                                  on 2000/11/24  22:24:33
68298         Log: Re-arrange crlf vs binary for platforms that care.
68299              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
68300              Lip-service to making stdio layer work on such platforms (untested).
68301              Now fails 3 tests rather than one, checkin to see if I can debug 
68302              the issue under linux. (Do not merge.)
68303      Branch: perlio
68304            ! doio.c perlio.c perliol.h
68305 ____________________________________________________________________________
68306 [  7852] By: jhi                                   on 2000/11/24  18:57:39
68307         Log: AUTHORS edits.
68308      Branch: perl
68309            ! AUTHORS
68310 ____________________________________________________________________________
68311 [  7851] By: jhi                                   on 2000/11/24  17:34:56
68312         Log: Add Jan-Erik Karlsson.
68313      Branch: perl
68314            ! AUTHORS
68315 ____________________________________________________________________________
68316 [  7850] By: jhi                                   on 2000/11/24  17:27:56
68317         Log: Configure should find stdchar on its own.
68318      Branch: perl
68319            ! hints/solaris_2.sh
68320 ____________________________________________________________________________
68321 [  7849] By: jhi                                   on 2000/11/24  17:24:55
68322         Log: Subject: PATCH over 7848: Filter test flawed
68323              From: andreas.koenig@anima.de (Andreas J. Koenig)
68324              Date: 24 Nov 2000 10:28:29 +0100
68325              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
68326      Branch: perl
68327            ! t/lib/filter-util.t
68328 ____________________________________________________________________________
68329 [  7848] By: jhi                                   on 2000/11/24  17:22:15
68330         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
68331              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
68332              Date: Fri, 24 Nov 2000 16:12:58 +0000
68333              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
68334      Branch: perl
68335            ! ext/B/B.pm
68336 ____________________________________________________________________________
68337 [  7847] By: jhi                                   on 2000/11/24  03:07:01
68338         Log: Integrate perlio.
68339      Branch: perl
68340           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
68341           !> win32/makefile.mk
68342 ____________________________________________________________________________
68343 [  7846] By: gsar                                  on 2000/11/24  00:55:57
68344         Log: integrate changes#6415..6418,6420..6438 from mainline
68345              
68346              Fix the bitvector ops for utf8 (tricky since past 7 bits
68347              the utf8 'characters' can be more than one octet).
68348              
68349              MPE/ix updates for perl 5.6.0 from Mark Bixby.
68350              
68351              Subject: SDBM_File documentation
68352              
68353              Detypo.
68354              
68355              Decutandpasto.
68356              
68357              Send all installperl messages to STDERR and be -w clean.
68358              
68359              Out-of-date note removed.
68360              
68361              Protect against "wild next"s, that is, callbacks doing "next"
68362              instead of "return".
68363              
68364              Use STDOUT consistently.
68365              
68366              The output might have been produced in the wrong order.
68367              
68368              A missing 'break' after the [[:space:]] switch case.
68369              
68370              Add tests for
68371              [ID 19991110.003] another matching finding by pcre author
68372              which has already been fixed by some patch, as verified in
68373              
68374              Documentation to explain the behaviour of map().
68375              
68376              Add an optimization for map-maps-a-list-element-to-more-list-elements
68377              case, but add also notes explaining the relationship of this
68378              patch and the earlier notes by Sarathy.
68379              
68380              Subject: [ID 20000716.023] syslog test fails without sockets
68381              
68382              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
68383              Test cases for #6431.
68384              
68385              File::Spec::VMS fixup for tmpdir from Craig Berry.
68386              
68387              Make the "uninit variable" warning to say "concat or string"
68388              or "join or string" when in concat or join .
68389              
68390              Get UTF16 BOMs working.  Patch from
68391              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
68392              
68393              Subject: [PATCH] Make large file tests deal with SIGXFSZ
68394              
68395              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
68396              
68397              Subject: [PATCH] av.c apidoc
68398      Branch: maint-5.6/perl
68399           !> (integrate 43 files)
68400 ____________________________________________________________________________
68401 [  7845] By: gsar                                  on 2000/11/24  00:20:45
68402         Log: integrate changes#6406..6414 from mainline
68403              
68404              Merge perlhacktut into perlhack, update perlguts.
68405              
68406              Fix AutoSplit to use File::Spec the right way in VMS,
68407              from Peter Prymmer.
68408              
68409              The bug report
68410              [ID 19991110.002] minimal matching discrepancy found by pcre author
68411              seems to have been fixed (though differently from what was suggested
68412              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
68413              
68414              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
68415              not in pod, from Peter Prymmer
68416              
68417              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
68418              From: Hugo <hv@crypt.compulink.co.uk>
68419              Date: Fri, 14 Jul 2000 23:05:20 +0100
68420              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
68421              
68422              Didn't anymore apply, but that point still could use another fix.
68423              
68424              lib/b test fixes from Peter Prymmer.
68425              
68426              More docs for sv functions.
68427              
68428              perlvms.pod whitespace cleanup to keep pod utils happy.
68429              
68430              another VMS build tweak from Peter Prymmer
68431      Branch: maint-5.6/perl
68432           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
68433           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
68434           !> vms/descrip_mms.template vms/perlvms.pod
68435 ____________________________________________________________________________
68436 [  7844] By: nick                                  on 2000/11/23  23:42:45
68437         Log: Win32/perlio Now just fails one io/argv.t test - lack 
68438              of default :crlf on standard streams.
68439      Branch: perlio
68440            ! doio.c perlio.c
68441 ____________________________________________________________________________
68442 [  7843] By: nick                                  on 2000/11/23  23:04:05
68443         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
68444              peek fail is showing a real problem (multiple crlf layers
68445              are getting pushed.)
68446      Branch: perlio
68447            ! doio.c perlio.c win32/makefile.mk
68448 ____________________________________________________________________________
68449 [  7842] By: nick                                  on 2000/11/23  19:46:23
68450         Log: Implement PerlIO_binmode()
68451              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
68452              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
68453              make binmode in t/lib/io_tell.t unconditional so that works.
68454              Checkin just so Win32 machine can see these changes.
68455      Branch: perlio
68456            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
68457 ____________________________________________________________________________
68458 [  7841] By: jhi                                   on 2000/11/23  19:30:00
68459         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
68460      Branch: perl
68461            ! README.amiga
68462 ____________________________________________________________________________
68463 [  7840] By: jhi                                   on 2000/11/23  17:18:02
68464         Log: SOCKS wrestling continues, patches from Jens Hamisch.
68465      Branch: perl
68466            ! doio.c embed.h embed.pl perlsdio.h proto.h
68467 ____________________________________________________________________________
68468 [  7839] By: jhi                                   on 2000/11/23  16:54:14
68469         Log: Push Filter::Util::Call one level deeper.
68470      Branch: perl
68471            + t/lib/filter-util.t
68472           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
68473           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
68474            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68475            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68476            - t/lib/filt-util.t
68477            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
68478            ! win32/Makefile win32/makefile.mk
68479 ____________________________________________________________________________
68480 [  7838] By: jhi                                   on 2000/11/23  16:52:40
68481         Log: Reach back one higher up when searching for PERL_SRC.
68482      Branch: perl
68483            ! lib/ExtUtils/MM_Unix.pm
68484 ____________________________________________________________________________
68485 [  7837] By: jhi                                   on 2000/11/23  16:05:41
68486         Log: Subject: Re: perl@7826
68487              Date: Thu, 23 Nov 2000 02:20:25 -0600
68488              From: "Craig A. Berry" <craigberry@mac.com>
68489              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
68490              
68491              Make VMS to like Filter::Util::Call. 
68492      Branch: perl
68493            ! configure.com ext/Filter/Util/Makefile.PL
68494 ____________________________________________________________________________
68495 [  7836] By: nick                                  on 2000/11/23  16:04:08
68496         Log: Implement crlf layer - not ready for merge.
68497      Branch: perlio
68498            ! perlio.c win32/makefile.mk
68499 ____________________________________________________________________________
68500 [  7835] By: jhi                                   on 2000/11/23  15:56:52
68501         Log: STDCHAR is different in Sparc v9 vs x86.
68502      Branch: perl
68503            ! hints/solaris_2.sh
68504 ____________________________________________________________________________
68505 [  7834] By: jhi                                   on 2000/11/23  15:50:47
68506         Log: The type needs to be visible to protos.
68507      Branch: perl
68508            ! perl.h
68509 ____________________________________________________________________________
68510 [  7833] By: jhi                                   on 2000/11/23  15:40:46
68511         Log: Finish unfinished SOCKS workaround changes.
68512      Branch: perl
68513            ! doio.c
68514 ____________________________________________________________________________
68515 [  7832] By: jhi                                   on 2000/11/23  15:33:30
68516         Log: Integrate perlio.
68517      Branch: perl
68518           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68519           !> win32/makefile.mk
68520 ____________________________________________________________________________
68521 [  7831] By: nick                                  on 2000/11/23  10:31:07
68522         Log: Correct makefile.mk dependancies for ext/Filter/Util
68523              Build ext/Encode
68524              Run dmake regen_config_h
68525      Branch: perlio
68526            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68527            ! win32/makefile.mk
68528 ____________________________________________________________________________
68529 [  7830] By: nick                                  on 2000/11/23  08:05:07
68530         Log: Integrate mainline
68531      Branch: perlio
68532           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68533           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
68534           +> t/lib/filt-util.pl t/lib/filt-util.t
68535           !> (integrate 41 files)
68536 ____________________________________________________________________________
68537 [  7829] By: gsar                                  on 2000/11/23  03:07:11
68538         Log: build the Filter extension on windows
68539      Branch: perl
68540            ! win32/Makefile win32/makefile.mk
68541 ____________________________________________________________________________
68542 [  7828] By: gsar                                  on 2000/11/23  02:46:35
68543         Log: regenerate win32/config* and fix some inconsistencies in the
68544              makefiles; always export Perl_deb() because it is needed
68545              by ext/re/* (whether perl itself is built with -DDEBUGGING
68546              or not)
68547      Branch: perl
68548            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
68549            ! win32/config_H.vc win32/makefile.mk
68550 ____________________________________________________________________________
68551 [  7827] By: gsar                                  on 2000/11/23  02:18:38
68552         Log: get sources building on windows+MSVC again (untested with other
68553              compilers)
68554      Branch: perl
68555            ! win32/include/sys/socket.h win32/perllib.c
68556 ____________________________________________________________________________
68557 [  7826] By: jhi                                   on 2000/11/23  01:18:26
68558         Log: Update Changes.
68559      Branch: perl
68560            ! Changes patchlevel.h
68561 ____________________________________________________________________________
68562 [  7825] By: jhi                                   on 2000/11/23  00:20:41
68563         Log: Subject: Re: av.c patch (having slight problems)
68564              From: "Ben Tilly" <ben_tilly@hotmail.com>
68565              Date: Tue, 21 Nov 2000 23:29:31 -0500
68566              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
68567              
68568              unshift() speedup.
68569      Branch: perl
68570            ! av.c
68571 ____________________________________________________________________________
68572 [  7824] By: jhi                                   on 2000/11/22  23:59:15
68573         Log: Fixes for signedness warnings noticed by VMSperlers.
68574      Branch: perl
68575            ! ext/Storable/Storable.xs regcomp.c sv.c
68576 ____________________________________________________________________________
68577 [  7823] By: jhi                                   on 2000/11/22  23:19:31
68578         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
68579              From: Peter Prymmer <pvhp@forte.com>
68580              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
68581              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
68582      Branch: perl
68583            ! t/pragma/warn/pp_hot
68584 ____________________________________________________________________________
68585 [  7822] By: jhi                                   on 2000/11/22  22:52:20
68586         Log: Be clean.
68587      Branch: perl
68588            ! Makefile.SH
68589 ____________________________________________________________________________
68590 [  7821] By: jhi                                   on 2000/11/22  22:46:39
68591         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
68592              by Damian Conway, as suggested by Paul Marquess.
68593      Branch: perl
68594            + lib/Filter/Simple.pm
68595 ____________________________________________________________________________
68596 [  7820] By: jhi                                   on 2000/11/22  22:45:51
68597         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
68598      Branch: perl
68599            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68600            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68601            + t/lib/filt-util.t
68602            ! MANIFEST
68603 ____________________________________________________________________________
68604 [  7819] By: jhi                                   on 2000/11/22  22:03:27
68605         Log: Integrate perlio.
68606      Branch: perl
68607           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
68608           !> win32/makefile.mk
68609 ____________________________________________________________________________
68610 [  7818] By: jhi                                   on 2000/11/22  21:56:02
68611         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
68612      Branch: perl
68613            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
68614            ! t/lib/io_sock.t
68615 ____________________________________________________________________________
68616 [  7817] By: jhi                                   on 2000/11/22  21:39:49
68617         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
68618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68619              Date: Wed, 22 Nov 2000 16:08:12 -0500
68620              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
68621      Branch: perl
68622            ! lib/ExtUtils/Liblist.pm
68623 ____________________________________________________________________________
68624 [  7816] By: jhi                                   on 2000/11/22  21:38:25
68625         Log: Go ahead and #include <unistd.h> in perl.h.
68626      Branch: perl
68627            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
68628            ! util.c
68629 ____________________________________________________________________________
68630 [  7815] By: jhi                                   on 2000/11/22  21:22:52
68631         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
68632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68633              Date: Mon, 20 Nov 2000 18:30:52 -0500
68634              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
68635      Branch: perl
68636            ! pod/perlre.pod regcomp.c t/op/re_tests
68637 ____________________________________________________________________________
68638 [  7814] By: jhi                                   on 2000/11/22  21:21:46
68639         Log: Subject: [PATCH 5.7.0] Liblist finally works
68640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68641              Date: Tue, 21 Nov 2000 22:02:17 -0500
68642              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
68643      Branch: perl
68644            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
68645            ! lib/ExtUtils/MakeMaker.pm
68646 ____________________________________________________________________________
68647 [  7813] By: jhi                                   on 2000/11/22  21:20:23
68648         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
68649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68650              Date: Wed, 22 Nov 2000 17:53:15 +0100
68651              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
68652              
68653              AIX dynaloader and perlio patch.
68654      Branch: perl
68655            ! ext/DynaLoader/dl_aix.xs
68656 ____________________________________________________________________________
68657 [  7812] By: jhi                                   on 2000/11/22  21:17:52
68658         Log: (Accidentally empty patch.)
68659      Branch: perl
68660            ! av.c
68661 ____________________________________________________________________________
68662 [  7811] By: jhi                                   on 2000/11/22  21:16:31
68663         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
68664              From: Peter Prymmer <pvhp@forte.com>
68665              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
68666              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
68667      Branch: perl
68668            ! vms/test.com
68669 ____________________________________________________________________________
68670 [  7810] By: jhi                                   on 2000/11/22  21:15:36
68671         Log: Subject: Re: perl@7777 
68672              From: "John P. Linderman" <jpl@research.att.com>
68673              Date: Wed, 22 Nov 2000 13:11:11 -0500
68674              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
68675              
68676              Detypoing.
68677      Branch: perl
68678            ! lib/CPAN.pm
68679 ____________________________________________________________________________
68680 [  7809] By: jhi                                   on 2000/11/22  21:14:19
68681         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
68682              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68683              Date:     Wed, 22 Nov 2000 13:51:37 EST
68684              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
68685      Branch: perl
68686            ! perlsdio.h
68687 ____________________________________________________________________________
68688 [  7808] By: jhi                                   on 2000/11/22  21:13:27
68689         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
68690              From: Casey Tweten <crt@kiski.net>
68691              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
68692              Message-Id: <200011201653.LAA10194@home.kiski.net>
68693      Branch: perl
68694            ! t/lib/io_udp.t
68695 ____________________________________________________________________________
68696 [  7807] By: jhi                                   on 2000/11/22  21:12:35
68697         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
68698              From: Casey Tweten <crt@kiski.net>
68699              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
68700              Message-Id: <200011201636.LAA07227@home.kiski.net>
68701      Branch: perl
68702            ! t/lib/io_sock.t
68703 ____________________________________________________________________________
68704 [  7806] By: jhi                                   on 2000/11/22  21:10:59
68705         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
68706              From: "Casey R. Tweten" <crt@kiski.net>
68707              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
68708              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
68709      Branch: perl
68710            ! utils/h2xs.PL
68711 ____________________________________________________________________________
68712 [  7805] By: nick                                  on 2000/11/22  21:05:06
68713         Log: Integrate mainline
68714      Branch: perlio
68715           !> Changes Porting/genlog ext/DB_File/DB_File.xs
68716           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
68717           !> utils/perlbug.PL
68718 ____________________________________________________________________________
68719 [  7804] By: jhi                                   on 2000/11/22  21:01:12
68720         Log: Subject: [PATCH] Test.pm POD peculiarity
68721              From: "Casey R. Tweten" <crt@kiski.net>
68722              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
68723              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
68724      Branch: perl
68725            ! lib/Test.pm
68726 ____________________________________________________________________________
68727 [  7803] By: jhi                                   on 2000/11/22  20:59:59
68728         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
68729              From: "Philip Newton" <pnewton@gmx.de>
68730              Date: Wed, 22 Nov 2000 14:25:53 +0100
68731              Message-Id: <3A1BD771.25462.1939FAD@localhost>
68732              
68733              Be case-understanding also on 's', and use the -oi of sendmail
68734              not to terminate the transmission on a lone '.'.
68735      Branch: perl
68736            ! utils/perlbug.PL
68737 ____________________________________________________________________________
68738 [  7802] By: nick                                  on 2000/11/22  20:51:42
68739         Log: Win32 PerlIO intermediate state now working as expected.
68740              - In current state we are still using C runtime in text/binary
68741              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
68742              - PERLIO=stdio and PERLIO=unix pass all expected tests.
68743              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
68744              and PerlIO_seek() and the dummy crlf layer is not making adjustments
68745              for CRLF translation happening in C runtime. All other tests pass.
68746              
68747              Added note to README.win32 to point out the snags of doing a perl build
68748              with Norton AntiVirus turned on.
68749              
68750              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
68751              which file a fail comes from.
68752              
68753              Updated "canned" config.h to match the one generated.
68754      Branch: perlio
68755            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
68756            ! win32/makefile.mk
68757 ____________________________________________________________________________
68758 [  7801] By: jhi                                   on 2000/11/22  06:50:20
68759         Log: Nickety nits.
68760      Branch: perl
68761            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
68762 ____________________________________________________________________________
68763 [  7800] By: jhi                                   on 2000/11/22  01:29:55
68764         Log: Changes had accidentally gone too silent on non-main branches.
68765      Branch: perl
68766            ! Changes Porting/genlog patchlevel.h
68767 ____________________________________________________________________________
68768 [  7799] By: gsar                                  on 2000/11/22  01:02:56
68769         Log: some lib_pm.PL changes snuck in via change#7772
68770      Branch: maint-5.6/perl
68771            ! Makefile.SH
68772 ____________________________________________________________________________
68773 [  7798] By: nick                                  on 2000/11/21  21:59:40
68774         Log: Integrate mainline
68775      Branch: perlio
68776           !> (integrate 28 files)
68777 ____________________________________________________________________________
68778 [  7797] By: jhi                                   on 2000/11/21  21:01:45
68779         Log: Integrate perlio.
68780      Branch: perl
68781           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
68782 ____________________________________________________________________________
68783 [  7796] By: nick                                  on 2000/11/21  20:36:22
68784         Log: Win32 builds and runs (mostly) with USE_PERLIO.
68785              PERLIO=perlio passes all tests. 
68786              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
68787      Branch: perlio
68788            ! perlio.c win32/perllib.c win32/win32.c
68789 ____________________________________________________________________________
68790 [  7795] By: jhi                                   on 2000/11/21  19:03:44
68791         Log: Update Changes.
68792      Branch: perl
68793            ! Changes patchlevel.h
68794 ____________________________________________________________________________
68795 [  7794] By: jhi                                   on 2000/11/21  18:56:34
68796         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
68797              From: "Craig A. Berry" <craigberry@mac.com>
68798              Date: Mon, 20 Nov 2000 20:27:06 -0600
68799              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
68800              
68801              A cut-and-pasto.
68802      Branch: perl
68803            ! perlio.h
68804 ____________________________________________________________________________
68805 [  7793] By: jhi                                   on 2000/11/21  18:54:41
68806         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
68807              From: Dominic Dunlop <domo@computer.org> 
68808              Date: Mon, 20 Nov 2000 18:55:29 +0100
68809              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
68810              
68811              va_copy() and the need of it.
68812              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
68813      Branch: metaconfig/U/perl
68814            + need_va_copy.U
68815      Branch: perl
68816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68817            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
68818            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68819            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68820            ! win32/config.bc win32/config.gc win32/config.vc
68821 ____________________________________________________________________________
68822 [  7792] By: jhi                                   on 2000/11/21  17:04:10
68823         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
68824      Branch: perl
68825           !> scope.h
68826 ____________________________________________________________________________
68827 [  7791] By: jhi                                   on 2000/11/21  17:01:16
68828         Log: Export the SOCKS workaround symbols only if necessary.
68829      Branch: perl
68830            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
68831 ____________________________________________________________________________
68832 [  7790] By: nick                                  on 2000/11/20  23:57:11
68833         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
68834      Branch: perlio
68835            ! scope.h
68836 ____________________________________________________________________________
68837 [  7789] By: nick                                  on 2000/11/20  23:38:33
68838         Log: Integrate mainline
68839      Branch: perlio
68840           +> lib/File/Spec/Epoc.pm
68841           !> (integrate 34 files)
68842 ____________________________________________________________________________
68843 [  7788] By: nick                                  on 2000/11/20  23:20:18
68844         Log: Make extra buffer layer work (dummy crlf layer)
68845      Branch: perlio
68846            ! doio.c perlio.c perlio.h
68847 ____________________________________________________________________________
68848 [  7787] By: jhi                                   on 2000/11/20  22:44:04
68849         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
68850              From: Peter Prymmer <pvhp@forte.com>
68851              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
68852              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
68853      Branch: perl
68854            ! t/pragma/locale.t
68855 ____________________________________________________________________________
68856 [  7786] By: jhi                                   on 2000/11/20  22:29:10
68857         Log: Subject: DOC PATCH 5.6.0 perlreftut
68858              From: mjd@plover.com
68859              Date: 20 Nov 2000 19:45:06 -0000
68860              Message-ID: <20001120194506.9505.qmail@plover.com>
68861      Branch: perl
68862            ! pod/perlreftut.pod
68863 ____________________________________________________________________________
68864 [  7785] By: jhi                                   on 2000/11/20  22:27:44
68865         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
68866              From: David Dyck <dcd@tc.fluke.com>
68867              Date: Mon, 20 Nov 2000 11:43:40 -0800
68868              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
68869      Branch: perl
68870            ! lib/Cwd.pm
68871 ____________________________________________________________________________
68872 [  7784] By: jhi                                   on 2000/11/20  22:23:21
68873         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
68874              Date: Mon, 20 Nov 2000 17:06:10 -0500
68875              To: Mailing list Perl5 <perl5-porters@perl.org>
68876              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
68877      Branch: perl
68878            ! pp_ctl.c t/op/pat.t
68879 ____________________________________________________________________________
68880 [  7783] By: jhi                                   on 2000/11/20  22:11:18
68881         Log: Subject: [PATCH] doop.c - UTF8 tr///               
68882              From: Simon Cozens <simon@cozens.net>
68883              Date: Sat, 18 Nov 2000 18:49:30 +0000
68884              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
68885              
68886              Subject: Re: [PATCH] doop.c - UTF8 tr///           
68887              From: Simon Cozens <simon@cozens.net>
68888              Date: Mon, 20 Nov 2000 20:45:22 +0000
68889              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
68890              
68891              Make tr on UTF-8 better but still not correct.
68892      Branch: perl
68893            ! doop.c
68894 ____________________________________________________________________________
68895 [  7782] By: jhi                                   on 2000/11/20  22:02:16
68896         Log: Remove the shared object before attempting to create
68897              (by linking) a new one.  E.g. in AIX not removing
68898              becomes quite painful if one tries to do more than one
68899              build in the same tree (an interrupted build, for example),
68900              since the AIX' shared dynaloader seemingly keeps the shared
68901              objects open and therefore 'busy' for quite a while, even when
68902              nobody is using the objects, leading into link failures.
68903      Branch: perl
68904            ! lib/ExtUtils/MM_Unix.pm
68905 ____________________________________________________________________________
68906 [  7781] By: gsar                                  on 2000/11/20  19:02:55
68907         Log: type mismatch due to faulty integration
68908      Branch: maint-5.6/perl
68909            ! toke.c win32/Makefile
68910 ____________________________________________________________________________
68911 [  7780] By: gsar                                  on 2000/11/20  17:31:55
68912         Log: integrate changes#6392,6394..6399,6401..6404
68913              
68914              The {multiplier} of a fixed substring was overlooked which
68915              caused a wrong initial search offset for that substring.
68916              
68917              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
68918              From: Hugo <hv@crypt.compulink.co.uk>
68919              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
68920              Date: Thu, 13 Jul 2000 19:27:13 +0100
68921              
68922              Fix the BOM bug: not a byteorder bug, a signedness bug.
68923              
68924              Replace change #6337 with a better one.
68925              
68926              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
68927              From: Hugo <hv@crypt.compulink.co.uk>
68928              Date: Fri, 14 Jul 2000 04:16:20 +0100
68929              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
68930              
68931              MakeMaker should not remove editor backups (*~) on `make clean`
68932              by default (completes change#6383)
68933              
68934              move new variables to the end of the interpreter structure (for
68935              bincompat in code that doesn't #include XSUB.h)
68936              
68937              rename totally bletcherous SvLOCK() thingy (doesn't do what the
68938              name suggests anyway)
68939              
68940              various cleanups (typos, misformatted code, and small bugs)
68941              
68942              typecasts needed for change#6394
68943              
68944              typos in change#6399, regen headers
68945              
68946              inconsistent types needs casts
68947              
68948              PERL_OBJECT build tweaks
68949      Branch: maint-5.6/perl
68950           !> MANIFEST doop.c embed.h embed.pl embedvar.h
68951           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
68952           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
68953           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
68954           !> toke.c util.c
68955 ____________________________________________________________________________
68956 [  7779] By: gsar                                  on 2000/11/20  17:06:29
68957         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
68958              
68959              Cosmetics and perldelta.
68960              
68961              Fix nits noticed by Boston.pm.
68962              
68963              Do the cc sanity check both before the hints and
68964              after the cc selction.
68965              
68966              get sprintf.t to adjust properly for 3-digit exponents
68967              
68968              don't clobber *.orig files on *clean targets
68969              
68970              fix bugs in processing %v-*d and similar format specs (from
68971              Avi Finkel <avi@finkel.org>)
68972              
68973              sprintf test tweaks (from Dominic Dunlop)
68974              
68975              new selfloader.t in change#6183 doesn't close DATA handles,
68976              and thus fails to clean up tmp files on dosish platforms
68977              
68978              typos (spotted by Peter Prymmer)
68979              
68980              typo fix from Craig Berry
68981      Branch: maint-5.6/perl
68982           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
68983           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
68984           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
68985           !> x2p/Makefile.SH
68986 ____________________________________________________________________________
68987 [  7778] By: gsar                                  on 2000/11/20  16:46:51
68988         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
68989              
68990              Subject: Re: format bug report  [Patch]
68991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68992              Date: Wed, 05 Jul 2000 13:12:52 +0200
68993              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
68994              
68995              Subject: Re: format bug report  [Patch]
68996              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68997              Date: Wed, 05 Jul 2000 14:10:01 +0200
68998              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
68999              
69000              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
69001              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69002              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
69003              Date: Fri, 07 Jul 2000 17:57:16 +0100
69004              
69005              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
69006              To: perl5-porters@perl.org
69007              From: Karsten Sperling <spiff@phreax.net>
69008              Date: Mon, 10 Jul 2000 15:12:52 +0200
69009              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
69010              
69011              README.posix-bc podified from Thomas Dorner.
69012              
69013              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
69014              From: Dominic Dunlop <domo@computer.org>
69015              Date: Tue, 11 Jul 2000 12:27:33 +0200
69016              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
69017              
69018              Typo in #6341.
69019              
69020              Fix for
69021              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
69022              From: Roderick Schertler <roderick@argon.org>
69023              Date: Tue, 11 Jul 2000 13:55:05 -0400
69024              Message-Id: <200007111755.NAA05077@jones.argon.org>
69025              
69026              Minor cleanups on the booklist.
69027              
69028              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
69029              regen perltoc.
69030              
69031              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
69032      Branch: maint-5.6/perl
69033           +> pod/perlbook.pod
69034           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
69035           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
69036           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
69037 ____________________________________________________________________________
69038 [  7777] By: jhi                                   on 2000/11/20  16:08:49
69039         Log: Update Changes.
69040      Branch: perl
69041            ! Changes patchlevel.h
69042 ____________________________________________________________________________
69043 [  7776] By: jhi                                   on 2000/11/20  15:27:56
69044         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
69045              This may be overly harsh but until proven otherwise, we think this
69046              way, or until we have a simple test for Configure (having to start
69047              up servers is does not count as simple) to check for the problems.
69048      Branch: perl
69049            ! perl.h
69050 ____________________________________________________________________________
69051 [  7775] By: jhi                                   on 2000/11/20  15:22:17
69052         Log: Solaris hints tweaks.
69053      Branch: perl
69054            ! hints/solaris_2.sh
69055 ____________________________________________________________________________
69056 [  7774] By: jhi                                   on 2000/11/20  15:01:20
69057         Log: Add a workaround to SOCKS 64-bit problems.
69058      Branch: perl
69059            ! doio.c embed.h embed.pl perlsdio.h proto.h
69060 ____________________________________________________________________________
69061 [  7773] By: jhi                                   on 2000/11/20  14:51:47
69062         Log: sysseek() instead of seek().
69063      Branch: perl
69064            ! t/lib/syslfs.t
69065 ____________________________________________________________________________
69066 [  7772] By: gsar                                  on 2000/11/20  13:06:23
69067         Log: integrate changes#6315..6319,6321..6331,6333..6338
69068              
69069              Integrate with Sarathy, preliminary fix for unicos
69070              alignment problems in [ID 20000612.002] Perl problem on Cray system.
69071              
69072              some debugger output does not go to the socket when RemotePort is set
69073              
69074              winsock cleanup never done on Windows (leads to handle leaks)
69075              
69076              fix UNC path handling on Windows under ithreads, and chdir()
69077              return value when given a non-existent directory
69078              
69079              Autogenerate pod/Makefile and pod/buildtoc.
69080              buildtoc also checks whether the existin pods are
69081              mentioned in MANIFEST and perl.pod, and vice versa.
69082              (None of the thusly found discrepancies fixed yet.)
69083              roffitall also needs to be autogenerated similarly but it
69084              seems so badly out of date that I didn't touch it yet.
69085              
69086              Config is being used.
69087              
69088              Add =head1 NAMEs so that buildtoc is happy.
69089              (The CGI::Util nit reported to Lincoln.)
69090              
69091              Fix complaints of buildtoc.
69092              
69093              Fix the alignment problem in Crays ([ID 20000612.002]).
69094              
69095              Remove perlbook, update perlfaq book listing,
69096              rearrange perl.pod, regenerate perltoc.
69097              
69098              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
69099              was cast to an unsigned (32-bit) integer with wild abandon.
69100              
69101              winsock options weren't being set in all threads under ithreads
69102              (caused send()s from second and subsequent threads to fail)
69103              
69104              accept() leaks memory on windows due to incorrect ordering of
69105              closesocket() and fclose() calls
69106              
69107              Reorder perl.pod once more.
69108              
69109              More POSIX.pod tweaks.
69110              
69111              Sprinkle ldlibpath.
69112              
69113              Precedence goof, fix based on
69114              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
69115              From: Hugo <hv@crypt.compulink.co.uk>
69116              Date: Tue, 11 Jul 2000 12:52:38 +0100
69117              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
69118              
69119              Subject: PATCH perlguts.pod: Document D and d magic types
69120              From: mjd@plover.com
69121              Date: 5 Jul 2000 18:01:51 -0000
69122              Message-ID: <20000705180151.29413.qmail@plover.com>
69123              
69124              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
69125              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
69126              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
69127              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
69128              
69129              Subject: [PATCH cfgperl] $& segfaults if you trick it
69130              From: simon@brecon.co.uk (Simon Cozens)
69131              Date: 7 Jul 2000 11:26:09 GMT
69132              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
69133              
69134              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
69135              From: Hugo <hv@crypt.compulink.co.uk>
69136              Date: Tue, 11 Jul 2000 12:44:50 +0100
69137              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
69138              
69139              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
69140              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69141              Date: Tue, 11 Jul 2000 13:50:51 +0100
69142              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
69143      Branch: maint-5.6/perl
69144           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
69145           +> pod/buildtoc.PL
69146            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
69147           !> (integrate 26 files)
69148 ____________________________________________________________________________
69149 [  7771] By: gsar                                  on 2000/11/20  12:31:42
69150         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
69151              6310,6311,6314
69152              
69153              Subject: [PATCH bleedperl] File::Spec 0.82 beta
69154              From: Barrie Slaymaker <barries@jester.slaysys.com>
69155              Date: Wed, 28 Jun 2000 11:35:29 -0400
69156              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
69157              
69158              tweak perlembed for multiplicity/usethreads sanity; correct notes
69159              about Windows
69160              
69161              localize %INC in a Safe compartment so that use/require work
69162              (many other magic globals probably need similar treatment)
69163              
69164              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
69165              when @_ is modified, causing coredumps
69166              
69167              slurp mode fix in change#4736 still not quite right
69168              
69169              Point to perlipc for more SysV IPC examples.
69170              
69171              Elaborate POSIX.pod.  Still needs work.
69172              
69173              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
69174              
69175              fix large memory leak that has been around for ever, masked by
69176              -DPURIFY (most of the arenas were never freed!)
69177              
69178              fix memory leak on Windows (PL_sys_intern contents were never
69179              freed)
69180              
69181              PERL_OBJECT build tweak
69182              
69183              adjust change#6299
69184              
69185              remove rel2abs prototypes (from Barrie Slaymaker)
69186              
69187              missing perldiag entry for unpack("w",...) diagnostic (from
69188              Andreas Koenig)
69189              
69190              better diagnostic on Frob->stuff() when Frob:: doesn't exist
69191              (from Richard Soderberg <rs@oregonnet.com>)
69192              
69193              Win32 patches for cfgperl from Sarathy.
69194              
69195              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
69196              
69197              More POSIX.pod embellishment.
69198              
69199              tyop in change#6306
69200      Branch: maint-5.6/perl
69201           !> (integrate 44 files)
69202 ____________________________________________________________________________
69203 [  7770] By: gsar                                  on 2000/11/20  11:51:00
69204         Log: integrate changes#6268..6282 from cfgperl branch
69205              
69206              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
69207              From: Dominic Dunlop <domo@computer.org>
69208              Date: Thu, 29 Jun 2000 12:32:39 +0200
69209              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
69210              
69211              Regen headers for #6261 (and update embed.pl for this) and #6267,
69212              silence few compiler warnings.
69213              
69214              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
69215              From: Nicholas Clark <nick@talking.bollo.cx>
69216              Date: Fri, 23 Jun 2000 16:21:15 +0100
69217              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
69218              
69219              Subject: PATCH pod/perltie.pod
69220              From: Ian Phillipps <Ian.Phillipps@iname.com>
69221              Date: Fri, 16 Jun 2000 00:17:19 +0100
69222              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
69223              (only the first hunk, the second hunk had already been done
69224              by some other patch)
69225              
69226              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
69227              From: Tom Phoenix <rootbeer@redcat.com>
69228              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
69229              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
69230              
69231              Subject: [PATCH] xsub attributes
69232              From: Doug MacEachern <dougm@covalent.net>
69233              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
69234              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
69235              
69236              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
69237              From: Andy Dougherty <doughera@lafayette.edu>
69238              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
69239              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
69240              
69241              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
69242              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69243              Date: Tue, 13 Jun 2000 02:43:48 -0500
69244              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
69245              
69246              Subject: [PATCH] Re: eval documentation: context
69247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69248              Date: Mon, 12 Jun 2000 15:07:29 +0100
69249              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
69250              
69251              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
69252              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69253              Date: Mon, 12 Jun 2000 14:55:59 +0100
69254              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
69255              
69256              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
69257              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
69258              Date: Fri, 09 Jun 2000 12:39:27 -0400
69259              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
69260              (plus update the version "number" of Text::Wrap)
69261              
69262              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
69263              From: Tim Ayers <tayers@bridge.com>
69264              Date: Thu, 08 Jun 2000 08:11:06 +0200
69265              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
69266              [resent by Richard Foley, Message-Id probably wrong]
69267              
69268              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
69269              From: rspier@pobox.com (Robert Spier)
69270              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
69271              Message-ID: <14654.31913.845602.610277@rls.cx>
69272              
69273              Subject: [PATCH 5.6.0] utils/h2xs.PL
69274              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69275              Date: Wed, 7 Jun 2000 04:02:04 -0500
69276              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
69277              
69278              Subject: [PATCH 5.6.0]ITHREADs for VMS
69279              From: Dan Sugalski <dan@sidhe.org>
69280              Date: Tue, 06 Jun 2000 11:59:50 -0400
69281              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
69282      Branch: maint-5.6/perl
69283           !> (integrate 31 files)
69284 ____________________________________________________________________________
69285 [  7769] By: gsar                                  on 2000/11/20  11:29:06
69286         Log: integrate changes#6261..6266 from cfgperl
69287              
69288              Subject: Re: [PATCH cfgperl] BOMs away!
69289              From: simon@brecon.co.uk (Simon Cozens)
69290              Date: 17 Jun 2000 11:49:57 GMT
69291              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
69292              
69293              Subject: 5.6.0 Patch for EPOC
69294              From: Olaf Flebbe <o.flebbe@gmx.de>
69295              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
69296              Message-ID: <23449.960929969@www11.gmx.net>
69297              
69298              tr fixes from Simon Cozens
69299              
69300              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
69301              From: Marty Lucich <marty@netcom.com>
69302              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
69303              Message-Id: <200006282116.OAA11148@netcom.com>
69304              ccdlflags update (the BSD/OS 4.1 part had already been taken
69305              care of by #6141).
69306              
69307              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
69308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69309              Date: Wed, 28 Jun 2000 17:50:12 -0700
69310              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
69311              
69312              Subject: [PATCH 5.6.0] cygwin port
69313              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
69314              From: "Fifer, Eric" <EFifer@sanwaint.com>
69315              Date: Thu, 29 Jun 2000 12:58:29 +0100
69316      Branch: maint-5.6/perl
69317           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
69318           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
69319           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
69320           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
69321 ____________________________________________________________________________
69322 [  7768] By: gsar                                  on 2000/11/20  11:13:44
69323         Log: integrate changes#6252..6256,6259..6260
69324              
69325              Paranoia tweak on #6249.
69326              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
69327              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
69328              Date: Sun, 25 Jun 2000 23:43:12 -0400
69329              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
69330              
69331              Subject: tr///, help wanted.
69332              From: simon@brecon.co.uk (Simon Cozens)
69333              Date: 28 Jun 2000 11:29:04 GMT
69334              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
69335              
69336              small thinko tweaks
69337              
69338              tweaks from Simon Conzes to further fix tr/// under utf8
69339              
69340              perlnewmod was missing from MANIFEST.
69341              
69342              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
69343              From: simon@brecon.co.uk (Simon Cozens)
69344              Date: 17 Jun 2000 11:56:44 GMT
69345              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
69346              pack U0, pack C0
69347      Branch: maint-5.6/perl
69348           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
69349           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
69350           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
69351           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
69352 ____________________________________________________________________________
69353 [  7767] By: gsar                                  on 2000/11/20  10:51:38
69354         Log: integrate change#6250 from cfgperl
69355              
69356              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
69357              From: Doug MacEachern <dougm@covalent.net>
69358              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
69359              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
69360      Branch: maint-5.6/perl
69361           +> t/op/my_stash.t
69362           !> MANIFEST embed.pl global.sym proto.h toke.c
69363 ____________________________________________________________________________
69364 [  7766] By: gsar                                  on 2000/11/20  10:48:34
69365         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
69366              
69367              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
69368              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69369              Date: Mon, 26 Jun 2000 18:40:14 +0100
69370              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
69371              
69372              Subject: [PATCH] bytes<->utf8 fixes
69373              From: simon@brecon.co.uk (Simon Cozens)
69374              Date: 26 Jun 2000 04:55:45 GMT
69375              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
69376              
69377              Subject: [PATCH] is_utf8_string
69378              From: simon@brecon.co.uk (Simon Cozens)
69379              Date: 26 Jun 2000 02:25:59 GMT
69380              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
69381              
69382              Subject: [PATCH] avoid mg_ptr in '*' magic
69383              From: Doug MacEachern <dougm@covalent.net>
69384              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
69385              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
69386              
69387              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
69388              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69389              Date: Sat, 24 Jun 2000 13:06:20 +0100
69390              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
69391              
69392              Allow for standalone testing.
69393              
69394              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
69395              From: Mark-Jason Dominus <mjd@plover.com>
69396              Date: Tue, 27 Jun 2000 22:36:42 -0400
69397              Message-ID: <20000628023642.12166.qmail@plover.com>
69398              
69399              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
69400              From: Frank Tobin <ftobin@uiuc.edu>
69401              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
69402              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
69403      Branch: maint-5.6/perl
69404           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
69405           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
69406           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
69407           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
69408           !> utf8.c utils/h2xs.PL
69409 ____________________________________________________________________________
69410 [  7765] By: gsar                                  on 2000/11/20  10:29:13
69411         Log: integrate change#6239 from cfgperl
69412              
69413              Configure maintenance.  Sever some dependency cycles,
69414              separate gccversion from the cc unit,
69415              address [ID 20000623.006] Configure script patch for using gcc on AIX
69416              (but solve it a little bit differently),
69417              unduplex some accidentally duplicated units,
69418              suggest using gcc if no cc available
69419              (p5p thread: "Solaris configure: counterproposal", 1999-09)
69420      Branch: maint-5.6/perl
69421           !> Configure Todo-5.6 config_h.SH
69422 ____________________________________________________________________________
69423 [  7764] By: gsar                                  on 2000/11/20  10:25:55
69424         Log: integrate changes#6233..6238 from cfgperl
69425              
69426              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
69427              From: Mark-Jason Dominus <mjd@plover.com>
69428              Date: Fri, 16 Jun 2000 20:53:04 -0400
69429              Message-ID: <20000617005304.8008.qmail@plover.com>
69430              
69431              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
69432              because when run as services (Win32ese for daemons)
69433              no environment variables are set and tmpdir ends up as /tmp,
69434              which is ambiguous.
69435              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
69436              From: matt@sergeant.org
69437              Date: 16 Jun 2000 16:30:43 -0000
69438              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
69439              
69440              The thread begun by
69441              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
69442              From: Kevin.Ruscoe@ubsw.com
69443              Date: Fri, 16 Jun 2000 16:38:51 +0100
69444              Message-Id: <H000019b03c300d6@MHS>
69445              
69446              Tweak embed.pl, regen headers.
69447              
69448              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
69449              From: Dan Sugalski <dan@sidhe.org>
69450              Date: Fri, 23 Jun 2000 17:00:00 -0400
69451              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
69452      Branch: maint-5.6/perl
69453           !> (integrate 27 files)
69454 ____________________________________________________________________________
69455 [  7763] By: gsar                                  on 2000/11/20  10:08:08
69456         Log: s/perl56delta/perldelta/g
69457      Branch: maint-5.6/perl
69458            ! pod/Makefile
69459 ____________________________________________________________________________
69460 [  7762] By: gsar                                  on 2000/11/20  10:04:00
69461         Log: integrate changes#6225,6229,6231,6232 from cfgperl
69462              
69463              Add source code filenames to apidoc.
69464              From: simon@brecon.co.uk (Simon Cozens)
69465              Subject: [PATCH embed.pl] Source X-ref
69466              Date: 22 Jun 2000 02:18:49 GMT
69467              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
69468              
69469              Subject: README.hpux version 0.6.1
69470              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
69471              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
69472              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
69473              
69474              Subject: [PATCH 5.6.0] cygwin port
69475              From: "Fifer, Eric" <EFifer@sanwaint.com>
69476              Date: Tue, 20 Jun 2000 14:30:58 +0100
69477              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
69478              
69479              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
69480              From: simon@brecon.co.uk (Simon Cozens)
69481              Date: 19 Jun 2000 15:18:27 GMT
69482              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
69483              
69484              plus update pod/Makefile and regenerate perltoc
69485      Branch: maint-5.6/perl
69486           +> pod/perlutil.pod
69487           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
69488           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
69489 ____________________________________________________________________________
69490 [  7761] By: jhi                                   on 2000/11/20  04:09:55
69491         Log: Miraculous typo.
69492      Branch: perl
69493            ! t/op/pat.t
69494 ____________________________________________________________________________
69495 [  7760] By: jhi                                   on 2000/11/20  04:06:08
69496         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
69497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69498              Date: Sun, 19 Nov 2000 22:30:26 -0500
69499              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
69500      Branch: perl
69501            ! regexec.c scope.h t/op/pat.t
69502 ____________________________________________________________________________
69503 [  7759] By: jhi                                   on 2000/11/20  02:05:22
69504         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
69505      Branch: perl
69506            ! perl.h
69507 ____________________________________________________________________________
69508 [  7758] By: jhi                                   on 2000/11/20  01:58:11
69509         Log: Subject: [perl 7711: EPOC] updates
69510              From: Olaf Flebbe <o.flebbe@gmx.de>
69511              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
69512              Message-ID: <25575.974658810@www23.gmx.net>               
69513      Branch: perl
69514            + lib/File/Spec/Epoc.pm
69515            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
69516            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
69517            ! lib/File/Spec.pm perl.c sv.c
69518 ____________________________________________________________________________
69519 [  7757] By: jhi                                   on 2000/11/20  01:53:11
69520         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
69521      Branch: perl
69522            ! MANIFEST
69523 ____________________________________________________________________________
69524 [  7756] By: jhi                                   on 2000/11/20  01:47:22
69525         Log: Integrate perlio.
69526      Branch: perl
69527            - ext/re/hints/MSWin32.pl
69528           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
69529           !> win32/config.gc win32/config_H.gc win32/win32sck.c
69530 ____________________________________________________________________________
69531 [  7755] By: nick                                  on 2000/11/19  20:57:17
69532         Log: Add dummy crlf layer (just as buffer)
69533              Correct 1st bug - one layer of indirection.
69534      Branch: perlio
69535            ! perlio.c perlio.h perliol.h
69536 ____________________________________________________________________________
69537 [  7754] By: nick                                  on 2000/11/19  20:56:12
69538         Log: Work-round to Perl_deb_nocontext is no longer required
69539      Branch: perlio
69540            - ext/re/hints/MSWin32.pl
69541 ____________________________________________________________________________
69542 [  7753] By: nick                                  on 2000/11/19  20:01:16
69543         Log: diff -se shows these as different
69544      Branch: perlio
69545            ! global.sym pod/perlapi.pod
69546 ____________________________________________________________________________
69547 [  7752] By: nick                                  on 2000/11/19  18:57:30
69548         Log: Configure GCC/Win32 build -Duseperlio
69549              Fix a couple of gross issues
69550              - double-include of ../deb.o in re.dll
69551              - win32sck.c needs PerlIO and FILE 
69552      Branch: perlio
69553            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
69554            ! win32/win32sck.c
69555 ____________________________________________________________________________
69556 [  7751] By: nick                                  on 2000/11/19  17:05:36
69557         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
69558      Branch: perlio
69559            ! perlio.c
69560 ____________________________________________________________________________
69561 [  7750] By: nick                                  on 2000/11/19  16:57:14
69562         Log: Missing aTHX_
69563      Branch: perlio
69564            ! sv.c
69565 ____________________________________________________________________________
69566 [  7749] By: jhi                                   on 2000/11/19  16:28:40
69567         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
69568              From: "Peter J. Farley III" <pjfarley@banet.net>
69569              Date: Sun, 19 Nov 2000 01:42:58 -0500
69570              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
69571      Branch: perl
69572            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
69573 ____________________________________________________________________________
69574 [  7748] By: jhi                                   on 2000/11/19  16:08:10
69575         Log: Subject: podlators 1.05 available        
69576              From: Russ Allbery <rra@stanford.edu>   
69577              Date: 18 Nov 2000 22:04:28 -0800
69578              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
69579      Branch: perl
69580            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
69581 ____________________________________________________________________________
69582 [  7747] By: nick                                  on 2000/11/19  11:19:39
69583         Log: Integrate mainline
69584      Branch: perlio
69585           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69586           !> util.c
69587 ____________________________________________________________________________
69588 [  7746] By: jhi                                   on 2000/11/19  06:42:22
69589         Log: Make hex scanning warn on "\x{x}" and "\xx".
69590              "\x" and and hex("x") are still valid.
69591      Branch: perl
69592            ! util.c
69593 ____________________________________________________________________________
69594 [  7745] By: nick                                  on 2000/11/18  22:52:28
69595         Log: Integrate mainline
69596      Branch: perlio
69597           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
69598           !> perl.h perlio.c proto.h regcomp.c regcomp.h
69599 ____________________________________________________________________________
69600 [  7744] By: jhi                                   on 2000/11/18  22:50:28
69601         Log: Introduce Perl_utf8_length().  Use it.
69602      Branch: perl
69603            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69604 ____________________________________________________________________________
69605 [  7743] By: jhi                                   on 2000/11/18  22:38:51
69606         Log: Compiler denit.
69607      Branch: perl
69608            ! perlio.c
69609 ____________________________________________________________________________
69610 [  7742] By: jhi                                   on 2000/11/18  20:33:05
69611         Log: Integrate perlio.
69612      Branch: perl
69613           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69614           !> perlio.h pp_ctl.c pp_sys.c sv.c
69615 ____________________________________________________________________________
69616 [  7741] By: jhi                                   on 2000/11/18  20:31:27
69617         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
69618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69619              Date: Fri, 17 Nov 2000 20:35:11 -0500
69620              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
69621              
69622              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
69623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69624              Date: Fri, 17 Nov 2000 21:03:47 -0500
69625              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
69626              
69627              Plus a little bit of tweaking in pregcomp().
69628      Branch: perl
69629            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
69630 ____________________________________________________________________________
69631 [  7740] By: nick                                  on 2000/11/18  20:17:22
69632         Log: Lexical use open ... support:
69633              add ->cop_io to COP structure in cop.h.
69634              Make mg.c and gv.c associate it with ${^OPEN}.
69635              Make lib/open.pm set it.
69636              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
69637              manner similar to ->cop_warnings.
69638              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
69639              call new PerlIO_apply_layers().
69640              Declare latter in perlio.h and define in perlio.c
69641      Branch: perlio
69642            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69643            ! perlio.h pp_ctl.c pp_sys.c sv.c
69644 ____________________________________________________________________________
69645 [  7739] By: jhi                                   on 2000/11/18  19:54:00
69646         Log: Integrate perlio.
69647      Branch: perl
69648           !> doio.c perlio.c pp.c
69649 ____________________________________________________________________________
69650 [  7738] By: jhi                                   on 2000/11/18  17:16:13
69651         Log: Subject: [PATCH 5.7.0] etags broken again
69652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69653              Date: Sat, 18 Nov 2000 02:41:36 -0500
69654              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
69655      Branch: perl
69656            ! emacs/ptags
69657 ____________________________________________________________________________
69658 [  7737] By: jhi                                   on 2000/11/18  17:12:18
69659         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
69660      Branch: perl
69661            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69662 ____________________________________________________________________________
69663 [  7736] By: nick                                  on 2000/11/18  14:06:20
69664         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
69665              part to be isolated.
69666      Branch: perlio
69667            ! doio.c perlio.c
69668 ____________________________________________________________________________
69669 [  7735] By: nick                                  on 2000/11/18  11:03:32
69670         Log: Integrate mainline
69671      Branch: perlio
69672           !> Changes README.amiga README.win32 patchlevel.h
69673           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
69674 ____________________________________________________________________________
69675 [  7734] By: jhi                                   on 2000/11/18  01:18:56
69676         Log: Update Changes.
69677      Branch: perl
69678            ! Changes patchlevel.h
69679 ____________________________________________________________________________
69680 [  7733] By: jhi                                   on 2000/11/18  00:32:54
69681         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
69682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69683              Date: Fri, 17 Nov 2000 17:28:02 -0500
69684              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
69685      Branch: perl
69686            ! regcomp.c regexec.c t/op/re_tests
69687 ____________________________________________________________________________
69688 [  7732] By: jhi                                   on 2000/11/18  00:28:56
69689         Log: Sparc 64-bit pack() fix from Jens Hamisch.
69690      Branch: perl
69691            ! pp.c
69692 ____________________________________________________________________________
69693 [  7731] By: jhi                                   on 2000/11/18  00:18:39
69694         Log: Explain in more detail the {} syntax ambiguousity.
69695              
69696              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
69697              From: Nicholas Clark <nick@ccl4.org>
69698              Date: Fri, 17 Nov 2000 22:10:28 +0000
69699              Message-ID: <20001117221028.A88930@plum.flirble.org>
69700      Branch: perl
69701            ! pod/perlfunc.pod
69702 ____________________________________________________________________________
69703 [  7730] By: jhi                                   on 2000/11/18  00:12:18
69704         Log: Subject: Fix for README.amiga (20000323.033)
69705              From: "Stephen P. Potter" <spp@spotter.yi.org>
69706              Date: Fri, 17 Nov 2000 12:25:51 -0500
69707              Message-Id: <200011171725.MAA05768@spotter.yi.org>
69708      Branch: perl
69709            ! README.amiga
69710 ____________________________________________________________________________
69711 [  7729] By: jhi                                   on 2000/11/18  00:08:34
69712         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
69713              From: "A. C. Yardley" <yardley@tanet.net>
69714              Date: Mon, 3 Apr 2000 11:35:33 -0700
69715              Message-ID: <3483.000403@tanet.net>
69716      Branch: perl
69717            ! README.win32
69718 ____________________________________________________________________________
69719 [  7728] By: nick                                  on 2000/11/17  21:59:47
69720         Log: Integrate mainline
69721      Branch: perlio
69722           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
69723           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
69724           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
69725           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
69726 ____________________________________________________________________________
69727 [  7727] By: nick                                  on 2000/11/17  21:56:31
69728         Log: Experiment on use of attributes.pm interface.
69729              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
69730              SVt_PVRV if not already something better (else vivify of say magic gets
69731              core dump).
69732      Branch: perlio
69733            ! perlio.c pp.c
69734 ____________________________________________________________________________
69735 [  7726] By: jhi                                   on 2000/11/17  14:15:49
69736         Log: Subject: Fix for 20000815.006
69737              From: "Stephen P. Potter" <spp@spotter.yi.org>
69738              Date: Fri, 17 Nov 2000 08:57:45 -0500
69739              Message-Id: <200011171357.IAA05122@spotter.yi.org>
69740              
69741              It's really 20000518.006.
69742      Branch: perl
69743            ! pod/perlmodlib.PL
69744 ____________________________________________________________________________
69745 [  7725] By: jhi                                   on 2000/11/17  14:12:31
69746         Log: Subject: Fix for 20000409.001
69747              From: "Stephen P. Potter" <spp@spotter.yi.org>
69748              Date: Fri, 17 Nov 2000 08:55:45 -0500
69749              Message-Id: <200011171355.IAA05104@spotter.yi.org>
69750      Branch: perl
69751            ! pod/perlfaq9.pod
69752 ____________________________________________________________________________
69753 [  7724] By: jhi                                   on 2000/11/17  14:08:58
69754         Log: Undo #7627 now that we have =head3.
69755      Branch: perl
69756            ! pod/perlhack.pod
69757 ____________________________________________________________________________
69758 [  7723] By: jhi                                   on 2000/11/17  14:04:09
69759         Log: As surmised the #7719 wasn't a good move.
69760      Branch: perl
69761            ! hints/solaris_2.sh
69762 ____________________________________________________________________________
69763 [  7722] By: jhi                                   on 2000/11/17  13:59:04
69764         Log: Also the 64bitall hints can be either here or there.
69765      Branch: perl
69766            ! hints/solaris_2.sh
69767 ____________________________________________________________________________
69768 [  7721] By: jhi                                   on 2000/11/17  02:26:23
69769         Log: Test tweak for the open pragma.
69770      Branch: perl
69771            ! t/lib/b.t
69772 ____________________________________________________________________________
69773 [  7720] By: jhi                                   on 2000/11/17  00:23:22
69774         Log: The long double hints can be here or there.
69775      Branch: perl
69776            ! hints/solaris_2.sh
69777 ____________________________________________________________________________
69778 [  7719] By: jhi                                   on 2000/11/17  00:14:06
69779         Log: For Solaris use64bitall the stdchar needs a little bit of help.
69780      Branch: perl
69781            ! hints/solaris_2.sh
69782 ____________________________________________________________________________
69783 [  7718] By: jhi                                   on 2000/11/16  23:27:34
69784         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
69785              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
69786              Date: Wed, 15 Nov 2000 08:56:32 +0100
69787              Message-ID: <3A1241B0.64477E00@alcatel.at>
69788      Branch: perl
69789            ! lib/Carp/Heavy.pm
69790 ____________________________________________________________________________
69791 [  7717] By: jhi                                   on 2000/11/16  23:23:29
69792         Log: Subject: [PATCH] Re: 20001101.003 PDL
69793              From: Nicholas Clark <nick@ccl4.org>
69794              Date: Thu, 16 Nov 2000 16:48:25 +0000
69795              Message-ID: <20001116164825.B93487@plum.flirble.org>
69796      Branch: perl
69797            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
69798 ____________________________________________________________________________
69799 [  7716] By: jhi                                   on 2000/11/16  23:21:31
69800         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
69801              From: "Casey R. Tweten" <crt@kiski.net>
69802              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
69803              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
69804      Branch: perl
69805            ! lib/Pod/Checker.pm pod/perlpod.pod
69806 ____________________________________________________________________________
69807 [  7715] By: jhi                                   on 2000/11/16  23:19:40
69808         Log: Avoid an infinite loop in VMS when utils scripts are run
69809              with no arguments, from Charles Lane.
69810      Branch: perl
69811            ! configure.com
69812 ____________________________________________________________________________
69813 [  7714] By: jhi                                   on 2000/11/16  23:17:08
69814         Log: Subject: perllocale.pod changes
69815              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69816              Date: Mon, 13 Nov 2000 10:09:22 +0300
69817              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
69818      Branch: perl
69819            ! pod/perllocale.pod
69820 ____________________________________________________________________________
69821 [  7713] By: jhi                                   on 2000/11/16  23:14:06
69822         Log: Integrate perlio.
69823      Branch: perl
69824           !> doio.c perlio.c perlio.h util.c
69825 ____________________________________________________________________________
69826 [  7712] By: nick                                  on 2000/11/16  21:10:58
69827         Log: Integrate mainline
69828      Branch: perlio
69829           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69830           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69831           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
69832           !> vos/config.ga.def vos/config.ga.h win32/config.bc
69833           !> win32/config.gc win32/config.vc
69834 ____________________________________________________________________________
69835 [  7711] By: nick                                  on 2000/11/16  19:56:41
69836         Log: Minor tweaks:
69837              consistent way of getting 'rb', 'wb' etc. for binary opens
69838              move *perlio::layers to *open::layers
69839              a #define to show layers available
69840              DOSISH popen/PerlIO had export/import sense inverted.
69841      Branch: perlio
69842            ! doio.c perlio.c perlio.h util.c
69843 ____________________________________________________________________________
69844 [  7710] By: jhi                                   on 2000/11/16  15:46:05
69845         Log: Add HAS_SBRK_PROTO.
69846      Branch: metaconfig/U/perl
69847            + d_sbrkproto.U
69848      Branch: perl
69849            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69850            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69851            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69852            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69853            ! win32/config.gc win32/config.vc
69854 ____________________________________________________________________________
69855 [  7709] By: nick                                  on 2000/11/16  07:31:49
69856         Log: Integrate mainline
69857      Branch: perlio
69858           !> (integrate 35 files)
69859 ____________________________________________________________________________
69860 [  7708] By: jhi                                   on 2000/11/16  05:33:03
69861         Log: These files are text, not binary.
69862      Branch: perl
69863            ! ext/Encode/Encode/iso8859-10.enc
69864            ! ext/Encode/Encode/iso8859-13.enc
69865            ! ext/Encode/Encode/iso8859-14.enc
69866            ! ext/Encode/Encode/iso8859-15.enc
69867 ____________________________________________________________________________
69868 [  7707] By: jhi                                   on 2000/11/16  01:53:37
69869         Log: Update Changes.
69870      Branch: perl
69871            ! Changes patchlevel.h
69872 ____________________________________________________________________________
69873 [  7706] By: jhi                                   on 2000/11/16  01:35:59
69874         Log: More #undefing of stdio.
69875      Branch: perl
69876            ! fakesdio.h nostdio.h
69877 ____________________________________________________________________________
69878 [  7705] By: jhi                                   on 2000/11/16  01:34:18
69879         Log: Add fwalk() probe to the configuration files and regen perltoc.
69880      Branch: perl
69881            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69882            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
69883            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
69884            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69885            ! win32/config.bc win32/config.gc win32/config.vc
69886 ____________________________________________________________________________
69887 [  7704] By: jhi                                   on 2000/11/16  01:33:07
69888         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
69889              an optional third argument to Inlibc?)
69890      Branch: metaconfig/U/perl
69891            + d__fwalk.U
69892 ____________________________________________________________________________
69893 [  7703] By: jhi                                   on 2000/11/16  01:09:22
69894         Log: The type of the hash_cb() size argument is tricky.
69895      Branch: perl
69896            ! ext/DB_File/DB_File.xs
69897 ____________________________________________________________________________
69898 [  7702] By: jhi                                   on 2000/11/15  23:01:16
69899         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
69900      Branch: perl
69901            ! nostdio.h
69902 ____________________________________________________________________________
69903 [  7701] By: jhi                                   on 2000/11/15  22:52:32
69904         Log: Detypo.
69905      Branch: perl
69906            ! t/lib/bigfltpm.t
69907 ____________________________________________________________________________
69908 [  7700] By: jhi                                   on 2000/11/15  22:51:56
69909         Log: UINT64_C() work continues.
69910      Branch: perl
69911            ! handy.h perl.h utf8.h
69912 ____________________________________________________________________________
69913 [  7699] By: jhi                                   on 2000/11/15  14:13:04
69914         Log: SOCKS has its own USE_THREADS, based on
69915              
69916              Subject: [ID 20001114.002] et. al. bugfix followup
69917              From: Jens Hamisch <jens@Strawberry.COM> 
69918              Date: Wed, 15 Nov 2000 14:23:11 +0100
69919              Message-ID: <20001115142311.A21164@Strawberry.COM>
69920      Branch: perl
69921            ! perl.h
69922 ____________________________________________________________________________
69923 [  7698] By: jhi                                   on 2000/11/15  03:50:56
69924         Log: Add few missing #undefs and sort them.
69925      Branch: perl
69926            ! fakesdio.h
69927 ____________________________________________________________________________
69928 [  7697] By: jhi                                   on 2000/11/15  03:39:14
69929         Log: Linenumber fix.
69930      Branch: perl
69931            ! t/pragma/warn/utf8
69932 ____________________________________________________________________________
69933 [  7696] By: jhi                                   on 2000/11/15  02:55:26
69934         Log: EBCDIC tweaks.
69935              
69936              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
69937              From: Peter Prymmer <pvhp@forte.com>
69938              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
69939              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
69940      Branch: perl
69941            ! t/op/regmesg.t t/pragma/warn/utf8
69942 ____________________________________________________________________________
69943 [  7695] By: jhi                                   on 2000/11/15  02:53:58
69944         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
69945              From: Peter Prymmer <pvhp@forte.com>
69946              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
69947              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
69948      Branch: perl
69949            ! utf8.c
69950 ____________________________________________________________________________
69951 [  7694] By: jhi                                   on 2000/11/15  02:50:55
69952         Log: Subject: [PATCH: perl@7674] updates to README.os390
69953              From: Prymmer/Kahn <pvhp@best.com>
69954              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
69955              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
69956      Branch: perl
69957            ! README.os390
69958 ____________________________________________________________________________
69959 [  7693] By: jhi                                   on 2000/11/15  02:48:37
69960         Log: Quit utf8_to_uv() instantly if curlen == 0.
69961      Branch: perl
69962            ! utf8.c
69963 ____________________________________________________________________________
69964 [  7692] By: jhi                                   on 2000/11/15  02:24:29
69965         Log: Use u_int32_t for the size of hash_cb(), not size_t.
69966              
69967              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
69968              From: Jens Hamisch <jens@Strawberry.COM>     
69969              Date: Tue, 14 Nov 2000 19:03:55 +0100
69970              Message-Id: <20001114190355.A20559@Strawberry.COM>
69971      Branch: perl
69972            ! ext/DB_File/DB_File.xs
69973 ____________________________________________________________________________
69974 [  7691] By: jhi                                   on 2000/11/15  02:20:12
69975         Log: Use UINT64_C().
69976              
69977              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
69978              From: Jens Hamisch <jens@Strawberry.COM>
69979              Date: Tue, 14 Nov 2000 19:16:23 +0100
69980              Message-Id: <20001114191623.G20559@Strawberry.COM>
69981      Branch: perl
69982            ! utf8.c utf8.h
69983 ____________________________________________________________________________
69984 [  7690] By: jhi                                   on 2000/11/15  02:17:06
69985         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
69986              (a macro to define signed and unsigned integer constants).
69987      Branch: perl
69988            ! handy.h
69989 ____________________________________________________________________________
69990 [  7689] By: jhi                                   on 2000/11/15  01:56:51
69991         Log: Regen Configure.
69992      Branch: perl
69993            ! Configure
69994 ____________________________________________________________________________
69995 [  7688] By: jhi                                   on 2000/11/15  01:56:32
69996         Log: Make the unit know about SOCKS.
69997      Branch: metaconfig
69998            ! U/protos/socksizetype.U
69999 ____________________________________________________________________________
70000 [  7687] By: jhi                                   on 2000/11/15  01:54:47
70001         Log: Remove unused dependencies.
70002      Branch: metaconfig
70003            ! U/compline/d_getpagsz.U
70004 ____________________________________________________________________________
70005 [  7686] By: nick                                  on 2000/11/14  21:25:13
70006         Log: Integrate mainline.
70007      Branch: perlio
70008           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
70009           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
70010           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
70011           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
70012           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
70013           !> win32/config.bc win32/config.gc win32/config.vc
70014           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
70015 ____________________________________________________________________________
70016 [  7685] By: jhi                                   on 2000/11/14  17:54:56
70017         Log: Integrate perlio.
70018      Branch: perl
70019           +> fakesdio.h perliol.h
70020           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70021           !> perlsdio.h perlsfio.h pod/perlfunc.pod
70022 ____________________________________________________________________________
70023 [  7684] By: nick                                  on 2000/11/14  17:43:04
70024         Log: PerlIO #include and #ifdef re-work.
70025      Branch: perlio
70026            + fakesdio.h perliol.h
70027            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70028            ! perlsdio.h perlsfio.h
70029 ____________________________________________________________________________
70030 [  7683] By: jhi                                   on 2000/11/14  15:42:40
70031         Log: Hoist the duplicated socket/netdb include logic to perl.h;
70032              undef SETERRNO in case SOCKS has defined it.  Based on:
70033              
70034              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70035              From: Jens Hamisch <jens@Strawberry.COM> 
70036              Date: Tue, 14 Nov 2000 11:34:40 +0100
70037              Message-Id: <20001114113440.A20005@Strawberry.COM>
70038      Branch: perl
70039            ! doio.c perl.h pp_sys.c
70040 ____________________________________________________________________________
70041 [  7682] By: jhi                                   on 2000/11/14  14:07:28
70042         Log: Subject: some additions for makefiles for win32 (for perl@7674)
70043              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70044              Date: Tue, 14 Nov 2000 09:31:13 +0300
70045              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
70046      Branch: perl
70047            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
70048            ! win32/makefile.mk
70049 ____________________________________________________________________________
70050 [  7681] By: jhi                                   on 2000/11/14  14:01:41
70051         Log: Subject: tiny typo in perl5db.pl
70052              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70053              Date: Tue, 14 Nov 2000 09:29:28 +0300
70054              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
70055      Branch: perl
70056            ! lib/perl5db.pl
70057 ____________________________________________________________________________
70058 [  7680] By: jhi                                   on 2000/11/14  04:13:50
70059         Log: Redo #7679 with LFs instead of CRLFs.
70060      Branch: perl
70061            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
70062            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
70063            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
70064 ____________________________________________________________________________
70065 [  7679] By: jhi                                   on 2000/11/14  01:21:09
70066         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
70067              From: Benjamin Stuhl <tiriath@yahoo.com> 
70068              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
70069              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
70070      Branch: perl
70071            + win32/bin/mdelete.bat
70072            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
70073            ! makedef.pl perlio.c win32/Makefile win32/config.gc
70074            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
70075 ____________________________________________________________________________
70076 [  7678] By: jhi                                   on 2000/11/14  01:19:20
70077         Log: Fix the re extension building for Win32.
70078              
70079              Subject: [PATCH perl@7638] Get PerlIO building on Win32
70080              From: Benjamin Stuhl <tiriath@yahoo.com> 
70081              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
70082              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
70083      Branch: perl
70084            + ext/re/hints/MSWin32.pl
70085            ! MANIFEST
70086 ____________________________________________________________________________
70087 [  7677] By: jhi                                   on 2000/11/14  01:13:54
70088         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70089              From: sthoenna@efn.org
70090              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
70091              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
70092      Branch: perl
70093            ! doop.c pp.c toke.c utf8.c utf8.h
70094 ____________________________________________________________________________
70095 [  7676] By: jhi                                   on 2000/11/13  20:23:15
70096         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70097              From: Nicholas Clark <nick@ccl4.org>
70098              Date: Mon, 13 Nov 2000 18:55:04 +0000
70099              Message-ID: <20001113185504.J29183@plum.flirble.org>
70100      Branch: perl
70101            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
70102 ____________________________________________________________________________
70103 [  7675] By: nick                                  on 2000/11/13  20:21:57
70104         Log: Integrate mainline ...
70105      Branch: perlio
70106           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
70107           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
70108           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
70109           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
70110 ____________________________________________________________________________
70111 [  7674] By: jhi                                   on 2000/11/13  15:07:56
70112         Log: Update Changes.
70113      Branch: perl
70114            ! Changes patchlevel.h
70115 ____________________________________________________________________________
70116 [  7673] By: jhi                                   on 2000/11/13  14:42:42
70117         Log: Remove the new two tests of lib/io_xs for now, they seem to
70118              fail under perlio on some platforms.
70119      Branch: perl
70120            ! t/lib/io_xs.t
70121 ____________________________________________________________________________
70122 [  7672] By: jhi                                   on 2000/11/13  13:57:53
70123         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
70124      Branch: perl
70125            ! perlio.c
70126 ____________________________________________________________________________
70127 [  7671] By: jhi                                   on 2000/11/13  05:30:48
70128         Log: Placate nervous compilers that see longer than ints switch()ing.
70129      Branch: perl
70130            ! utf8.c
70131 ____________________________________________________________________________
70132 [  7670] By: jhi                                   on 2000/11/13  05:14:21
70133         Log: fputs() does return EOF on error but here we don't care.
70134      Branch: perl
70135            ! perlio.c
70136 ____________________________________________________________________________
70137 [  7669] By: jhi                                   on 2000/11/13  05:02:45
70138         Log: Declare reg_data like reg_substr_data.
70139      Branch: perl
70140            ! regexp.h
70141 ____________________________________________________________________________
70142 [  7668] By: jhi                                   on 2000/11/13  04:54:34
70143         Log: Typos in #7667.
70144      Branch: perl
70145            ! perl.h
70146 ____________________________________________________________________________
70147 [  7667] By: jhi                                   on 2000/11/13  04:49:49
70148         Log: Cleanup messy #ifdef.
70149      Branch: perl
70150            ! perl.h
70151 ____________________________________________________________________________
70152 [  7666] By: jhi                                   on 2000/11/13  04:17:34
70153         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70154              From: Nicholas Clark <nick@talking.bollo.cx>
70155              Date: Sun, 12 Nov 2000 21:14:11 +0000
70156              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
70157              
70158              Note: only one breakage of the two reported is fixed by this patch.
70159      Branch: perl
70160            ! perlio.c
70161 ____________________________________________________________________________
70162 [  7665] By: jhi                                   on 2000/11/13  04:05:07
70163         Log: Tweak the definition of the bit complement on UTF-8 data:
70164              if none of the characters in the string are > 0xff,
70165              the result is a complemented byte string, not a (UTF-8)
70166              char string.  Based on the summary in
70167              
70168              Subject: Re: [ID 20000918.005] ~ on wide chars
70169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
70170              Date: Fri, 10 Nov 2000 09:47:15 -0800
70171              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
70172              
70173              This should give us the maximum backward (pre-char string)
70174              compatibility and utf8 compatibility.  The other alternative
70175              would be to limit the bit complement to be always byte only,
70176              taking the least significant byte of the chars.
70177      Branch: perl
70178            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
70179 ____________________________________________________________________________
70180 [  7664] By: jhi                                   on 2000/11/13  00:23:44
70181         Log: Couple of tests from #7660 salvaged.
70182      Branch: perl
70183            - t/op/tell.t
70184            ! MANIFEST t/io/tell.t
70185 ____________________________________________________________________________
70186 [  7663] By: jhi                                   on 2000/11/13  00:02:48
70187         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
70188              From: Nicholas Clark <nick@talking.bollo.cx>
70189              Date: Sun, 12 Nov 2000 21:23:43 +0000
70190              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
70191      Branch: perl
70192            ! perlsfio.h
70193 ____________________________________________________________________________
70194 [  7662] By: jhi                                   on 2000/11/13  00:01:39
70195         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70196              From: Nicholas Clark <nick@talking.bollo.cx>
70197              Date: Sun, 12 Nov 2000 21:30:04 +0000
70198              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
70199      Branch: perl
70200            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
70201 ____________________________________________________________________________
70202 [  7661] By: jhi                                   on 2000/11/12  23:57:29
70203         Log: Document tell() on special streams.
70204      Branch: perl
70205            ! pod/perlfunc.pod
70206 ____________________________________________________________________________
70207 [  7660] By: jhi                                   on 2000/11/12  23:54:22
70208         Log: (Subsumed by #7664)
70209      Branch: perl
70210            + t/op/tell.t
70211            ! MANIFEST
70212 ____________________________________________________________________________
70213 [  7659] By: jhi                                   on 2000/11/12  22:55:25
70214         Log: Many subdocumented return values of the IO extension now documented.
70215              ungetc and write still left subdocumented.
70216              
70217              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70218              From: Nicholas Clark <nick@talking.bollo.cx>
70219              Date: Sun, 12 Nov 2000 21:35:53 +0000
70220              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
70221      Branch: perl
70222            ! ext/IO/lib/IO/Handle.pm
70223 ____________________________________________________________________________
70224 [  7658] By: jhi                                   on 2000/11/12  21:37:06
70225         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70226              From: Nicholas Clark <nick@talking.bollo.cx>
70227              Date: Sun, 12 Nov 2000 20:03:22 +0000
70228              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
70229      Branch: perl
70230            ! pod/perlfunc.pod
70231 ____________________________________________________________________________
70232 [  7657] By: jhi                                   on 2000/11/12  20:34:55
70233         Log: Integrate perlio.
70234      Branch: perl
70235           !> perlio.c
70236 ____________________________________________________________________________
70237 [  7656] By: nick                                  on 2000/11/12  19:25:06
70238         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
70239      Branch: perlio
70240            ! perlio.c
70241 ____________________________________________________________________________
70242 [  7655] By: nick                                  on 2000/11/12  19:09:41
70243         Log: Integrate mainline
70244      Branch: perlio
70245           +> README.solaris ext/Encode/Encode/cp1006.enc
70246           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
70247           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
70248           +> ext/Encode/Encode/iso8859-13.enc
70249           +> ext/Encode/Encode/iso8859-14.enc
70250           +> ext/Encode/Encode/iso8859-15.enc
70251           !> (integrate 34 files)
70252 ____________________________________________________________________________
70253 [  7654] By: jhi                                   on 2000/11/12  19:00:22
70254         Log: Add a metaconfig unit for fsync.
70255      Branch: metaconfig/U/perl
70256            + d_fsync.U
70257 ____________________________________________________________________________
70258 [  7653] By: jhi                                   on 2000/11/12  19:00:01
70259         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
70260      Branch: perl
70261            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70262            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
70263            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70264            ! vos/config.ga.h win32/config.bc win32/config.gc
70265            ! win32/config.vc
70266 ____________________________________________________________________________
70267 [  7652] By: jhi                                   on 2000/11/11  21:12:01
70268         Log: Copy the s// information of README.hpux also to the perlrun.
70269      Branch: perl
70270            ! README.hpux pod/perlrun.pod
70271 ____________________________________________________________________________
70272 [  7651] By: jhi                                   on 2000/11/11  21:03:13
70273         Log: More README.solaris updates from Andy Dougherty.
70274      Branch: perl
70275            ! README.solaris
70276 ____________________________________________________________________________
70277 [  7650] By: jhi                                   on 2000/11/11  18:38:57
70278         Log: More descriptive error for unknown perlio layers.
70279              
70280              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70281              From: Dominic Dunlop <domo@computer.org> 
70282              Date: Sat, 11 Nov 2000 18:20:32 +0100             
70283              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
70284      Branch: perl
70285            ! perlio.c pod/perldiag.pod
70286 ____________________________________________________________________________
70287 [  7649] By: jhi                                   on 2000/11/11  18:37:52
70288         Log: MachTen doesn't really do mmap() and munmap().
70289              
70290              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70291              From: Dominic Dunlop <domo@computer.org> 
70292              Date: Sat, 11 Nov 2000 18:20:32 +0100             
70293              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
70294      Branch: perl
70295            ! hints/machten.sh
70296 ____________________________________________________________________________
70297 [  7648] By: jhi                                   on 2000/11/11  18:36:46
70298         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70299              From: rspier@pobox.com (Robert Spier)
70300              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
70301              Message-ID: <14861.32839.491271.985797@rls.cx>
70302      Branch: perl
70303            ! Porting/Contract pod/perltoot.pod
70304 ____________________________________________________________________________
70305 [  7647] By: jhi                                   on 2000/11/11  18:35:30
70306         Log: Simplify the getpagesize() unit by dropping the
70307              pagesize probe since it's nowadays slightly more
70308              complicated because of sysconf(). (Note: if some
70309              platform really needs the -lPW for getpagesize,
70310              I just broke it.)
70311              
70312              TODO: a new pagesize unit.
70313      Branch: metaconfig
70314            ! U/compline/d_getpagsz.U
70315 ____________________________________________________________________________
70316 [  7646] By: jhi                                   on 2000/11/11  18:33:23
70317         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
70318      Branch: perl
70319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70320            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
70321            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70322            ! vos/config.ga.h win32/config.bc win32/config.gc
70323            ! win32/config.vc
70324 ____________________________________________________________________________
70325 [  7645] By: jhi                                   on 2000/11/11  16:45:15
70326         Log: Use sysconf() or getpagesize() to find out the pagesize.
70327      Branch: perl
70328            ! perlio.c
70329 ____________________________________________________________________________
70330 [  7644] By: jhi                                   on 2000/11/11  15:46:08
70331         Log: Integrate perlio.
70332      Branch: perl
70333           !> perlio.c
70334 ____________________________________________________________________________
70335 [  7643] By: jhi                                   on 2000/11/11  15:33:36
70336         Log: Subject: Re: [PATCH] README.solaris
70337              From: Lupe Christoph <lupe@lupe-christoph.de>
70338              Date: Sat, 11 Nov 2000 14:08:10 +0100
70339              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
70340      Branch: perl
70341            ! README.solaris
70342 ____________________________________________________________________________
70343 [  7642] By: jhi                                   on 2000/11/11  15:22:12
70344         Log: Subject: [PATCH perl@7638] cygwin port
70345              From: "Eric Fifer" <egf7@columbia.edu>            
70346              Date: Fri, 10 Nov 2000 19:30:30 -0000
70347              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
70348      Branch: perl
70349            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
70350 ____________________________________________________________________________
70351 [  7641] By: nick                                  on 2000/11/11  14:50:36
70352         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
70353              Also call "Buf" layer directly when unread'ing non-read chars.
70354      Branch: perlio
70355            ! perlio.c
70356 ____________________________________________________________________________
70357 [  7640] By: jhi                                   on 2000/11/11  02:05:02
70358         Log: Add more encoding tables.
70359      Branch: perl
70360            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
70361            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
70362            + ext/Encode/Encode/iso8859-10.enc
70363            + ext/Encode/Encode/iso8859-13.enc
70364            + ext/Encode/Encode/iso8859-14.enc
70365            + ext/Encode/Encode/iso8859-15.enc
70366            ! MANIFEST
70367 ____________________________________________________________________________
70368 [  7639] By: jhi                                   on 2000/11/10  18:49:25
70369         Log: Subject: [PATCH] README.solaris
70370              From: Andy Dougherty <doughera@lafayette.edu>
70371              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
70372              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
70373      Branch: perl
70374            + README.solaris
70375            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
70376            ! pod/perl.pod pod/perltoc.pod
70377 ____________________________________________________________________________
70378 [  7638] By: jhi                                   on 2000/11/10  15:04:15
70379         Log: Update Changes.
70380      Branch: perl
70381            ! Changes patchlevel.h
70382 ____________________________________________________________________________
70383 [  7637] By: jhi                                   on 2000/11/10  14:14:28
70384         Log: Explain better why certain regex tests are skipped.
70385              
70386              Subject: Re: tests skipped: unknown reason
70387              From: Lupe Christoph <lupe@lupe-christoph.de>
70388              Date: Fri, 10 Nov 2000 09:08:56 +0100
70389              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
70390      Branch: perl
70391            ! t/op/regexp.t
70392 ____________________________________________________________________________
70393 [  7636] By: nick                                  on 2000/11/10  13:40:00
70394         Log: Integrate mainline.
70395      Branch: perlio
70396           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
70397           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
70398           !> win32/bin/search.pl
70399 ____________________________________________________________________________
70400 [  7635] By: nick                                  on 2000/11/10  13:25:52
70401         Log: Re-instate stdio large file support via perlio.
70402      Branch: perl
70403            ! perlio.c
70404 ____________________________________________________________________________
70405 [  7634] By: jhi                                   on 2000/11/10  04:49:55
70406         Log: Amdahl UTS hints updates.
70407              
70408              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
70409              From: hom00@utsglobal.com (Harold O Morris)
70410              Date: Thu, 9 Nov 2000 20:02 PST
70411              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
70412      Branch: perl
70413            ! hints/uts.sh
70414 ____________________________________________________________________________
70415 [  7633] By: jhi                                   on 2000/11/09  23:33:28
70416         Log: Subject: [PATCH] IO::Seekable pod
70417              From: Nicholas Clark <nick@talking.bollo.cx>
70418              Date: Thu, 9 Nov 2000 20:29:45 +0000
70419              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
70420      Branch: perl
70421            ! ext/IO/lib/IO/Handle.pm
70422 ____________________________________________________________________________
70423 [  7632] By: jhi                                   on 2000/11/09  21:55:41
70424         Log: Various doc oddball characters.
70425              
70426              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70427              From: Michael Somos <somos@grail.cba.csuohio.edu>
70428              Date: Mon, 6 Nov 2000 17:44:20 -0500
70429              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
70430      Branch: perl
70431            ! emacs/cperl-mode.el lib/unicode/syllables.txt
70432            ! win32/bin/search.pl
70433 ____________________________________________________________________________
70434 [  7631] By: jhi                                   on 2000/11/09  21:12:29
70435         Log: Subject: Re: bash -c exit and linux hints 
70436              From: "John P. Linderman" <jpl@research.att.com>
70437              Date: Thu, 02 Nov 2000 09:37:25 -0500
70438              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
70439      Branch: perl
70440            ! hints/linux.sh
70441 ____________________________________________________________________________
70442 [  7630] By: nick                                  on 2000/11/09  20:34:11
70443         Log: Integrate mainline.
70444      Branch: perlio
70445           !> (integrate 91 files)
70446 ____________________________________________________________________________
70447 [  7629] By: jhi                                   on 2000/11/09  19:46:31
70448         Log: Missing dTHXs.
70449              
70450              Subject: RE: perl@7595 builds not on cygwin
70451              From: "Eric Fifer" <egf7@columbia.edu>
70452              Date: Thu, 9 Nov 2000 19:26:50 -0000
70453              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
70454      Branch: perl
70455            ! ext/Devel/Peek/Peek.xs
70456 ____________________________________________________________________________
70457 [  7628] By: jhi                                   on 2000/11/09  14:48:27
70458         Log: Disable only the tests 99 and 166 for UTF-8 locales.
70459      Branch: perl
70460            ! t/pragma/locale.t
70461 ____________________________________________________________________________
70462 [  7627] By: jhi                                   on 2000/11/09  14:40:27
70463         Log: There's no =head3.
70464      Branch: perl
70465            ! pod/perlhack.pod
70466 ____________________________________________________________________________
70467 [  7626] By: jhi                                   on 2000/11/09  13:54:26
70468         Log: The generated boot_* headers are wrong.  Pickier compiler,
70469              such as KAI C++ will refuse to compile the resulting perlmain.
70470              
70471              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70472              From: Harri Pasanen <harri.pasanen@trema.com>
70473              Date: Thu, 09 Nov 2000 14:23:28 +0100
70474              Message-Id: <3A0AA550.26D548A3@trema.com>
70475      Branch: perl
70476            ! minimod.pl
70477 ____________________________________________________________________________
70478 [  7625] By: jhi                                   on 2000/11/09  13:50:44
70479         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
70480              From: Prymmer/Kahn <pvhp@best.com>
70481              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
70482              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
70483              
70484              All except the "cow orker" change.
70485      Branch: perl
70486            ! Porting/pumpkin.pod
70487 ____________________________________________________________________________
70488 [  7624] By: jhi                                   on 2000/11/09  13:45:33
70489         Log: Fix for
70490              
70491              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
70492              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
70493              Date: Thu, 09 Nov 2000 11:05:52 +0100
70494              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
70495      Branch: perl
70496            ! pod/perldiag.pod t/pragma/warn/pp_sys
70497 ____________________________________________________________________________
70498 [  7623] By: jhi                                   on 2000/11/09  13:37:16
70499         Log: Typo in an ifndef.
70500              
70501              Subject: Re: [PATCH 5.7.0] better messages from malloc()
70502              From: Joe Smith <jms@inwap.com>         
70503              Date: Thu, 09 Nov 2000 01:33:14 -0800
70504              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
70505      Branch: perl
70506            ! malloc.c
70507 ____________________________________________________________________________
70508 [  7622] By: jhi                                   on 2000/11/09  13:31:18
70509         Log: Remove unused extra arguments.
70510      Branch: metaconfig/U/perl
70511            ! perlxv.U
70512      Branch: perl
70513            ! Configure config_h.SH
70514 ____________________________________________________________________________
70515 [  7621] By: jhi                                   on 2000/11/09  13:16:36
70516         Log: More VMS moves on environment handling, from Charles Lane.
70517      Branch: perl
70518            ! t/pragma/locale.t
70519 ____________________________________________________________________________
70520 [  7620] By: jhi                                   on 2000/11/09  04:42:38
70521         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70522              From: David Dyck <dcd@tc.fluke.com>
70523              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
70524              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
70525      Branch: perl
70526            ! pp_sys.c
70527 ____________________________________________________________________________
70528 [  7619] By: jhi                                   on 2000/11/09  04:36:21
70529         Log: Forgot from #7618.
70530      Branch: perl
70531            ! lib/File/stat.pm
70532 ____________________________________________________________________________
70533 [  7618] By: jhi                                   on 2000/11/09  04:28:44
70534         Log: Make deleting for %ENV work for (newer versions of) VMS,
70535              from Craig A. Berry.
70536      Branch: perl
70537            ! vms/vms.c
70538 ____________________________________________________________________________
70539 [  7617] By: jhi                                   on 2000/11/09  04:25:05
70540         Log: Subject: [PATCH] Class::Struct at compile time
70541              From: "Casey R. Tweten" <crt@kiski.net>
70542              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
70543              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
70544      Branch: perl
70545            ! lib/Class/Struct.pm
70546 ____________________________________________________________________________
70547 [  7616] By: jhi                                   on 2000/11/09  04:15:17
70548         Log: Subject: [ID 20001108.013] spelling
70549              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
70550              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
70551              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
70552      Branch: perl
70553            ! lib/ftp.pl
70554 ____________________________________________________________________________
70555 [  7615] By: jhi                                   on 2000/11/09  04:12:42
70556         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
70557              From: Peter Prymmer <pvhp@forte.com>
70558              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
70559              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
70560      Branch: perl
70561            ! configure.com
70562 ____________________________________________________________________________
70563 [  7614] By: jhi                                   on 2000/11/08  22:42:55
70564         Log: A missing aTHX_.
70565      Branch: perl
70566            ! ext/IPC/SysV/SysV.xs
70567 ____________________________________________________________________________
70568 [  7613] By: jhi                                   on 2000/11/08  19:30:21
70569         Log: Update Changes.
70570      Branch: perl
70571            ! Changes patchlevel.h
70572 ____________________________________________________________________________
70573 [  7612] By: jhi                                   on 2000/11/08  18:35:25
70574         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70575              From: David Dyck <dcd@tc.fluke.com>
70576              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
70577              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
70578      Branch: perl
70579            ! pp_sys.c
70580 ____________________________________________________________________________
70581 [  7611] By: jhi                                   on 2000/11/08  18:30:26
70582         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
70583              From: Dominic Dunlop <domo@computer.org>
70584              Date: Tue, 7 Nov 2000 12:05:25 +0100
70585              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
70586      Branch: perl
70587            ! malloc.c
70588 ____________________________________________________________________________
70589 [  7610] By: jhi                                   on 2000/11/08  18:25:14
70590         Log: Do not test UTF-8 locales since that the tests would require
70591              polymorphic regexen.
70592      Branch: perl
70593            ! t/pragma/locale.t
70594 ____________________________________________________________________________
70595 [  7609] By: jhi                                   on 2000/11/08  17:12:51
70596         Log: Locale buglets.
70597              
70598              Subject: RE: Locales support (setlocale) fixes
70599              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70600              Date: Wed, 8 Nov 2000 20:01:39 +0300
70601              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
70602      Branch: perl
70603            ! t/pragma/locale.t util.c
70604 ____________________________________________________________________________
70605 [  7608] By: jhi                                   on 2000/11/08  17:00:16
70606         Log: Deleting $ENV{PATH} in VMS is not recommendable.
70607      Branch: perl
70608            ! t/pragma/locale.t
70609 ____________________________________________________________________________
70610 [  7607] By: jhi                                   on 2000/11/08  16:58:26
70611         Log: Subject: PATCH std stdio for (Free)BSD
70612              From: Nicholas Clark <nick@ccl4.org>
70613              Date: Wed, 8 Nov 2000 15:36:29 +0000
70614              Message-ID: <20001108153629.D98736@plum.flirble.org>
70615      Branch: metaconfig
70616            ! U/compline/d_stdstdio.U
70617      Branch: perl
70618            ! Configure config_h.SH
70619 ____________________________________________________________________________
70620 [  7606] By: jhi                                   on 2000/11/08  16:43:31
70621         Log: Forgot to bump the line numbers in #7601.
70622      Branch: perl
70623            ! t/pragma/warn/pp_sys
70624 ____________________________________________________________________________
70625 [  7605] By: jhi                                   on 2000/11/08  16:39:12
70626         Log: More careful detection of how well NVs and UVs mix.
70627              
70628              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))
70629              From: Nicholas Clark <nick@ccl4.org>
70630              Date: Wed, 8 Nov 2000 15:14:12 +0000
70631              Message-ID: <20001108151412.B98736@plum.flirble.org>
70632              
70633              Added some SIGFPE paranoia.
70634      Branch: metaconfig/U/perl
70635            ! perlxv.U
70636      Branch: perl
70637            ! Configure config_h.SH
70638 ____________________________________________________________________________
70639 [  7604] By: jhi                                   on 2000/11/08  14:39:10
70640         Log: Subject: [patch perl@7595] VMS configure.com tweak
70641              From: "Craig A. Berry" <craigberry@mac.com>
70642              Date: Wed, 8 Nov 2000 00:24:12 -0600
70643              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
70644      Branch: perl
70645            ! configure.com
70646 ____________________________________________________________________________
70647 [  7603] By: jhi                                   on 2000/11/08  14:27:11
70648         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
70649              From: Robin Barker <rmb1@cise.npl.co.uk>
70650              Date: Wed, 8 Nov 2000 11:11:39 GMT
70651              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
70652      Branch: perl
70653            ! perlio.c
70654 ____________________________________________________________________________
70655 [  7602] By: jhi                                   on 2000/11/08  14:25:03
70656         Log: Fix for the tie-refhash string table leaks.
70657              
70658              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70659              Date: Wed, 8 Nov 2000 13:03:04 GMT
70660              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
70661      Branch: perl
70662            ! t/lib/tie-refhash.t
70663 ____________________________________________________________________________
70664 [  7601] By: jhi                                   on 2000/11/08  14:21:08
70665         Log: Try to avoid flockless and emulationless places.
70666      Branch: perl
70667            ! t/pragma/warn/pp_sys
70668 ____________________________________________________________________________
70669 [  7600] By: jhi                                   on 2000/11/08  02:28:54
70670         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
70671              
70672              Subject: [PATCH] prototyped functions that should be overrideable
70673              From: "Casey R. Tweten" <crt@kiski.net>
70674              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
70675              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
70676      Branch: perl
70677            ! toke.c
70678 ____________________________________________________________________________
70679 [  7599] By: jhi                                   on 2000/11/08  01:12:05
70680         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
70681              
70682              Subject: [PATCH] perlbug.PL
70683              From: "Kurt D. Starsinic" <kstar@chapin.edu>
70684              Date: Mon, 6 Nov 2000 21:39:01 -0500
70685              Message-ID: <20001106213901.B20955@O2.chapin.edu>
70686      Branch: perl
70687            ! utils/perlbug.PL
70688 ____________________________________________________________________________
70689 [  7598] By: jhi                                   on 2000/11/07  23:42:00
70690         Log: Bad thinko in #7581 (I used the test program with the expanded
70691              values as-is).
70692      Branch: metaconfig
70693            ! U/compline/d_stdstdio.U
70694      Branch: perl
70695            ! Configure
70696 ____________________________________________________________________________
70697 [  7597] By: jhi                                   on 2000/11/07  21:43:29
70698         Log: Subject: [PATCH perl@7573] cygwin port
70699              From: "Fifer, Eric" <EFifer@sanwaint.com>
70700              Date: Tue, 7 Nov 2000 18:08:51 -0000 
70701              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
70702              
70703              Synchronize with Cygwin 1.1.5.
70704      Branch: perl
70705            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
70706            ! pod/perlport.pod unixish.h util.c
70707 ____________________________________________________________________________
70708 [  7596] By: jhi                                   on 2000/11/07  21:39:25
70709         Log: perlhack updates from H.Merijn Brand.
70710      Branch: perl
70711            ! pod/perlhack.pod
70712 ____________________________________________________________________________
70713 [  7595] By: jhi                                   on 2000/11/07  20:21:41
70714         Log: Update Changes.
70715      Branch: perl
70716            ! Changes patchlevel.h
70717 ____________________________________________________________________________
70718 [  7594] By: jhi                                   on 2000/11/07  19:18:58
70719         Log: Be more robust in Dynaloader.pm.
70720      Branch: perl
70721            ! ext/DynaLoader/DynaLoader_pm.PL
70722 ____________________________________________________________________________
70723 [  7593] By: jhi                                   on 2000/11/07  16:49:31
70724         Log: AUTHORS update.
70725      Branch: perl
70726            ! AUTHORS
70727 ____________________________________________________________________________
70728 [  7592] By: gsar                                  on 2000/11/07  16:39:51
70729         Log: normalize relative paths in virtualized current directory on windows,
70730              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
70731              returns)
70732      Branch: perl
70733            ! win32/vdir.h
70734 ____________________________________________________________________________
70735 [  7591] By: jhi                                   on 2000/11/07  16:04:26
70736         Log: Too profiler-happy: with optimization the #7590 actually makes
70737              the test to run 0.5% _slower_.  Requires much more instrumentation.
70738              Retract #7590.
70739      Branch: perl
70740            ! regcomp.c regcomp.h
70741 ____________________________________________________________________________
70742 [  7590] By: jhi                                   on 2000/11/07  15:51:13
70743         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
70744              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
70745              by using memset() and testing bytewise (as opposed to bitwise).
70746      Branch: perl
70747            ! regcomp.c regcomp.h
70748 ____________________________________________________________________________
70749 [  7589] By: jhi                                   on 2000/11/07  12:56:39
70750         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
70751              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70752              Date: Mon, 06 Nov 2000 23:45:30 -0500
70753              Message-Id: <0011079735.AA973576259@univpress.com>
70754      Branch: perl
70755            ! configure.com t/lib/st-lock.t
70756 ____________________________________________________________________________
70757 [  7588] By: jhi                                   on 2000/11/07  01:03:28
70758         Log: Tweak #7587.
70759      Branch: perl
70760            ! pod/perldiag.pod
70761 ____________________________________________________________________________
70762 [  7587] By: jhi                                   on 2000/11/07  01:00:27
70763         Log: A doc addition for bug id 20001105.019, beware \p.
70764      Branch: perl
70765            ! pod/perldiag.pod
70766 ____________________________________________________________________________
70767 [  7586] By: jhi                                   on 2000/11/07  00:32:22
70768         Log: Fake support of holey files in win/dosish platforms.
70769              
70770              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
70771              From: kipp@shonanblue.ne.jp
70772              Date: Mon, 6 Nov 2000 13:30:55 -0800
70773              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
70774      Branch: perl
70775            ! ext/SDBM_File/sdbm/sdbm.c
70776 ____________________________________________________________________________
70777 [  7585] By: jhi                                   on 2000/11/07  00:12:54
70778         Log: Subject: Pod updates
70779              From: "Stephen P. Potter" <spp@spotter.yi.org>
70780              Date: Mon, 06 Nov 2000 18:56:43 -0500
70781              Message-Id: <200011062357.SAA18173@spotter.yi.org>
70782      Branch: perl
70783            ! README.dos README.os2 README.win32 pod/buildtoc.PL
70784            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
70785            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
70786            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
70787            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
70788            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
70789            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
70790            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
70791            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
70792            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
70793            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
70794            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
70795            ! pod/perltootc.pod pod/perlunicode.pod
70796 ____________________________________________________________________________
70797 [  7584] By: jhi                                   on 2000/11/07  00:04:17
70798         Log: Varargs don't always work too well if one puts an unsigned
70799              char on the stack and pop an unsigned quad off the stack.
70800              
70801              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
70802              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
70803              Date: Mon, 06 Nov 2000 15:19:05 -0800
70804              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
70805      Branch: perl
70806            ! utf8.c
70807 ____________________________________________________________________________
70808 [  7583] By: jhi                                   on 2000/11/06  23:58:48
70809         Log: %ENV note tweaks from Dan Sugalski.
70810      Branch: perl
70811            ! pod/perlport.pod vms/perlvms.pod
70812 ____________________________________________________________________________
70813 [  7582] By: jhi                                   on 2000/11/06  23:05:49
70814         Log: glibc5 detection by __GNU_LIBRARY__.
70815      Branch: perl
70816            ! toke.c
70817 ____________________________________________________________________________
70818 [  7581] By: jhi                                   on 2000/11/06  22:51:29
70819         Log: Make the stdio test program of 7427 less noisy while being 
70820              compiled so that Digital UNIX wouldn't get both
70821              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
70822              undefined.  This makes perlio happy.
70823      Branch: metaconfig
70824            ! U/compline/d_stdstdio.U
70825      Branch: perl
70826            ! Configure config_h.SH
70827 ____________________________________________________________________________
70828 [  7580] By: jhi                                   on 2000/11/06  22:41:41
70829         Log: Document %ENV = () portability issues.
70830      Branch: perl
70831            ! pod/perlport.pod vms/perlvms.pod
70832 ____________________________________________________________________________
70833 [  7579] By: jhi                                   on 2000/11/06  21:29:24
70834         Log: VOS updates from Paul Green.
70835      Branch: perl
70836            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
70837 ____________________________________________________________________________
70838 [  7578] By: jhi                                   on 2000/11/06  21:00:40
70839         Log: Sanitize the environment further.
70840      Branch: perl
70841            ! t/pragma/locale.t
70842 ____________________________________________________________________________
70843 [  7577] By: jhi                                   on 2000/11/06  20:53:51
70844         Log: Re-introduce 7552 lost in integration.
70845      Branch: perl
70846            ! perlio.c
70847 ____________________________________________________________________________
70848 [  7576] By: jhi                                   on 2000/11/06  20:33:46
70849         Log: Admit that the test leaks scalars.
70850      Branch: perl
70851            ! t/comp/proto.t
70852 ____________________________________________________________________________
70853 [  7575] By: jhi                                   on 2000/11/06  20:17:08
70854         Log: Integrate perlio.
70855      Branch: perl
70856           !> perlio.c
70857 ____________________________________________________________________________
70858 [  7574] By: nick                                  on 2000/11/06  20:07:28
70859         Log: Remove debug. Try (Mmap_t) on madvise() call.
70860      Branch: perlio
70861            ! perlio.c
70862 ____________________________________________________________________________
70863 [  7573] By: jhi                                   on 2000/11/06  13:56:05
70864         Log: Update Changes.
70865      Branch: perl
70866            ! Changes patchlevel.h
70867 ____________________________________________________________________________
70868 [  7572] By: jhi                                   on 2000/11/06  13:48:41
70869         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
70870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70871              Date: Mon, 06 Nov 2000 10:11:42 +0100
70872              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
70873      Branch: perl
70874            ! pod/perlhack.pod
70875 ____________________________________________________________________________
70876 [  7571] By: jhi                                   on 2000/11/06  01:45:51
70877         Log: AUTHORS updates.
70878      Branch: perl
70879            ! AUTHORS
70880 ____________________________________________________________________________
70881 [  7570] By: jhi                                   on 2000/11/06  00:18:00
70882         Log: Fix for
70883              
70884              Subject: [ID 20000728.005] perl -P broken
70885              From: David Dyck <dcd@tc.fluke.com>
70886              Date: Fri, 28 Jul 2000 17:19:16 -0700
70887              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
70888              
70889              (hopefully).  The fix is also not complete, it seems to break
70890              BOM swallowing for libc5 systems, but until someone figures
70891              out a way to do this without ftell(), this will do.
70892      Branch: perl
70893            ! toke.c
70894 ____________________________________________________________________________
70895 [  7569] By: jhi                                   on 2000/11/06  00:05:30
70896         Log: Document that the evaled syntax errors cause scalar leaks.
70897      Branch: perl
70898            ! t/comp/proto.t
70899 ____________________________________________________________________________
70900 [  7568] By: jhi                                   on 2000/11/05  23:14:47
70901         Log: opmini.o can linger from Configures past.
70902      Branch: perl
70903            ! Makefile.SH
70904 ____________________________________________________________________________
70905 [  7567] By: jhi                                   on 2000/11/05  21:28:39
70906         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
70907              first argument correctly.
70908      Branch: perl
70909            ! perlio.c
70910 ____________________________________________________________________________
70911 [  7566] By: jhi                                   on 2000/11/05  21:15:56
70912         Log: Integrate perlio.
70913      Branch: perl
70914           !> perlio.c
70915 ____________________________________________________________________________
70916 [  7565] By: jhi                                   on 2000/11/05  21:15:13
70917         Log: Use -dM for gcc (the suggested patch did it only for Linux,
70918              but I think it can be generalized).
70919              
70920              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
70921              From: Pixel <pixel@mandrakesoft.com>
70922              Date: 05 Nov 2000 21:49:34 +0100 
70923              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
70924      Branch: perl
70925            ! ext/Errno/Errno_pm.PL
70926 ____________________________________________________________________________
70927 [  7564] By: nick                                  on 2000/11/05  21:09:18
70928         Log: Added a mmap layer as a "subclass" of perlio.
70929              PERLIO=mmap ./perl harness passes
70930      Branch: perlio
70931            ! perlio.c
70932 ____________________________________________________________________________
70933 [  7563] By: jhi                                   on 2000/11/05  19:48:55
70934         Log: Add a note for future generations about bug id 20000229.006.
70935      Branch: perl
70936            ! malloc.c
70937 ____________________________________________________________________________
70938 [  7562] By: jhi                                   on 2000/11/05  19:38:24
70939         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
70940      Branch: perl
70941            ! pp_ctl.c t/op/pos.t
70942 ____________________________________________________________________________
70943 [  7561] By: jhi                                   on 2000/11/05  18:21:46
70944         Log: Add =pod to be tidy.
70945      Branch: perl
70946            ! lib/Math/Complex.pm
70947 ____________________________________________________________________________
70948 [  7560] By: jhi                                   on 2000/11/05  17:38:46
70949         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
70950      Branch: perl
70951            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
70952            ! ext/Storable/Storable.xs t/lib/st-recurse.t
70953 ____________________________________________________________________________
70954 [  7559] By: jhi                                   on 2000/11/05  17:32:59
70955         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
70956              From: "Peter J. Farley III" <pjfarley@banet.net>
70957              Date: Sun, 05 Nov 2000 11:55:59 -0500
70958              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
70959      Branch: perl
70960            ! t/lib/syslog.t
70961 ____________________________________________________________________________
70962 [  7558] By: jhi                                   on 2000/11/05  17:29:19
70963         Log: Integrate perlio.
70964      Branch: perl
70965           !> perlio.c
70966 ____________________________________________________________________________
70967 [  7557] By: jhi                                   on 2000/11/05  17:22:01
70968         Log: A fix of sorts for 20000329.026, a better error message
70969              for a missing "use charnames" when using the \N{...}. 
70970      Branch: perl
70971            ! pod/perldiag.pod toke.c
70972 ____________________________________________________________________________
70973 [  7556] By: jhi                                   on 2000/11/05  16:33:50
70974         Log: Test tweak: show also the failed locales.
70975              
70976              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
70977              From: Lupe Christoph <lupe@lupe-christoph.de>         
70978              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
70979              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
70980      Branch: perl
70981            ! t/pragma/locale.t
70982 ____________________________________________________________________________
70983 [  7555] By: nick                                  on 2000/11/05  11:09:34
70984         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
70985              open RDWR so does not fail. (pragma/warnings 303 again...)
70986      Branch: perlio
70987            ! perlio.c
70988 ____________________________________________________________________________
70989 [  7554] By: nick                                  on 2000/11/05  10:10:13
70990         Log: Fix case where ungetc(f,EOF) was allowed.
70991              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
70992              so we can see similarities.
70993              Use types more carefully and a STDCHAR array in hope that this will
70994              fix Jarrko's 64bit machine.
70995      Branch: perlio
70996            ! perlio.c
70997 ____________________________________________________________________________
70998 [  7553] By: jhi                                   on 2000/11/05  01:12:16
70999         Log: Fix for
71000              
71001              Subject: [ID 20001004.007] taint propogation is inconsistent
71002              From: pimlott@idiomtech.com (Andrew Pimlott) 
71003              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
71004              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
71005              
71006              The culprit was sv_setsv() which was rather blindly
71007              propagating taint, which lead to behaviour where if
71008              a tainted anon hash value was seen all the hash values
71009              from then on at that level became tainted, or at any
71010              upper levels in the case of nested anon hashes.
71011      Branch: perl
71012            ! sv.c t/op/taint.t
71013 ____________________________________________________________________________
71014 [  7552] By: jhi                                   on 2000/11/04  23:44:18
71015         Log: Some cpps don't like splitting conditionals across several lines.
71016      Branch: perl
71017            ! perlio.c
71018 ____________________________________________________________________________
71019 [  7551] By: nick                                  on 2000/11/04  23:40:44
71020         Log: Integrate mainline
71021      Branch: perlio
71022           !> pp_hot.c t/op/taint.t
71023 ____________________________________________________________________________
71024 [  7550] By: nick                                  on 2000/11/04  23:39:05
71025         Log: Integrate mainline again
71026      Branch: perlio
71027           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
71028           !> t/lib/b.t t/op/misc.t util.c
71029 ____________________________________________________________________________
71030 [  7549] By: jhi                                   on 2000/11/04  23:14:01
71031         Log: Fix for
71032              
71033              Subject: [ID 20001004.006] undef is never tainted
71034              From: pimlott@idiomtech.com (Andrew Pimlott)
71035              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
71036              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
71037              
71038              An undef read from a slurped file was not tainted.
71039      Branch: perl
71040            ! pp_hot.c t/op/taint.t
71041 ____________________________________________________________________________
71042 [  7548] By: jhi                                   on 2000/11/04  22:56:21
71043         Log: Test tweak ($Config{useperlio} is by default undef) .
71044      Branch: perl
71045            ! t/lib/b.t
71046 ____________________________________________________________________________
71047 [  7547] By: jhi                                   on 2000/11/04  22:43:56
71048         Log: Integrate perlio.
71049      Branch: perl
71050           +> lib/perlio.pm
71051           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
71052           !> pod/perlapi.pod t/lib/b.t
71053 ____________________________________________________________________________
71054 [  7546] By: jhi                                   on 2000/11/04  22:40:59
71055         Log: Configure would use a bad $myuname from an old config.sh.
71056              
71057              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71058              From: Andy Dougherty <doughera@lafayette.edu>
71059              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
71060              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
71061      Branch: metaconfig
71062            ! U/modified/Oldconfig.U
71063      Branch: perl
71064            ! Configure config_h.SH
71065 ____________________________________________________________________________
71066 [  7545] By: jhi                                   on 2000/11/04  22:36:54
71067         Log: Subject: Locales support (setlocale) fixes
71068              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
71069              Date: Sat, 4 Nov 2000 10:15:48 +0300 
71070              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
71071              
71072              Modified quite a bit to be more portable.
71073      Branch: perl
71074            ! embed.h embed.pl perl.h proto.h util.c
71075 ____________________________________________________________________________
71076 [  7544] By: jhi                                   on 2000/11/04  22:32:47
71077         Log: Dying is too strict here, better just skip.
71078      Branch: perl
71079            ! t/op/misc.t
71080 ____________________________________________________________________________
71081 [  7543] By: nick                                  on 2000/11/04  21:55:13
71082         Log: Merge mainline
71083      Branch: perlio
71084           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71085           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
71086           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71087           !> (integrate 64 files)
71088 ____________________________________________________________________________
71089 [  7542] By: jhi                                   on 2000/11/04  21:09:28
71090         Log: More Changes tweakery.
71091      Branch: perl
71092            ! Changes Porting/genlog
71093 ____________________________________________________________________________
71094 [  7541] By: jhi                                   on 2000/11/04  20:58:18
71095         Log: Changes fixups.
71096      Branch: perl
71097            ! Changes
71098 ____________________________________________________________________________
71099 [  7540] By: jhi                                   on 2000/11/04  20:42:38
71100         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71101              create a "fast path" for locale name probing using "locale -a"
71102              if available, squash finally hopefully the s?printf resetting
71103              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71104      Branch: perl
71105            ! sv.c t/op/misc.t t/pragma/locale.t
71106 ____________________________________________________________________________
71107 [  7539] By: nick                                  on 2000/11/04  19:56:10
71108         Log: PerlIO infrastructure complete.
71109      Branch: perlio
71110            + lib/perlio.pm
71111            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
71112 ____________________________________________________________________________
71113 [  7538] By: nick                                  on 2000/11/04  14:31:32
71114         Log: Type tweaks + less contorted allocation scheme
71115      Branch: perlio
71116            ! perlio.c
71117 ____________________________________________________________________________
71118 [  7537] By: nick                                  on 2000/11/04  12:40:42
71119         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
71120              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
71121              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
71122              sensible) which lead to some interesting fails.
71123      Branch: perlio
71124            ! perlio.c
71125 ____________________________________________________________________________
71126 [  7536] By: jhi                                   on 2000/11/04  00:20:02
71127         Log: Add FCNTL_CAN_LOCK.
71128              
71129              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71130              From: Andy Dougherty <doughera@lafayette.edu>
71131              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
71132              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
71133              
71134              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71135              From: Andy Dougherty <doughera@lafayette.edu>
71136              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
71137              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
71138      Branch: metaconfig/U/perl
71139            + d_fcntl_can_lock.U
71140            ! startperl.U
71141      Branch: perl
71142            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71143            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
71144            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71145            ! vos/config.ga.h win32/config.bc win32/config.gc
71146            ! win32/config.vc
71147 ____________________________________________________________________________
71148 [  7535] By: nick                                  on 2000/11/03  22:19:10
71149         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
71150              - Works on Linux with
71151              perlio + unix
71152              stdio
71153              - Works on Solaris with
71154              perlio + unix
71155              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
71156              - Fails (hangs in openpid) if you try and stack
71157              perlio + stdio - Linux stdio's read() logic is hanging.
71158      Branch: perlio
71159            ! iperlsys.h perlio.c
71160 ____________________________________________________________________________
71161 [  7534] By: jhi                                   on 2000/11/03  15:16:02
71162         Log: Subject: Re: README.aix
71163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71164              Date: Fri, 03 Nov 2000 16:03:15 +0100
71165              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
71166      Branch: perl
71167            ! README.aix
71168 ____________________________________________________________________________
71169 [  7533] By: jhi                                   on 2000/11/03  03:59:02
71170         Log: Subject: [PATCH 5.7.0] better messages from malloc()
71171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71172              Date: Wed, 1 Nov 2000 23:39:56 -0500
71173              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
71174      Branch: perl
71175            ! malloc.c pod/perldiag.pod
71176 ____________________________________________________________________________
71177 [  7532] By: jhi                                   on 2000/11/03  00:11:56
71178         Log: The #7521 touched things it shouldn't have.
71179      Branch: perl
71180            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
71181 ____________________________________________________________________________
71182 [  7531] By: jhi                                   on 2000/11/02  22:32:33
71183         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71184              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71185              Date:     Thu, 2 Nov 2000 16:58:36 EST
71186              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
71187      Branch: perl
71188            ! vms/gen_shrfls.pl
71189 ____________________________________________________________________________
71190 [  7530] By: jhi                                   on 2000/11/02  22:08:49
71191         Log: Fix the problem discussed in
71192              
71193              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71194              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
71195              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
71196              
71197              originally from Linc Madison.  Also Andreas König's comments
71198              taken into account.  Some other problems with Tie::SubstrHash
71199              fixed: didn't croak when the table exceeded the requested number
71200              of entries (as documented) but instead when the number of entries
71201              exceeded the size of the table, a croak() had an unnecessary \n,
71202              didn't have a CLEAR method, documented that there is no exists().
71203              Didn't fix to be strict-proof because the module uses &foo; and
71204              dynamic scope.  Added a test script exercizing both first tamely 
71205              the basic functionality, and then the failure cases reported by
71206              Linc Madison.
71207      Branch: perl
71208            + t/lib/tie-substrhash.t
71209            ! MANIFEST lib/Tie/SubstrHash.pm
71210 ____________________________________________________________________________
71211 [  7529] By: jhi                                   on 2000/11/02  17:58:08
71212         Log: recv() can fail and return undef.
71213              
71214              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71215              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
71216              Date: Thu, 2 Nov 2000 20:12:20 +0300
71217              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
71218      Branch: perl
71219            ! lib/Net/Ping.pm
71220 ____________________________________________________________________________
71221 [  7528] By: jhi                                   on 2000/11/02  17:49:09
71222         Log: Detpyo.
71223      Branch: perl
71224            ! pod/perlop.pod
71225 ____________________________________________________________________________
71226 [  7527] By: jhi                                   on 2000/11/02  15:48:37
71227         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71228              fix a autovivification bug in Tie::RefHash, add tests for both.
71229              
71230              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71231              From: Edward Avis <epa98@doc.ic.ac.uk>
71232              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
71233              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
71234      Branch: perl
71235            + t/lib/tie-refhash.t
71236            ! MANIFEST lib/Tie/RefHash.pm
71237 ____________________________________________________________________________
71238 [  7526] By: jhi                                   on 2000/11/02  13:56:26
71239         Log: Test::Harness revealed buglets in the new DynaLoader.
71240              
71241              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71242              From: andreas.koenig@anima.de (Andreas J. Koenig)
71243              Date: 02 Nov 2000 11:26:48 +0100 
71244              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
71245      Branch: perl
71246            ! ext/DynaLoader/DynaLoader_pm.PL
71247 ____________________________________________________________________________
71248 [  7525] By: jhi                                   on 2000/11/01  23:52:08
71249         Log: The entry for #7503 was missing.
71250      Branch: perl
71251            ! Changes
71252 ____________________________________________________________________________
71253 [  7524] By: jhi                                   on 2000/11/01  23:40:52
71254         Log: Update Changes.
71255      Branch: perl
71256            ! Changes patchlevel.h
71257 ____________________________________________________________________________
71258 [  7523] By: jhi                                   on 2000/11/01  22:57:09
71259         Log: More tweaking on the #7522 theme.
71260      Branch: perl
71261            ! ext/DynaLoader/DynaLoader_pm.PL
71262 ____________________________________________________________________________
71263 [  7522] By: jhi                                   on 2000/11/01  22:06:15
71264         Log: Expand %Config variables and %ENV variables only if
71265              so requested during build time using the
71266              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71267              Not expanding makes relocating distributions easier.
71268      Branch: perl
71269            ! ext/DynaLoader/DynaLoader_pm.PL
71270 ____________________________________________________________________________
71271 [  7521] By: jhi                                   on 2000/11/01  20:56:34
71272         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
71273              and setgid() because they were just changing $< and $( which means
71274              only changing the real uid/gid, as opposed to changing both
71275              real and effective ids.  (The alternative way could have been
71276              in POSIX.pm to change $> and $), too, but making a direct call
71277              to the C API feels cleaner.)  Fixes the bug
71278              
71279              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71280              From: "Garry T. Williams" <garry@zvolve.com>
71281              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
71282              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
71283      Branch: perl
71284            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
71285            ! ext/POSIX/typemap pod/perlvar.pod
71286 ____________________________________________________________________________
71287 [  7520] By: jhi                                   on 2000/11/01  20:08:33
71288         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71289              From: "Garry T. Williams" <garry@zvolve.com>
71290              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
71291              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
71292      Branch: perl
71293            ! pod/perlsec.pod
71294 ____________________________________________________________________________
71295 [  7519] By: jhi                                   on 2000/11/01  20:01:22
71296         Log: Locale warning explanation tweak.
71297      Branch: perl
71298            ! pod/perldiag.pod
71299 ____________________________________________________________________________
71300 [  7518] By: jhi                                   on 2000/11/01  18:57:13
71301         Log: C.pm part of
71302              
71303              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71304              From: Jarkko Hietaniemi <jhi@iki.fi>
71305              Date: Tue, 10 Oct 2000 08:22:28 -0500
71306              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
71307      Branch: perl
71308            ! ext/B/B/C.pm
71309 ____________________________________________________________________________
71310 [  7517] By: jhi                                   on 2000/11/01  18:41:59
71311         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
71312              From: Martien Verbruggen <mgjv@comdyn.com.au>
71313              Date: Fri, 6 Oct 2000 14:09:10 +1100
71314              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
71315      Branch: perl
71316            ! pod/perlop.pod
71317 ____________________________________________________________________________
71318 [  7516] By: jhi                                   on 2000/11/01  18:34:55
71319         Log: Generalize the Camel wording.
71320              
71321              Subject: Re: perlfaq style changes
71322              From: John Borwick <jhborwic@unity.ncsu.edu>
71323              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
71324              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
71325      Branch: perl
71326            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
71327 ____________________________________________________________________________
71328 [  7515] By: jhi                                   on 2000/11/01  16:52:31
71329         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71330              From: pimlott@idiomtech.com (Andrew Pimlott)
71331              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
71332              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
71333      Branch: perl
71334            ! pod/perlsec.pod
71335 ____________________________________________________________________________
71336 [  7514] By: jhi                                   on 2000/11/01  15:03:40
71337         Log: More AIX lore.
71338      Branch: perl
71339            ! ext/re/hints/aix.pl
71340 ____________________________________________________________________________
71341 [  7513] By: jhi                                   on 2000/11/01  14:48:30
71342         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71343              From: root <root@chronos.fi.muni.cz>
71344              Date: Wed, 1 Nov 2000 12:31:32 +0100
71345              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
71346      Branch: perl
71347            ! lib/Net/Ping.pm
71348 ____________________________________________________________________________
71349 [  7512] By: jhi                                   on 2000/11/01  14:46:47
71350         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71351              From: Martin Husemann <martin@duskware.de>
71352              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
71353              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
71354      Branch: perl
71355            ! regcomp.c
71356 ____________________________________________________________________________
71357 [  7511] By: jhi                                   on 2000/11/01  14:39:50
71358         Log: AUTHORS updates.
71359      Branch: perl
71360            ! AUTHORS
71361 ____________________________________________________________________________
71362 [  7510] By: jhi                                   on 2000/11/01  14:29:50
71363         Log: Subject: [PATCH] startperl to respect versiononly
71364              From: Robin Barker <rmb1@cise.npl.co.uk> 
71365              Date: Tue, 31 Oct 2000 16:29:36 GMT
71366              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
71367      Branch: metaconfig/U/perl
71368            ! startperl.U
71369      Branch: perl
71370            ! Configure config_h.SH
71371 ____________________________________________________________________________
71372 [  7509] By: jhi                                   on 2000/11/01  14:19:53
71373         Log: printf UVs the correct way, noticed by Robin Barker.
71374      Branch: perl
71375            ! utf8.c
71376 ____________________________________________________________________________
71377 [  7508] By: jhi                                   on 2000/11/01  14:10:03
71378         Log: Do not cleanup *% because the % has special meanings in some
71379              shell environments.
71380      Branch: perl
71381            ! ext/Storable/Makefile.PL
71382 ____________________________________________________________________________
71383 [  7507] By: jhi                                   on 2000/11/01  14:06:00
71384         Log: The NonStop-UX libraries have a novel way to say NaN.
71385      Branch: perl
71386            ! t/lib/bigfltpm.t
71387 ____________________________________________________________________________
71388 [  7506] By: jhi                                   on 2000/11/01  14:03:35
71389         Log: The osname has been lowercased by now, from Tom Bates.
71390      Branch: metaconfig
71391            ! U/modified/Oldconfig.U
71392      Branch: perl
71393            ! Configure config_h.SH
71394 ____________________________________________________________________________
71395 [  7505] By: jhi                                   on 2000/10/31  19:18:39
71396         Log: The compiler is either gcc or cc, from Tom Bates.
71397      Branch: perl
71398            ! hints/nonstopux.sh
71399 ____________________________________________________________________________
71400 [  7504] By: jhi                                   on 2000/10/31  14:53:42
71401         Log: Update Changes.
71402      Branch: perl
71403            ! Changes patchlevel.h
71404 ____________________________________________________________________________
71405 [  7503] By: jhi                                   on 2000/10/31  14:30:50
71406         Log: Whitespace style tweak.  Was originally going to see to
71407              
71408              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71409              From: Joe Smith <jms@inwap.com>
71410              Date: Mon, 30 Oct 2000 18:47:57 -0800
71411              Message-Id: <39FE32DD.24AAC4D@inwap.com>
71412              
71413              but that had already been taken care of.
71414      Branch: metaconfig
71415            ! U/compline/d_stdstdio.U
71416      Branch: perl
71417            ! Configure config_h.SH
71418 ____________________________________________________________________________
71419 [  7502] By: jhi                                   on 2000/10/31  14:25:02
71420         Log: AUTHORS tweaks.
71421      Branch: perl
71422            ! AUTHORS
71423 ____________________________________________________________________________
71424 [  7501] By: jhi                                   on 2000/10/31  14:23:59
71425         Log: Subject: perlfaq style changes
71426              From: John Borwick <jhborwic@unity.ncsu.edu>
71427              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
71428              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
71429      Branch: perl
71430            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
71431            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
71432            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
71433            ! pod/perlfaq9.pod
71434 ____________________________________________________________________________
71435 [  7500] By: jhi                                   on 2000/10/31  14:22:15
71436         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
71437              
71438              Subject: Re: [ID 20000918.005] ~ on wide chars
71439              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71440              Date: Mon, 30 Oct 2000 21:09:55 -0800
71441              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
71442              
71443              (The ord() part of the patch skipped.)
71444      Branch: perl
71445            ! doop.c
71446 ____________________________________________________________________________
71447 [  7499] By: jhi                                   on 2000/10/31  14:20:08
71448         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71449              From: Jens Hamisch <jens@Strawberry.COM>
71450              Date: Mon, 30 Oct 2000 15:17:07 +0100
71451              Message-Id: <20001030151707.A9597@Strawberry.COM>
71452      Branch: perl
71453            ! av.c
71454 ____________________________________________________________________________
71455 [  7498] By: jhi                                   on 2000/10/31  14:16:29
71456         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
71457              From: Peter Prymmer <pvhp@forte.com>
71458              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
71459              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
71460      Branch: perl
71461            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71462            + ext/Encode/Encode/posix-bc.enc
71463            ! MANIFEST t/lib/encode.t
71464 ____________________________________________________________________________
71465 [  7497] By: jhi                                   on 2000/10/31  14:13:22
71466         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71467              From: Peter Prymmer <pvhp@forte.com>
71468              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
71469              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
71470      Branch: perl
71471            ! t/lib/cgi-html.t
71472 ____________________________________________________________________________
71473 [  7496] By: jhi                                   on 2000/10/31  14:12:05
71474         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71475              From: Peter Prymmer <pvhp@forte.com>
71476              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
71477              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
71478      Branch: perl
71479            ! t/lib/cgi-function.t
71480 ____________________________________________________________________________
71481 [  7495] By: jhi                                   on 2000/10/31  14:11:08
71482         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
71483              From: Peter Prymmer <pvhp@forte.com>
71484              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
71485              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
71486      Branch: perl
71487            + ext/re/hints/aix.pl
71488            ! MANIFEST ext/re/Makefile.PL
71489 ____________________________________________________________________________
71490 [  7494] By: jhi                                   on 2000/10/31  14:08:32
71491         Log: Use Errno magic.
71492              
71493              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71494              From: Casey Tweten <perl@ctweten.amsite.com>
71495              Date: Mon, 30 Oct 2000 15:51:17 -0500
71496              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
71497      Branch: perl
71498            ! lib/File/Temp.pm
71499 ____________________________________________________________________________
71500 [  7493] By: jhi                                   on 2000/10/31  14:05:07
71501         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
71502              
71503              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71504              From: Nicholas Clark <nick@ccl4.org>
71505              Date: Mon, 30 Oct 2000 17:38:45 +0000
71506              Message-ID: <20001030173845.O60355@plum.flirble.org>
71507      Branch: perl
71508            ! Makefile.SH utils/perlbug.PL
71509 ____________________________________________________________________________
71510 [  7492] By: nick                                  on 2000/10/30  19:37:23
71511         Log: Change files which are mysteriously different to mainline to be
71512              copies of mainline.
71513      Branch: perlio
71514            ! objXSUB.h perlapi.c pod/perlapi.pod
71515 ____________________________________________________________________________
71516 [  7491] By: nick                                  on 2000/10/30  18:05:54
71517         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
71518              - typo in endian code in putc.
71519              - Don't allow read of write-only files and vice-versa
71520              - and off-by-one in flush-all loop.
71521              Remove debug calls as they were using GCC specific features.
71522      Branch: perlio
71523            ! perlio.c
71524 ____________________________________________________________________________
71525 [  7490] By: nick                                  on 2000/10/29  21:45:45
71526         Log: Integrate mainline to perlio
71527      Branch: perlio
71528           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
71529           !> toke.c
71530 ____________________________________________________________________________
71531 [  7489] By: jhi                                   on 2000/10/29  21:11:08
71532         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71533              From: andreas.koenig@anima.de (Andreas J. Koenig)
71534              Date: 29 Oct 2000 22:05:59 +0100
71535              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
71536      Branch: perl
71537            ! lib/ExtUtils/Manifest.pm
71538 ____________________________________________________________________________
71539 [  7488] By: jhi                                   on 2000/10/29  21:07:47
71540         Log: Tests for #7487.
71541              
71542              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71543              From: andreas.koenig@anima.de (Andreas J. Koenig)
71544              Date: 29 Oct 2000 19:37:09 +0100
71545              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
71546      Branch: perl
71547            ! t/comp/proto.t
71548 ____________________________________________________________________________
71549 [  7487] By: jhi                                   on 2000/10/29  21:06:27
71550         Log: constsub spillage.
71551              
71552              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71553              From: John Tobey <jtobey@john-edwin-tobey.org>
71554              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
71555              Message-Id: <m13pvSr-000FObC@feynman.localnet>
71556      Branch: perl
71557            ! op.c
71558 ____________________________________________________________________________
71559 [  7486] By: nick                                  on 2000/10/29  21:05:04
71560         Log: Integrate mainline to perlio branch
71561      Branch: perlio
71562           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
71563           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
71564           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
71565           +> vos/install_perl.cm
71566            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
71567            - vos/config.h vos/config_h.SH_orig
71568           !> (integrate 141 files)
71569 ____________________________________________________________________________
71570 [  7485] By: jhi                                   on 2000/10/29  21:00:47
71571         Log: Make \x{...} consistently produce UTF-8.
71572              
71573              Subject: Re: \x{...} is confused 
71574              From: Simon Cozens <simon@cozens.net>
71575              Date: Sun, 29 Oct 2000 19:36:48 +0000
71576              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
71577      Branch: perl
71578            ! t/pragma/utf8.t toke.c
71579 ____________________________________________________________________________
71580 [  7484] By: nick                                  on 2000/10/29  20:05:29
71581         Log: PerlIO passes all tests.
71582      Branch: perlio
71583            ! perlio.c
71584 ____________________________________________________________________________
71585 [  7483] By: jhi                                   on 2000/10/29  18:06:55
71586         Log: Update Changes.
71587      Branch: perl
71588            ! Changes patchlevel.h
71589 ____________________________________________________________________________
71590 [  7482] By: nick                                  on 2000/10/29  17:43:28
71591         Log: Include <unistd.h> to get correct lseek() prototype etc.
71592              (I thought perl.h did that) - down to two fails
71593              - comp/require.t (last test)
71594              - lib/io_xs.t - possibly import/export of FILE * ?
71595      Branch: perlio
71596            ! perlio.c
71597 ____________________________________________________________________________
71598 [  7481] By: jhi                                   on 2000/10/29  17:02:37
71599         Log: UTF-8 decoder tweak.
71600      Branch: perl
71601            ! utf8.c
71602 ____________________________________________________________________________
71603 [  7480] By: nick                                  on 2000/10/29  16:26:11
71604         Log: Fixed two bugs:
71605              - error code not being set on close (of broken pipe)
71606              - append mode was truncating.
71607              At least one seek/tell bug remains.
71608      Branch: perlio
71609            ! perlio.c
71610 ____________________________________________________________________________
71611 [  7479] By: nick                                  on 2000/10/29  11:18:16
71612         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
71613              in case of accidents. Still several worrying fails, no line disciplines yet.
71614      Branch: perlio
71615            ! iperlsys.h perlio.c
71616 ____________________________________________________________________________
71617 [  7478] By: jhi                                   on 2000/10/29  02:04:01
71618         Log: Add also emailless people.
71619      Branch: perl
71620            ! AUTHORS
71621 ____________________________________________________________________________
71622 [  7477] By: jhi                                   on 2000/10/29  01:36:00
71623         Log: The #7476 needs a MANIFEST change, too.
71624      Branch: perl
71625            ! MANIFEST
71626 ____________________________________________________________________________
71627 [  7476] By: jhi                                   on 2000/10/29  01:35:21
71628         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71629      Branch: perl
71630            - MAINTAIN
71631            ! AUTHORS Changes
71632 ____________________________________________________________________________
71633 [  7475] By: jhi                                   on 2000/10/28  23:57:25
71634         Log: De-quoted-unreadable to ISO Latin 1.
71635              (There's one ISO-2022-JP name in Changes5.004.)
71636      Branch: perl
71637            ! Changes Changes5.6
71638 ____________________________________________________________________________
71639 [  7474] By: jhi                                   on 2000/10/28  19:13:06
71640         Log: Subject: [ID 20001027.007] uniq array in perlfaq
71641              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
71642              Date: Fri, 27 Oct 2000 19:28:30 +0200
71643              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
71644      Branch: perl
71645            ! pod/perlfaq4.pod
71646 ____________________________________________________________________________
71647 [  7473] By: jhi                                   on 2000/10/28  18:02:05
71648         Log: Locking null mutexes is not recommendable.
71649              
71650              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
71651              From: Hugo <hv@crypt.compulink.co.uk>
71652              Date: Sat, 28 Oct 2000 18:41:12 +0100
71653              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
71654      Branch: perl
71655            ! op.c
71656 ____________________________________________________________________________
71657 [  7472] By: jhi                                   on 2000/10/28  17:52:58
71658         Log: Better create a true mailing list for the repository keepers.
71659      Branch: perl
71660            ! Porting/repository.pod
71661 ____________________________________________________________________________
71662 [  7471] By: jhi                                   on 2000/10/28  17:28:24
71663         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
71664              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71665      Branch: perl
71666            + Porting/repository.pod
71667            ! MANIFEST
71668 ____________________________________________________________________________
71669 [  7470] By: jhi                                   on 2000/10/28  17:20:54
71670         Log: Subject: DOC PATCH 5.6.0
71671              From: mjd@plover.com
71672              Date: 27 Oct 2000 17:32:44 -0000
71673              Message-ID: <20001027173244.23754.qmail@plover.com>
71674      Branch: perl
71675            ! pod/perlfunc.pod
71676 ____________________________________________________________________________
71677 [  7469] By: jhi                                   on 2000/10/28  17:16:45
71678         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71679              From: "Peter J. Farley III" <pjfarley@banet.net>
71680              Date: Fri, 27 Oct 2000 20:32:56 -0400
71681              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
71682      Branch: perl
71683            ! README.dos
71684 ____________________________________________________________________________
71685 [  7468] By: jhi                                   on 2000/10/28  17:07:18
71686         Log: Make target reordering to avoid pointless re-makes.
71687              
71688              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71689              From: Nicholas Clark <nick@ccl4.org>
71690              Date: Sat, 28 Oct 2000 00:31:02 +0100
71691              Message-ID: <20001028003101.A54517@plum.flirble.org>
71692      Branch: perl
71693            ! Makefile.SH
71694 ____________________________________________________________________________
71695 [  7467] By: jhi                                   on 2000/10/28  17:05:31
71696         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71697              From: lvirden@cas.org
71698              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
71699              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
71700      Branch: perl
71701            ! README.os2
71702 ____________________________________________________________________________
71703 [  7466] By: jhi                                   on 2000/10/28  16:09:16
71704         Log: Upgrade to CPAN 1.58_55.
71705              
71706              Subject: CPAN.pm status
71707              From: andreas.koenig@anima.de (Andreas J. Koenig) 
71708              Date: 28 Oct 2000 08:18:00 +0200 
71709              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
71710      Branch: perl
71711            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
71712 ____________________________________________________________________________
71713 [  7465] By: jhi                                   on 2000/10/28  16:02:47
71714         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71715      Branch: perl
71716            ! embed.h embed.pl perl.h proto.h toke.c
71717 ____________________________________________________________________________
71718 [  7464] By: nick                                  on 2000/10/28  10:43:44
71719         Log: Fix for sv_2iv() on "shared" value from keys %hash.
71720      Branch: perl
71721            ! sv.c
71722 ____________________________________________________________________________
71723 [  7463] By: jhi                                   on 2000/10/27  16:18:29
71724         Log: Update Changes.
71725      Branch: perl
71726            ! Changes patchlevel.h
71727 ____________________________________________________________________________
71728 [  7462] By: jhi                                   on 2000/10/27  16:17:44
71729         Log: Too enthusiastic editing in #7460.
71730      Branch: metaconfig
71731            ! U/modified/Oldsym.U
71732      Branch: perl
71733            ! Configure config_h.SH
71734 ____________________________________________________________________________
71735 [  7461] By: jhi                                   on 2000/10/27  15:37:38
71736         Log: Retract #7459, the script needs more work.
71737      Branch: perl
71738            - mkreef
71739            ! MANIFEST
71740 ____________________________________________________________________________
71741 [  7460] By: jhi                                   on 2000/10/27  15:23:14
71742         Log: Use $sort, $uniq (and $tr) consistently as wondered
71743              by Nicholas Clark.
71744      Branch: metaconfig
71745            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
71746            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
71747            ! U/modified/libc.U
71748      Branch: perl
71749            ! Configure config_h.SH
71750 ____________________________________________________________________________
71751 [  7459] By: jhi                                   on 2000/10/27  15:02:07
71752         Log: (Retracted by #7461)
71753              
71754              Add a shell script for creating/removing symbolic link farms,
71755              useful for keeping the source code read-only and doing the
71756              builds somewhere else.
71757      Branch: perl
71758            + mkreef
71759            ! MANIFEST
71760 ____________________________________________________________________________
71761 [  7458] By: jhi                                   on 2000/10/27  14:42:20
71762         Log: Do away with the fix_pl.
71763      Branch: perl
71764            - fix_pl
71765            ! MANIFEST Makefile.SH
71766 ____________________________________________________________________________
71767 [  7457] By: jhi                                   on 2000/10/27  12:43:13
71768         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71769              From: Jens Hamisch <jens@Strawberry.COM>
71770              Date: Fri, 27 Oct 2000 14:38:21 +0200
71771              Message-Id: <20001027143821.B3366@Strawberry.COM>
71772      Branch: perl
71773            ! perl.h
71774 ____________________________________________________________________________
71775 [  7456] By: jhi                                   on 2000/10/27  12:33:42
71776         Log: Subject: [PATCH] todo
71777              From: Nicholas Clark <nick@ccl4.org>
71778              Date: Thu, 26 Oct 2000 22:32:29 +0100
71779              Message-ID: <20001026223229.A44540@plum.flirble.org>
71780      Branch: perl
71781            ! pod/perltodo.pod
71782 ____________________________________________________________________________
71783 [  7455] By: jhi                                   on 2000/10/27  12:02:21
71784         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
71785              From: John Tobey <jtobey@john-edwin-tobey.org>
71786              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
71787              Message-Id: <m13ozHF-000FObC@feynman.localnet>
71788      Branch: perl
71789            ! op.c t/pragma/sub_lval.t
71790 ____________________________________________________________________________
71791 [  7454] By: jhi                                   on 2000/10/27  11:59:42
71792         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71793              From: sthoenna@efn.org
71794              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
71795              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
71796      Branch: perl
71797            ! pp.c t/op/assignwarn.t
71798 ____________________________________________________________________________
71799 [  7453] By: jhi                                   on 2000/10/27  00:15:08
71800         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
71801      Branch: perl
71802            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
71803            ! ext/Storable/Storable.xs t/lib/st-lock.t
71804 ____________________________________________________________________________
71805 [  7452] By: jhi                                   on 2000/10/26  13:05:52
71806         Log: Undo #7451, this seems to be a deficiency in Perforce,
71807              there is no per-file line-terminator type, only per-client.
71808      Branch: perl
71809            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71810            ! win32/makefile.mk
71811 ____________________________________________________________________________
71812 [  7451] By: jhi                                   on 2000/10/26  04:56:03
71813         Log: Experimenting in DOS arcana.
71814      Branch: perl
71815            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71816            ! win32/makefile.mk
71817 ____________________________________________________________________________
71818 [  7450] By: jhi                                   on 2000/10/26  04:50:52
71819         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71820              From: "Peter J. Farley III" <pjfarley@banet.net>            
71821              Date: Wed, 25 Oct 2000 23:10:18 -0400
71822              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
71823      Branch: perl
71824            ! t/io/open.t
71825 ____________________________________________________________________________
71826 [  7449] By: jhi                                   on 2000/10/26  04:49:16
71827         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
71828              From: Hugo <hv@crypt.compulink.co.uk>
71829              Date: Thu, 26 Oct 2000 01:55:17 +0100
71830              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
71831              
71832              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
71833      Branch: perl
71834            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
71835 ____________________________________________________________________________
71836 [  7448] By: jhi                                   on 2000/10/26  04:38:36
71837         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71838              From: Peter Prymmer <pvhp@forte.com>
71839              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
71840              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
71841      Branch: perl
71842            ! configure.com
71843 ____________________________________________________________________________
71844 [  7447] By: jhi                                   on 2000/10/25  23:20:02
71845         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71846              in platforms that strictly require all the symbols being present
71847              at link time.
71848      Branch: perl
71849            ! handy.h
71850 ____________________________________________________________________________
71851 [  7446] By: jhi                                   on 2000/10/25  21:55:57
71852         Log: Update Changes.
71853      Branch: perl
71854            ! Changes patchlevel.h
71855 ____________________________________________________________________________
71856 [  7445] By: jhi                                   on 2000/10/25  21:27:08
71857         Log: Integrate with vmsperl #7430 by Charles Bailey:
71858              
71859              Cleanup from prior patch (Charles Lane?):
71860              - improve handling of MFDs in Basename and Path
71861              - default to no xsubpp line # munging when building debug images
71862      Branch: perl
71863           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
71864 ____________________________________________________________________________
71865 [  7444] By: jhi                                   on 2000/10/25  21:03:50
71866         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
71867              From: John Peacock <JPeacock@UnivPress.com>
71868              Date: Thu, 18 May 2000 11:55:27 -0400
71869              Message-ID: <3924126F.A58BE57A@UnivPress.com>
71870      Branch: perl
71871            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
71872            ! t/op/write.t
71873 ____________________________________________________________________________
71874 [  7443] By: jhi                                   on 2000/10/25  20:43:10
71875         Log: Temporary stopgap for the self-tying issue: for now only
71876              array and hash self-ties are verboten.  The real fix, of
71877              course, would be to comprehensively test (and implement?)
71878              and debug (and document) self-ties.
71879      Branch: perl
71880            ! pod/perldiag.pod pp_sys.c t/op/tie.t
71881 ____________________________________________________________________________
71882 [  7442] By: jhi                                   on 2000/10/25  20:14:30
71883         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
71884              From: Dan Sugalski <dan@sidhe.org>
71885              Date: Wed, 25 Oct 2000 13:36:35 -0400
71886              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
71887              
71888              plus regen global.sym.
71889      Branch: perl
71890            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
71891            ! thrdvar.h util.c
71892 ____________________________________________________________________________
71893 [  7441] By: jhi                                   on 2000/10/25  20:12:20
71894         Log: buildtoc target tweaks.
71895      Branch: perl
71896            ! pod/Makefile.SH
71897 ____________________________________________________________________________
71898 [  7440] By: jhi                                   on 2000/10/25  20:03:53
71899         Log: A new version of making the syslog test more robust.
71900              (Replaces #7421.)
71901              
71902              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71903              From: "Kurt D. Starsinic" <kstar@chapin.edu>
71904              Date: Wed, 25 Oct 2000 12:13:54 -0400
71905              Message-ID: <20001025121354.B2264@O2.chapin.edu>
71906      Branch: perl
71907            ! t/lib/syslog.t
71908 ____________________________________________________________________________
71909 [  7439] By: jhi                                   on 2000/10/25  20:00:48
71910         Log: Continue the internal UTF-8 API tweaking.
71911              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71912              used much more than the simpler API, now called utf8_to_uv_simple().
71913              Still not quite happy with API, too much partial duplication
71914              of functionality.
71915      Branch: perl
71916            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
71917            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
71918            ! regcomp.c regexec.c sv.c toke.c utf8.c
71919 ____________________________________________________________________________
71920 [  7438] By: jhi                                   on 2000/10/25  18:52:30
71921         Log: Allow poking holes at the UTF-8 decoding strictness.
71922      Branch: perl
71923            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
71924            ! utf8.h
71925 ____________________________________________________________________________
71926 [  7437] By: jhi                                   on 2000/10/25  13:53:05
71927         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
71928              UTF8LEN() and UTF8SKIP(). 
71929      Branch: perl
71930            ! pp.c utf8.c utf8.h
71931 ____________________________________________________________________________
71932 [  7436] By: jhi                                   on 2000/10/25  13:51:37
71933         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
71934              From: Nicholas Clark <nick@ccl4.org>
71935              Date: Wed, 25 Oct 2000 14:44:05 +0100
71936              Message-ID: <20001025144404.D27253@plum.flirble.org>
71937      Branch: perl
71938            ! pod/perlrun.pod
71939 ____________________________________________________________________________
71940 [  7435] By: jhi                                   on 2000/10/25  13:49:32
71941         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71942              From: Mike Guy <mjtg@cam.ac.uk>
71943              Date: Tue, 24 Oct 2000 14:59:40 +0100
71944              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
71945      Branch: perl
71946            ! scope.c
71947 ____________________________________________________________________________
71948 [  7434] By: jhi                                   on 2000/10/25  13:48:41
71949         Log: AIX is picky about its symbol exports.  Solution for now
71950              is to include the deb.o explicitly to the re extension build.
71951              
71952              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
71953              From: Peter Prymmer <pvhp@forte.com>
71954              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
71955              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
71956      Branch: perl
71957            ! ext/re/Makefile.PL hints/aix.sh
71958 ____________________________________________________________________________
71959 [  7433] By: jhi                                   on 2000/10/25  13:46:49
71960         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71962              Date: Wed, 25 Oct 2000 12:02:20 +0200
71963              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
71964      Branch: perl
71965            ! perlsdio.h
71966 ____________________________________________________________________________
71967 [  7432] By: jhi                                   on 2000/10/25  13:44:28
71968         Log: Subject: Minor update to find2perl, for portability
71969              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
71970              Date: Wed, 25 Oct 2000 12:05:47 +0100
71971              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
71972      Branch: perl
71973            ! x2p/find2perl.PL
71974 ____________________________________________________________________________
71975 [  7431] By: jhi                                   on 2000/10/25  13:40:39
71976         Log: Add targets to Makefile.SH, most importantly
71977              'regen_all' which also remembers to update vms/perly*.
71978      Branch: perl
71979            ! Makefile.SH
71980 ____________________________________________________________________________
71981 [  7430] By: bailey                                on 2000/10/25  03:13:53
71982         Log: Cleanup from prior patch (Charles Lane?):
71983              - improve handling of MFDs in Basename and Path
71984              - default to no xsubpp line # munging when building debug images
71985      Branch: vmsperl
71986            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
71987 ____________________________________________________________________________
71988 [  7429] By: jhi                                   on 2000/10/24  20:03:40
71989         Log: Podify README.epoc and README.vos.
71990      Branch: perl
71991            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
71992            ! pod/perlport.pod pod/perltoc.pod
71993 ____________________________________________________________________________
71994 [  7428] By: jhi                                   on 2000/10/24  19:10:33
71995         Log: Stratus VOS updates from Paul Green.
71996      Branch: perl
71997            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71998            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71999            - vos/config.def vos/config.h vos/config_h.SH_orig
72000            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
72001            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
72002 ____________________________________________________________________________
72003 [  7427] By: jhi                                   on 2000/10/24  18:59:48
72004         Log: Check if stdio supports tweaking lval and cnt simultaneously.
72005              
72006              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
72007              From: Nicholas Clark <nick@ccl4.org>
72008              Date: Mon, 23 Oct 2000 15:39:32 +0100
72009              Message-ID: <20001023153932.A10786@plum.flirble.org>
72010      Branch: metaconfig
72011            ! U/compline/d_stdstdio.U
72012      Branch: perl
72013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72014            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
72015            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
72016            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
72017            ! vos/config.h vos/config_h.SH_orig win32/config.bc
72018            ! win32/config.gc win32/config.vc
72019 ____________________________________________________________________________
72020 [  7426] By: jhi                                   on 2000/10/24  17:57:44
72021         Log: Missed the header file changes from #7425.
72022      Branch: perl
72023            ! embed.h embed.pl objXSUB.h proto.h
72024 ____________________________________________________________________________
72025 [  7425] By: jhi                                   on 2000/10/24  17:55:17
72026         Log: Fix the bug reported in
72027              
72028              From: andreas.koenig@anima.de (Andreas J. Koenig)
72029              Subject: Encode bug?
72030              Date: 24 Oct 2000 14:01:26 +0200 
72031              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
72032              
72033              Also make is_utf8_char() stricter.
72034      Branch: perl
72035            ! ext/Encode/Encode.xs utf8.c
72036 ____________________________________________________________________________
72037 [  7424] By: jhi                                   on 2000/10/24  15:15:39
72038         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
72039              From: Peter Scott <Peter@PSDT.com>
72040              Date: Mon, 23 Oct 2000 19:46:01 -0700
72041              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
72042      Branch: perl
72043            ! pod/perlfaq5.pod
72044 ____________________________________________________________________________
72045 [  7423] By: jhi                                   on 2000/10/24  14:25:30
72046         Log: Test tweak to avoid pulling in the whole Config.
72047      Branch: perl
72048            ! t/lib/st-lock.t
72049 ____________________________________________________________________________
72050 [  7422] By: jhi                                   on 2000/10/24  14:03:16
72051         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
72052      Branch: perl
72053            ! pp.c
72054 ____________________________________________________________________________
72055 [  7421] By: jhi                                   on 2000/10/24  13:32:09
72056         Log: (Replaced by #7440.)
72057              
72058              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72059              From: "Kurt D. Starsinic" <kstar@chapin.edu>
72060              Date: Mon, 23 Oct 2000 16:40:54 -0400
72061              Message-ID: <20001023164054.B14491@O2.chapin.edu>
72062      Branch: perl
72063            ! t/lib/syslog.t
72064 ____________________________________________________________________________
72065 [  7420] By: jhi                                   on 2000/10/24  13:30:53
72066         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
72067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72068              Date: Mon, 23 Oct 2000 17:29:03 -0400
72069              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
72070      Branch: perl
72071            ! lib/ExtUtils/MM_Unix.pm
72072 ____________________________________________________________________________
72073 [  7419] By: jhi                                   on 2000/10/24  13:29:57
72074         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72076              Date: Mon, 23 Oct 2000 19:01:32 -0400
72077              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
72078      Branch: perl
72079            ! utils/h2xs.PL
72080 ____________________________________________________________________________
72081 [  7418] By: jhi                                   on 2000/10/24  13:26:04
72082         Log: Replace #7409 with
72083              
72084              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
72085              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
72086              Date: Mon, 23 Oct 2000 20:08:56 +0200
72087              Message-ID: <20001023200855.A14850@nice.ram.loc>
72088      Branch: perl
72089            ! ext/Storable/Storable.pm t/lib/st-lock.t
72090 ____________________________________________________________________________
72091 [  7417] By: jhi                                   on 2000/10/24  13:17:52
72092         Log: Run vms/vms_yfix.pl, should have done that after changing
72093              perly.c in #7382.
72094      Branch: perl
72095            ! vms/perly_c.vms vms/perly_h.vms
72096 ____________________________________________________________________________
72097 [  7416] By: jhi                                   on 2000/10/24  02:55:33
72098         Log: Make the UTF-8 decoding stricter and more verbose when
72099              malformation happens.  This involved adding an argument
72100              to utf8_to_uv_chk(), which involved changing its prototype,
72101              and prefer STRLEN over I32 for the UTF-8 length, which as
72102              a domino effect necessitated changing the prototypes of
72103              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
72104              The stricter UTF-8 decoding checking uses Markus Kuhn's
72105              UTF-8 Decode Stress Tester from
72106              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
72107      Branch: perl
72108            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
72109            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
72110            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
72111            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
72112 ____________________________________________________________________________
72113 [  7415] By: jhi                                   on 2000/10/23  14:06:06
72114         Log: Update Changes.
72115      Branch: perl
72116            ! Changes patchlevel.h
72117 ____________________________________________________________________________
72118 [  7414] By: jhi                                   on 2000/10/23  12:39:52
72119         Log: Undo the basename() part of #7412 since the lib/basename
72120              tests would need upgrading too.
72121      Branch: perl
72122            ! lib/File/Basename.pm
72123 ____________________________________________________________________________
72124 [  7413] By: jhi                                   on 2000/10/23  12:19:27
72125         Log: Document PERL_INSTALL_ROOT of #7210.
72126      Branch: perl
72127            ! lib/ExtUtils/Install.pm
72128 ____________________________________________________________________________
72129 [  7412] By: jhi                                   on 2000/10/23  12:16:47
72130         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
72131      Branch: perl
72132            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
72133            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
72134 ____________________________________________________________________________
72135 [  7411] By: jhi                                   on 2000/10/23  12:07:41
72136         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
72137              From: Prymmer/Kahn <pvhp@best.com>
72138              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
72139              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
72140      Branch: perl
72141            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
72142 ____________________________________________________________________________
72143 [  7410] By: jhi                                   on 2000/10/23  04:10:11
72144         Log: The change #7187 was not so good on VMS.
72145              
72146              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
72147              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72148              Date: Sun, 22 Oct 2000 23:03:08 -0500
72149              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
72150      Branch: perl
72151            ! utils/perldoc.PL
72152 ____________________________________________________________________________
72153 [  7409] By: jhi                                   on 2000/10/23  03:57:36
72154         Log: Avoid Storable locking on DJGPP for now.
72155              
72156              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
72157              From: "Peter J. Farley III" <pjfarley@banet.net>
72158              Date: Sun, 22 Oct 2000 20:00:00 -0400
72159              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
72160      Branch: perl
72161            ! ext/Storable/Storable.pm t/lib/st-lock.t
72162 ____________________________________________________________________________
72163 [  7408] By: jhi                                   on 2000/10/23  03:50:24
72164         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
72165              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72166              Date: Sun, 22 Oct 2000 21:12:22 -0400
72167              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
72168      Branch: perl
72169            ! lib/vars.pm
72170 ____________________________________________________________________________
72171 [  7407] By: jhi                                   on 2000/10/23  03:43:12
72172         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
72173              From: Hugo <hv@crypt.compulink.co.uk>
72174              Date: Mon, 23 Oct 2000 00:47:22 +0100
72175              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
72176      Branch: perl
72177            ! regexec.c t/op/pat.t
72178 ____________________________________________________________________________
72179 [  7406] By: jhi                                   on 2000/10/23  03:40:29
72180         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
72181      Branch: perl
72182            ! lib/ExtUtils/MakeMaker.pm
72183 ____________________________________________________________________________
72184 [  7405] By: jhi                                   on 2000/10/22  21:32:00
72185         Log: Doc patch.
72186              
72187              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
72188              From: rspier@pobox.com (Robert Spier)
72189              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
72190              Message-ID: <14835.16112.13457.447971@rls.cx>
72191      Branch: perl
72192            ! lib/strict.pm
72193 ____________________________________________________________________________
72194 [  7404] By: jhi                                   on 2000/10/22  21:30:51
72195         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
72196              From: rspier@pobox.com (Robert Spier)
72197              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
72198              Message-ID: <14835.17223.72448.705566@rls.cx>
72199      Branch: perl
72200            ! lib/ExtUtils/MakeMaker.pm
72201 ____________________________________________________________________________
72202 [  7403] By: jhi                                   on 2000/10/22  21:24:11
72203         Log: Subject: [PATCH bleadperl] ripples from constsub patch
72204              From: John Tobey <jtobey@john-edwin-tobey.org>
72205              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
72206              Message-Id: <m13nSOB-000FObC@feynman.localnet>
72207      Branch: perl
72208            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
72209 ____________________________________________________________________________
72210 [  7402] By: jhi                                   on 2000/10/22  20:59:35
72211         Log: Support s?printf parameter reordering.
72212      Branch: perl
72213            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
72214 ____________________________________________________________________________
72215 [  7401] By: jhi                                   on 2000/10/22  19:19:14
72216         Log: Expand %Config variables only if explicitly so requested
72217              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
72218              
72219              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72220              From: Gurusamy Sarathy <gsar@ActiveState.com>
72221              Date: Sun, 22 Oct 2000 11:47:32 -0700
72222              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
72223      Branch: perl
72224            ! Makefile.SH lib/lib_pm.PL
72225 ____________________________________________________________________________
72226 [  7400] By: jhi                                   on 2000/10/22  18:24:10
72227         Log: Move the #7390 test from warn/op to comp/redef.
72228              
72229              Subject: Re: Creating const subs for constants.
72230              From: John Tobey <jtobey@john-edwin-tobey.org>
72231              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
72232              Message-Id: <m13nG72-000FObC@feynman.localnet>               
72233      Branch: perl
72234            ! t/comp/redef.t t/pragma/warn/op
72235 ____________________________________________________________________________
72236 [  7399] By: jhi                                   on 2000/10/22  17:49:59
72237         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72238              From: Nicholas Clark <nick@ccl4.org>
72239              Date: Sat, 21 Oct 2000 22:23:19 +0100
72240              Message-ID: <20001021222319.B45586@plum.flirble.org>
72241      Branch: perl
72242            ! ext/DynaLoader/DynaLoader_pm.PL
72243 ____________________________________________________________________________
72244 [  7398] By: jhi                                   on 2000/10/22  17:47:35
72245         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
72246              From: Hugo <hv@crypt.compulink.co.uk>
72247              Date: Sat, 21 Oct 2000 18:19:59 +0100
72248              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
72249      Branch: perl
72250            ! ext/B/B.pm ext/B/B/C.pm
72251 ____________________________________________________________________________
72252 [  7397] By: jhi                                   on 2000/10/22  17:35:18
72253         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
72254              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
72255              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
72256              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
72257      Branch: perl
72258            ! hints/openbsd.sh
72259 ____________________________________________________________________________
72260 [  7396] By: jhi                                   on 2000/10/22  17:19:46
72261         Log: Subject: installman go-faster stripes
72262              From: Nicholas Clark <nick@talking.bollo.cx>
72263              Date: Sat, 21 Oct 2000 17:24:53 +0100
72264              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
72265              
72266              Subject: Re: installman go-faster stripes
72267              From: Russ Allbery <rra@stanford.edu>
72268              Date: 21 Oct 2000 11:04:13 -0700
72269              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
72270      Branch: perl
72271            ! installman pod/pod2man.PL
72272 ____________________________________________________________________________
72273 [  7395] By: jhi                                   on 2000/10/22  17:17:35
72274         Log: Hints tweak from Anton Berezin.
72275      Branch: perl
72276            ! hints/freebsd.sh
72277 ____________________________________________________________________________
72278 [  7394] By: jhi                                   on 2000/10/22  04:50:04
72279         Log: Tweak the Is* definitions of Unicode character classes
72280              to better match the official categorizations; embrace
72281              the official categorizations; add the combining marks
72282              as alpha (and -numeric); fix DCinital (a typo and edito)
72283              to be DCmedial.
72284      Branch: perl
72285            + lib/unicode/Is/DCmedial.pl
72286            - lib/unicode/Is/DCinital.pl
72287            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72288            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
72289            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
72290            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72291 ____________________________________________________________________________
72292 [  7393] By: jhi                                   on 2000/10/21  18:06:05
72293         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
72294              From: Daniel Chetlin <daniel@chetlin.com>
72295              Date: Sat, 21 Oct 2000 02:57:03 -0700
72296              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
72297      Branch: perl
72298            + t/lib/tie-splice.t
72299            ! MANIFEST lib/Tie/Array.pm
72300 ____________________________________________________________________________
72301 [  7392] By: gsar                                  on 2000/10/21  18:05:15
72302         Log: resync utfperl branch with mainline
72303      Branch: utfperl
72304           !> (integrate 1760 files)
72305 ____________________________________________________________________________
72306 [  7391] By: jhi                                   on 2000/10/21  14:37:49
72307         Log: Testcases for a #7383,#7385 related bug.
72308              
72309              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
72310              From: Nicholas Clark <nick@ccl4.org>
72311              Date: Sat, 21 Oct 2000 15:04:51 +0100
72312              Message-ID: <20001021150451.A51566@plum.flirble.org>
72313      Branch: perl
72314            ! t/pragma/utf8.t
72315 ____________________________________________________________________________
72316 [  7390] By: jhi                                   on 2000/10/21  14:35:57
72317         Log: Add a testcase for #7389.
72318      Branch: perl
72319            ! t/pragma/warn/op
72320 ____________________________________________________________________________
72321 [  7389] By: jhi                                   on 2000/10/21  14:26:45
72322         Log: Subject: Re: Creating const subs for constants.
72323              From: John Tobey <jtobey@john-edwin-tobey.org>
72324              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
72325              Message-Id: <m13mo0N-000FObC@feynman.localnet>
72326      Branch: perl
72327            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
72328            ! proto.h sv.c
72329 ____________________________________________________________________________
72330 [  7388] By: nick                                  on 2000/10/21  11:44:23
72331         Log: Populate perlio branch
72332      Branch: perlio
72333           +> (branch 1760 files)
72334 ____________________________________________________________________________
72335 [  7387] By: nick                                  on 2000/10/21  10:52:05
72336         Log: Get branch back as replica of mainline via :
72337              p4 integrate -b utfperl
72338              p4 resolve -at ./...
72339      Branch: utfperl
72340           +> (branch 269 files)
72341            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
72342            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
72343            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
72344            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
72345            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
72346            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72347            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72348            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72349            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72350            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72351            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72352            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72353            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72354            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72355            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72356            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72357            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72358            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72359            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
72360            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
72361            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
72362            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
72363            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
72364            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
72365            - lib/unicode/UCD300.html lib/unicode/Unicode.300
72366            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
72367            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
72368            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
72369            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
72370           !> (integrate 965 files)
72371 ____________________________________________________________________________
72372 [  7386] By: jhi                                   on 2000/10/21  01:31:12
72373         Log: Update Changes.
72374      Branch: perl
72375            ! Changes patchlevel.h
72376 ____________________________________________________________________________
72377 [  7385] By: jhi                                   on 2000/10/21  01:28:42
72378         Log: The #7383 was right only in the context of the original bug report,
72379              not in more general case.
72380      Branch: perl
72381            ! pp_hot.c
72382 ____________________________________________________________________________
72383 [  7384] By: jhi                                   on 2000/10/21  01:08:23
72384         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
72385      Branch: perl
72386            ! ext/IO/lib/IO/Select.pm
72387 ____________________________________________________________________________
72388 [  7383] By: jhi                                   on 2000/10/21  00:44:18
72389         Log: Fix for ID 20001020.006, concatenating an unset submatch
72390              with utf8 resulted in "Modification of a read-only value".
72391      Branch: perl
72392            ! pp_hot.c t/pragma/utf8.t
72393 ____________________________________________________________________________
72394 [  7382] By: jhi                                   on 2000/10/20  20:44:31
72395         Log: Make scan_num() reëntrant, as suggested in
72396              
72397              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72398              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
72399              Date: Fri, 20 Oct 2000 14:17:27 +0100
72400              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
72401      Branch: perl
72402            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
72403            ! toke.c
72404 ____________________________________________________________________________
72405 [  7381] By: jhi                                   on 2000/10/20  20:07:29
72406         Log: Reëntrancy fix.
72407              
72408              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72409              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
72410              Date: Fri, 20 Oct 2000 14:17:27 +0100
72411              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
72412      Branch: perl
72413            ! embed.h embed.pl perl.h proto.h toke.c
72414 ____________________________________________________________________________
72415 [  7380] By: jhi                                   on 2000/10/20  19:15:54
72416         Log: Don't write double values through long double pointers,
72417              based on a part of
72418              
72419              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72420              From: Jens Hamisch <jens@Strawberry.COM>
72421              Date: Tue, 17 Oct 2000 08:39:36 +0200
72422              Message-Id: <20001017083936.A11104@Strawberry.COM>
72423      Branch: perl
72424            ! perl.h pp.c
72425 ____________________________________________________________________________
72426 [  7379] By: jhi                                   on 2000/10/20  18:43:37
72427         Log: Portability tweak on #7377.
72428              
72429              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
72430              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72431              Date:     Fri, 20 Oct 2000 13:13:41 EDT
72432              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
72433      Branch: perl
72434            ! t/lib/dprof.t
72435 ____________________________________________________________________________
72436 [  7378] By: jhi                                   on 2000/10/20  12:57:19
72437         Log: SOCKS function redefinitions need prototypes, too, otherwise
72438              for example 32 bit versus 64 bit differences cause a lot of
72439              problems.  Part of
72440              
72441              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72442              From: Jens Hamisch <jens@Strawberry.COM>
72443              Date: Tue, 17 Oct 2000 08:39:36 +0200
72444              Message-Id: <20001017083936.A11104@Strawberry.COM>
72445      Branch: perl
72446            ! doio.c pp_sys.c
72447 ____________________________________________________________________________
72448 [  7377] By: jhi                                   on 2000/10/20  12:37:12
72449         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
72450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72451              Date:     Fri, 20 Oct 2000 08:26:04 EDT
72452              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
72453      Branch: perl
72454            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
72455 ____________________________________________________________________________
72456 [  7376] By: jhi                                   on 2000/10/20  12:35:31
72457         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
72458              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72459              Date:     Fri, 20 Oct 2000 07:48:15 EDT
72460              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
72461      Branch: perl
72462            ! configure.com vms/gen_shrfls.pl
72463 ____________________________________________________________________________
72464 [  7375] By: bailey                                on 2000/10/20  04:44:37
72465         Log: SYN SYN
72466      Branch: vmsperl
72467           +> (branch 134 files)
72468            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
72469            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
72470            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
72471            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
72472            - eg/cgi/frameset.cgi eg/cgi/index.html
72473            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72474            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72475            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72476            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72477            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72478            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72479            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72480            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72481            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72482            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72483            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72484            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72485            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72486            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
72487            - lib/unicode/Props.txt lib/unicode/UCD300.html
72488            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72489            - utils/perlbc.PL vms/subconfigure.com
72490           !> (integrate 785 files)
72491 ____________________________________________________________________________
72492 [  7374] By: jhi                                   on 2000/10/20  00:59:48
72493         Log: In the latest compiler builds cccdlflags must not become -fpic,
72494              from Wilfredo Sánchez.
72495      Branch: perl
72496            ! hints/darwin.sh
72497 ____________________________________________________________________________
72498 [  7373] By: jhi                                   on 2000/10/20  00:56:35
72499         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
72500              From: Tony Cook <tony@develop-help.com>
72501              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
72502              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
72503      Branch: perl
72504            ! pod/perlop.pod
72505 ____________________________________________________________________________
72506 [  7372] By: jhi                                   on 2000/10/19  19:34:40
72507         Log: Typo noted by Mark Lutz.
72508      Branch: perl
72509            ! t/op/64bitint.t
72510 ____________________________________________________________________________
72511 [  7371] By: jhi                                   on 2000/10/19  19:33:13
72512         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
72513      Branch: metaconfig
72514            ! U/modified/Cppsym.U U/modified/Oldconfig.U
72515      Branch: metaconfig/U/perl
72516            ! End.U dlsrc.U libperl.U
72517      Branch: perl
72518            + hints/nonstopux.sh
72519            ! Configure MANIFEST config_h.SH
72520 ____________________________________________________________________________
72521 [  7370] By: jhi                                   on 2000/10/19  17:18:08
72522         Log: Subject: PATCH do_print has 2 PerlIO_error()s
72523              From: nick@ccl4.org
72524              Date: Thu, 19 Oct 2000 18:09:20 +0100
72525              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
72526      Branch: perl
72527            ! doio.c
72528 ____________________________________________________________________________
72529 [  7369] By: jhi                                   on 2000/10/19  14:01:49
72530         Log: Update Changes.
72531      Branch: perl
72532            ! Changes patchlevel.h
72533 ____________________________________________________________________________
72534 [  7368] By: jhi                                   on 2000/10/19  13:04:29
72535         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
72536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72537              Date: Wed, 18 Oct 2000 13:12:01 +0200
72538              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
72539      Branch: perl
72540            ! hints/aix.sh
72541 ____________________________________________________________________________
72542 [  7367] By: jhi                                   on 2000/10/19  02:22:40
72543         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
72544              of a 'pmshort' anywhere in the B, so the offending line was simply
72545              removed.
72546      Branch: perl
72547            ! ext/B/B/Debug.pm
72548 ____________________________________________________________________________
72549 [  7366] By: jhi                                   on 2000/10/19  02:12:37
72550         Log: Add the test case for the bug id 20000730.004 which seems
72551              to have been fixed by now.
72552      Branch: perl
72553            ! t/pragma/utf8.t
72554 ____________________________________________________________________________
72555 [  7365] By: jhi                                   on 2000/10/18  23:36:24
72556         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
72557              From: Hugo <hv@crypt.compulink.co.uk>
72558              Date: Wed, 18 Oct 2000 23:25:58 +0100
72559              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
72560      Branch: perl
72561            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
72562 ____________________________________________________________________________
72563 [  7364] By: jhi                                   on 2000/10/18  21:12:53
72564         Log: (retracted)
72565      Branch: perl
72566            ! pp.c
72567 ____________________________________________________________________________
72568 [  7363] By: jhi                                   on 2000/10/18  20:55:38
72569         Log: Missing change from #7362.
72570      Branch: perl
72571            ! win32/perlhost.h
72572 ____________________________________________________________________________
72573 [  7362] By: jhi                                   on 2000/10/18  20:52:01
72574         Log: Borland C fstat() never saw the fd as writable.
72575              
72576              Subject: fix for Borland's weak "stat" (perl@7211)
72577              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
72578              Date: Mon, 16 Oct 2000 09:55:03 +0400
72579              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
72580      Branch: perl
72581            ! win32/win32.c
72582 ____________________________________________________________________________
72583 [  7361] By: jhi                                   on 2000/10/18  17:43:50
72584         Log: Regen toc.
72585      Branch: perl
72586            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
72587 ____________________________________________________________________________
72588 [  7360] By: jhi                                   on 2000/10/18  17:07:44
72589         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72590              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
72591              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
72592              Date: Mon, 16 Oct 2000 15:19:49 +0200
72593      Branch: perl
72594            + README.aix
72595            ! MANIFEST
72596 ____________________________________________________________________________
72597 [  7359] By: jhi                                   on 2000/10/18  17:04:49
72598         Log: Subject: Pod patch for Devel::Peek
72599              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72600              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
72601              Date: Mon, 16 Oct 2000 12:26:34 +0200
72602      Branch: perl
72603            ! ext/Devel/Peek/Peek.pm
72604 ____________________________________________________________________________
72605 [  7358] By: jhi                                   on 2000/10/18  17:03:15
72606         Log: Make Cwd more bulletproof in chrooted environments.
72607              
72608              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
72609              From: "Eric E. Coe" <Eric.Coe@oracle.com>
72610              Date: Wed, 18 Oct 2000 04:03:54 -0400
72611              Message-Id: <39ED596A.70E599FE@oracle.com>
72612      Branch: perl
72613            ! lib/Cwd.pm
72614 ____________________________________________________________________________
72615 [  7357] By: jhi                                   on 2000/10/18  16:37:26
72616         Log: Disable the UTF8 downgrade croakage for now to avoid
72617              too many not okay messages.
72618      Branch: perl
72619            ! doio.c
72620 ____________________________________________________________________________
72621 [  7356] By: jhi                                   on 2000/10/17  23:29:41
72622         Log: Show the failed remote port, instead of the failing line number.
72623              
72624              Subject: [PATCH 5.6.1 Debugger] More diagnostics
72625              From: David Sparks <daves@ActiveState.com>
72626              Date: Tue, 17 Oct 2000 15:00:24 -0700
72627              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
72628      Branch: perl
72629            ! lib/perl5db.pl
72630 ____________________________________________________________________________
72631 [  7355] By: jhi                                   on 2000/10/17  14:11:31
72632         Log: On output try to downgrade to bytes, croak if impossible,
72633              from Simon Cozens.  This means that outputting >255 UTF8
72634              is impossible.  Consider this as a strong incentive to get
72635              the I/O disciplines implemented.
72636      Branch: perl
72637            ! doio.c pod/perldiag.pod sv.c
72638 ____________________________________________________________________________
72639 [  7354] By: jhi                                   on 2000/10/17  13:42:23
72640         Log: Clarify documentation on 'use bytes'.
72641              
72642              Subject: Re: What does 'use bytes' "mean" ?
72643              From: Simon Cozens <simon@cozens.net>
72644              Date: Mon, 18 Sep 2000 18:24:25 +0100
72645              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
72646      Branch: perl
72647            ! lib/bytes.pm
72648 ____________________________________________________________________________
72649 [  7353] By: jhi                                   on 2000/10/17  13:28:12
72650         Log: Workaround for a sfio bug where the stream error indicator
72651              is not cleared as documented.
72652              
72653              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72654              From: Nicholas Clark <nick@ccl4.org>
72655              Date: Mon, 16 Oct 2000 18:28:23 +0100
72656              Message-ID: <20001016182823.J19700@plum.flirble.org>
72657      Branch: perl
72658            ! doio.c
72659 ____________________________________________________________________________
72660 [  7352] By: jhi                                   on 2000/10/17  13:06:19
72661         Log: More IoTYPE sprinkling.
72662      Branch: perl
72663            ! doio.c pp_hot.c
72664 ____________________________________________________________________________
72665 [  7351] By: jhi                                   on 2000/10/16  22:47:07
72666         Log: Detect early whether the std streams have gone bad.
72667              
72668              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72669              Date: Mon, 16 Oct 2000 23:28:42 +0100
72670              From: Nicholas Clark <nick@ccl4.org>
72671              Message-ID: <20001016232842.A37942@plum.flirble.org>
72672      Branch: perl
72673            ! t/op/misc.t
72674 ____________________________________________________________________________
72675 [  7350] By: jhi                                   on 2000/10/16  22:45:16
72676         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
72677              From: "Peter J. Farley III" <pjfarley@banet.net>
72678              Date: Mon, 16 Oct 2000 18:15:59 -0400
72679              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
72680      Branch: perl
72681            ! djgpp/djgpp.c dosish.h t/io/open.t
72682 ____________________________________________________________________________
72683 [  7349] By: jhi                                   on 2000/10/16  22:36:45
72684         Log: perldelta tweak.
72685      Branch: perl
72686            ! pod/perldelta.pod
72687 ____________________________________________________________________________
72688 [  7348] By: jhi                                   on 2000/10/16  15:17:53
72689         Log: Update Changes.
72690      Branch: perl
72691            ! Changes patchlevel.h
72692 ____________________________________________________________________________
72693 [  7347] By: jhi                                   on 2000/10/16  13:55:27
72694         Log: Add the capability to include/exclude branches.
72695      Branch: perl
72696            ! Porting/genlog
72697 ____________________________________________________________________________
72698 [  7346] By: jhi                                   on 2000/10/16  13:18:04
72699         Log: Add Charles Lane.
72700      Branch: perl
72701            ! AUTHORS Changes
72702 ____________________________________________________________________________
72703 [  7345] By: jhi                                   on 2000/10/16  13:13:21
72704         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
72705      Branch: perl
72706            ! pod/perldelta.pod
72707 ____________________________________________________________________________
72708 [  7344] By: gsar                                  on 2000/10/16  09:30:21
72709         Log: integrate change#6220 from cfgperl
72710              
72711              Win32 patches from Benjamin Stuhl.
72712      Branch: maint-5.6/perl
72713           !> makedef.pl win32/win32.h
72714 ____________________________________________________________________________
72715 [  7343] By: gsar                                  on 2000/10/16  08:32:19
72716         Log: integrate changes#6221,6222 from cfgperl
72717              
72718              Remove tr///CU (the feature is to be obsoleted by better interfaces).
72719              From: simon@brecon.co.uk (Simon Cozens)
72720              Subject: [PATCH] Eliminate tr///[CU][CU]
72721              Date: 23 Jun 2000 11:05:40 GMT
72722              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
72723              
72724              doc typo fix
72725              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
72726              From: Ian Phillipps <Ian.Phillipps@iname.com>
72727              Date: Fri, 23 Jun 2000 10:40:58 +0100
72728              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
72729      Branch: maint-5.6/perl
72730           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
72731 ____________________________________________________________________________
72732 [  7342] By: gsar                                  on 2000/10/16  08:28:08
72733         Log: integrate change#6217 from cfgperl (in part)
72734              
72735              Rename the fdpid locking and integrate with Sarathy.
72736      Branch: maint-5.6/perl
72737           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
72738           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
72739           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
72740           !> win32/win32.c
72741 ____________________________________________________________________________
72742 [  7341] By: gsar                                  on 2000/10/16  08:23:39
72743         Log: integrate changes#6214..6216 from mainline
72744              
72745              @_ can't have junk in it even in the non-USE_ITHREADS case because
72746              caller() wants to populate @DB::args with it (causes a coredump
72747              in Carp::confess())
72748              
72749              tweak comment about @DB::args
72750              
72751              be more optimal about clearing @_
72752      Branch: maint-5.6/perl
72753           !> av.h cop.h pp_ctl.c t/op/runlevel.t
72754 ____________________________________________________________________________
72755 [  7340] By: gsar                                  on 2000/10/16  08:20:37
72756         Log: integrate changes#6207..6210 from cfgperl
72757              
72758              Subject: [PATCH 5.6.0] Threadsafe patches
72759              From: Dan Sugalski <dan@sidhe.org>
72760              To: perl5-porters@perl.org
72761              Date: Mon, 08 May 2000 18:08:13 -0400
72762              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
72763              
72764              Regen headers for #6207.
72765              
72766              Lock PL_fdpid against race conditions, based on:
72767              Subject: [PATCH 5.6.0]subprocess fixup for threads
72768              From: Dan Sugalski <dan@sidhe.org>
72769              To: perl5-porters@perl.org
72770              Date: Tue, 11 Apr 2000 17:02:32 -0400
72771              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
72772              
72773              Mopup for #6207 and #6209.
72774      Branch: maint-5.6/perl
72775           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
72776           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
72777           !> win32/win32.c
72778 ____________________________________________________________________________
72779 [  7339] By: gsar                                  on 2000/10/16  08:14:34
72780         Log: integrate change#6203 from cfgperl
72781              
72782              perldiag should refer to perlos2.pod not README.os2
72783      Branch: maint-5.6/perl
72784           !> pod/perldiag.pod
72785 ____________________________________________________________________________
72786 [  7338] By: gsar                                  on 2000/10/16  08:11:42
72787         Log: integrate change#6201 from mainline
72788              
72789              Perl_eval_pv() leaks 4 bytes every time it is called because it
72790              does a PUSHMARK that's never ever POPMARKed; in general, only
72791              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
72792              Perl_eval_[sp]v() don't because they don't take any incoming
72793              arguments (this leak has been around since the original version
72794              of perl_eval_pv() in 5.003_97e)
72795      Branch: maint-5.6/perl
72796           !> perl.c
72797 ____________________________________________________________________________
72798 [  7337] By: gsar                                  on 2000/10/16  08:08:47
72799         Log: integrate changes#6197..6200 from cfgperl
72800              
72801              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
72802              From: John Borwick <jhborwic@unity.ncsu.edu>
72803              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
72804              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
72805              
72806              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
72807              From: Dan Sugalski <dan@sidhe.org>
72808              To: vmsperl@perl.org, perl5-porters@perl.org
72809              Date: Fri, 02 Jun 2000 16:00:41 -0400
72810              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
72811              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
72812              
72813              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
72814              From: Dan Sugalski <dan@sidhe.org>
72815              To: perl5-porters@perl.org, vmsperl@perl.org
72816              Date: Fri, 02 Jun 2000 17:30:51 -0400
72817              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
72818              
72819              Update to cperl-mode.el 4.31 from
72820              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
72821              Subject: A couple of notes
72822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72823              To: Mailing list Perl5 <perl5-porters@perl.org>
72824              Date: Sat, 3 Jun 2000 23:33:32 -0400
72825              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
72826      Branch: maint-5.6/perl
72827           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
72828           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
72829           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
72830           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
72831           !> vms/vmsish.h
72832 ____________________________________________________________________________
72833 [  7336] By: gsar                                  on 2000/10/16  08:03:46
72834         Log: integrate changes#6194,6195 from mainline
72835              
72836              fix small eval"" memory leaks under USE_ITHREADS
72837              
72838              fix yet another eval"" leak under USE_ITHREADS
72839      Branch: maint-5.6/perl
72840           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72841           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72842           !> vms/perly_c.vms
72843 ____________________________________________________________________________
72844 [  7335] By: gsar                                  on 2000/10/16  08:02:15
72845         Log: integrate changes#6190,6191 from mainline
72846              
72847              submit missing embed.pl change
72848              
72849              vec() loses numericalness (modified version of patch suggested
72850              by Robin Barker)
72851      Branch: maint-5.6/perl
72852           !> doop.c embed.pl t/op/vec.t
72853 ____________________________________________________________________________
72854 [  7334] By: gsar                                  on 2000/10/16  08:01:03
72855         Log: integrate change#6189 from mainline
72856              
72857              counting tr/// corrupts later operation (from M.J.T Guy)
72858      Branch: maint-5.6/perl
72859           !> doop.c t/op/tr.t
72860 ____________________________________________________________________________
72861 [  7333] By: gsar                                  on 2000/10/16  07:59:07
72862         Log: integrate changes#6183..6188 from mainline
72863              
72864              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
72865              <nick@ccl4.org>)
72866              
72867              tweak for change#6127
72868              
72869              remove incorrect documentation about implicit split to @_ in
72870              list context, which never really worked in perl 5 (from
72871              M.J.T. Guy)
72872              
72873              further qualify references to "alphanumeric" (from Wolfgang Laun
72874              <wolfgang.laun@alcatel.at>)
72875              
72876              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
72877              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72878              
72879              h2xs tweaks
72880      Branch: maint-5.6/perl
72881           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
72882           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
72883           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
72884           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
72885           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
72886           !> pod/pod2latex.PL utils/h2xs.PL
72887 ____________________________________________________________________________
72888 [  7332] By: gsar                                  on 2000/10/16  07:53:52
72889         Log: integrate change#6179 from mainline
72890              
72891              buggy modulus on UVs introduced by change#3378 (resulted in
72892              4063328477 % 65535 amounting to 27406, instead of 27407)
72893      Branch: maint-5.6/perl
72894           !> pp.c t/op/arith.t
72895 ____________________________________________________________________________
72896 [  7331] By: gsar                                  on 2000/10/16  07:52:49
72897         Log: integrate changes#6176,6177,6178,6182 from cfgperl
72898              
72899              Single-quoted utf8 patch from Simon Cozens.
72900              
72901              Substitution utf8 patch from Simon Cozens.
72902              
72903              Be cleaner.
72904              
72905              Be Cleaner Part Deux.
72906      Branch: maint-5.6/perl
72907           !> Makefile.SH pp_hot.c toke.c
72908 ____________________________________________________________________________
72909 [  7330] By: gsar                                  on 2000/10/16  07:41:36
72910         Log: integrate change#6172 from mainline
72911              
72912              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
72913              (from Ilya Zakharevich)
72914      Branch: maint-5.6/perl
72915           !> regexec.c t/op/re_tests
72916 ____________________________________________________________________________
72917 [  7329] By: gsar                                  on 2000/10/16  07:40:25
72918         Log: integrate change#6171 from mainline
72919              
72920              scalar() doesn't force scalar context when used in void context
72921              (from Simon Cozens)
72922      Branch: maint-5.6/perl
72923           !> op.c t/op/wantarray.t
72924 ____________________________________________________________________________
72925 [  7328] By: gsar                                  on 2000/10/16  07:39:33
72926         Log: integrate change#6170 from mainline
72927              
72928              change#6142 needs tweaks to tests to work where there's no
72929              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72930      Branch: maint-5.6/perl
72931           !> t/lib/filefind.t
72932 ____________________________________________________________________________
72933 [  7327] By: gsar                                  on 2000/10/16  07:35:34
72934         Log: integrate changes#6166..6168 from cfgperl
72935              
72936              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
72937              in case somebody wants to write an extension for more
72938              shadow database interfaces.
72939              
72940              tweak todo
72941              
72942              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
72943      Branch: maint-5.6/perl
72944           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72945           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
72946           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
72947           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
72948           !> win32/config.vc win32/config_H.bc win32/config_H.gc
72949           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
72950 ____________________________________________________________________________
72951 [  7326] By: gsar                                  on 2000/10/16  07:29:05
72952         Log: integrate changes#6157,6159..6161,6164 from cfgperl
72953              
72954              Regen Configure to jive with #6149.
72955              
72956              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
72957              
72958              Changes for the File::Temp 0.08 (change #6159) test suite
72959              to fit better into the Perl distribution test framework.
72960              
72961              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
72962              both from Simon Cozens.
72963              
72964              detypo
72965      Branch: maint-5.6/perl
72966           +> pod/perlmodlib.PL pod/perlnewmod.pod
72967           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
72968           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
72969           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72970           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72971 ____________________________________________________________________________
72972 [  7325] By: gsar                                  on 2000/10/16  07:25:13
72973         Log: integrate change#6158 from vmsperl
72974              
72975              Add fallback to tmpfile for use in cases where user's relying on
72976              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
72977              Lane's patch)
72978      Branch: maint-5.6/perl
72979           !> vms/vms.c vms/vmsish.h
72980 ____________________________________________________________________________
72981 [  7324] By: gsar                                  on 2000/10/16  07:20:50
72982         Log: integrate changes#6153..6155 from mainline
72983              
72984              prettier Test::Harness output on failed tests (from Nicholas Clark
72985              <nick@Bagpuss.uk.boo.com>)
72986              
72987              avoid type mismatch warning
72988              
72989              small bug in change#6144; remove random \xA0 character that snuck
72990              in via change#6145
72991      Branch: maint-5.6/perl
72992           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
72993           !> perl.c
72994 ____________________________________________________________________________
72995 [  7323] By: gsar                                  on 2000/10/16  07:18:47
72996         Log: integrate changes#6151,6152 from mainline
72997              
72998              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
72999              
73000              cosmetic fixups of RE debug output (from Ilya Zakharevich)
73001      Branch: maint-5.6/perl
73002           !> regexec.c
73003 ____________________________________________________________________________
73004 [  7322] By: gsar                                  on 2000/10/16  07:17:25
73005         Log: integrate changes#6146..6150 from mainline
73006              
73007              doc typo
73008              
73009              add a make entry to Config.pm so "perl -V:make" works on VMS
73010              (from Peter Prymmer)
73011              
73012              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
73013              
73014              OS/2 tweaks for usethreads build (from Rocco Caputo
73015              <troc@netrus.net>)
73016              
73017              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
73018      Branch: maint-5.6/perl
73019           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
73020           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
73021           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
73022           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
73023           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
73024           !> warnings.pl x2p/a2p.h
73025 ____________________________________________________________________________
73026 [  7321] By: gsar                                  on 2000/10/16  07:14:02
73027         Log: integrate changes#6143..6145 from mainline
73028              
73029              MacOS support, part 1 (from Matthias Neeracher
73030              <neeri@iis.ee.ethz.ch>)
73031              
73032              MacOS support, part 2: make AutoSplit use File::Spec instead
73033              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
73034              <neeri@iis.ee.ethz.ch>)
73035              
73036              make xsubpp skip embedded pod (from Matthias Neeracher
73037              <neeri@iis.ee.ethz.ch>)
73038      Branch: maint-5.6/perl
73039           +> ext/DynaLoader/dl_mac.xs
73040           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
73041           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
73042           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
73043           !> pp_ctl.c proto.h toke.c util.c util.h
73044 ____________________________________________________________________________
73045 [  7320] By: gsar                                  on 2000/10/16  07:12:13
73046         Log: integrate changes#6141,6142 from mainline
73047              
73048              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
73049              forwarded by Peter Seebach from the bsdi-users mailing list.
73050              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
73051              
73052              File::Find fails to chdir when chasing symlinks (from
73053              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73054      Branch: maint-5.6/perl
73055           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
73056 ____________________________________________________________________________
73057 [  7319] By: gsar                                  on 2000/10/16  07:04:30
73058         Log: integrate change#6139 from mainline
73059              
73060              revise mktables.PL for bugs and newness in Unicode 3.0
73061              (from James Bence <jbence@amgen.com>)
73062      Branch: maint-5.6/perl
73063           +> (branch 30 files)
73064           !> (integrate 49 files)
73065 ____________________________________________________________________________
73066 [  7318] By: gsar                                  on 2000/10/16  07:01:01
73067         Log: integrate changes#6137,6138 from mainline
73068              
73069              fix bogus redeclaration warning for "our" variables in different
73070              scopes
73071              
73072              add note about the handling of negative indices to tied arrays
73073              (from Michael G Schwern <schwern@pobox.com>)
73074      Branch: maint-5.6/perl
73075           !> op.c pod/perltie.pod t/pragma/strict-vars
73076 ____________________________________________________________________________
73077 [  7317] By: gsar                                  on 2000/10/16  06:58:46
73078         Log: integrate changes#6127..6136 from mainline
73079              
73080              call_method(...,G_EVAL) can longjmp() out if the method probing
73081              failed (from Gisle Aas)
73082              
73083              new perlxstut example for passing/returning refs to arrays
73084              (from David Lowe <dlowe@pootpoot.com>)
73085              
73086              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
73087              
73088              fix places that mean C<"word" character> but say C<alphanumeric
73089              character>
73090              
73091              avoid warnings in POSIX.pm (from Barrie Slaymaker)
73092              
73093              warnings::enabled() doesn't fall back to looking at $^W if
73094              caller isn't using lexical warnings (from Paul Marquess)
73095              
73096              elide bogus test in change#6132
73097              
73098              make Test::Harness use wait.h/WCOREDUMP if available
73099              (from Ben Tilly <ben_tilly@hotmail.com>)
73100              
73101              enable Test::Harness to dynamically determine column width etc.
73102              (from Rob Napier <rnapier@employees.org>)
73103              
73104              random pod typos (from Peter Scott <Peter@PSDT.com>)
73105      Branch: maint-5.6/perl
73106           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
73107           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
73108           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
73109           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
73110 ____________________________________________________________________________
73111 [  7316] By: gsar                                  on 2000/10/16  06:53:23
73112         Log: integrate change#6126 from mainline
73113              
73114              change#2879 broke rvalue autovivification of magicals such as
73115              ${$num} (reworked variant of patch suggested by Simon Cozens)
73116      Branch: maint-5.6/perl
73117           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
73118           !> pp_hot.c proto.h t/op/gv.t
73119 ____________________________________________________________________________
73120 [  7315] By: gsar                                  on 2000/10/16  06:51:38
73121         Log: integrate changes#6123,6125 from mainline
73122              
73123              clarify gotcha with #line directives (from Rocco Caputo
73124              <troc@netrus.net>)
73125              
73126              enable propagating exception objects via Perl_croak() in XS code
73127              (from Gisle Aas)
73128      Branch: maint-5.6/perl
73129           !> pod/perldebug.pod pod/perlsyn.pod util.c
73130 ____________________________________________________________________________
73131 [  7314] By: gsar                                  on 2000/10/16  06:49:28
73132         Log: integrate change#6122 from mainline
73133              
73134              downgrade fatal error on C<"foo@nosucharray.com"> to optional
73135              warning (from Mark-Jason Dominus)
73136      Branch: maint-5.6/perl
73137           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
73138           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
73139           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
73140           !> toke.c
73141 ____________________________________________________________________________
73142 [  7313] By: gsar                                  on 2000/10/16  06:46:54
73143         Log: integrate changes#6112..6121 from vmsperl
73144              
73145              Check for existence of file before trying to delete
73146              
73147              Ugly workaround for version-specific RTL error
73148              
73149              Urk -- undo previous removal of vmsish 'exit' change
73150              
73151              Add bounds checking for several strings (Charles Lane)
73152              
73153              Miscellaneous cosmetic fixes (Charles Lane)
73154              
73155              Treat sockets as special in sys(read|write) (Charles Lane et al.)
73156              
73157              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
73158              Flatten case labels in switch statements uniformly (Charles Bailey)
73159              
73160              Quiet error messages in vmsish.t (Charles Lane)
73161              
73162              Add missing escape (Charles Lane)
73163              
73164              Allow eliminate_macros() and fixpath() to handle space-delimited
73165              lists (based on fixes by Craig Berry)
73166      Branch: maint-5.6/perl
73167           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
73168           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
73169           !> vms/vmsish.h
73170 ____________________________________________________________________________
73171 [  7312] By: gsar                                  on 2000/10/16  06:41:18
73172         Log: integrate changes#6107,6110 from cfgperl
73173              
73174              Tweak the todo list.
73175              
73176              todo tweak
73177      Branch: maint-5.6/perl
73178           !> Todo-5.6
73179 ____________________________________________________________________________
73180 [  7311] By: gsar                                  on 2000/10/16  06:38:38
73181         Log: integrate changes#6104,6108 from mainline
73182              
73183              PL_sys_intern was being initialized too late on windows
73184              
73185              reenable fake signal handling on Windows, bugs and all
73186      Branch: maint-5.6/perl
73187           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
73188           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
73189           !> win32/win32.c
73190 ____________________________________________________________________________
73191 [  7310] By: gsar                                  on 2000/10/16  06:36:03
73192         Log: integrate changes#6095,6097..6103 from cfgperl
73193              
73194              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
73195              might be useful in future.
73196              
73197              Add a note about possible compilation problems from Allen Smith.
73198              
73199              Add a note about other, yet unsupported, shadow password APIs.
73200              
73201              Tweaks for the cc bugs from Allen Smith.
73202              
73203              More compilation tweakery from Allen Smith.
73204              
73205              Hints and test tweaks for Unicos.
73206              
73207              The test suite tweak in #6101 wasn't quite right.
73208              
73209              Test tweaking for Unicos continues.
73210      Branch: maint-5.6/perl
73211           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73212           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
73213           !> t/lib/complex.t t/op/64bitint.t
73214 ____________________________________________________________________________
73215 [  7309] By: gsar                                  on 2000/10/16  06:29:41
73216         Log: integrate changes#6093,6094 from mainline
73217              
73218              fork() failure to create pseudo process sets errno=EAGAIN and returns
73219              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
73220              
73221              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
73222      Branch: maint-5.6/perl
73223           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
73224           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
73225 ____________________________________________________________________________
73226 [  7308] By: gsar                                  on 2000/10/16  06:27:29
73227         Log: integrate change#6092 from cfgperl
73228              
73229              Regen perltoc with the fixed buildtoc.
73230      Branch: maint-5.6/perl
73231           !> pod/perltoc.pod
73232 ____________________________________________________________________________
73233 [  7307] By: gsar                                  on 2000/10/16  06:26:40
73234         Log: integrate changes#6089,6090 from mainline
73235              
73236              buildtoc tweak to fix newline lossage
73237              
73238              concat doesn't preserve utf8-ness, and doesn't invalidate
73239              [NI]OK; added tests for both
73240      Branch: maint-5.6/perl
73241           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
73242 ____________________________________________________________________________
73243 [  7306] By: gsar                                  on 2000/10/16  06:24:05
73244         Log: integrate change#6088 from cfgperl
73245              
73246              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
73247              because we do not use those.  The HAS_GETSPNAM remains,
73248              though, because we still do use that.
73249      Branch: maint-5.6/perl
73250           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73251           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
73252           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
73253           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73254           !> win32/config.vc win32/config_H.bc win32/config_H.gc
73255           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73256 ____________________________________________________________________________
73257 [  7305] By: gsar                                  on 2000/10/16  06:15:52
73258         Log: integrate changes#6084,6085,6087 from mainline
73259              
73260              substr() does not preserve utf8-ness (from Stefan Eissing
73261              <Eissing@medicaldataservice.de>); added tests
73262              
73263              repeat operator (x) doesn't preserve utf8-ness
73264              
73265              reverse() and quotemeta() weren't preserving utf8-ness; add tests
73266      Branch: maint-5.6/perl
73267           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
73268 ____________________________________________________________________________
73269 [  7304] By: gsar                                  on 2000/10/16  06:13:10
73270         Log: integrate changes#6077..6083 from mainline
73271              
73272              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
73273              and Tom Phoenix)
73274              
73275              workaround for CRT bug in chdir() (from Charles Lane, via
73276              Peter Prymmer)
73277              
73278              remove outdated kludge in Carp (NULLs are permitted in diagnostics
73279              now)
73280              
73281              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
73282              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73283              
73284              better default perlbug categories for ok reports (from Richard Foley)
73285              
73286              peek.t non-portable to ithreads
73287              
73288              note about undocumented caller() return value (from M.J.T. Guy);
73289              yet another peek.t tweak
73290      Branch: maint-5.6/perl
73291           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73292           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73293           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
73294           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
73295           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
73296           !> vms/vmsish.h
73297 ____________________________________________________________________________
73298 [  7303] By: gsar                                  on 2000/10/16  06:03:18
73299         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
73300              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
73301              
73302              &HUGE_VAL is not defined, it exists.
73303              
73304              Do not warn that an infinity does not look like a number.
73305              
73306              Rewrite the pwent/spent logic to be a little bit more clearer.
73307              
73308              Continue on the pwent/spent case.
73309              
73310              Correct Freudian slip.
73311              
73312              Use HUGE_VALL if applicable.
73313              
73314              pwent/spent #ifdef imbalance.
73315              
73316              Infinite problems.
73317              
73318              Call getspnam() only iff needd.
73319              
73320              Test both the scalar and list contexts.
73321              
73322              Use setxxent()/endxxent().
73323              
73324              Complex tweakery.
73325              
73326              Unicos hint tweak.
73327              
73328              Be more forgiving in POSIX about HUGE_VALL.
73329              
73330              Detypo.
73331              
73332              The search of infinity continues, this time simplified.
73333              
73334              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
73335              in natively 64-bit platforms where a long is a quad (no need
73336              for long longs).  Also added bias for IVs.
73337              
73338              Complex tweaks.
73339              
73340              Introduce t/lib/peek.t.
73341              
73342              Make the test more portable.
73343      Branch: maint-5.6/perl
73344           +> t/lib/peek.t
73345            ! pp_sys.c
73346           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
73347           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
73348           !> t/op/pwent.t toke.c util.c
73349 ____________________________________________________________________________
73350 [  7302] By: gsar                                  on 2000/10/16  05:03:37
73351         Log: integrate changes#6066..6071 from mainline
73352              
73353              s/END/CHECK/
73354              
73355              replace direct call to sighandler() with (*PL_sighandlerp)()
73356              
73357              note about values()
73358              
73359              File::Spec compatibility update (from Barrie Slaymaker
73360              <barries@slaysys.com>)
73361              
73362              remove misleading comment (from M.J.T. Guy)
73363              
73364              misformatted perllocal.pod (from Tim Jenness
73365              <t.jenness@jach.hawaii.edu>)
73366      Branch: maint-5.6/perl
73367           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
73368           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
73369           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
73370           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
73371 ____________________________________________________________________________
73372 [  7301] By: gsar                                  on 2000/10/16  05:00:08
73373         Log: integrate changes#6061..6063 from mainline
73374              
73375              change#5921 neglected to make eq honor "use bytes"
73376              
73377              additional tests for utf8.t
73378              
73379              tokeq() could read unallocated field in argument
73380      Branch: maint-5.6/perl
73381           !> sv.c t/pragma/utf8.t toke.c
73382 ____________________________________________________________________________
73383 [  7300] By: gsar                                  on 2000/10/16  04:56:54
73384         Log: integrate changes#6046,6048,6057,6058 from mainline
73385              
73386              libscheck has insufficient checks for n32 libs (from
73387              Albert Chin-A-Young <china@thewrittenword.com>)
73388              
73389              add note about how $( doesn't interpolate in REs (from
73390              Philip Newton <newton@ficus.frogspace.net>)
73391              
73392              fix broken parsing of /\x{ab}/
73393              
73394              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
73395              (spotted by Donald Kinzer <dkinzer@premia.com>)
73396      Branch: maint-5.6/perl
73397           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
73398           !> t/pragma/utf8.t
73399 ____________________________________________________________________________
73400 [  7299] By: gsar                                  on 2000/10/16  04:52:50
73401         Log: integrate change#6044 from mainline
73402              
73403              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
73404              such that underscores are only ignored in literal numbers,
73405              "\x{...}", and hex/oct argument
73406      Branch: maint-5.6/perl
73407           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
73408 ____________________________________________________________________________
73409 [  7298] By: gsar                                  on 2000/10/16  04:50:53
73410         Log: integrate changes#6027..6043 from mainline
73411              
73412              podlators-1.02 update (from Russ Allbery)
73413              
73414              Pod::Man generates groff-incompatible macro definition (from
73415              Tom Christiansen)
73416              
73417              add CGI.pm v2.66 (from Lincoln Stein)
73418              
73419              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
73420              for @- and @+ (from Johan Vromans)
73421              
73422              small nits in diagnostics.pm (from Robin Barker)
73423              
73424              whitespace adjustments
73425              
73426              missing files in MANIFEST
73427              
73428              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
73429              to compensate
73430              
73431              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
73432              
73433              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
73434      Branch: maint-5.6/perl
73435           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
73436           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
73437           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
73438           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
73439           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
73440           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
73441           !> t/lib/cgi-html.t t/lib/cgi-request.t
73442 ____________________________________________________________________________
73443 [  7297] By: gsar                                  on 2000/10/16  04:44:30
73444         Log: integrate change#6025 from mainline
73445              
73446              Is{Alnum,Alpha,Word} don't match titlecase
73447              TODO: IsSpace is defined recursively!
73448              (both spotted by Larry)
73449      Branch: maint-5.6/perl
73450           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73451           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73452 ____________________________________________________________________________
73453 [  7296] By: gsar                                  on 2000/10/16  04:39:30
73454         Log: integrate change#6023 from mainline
73455              
73456              debugger stomps on $. (from M.J.T. Guy)
73457      Branch: maint-5.6/perl
73458           !> lib/perl5db.pl
73459 ____________________________________________________________________________
73460 [  7295] By: gsar                                  on 2000/10/16  04:38:02
73461         Log: integrate change#6022 from mainline
73462              
73463              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
73464      Branch: maint-5.6/perl
73465           !> sv.c
73466 ____________________________________________________________________________
73467 [  7294] By: gsar                                  on 2000/10/16  04:37:05
73468         Log: integrate changes#6018..6021 from mainline
73469              
73470              make lib/syslog.t portable to systems that don't have _PATH_LOG,
73471              make _PATH_LOG() return "" if unavailable
73472              
73473              windows portability tweaks
73474              
73475              test tweak
73476              
73477              remove Win2K issue in pod (fixed by change#6020)
73478      Branch: maint-5.6/perl
73479           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
73480           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
73481           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
73482 ____________________________________________________________________________
73483 [  7293] By: gsar                                  on 2000/10/16  04:20:00
73484         Log: integrate changes#6013..6015 from mainline
73485              
73486              tweak change#5945 to display correct switch name in diagnostic
73487              
73488              glob() loading File::Glob behind the scenes may cause syntax errors
73489              
73490              tweak test for portability
73491      Branch: maint-5.6/perl
73492           !> op.c perl.c pod/perldiag.pod t/lib/b.t
73493 ____________________________________________________________________________
73494 [  7292] By: gsar                                  on 2000/10/16  04:18:11
73495         Log: integrate changes#6005..6010 from mainline, cfgperl
73496              
73497              perldoc might fail via "use blib" (from Hugo van der Sanden)
73498              
73499              Regen Configure.
73500              
73501              note about compile failures and END blocks (from M.J.T. Guy)
73502              
73503              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
73504              
73505              (change#6009 integrated earlier in change#7255)
73506              
73507              clarify note about shadow password support (from
73508              gellyfish@gellyfish.com)
73509      Branch: maint-5.6/perl
73510           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73511           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
73512           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
73513 ____________________________________________________________________________
73514 [  7291] By: gsar                                  on 2000/10/16  04:12:03
73515         Log: integrate changes#6002,6003 from mainline
73516              
73517              destructive sv_setsv() can lose UV-ness from source, causing
73518              numeric promotions/comparisons to fail to do the right thing
73519              
73520              allow REG_EXPAND_SZ keys in Windows registry (from
73521              John Clayton <John.Clayton@barclayscapital.com>)
73522      Branch: maint-5.6/perl
73523           !> sv.c win32/win32.c
73524 ____________________________________________________________________________
73525 [  7290] By: gsar                                  on 2000/10/16  04:10:19
73526         Log: integrate change#6001 from mainline
73527              
73528              support additional library locations via $Config{otherlibdirs}
73529              (from Andy Dougherty)
73530      Branch: maint-5.6/perl
73531           !> Configure INSTALL Porting/Glossary Porting/config.sh
73532           !> Porting/config_H config_h.SH epoc/config.sh perl.c
73533           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
73534           !> win32/config.bc win32/config.gc win32/config.vc
73535 ____________________________________________________________________________
73536 [  7289] By: gsar                                  on 2000/10/16  04:08:28
73537         Log: integrate change#5999 from mainline
73538              
73539              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
73540      Branch: maint-5.6/perl
73541           !> t/pragma/warn/toke toke.c
73542 ____________________________________________________________________________
73543 [  7288] By: gsar                                  on 2000/10/16  04:07:01
73544         Log: integrate changes#5997,5998 from cfgperl
73545              
73546              Preserve $!.
73547              
73548              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
73549      Branch: maint-5.6/perl
73550           !> lib/Math/Complex.pm
73551 ____________________________________________________________________________
73552 [  7287] By: gsar                                  on 2000/10/16  04:04:37
73553         Log: integrate change#5995 from mainline
73554              
73555              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
73556      Branch: maint-5.6/perl
73557           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
73558 ____________________________________________________________________________
73559 [  7286] By: gsar                                  on 2000/10/16  04:03:21
73560         Log: integrate change#5994 from mainline
73561              
73562              fix for missed accounting for null byte in pack("Z",...) (from
73563              M.J.T. Guy)
73564      Branch: maint-5.6/perl
73565           !> pp.c t/op/pack.t
73566 ____________________________________________________________________________
73567 [  7285] By: gsar                                  on 2000/10/16  04:02:11
73568         Log: integrate changes#5989..5993 from mainline
73569              
73570              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
73571              itself and no other (from Tom Hughes)
73572              
73573              use $ENV{LIB} to search for libs under Visual C compiler
73574              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
73575              
73576              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
73577              
73578              pod nit (from Simon Cozens)
73579              
73580              various minor tweaks seen on p5p
73581      Branch: maint-5.6/perl
73582           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
73583           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
73584           !> t/op/array.t toke.c
73585 ____________________________________________________________________________
73586 [  7284] By: gsar                                  on 2000/10/16  03:59:00
73587         Log: integrate changes#5978..5988 from mainline
73588              
73589              sync version numbers in File::Spec with the ones on CPAN
73590              (from Barrie Slaymaker)
73591              
73592              under useithreads, constant pad entries could inadvertantly be
73593              shared across threads (from Eric Blood <eblood@xmission.com>);
73594              added Eric's test case to testsuite
73595              
73596              allow Configure -S to run non-interactively (spotted by Greg Hudson
73597              <ghudson@mit.edu>)
73598              
73599              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
73600              prototype mismatch with CORE::glob(); update pod and tests to
73601              suit (File::Glob::glob() is still available for backward
73602              compatibility, but should be considered deprecated)
73603              
73604              avoid error in IO::Socket::INET when given an unknown service name
73605              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
73606              
73607              numeric conversion of non-number in change#3378 tramples on
73608              OOK offset, causing segfaults
73609              
73610              attributes::reftype() doesn't work on tied argument
73611              
73612              forked child may not exit correctly if it failed to open
73613              /dev/console (from Graham Barr)
73614              
73615              add regular expressions tutorial and quick-start guide (from
73616              Mark Kvale <kvale@phy.ucsf.edu>)
73617              
73618              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
73619              
73620              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
73621              <paul@miraclefish.com>)
73622      Branch: maint-5.6/perl
73623           +> pod/perlrequick.pod pod/perlretut.pod
73624           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
73625           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
73626           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
73627           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
73628           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
73629           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
73630           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
73631           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
73632 ____________________________________________________________________________
73633 [  7283] By: gsar                                  on 2000/10/16  03:52:14
73634         Log: integrate change#5977 from mainline
73635              
73636              autoquote barewords followed by newline and arrow properly
73637              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
73638      Branch: maint-5.6/perl
73639           !> t/pragma/warn/toke toke.c
73640 ____________________________________________________________________________
73641 [  7282] By: gsar                                  on 2000/10/16  03:50:48
73642         Log: integrate change#5976 from mainline
73643              
73644              DB_File v1.73 update (from Paul Marquess)
73645      Branch: maint-5.6/perl
73646           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
73647           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
73648 ____________________________________________________________________________
73649 [  7281] By: gsar                                  on 2000/10/16  03:49:14
73650         Log: integrate change#5975 from mainline
73651              
73652              allow sort() reentrancy (variant of patch suggested by
73653              Hugo van der Sanden)
73654      Branch: maint-5.6/perl
73655           !> pp_ctl.c t/op/sort.t
73656 ____________________________________________________________________________
73657 [  7280] By: gsar                                  on 2000/10/16  03:48:22
73658         Log: integrate change#5974 from mainline
73659              
73660              change#4197 somehow missed initializing PL_errors, meaning
73661              syntax error queueing wasn't working outside eval"" at all;
73662              also fixed eval"" to localize PL_error_count, so that compile-time
73663              eval's don't clobber the error state of the outer context
73664      Branch: maint-5.6/perl
73665           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
73666           !> t/pragma/warn/toke
73667 ____________________________________________________________________________
73668 [  7279] By: gsar                                  on 2000/10/16  03:46:21
73669         Log: integrate change#5973 from mainline
73670              
73671              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
73672      Branch: maint-5.6/perl
73673           !> regcomp.c regexec.c t/op/re_tests
73674 ____________________________________________________________________________
73675 [  7278] By: gsar                                  on 2000/10/16  03:44:54
73676         Log: integrate change#5971 from cfgperl
73677              
73678              Unicos tweaks from Mark P. Lutz.
73679      Branch: maint-5.6/perl
73680           !> hints/unicos.sh lib/Math/Complex.pm
73681 ____________________________________________________________________________
73682 [  7277] By: gsar                                  on 2000/10/16  03:42:59
73683         Log: integrate changes#5966..5970 from mainline
73684              
73685              add testsuite for B backends, fix bug in B::Deparse (from
73686              Simon Cozens <simon@brecon.co.uk>)
73687              
73688              improved docs on the warn_uninit diagnostic (from David Glasser
73689              and Simon Cozens)
73690              
73691              tolerate spaces in group names in test on solaris (from David Boyce
73692              <dsb@boyski.com>)
73693              
73694              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
73695              
73696              Data::Dumper fumbles negative numbers on 32-bit platforms where
73697              IV is >32bits
73698      Branch: maint-5.6/perl
73699           +> t/lib/b.t t/lib/syslog.t
73700           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
73701           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
73702           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
73703 ____________________________________________________________________________
73704 [  7276] By: gsar                                  on 2000/10/16  03:39:30
73705         Log: integrate change#5965 from mainline
73706              
73707              avoid "will not stay shared" warnings for our variables (from
73708              Robin Barker)
73709      Branch: maint-5.6/perl
73710           !> op.c t/pragma/warn/op
73711 ____________________________________________________________________________
73712 [  7275] By: gsar                                  on 2000/10/16  03:38:18
73713         Log: integrate change#5964 from mainline
73714              
73715              reformat to 72 columns (again)
73716      Branch: maint-5.6/perl
73717           !> pod/perldiag.pod
73718 ____________________________________________________________________________
73719 [  7274] By: gsar                                  on 2000/10/16  03:36:58
73720         Log: integrate change#5963 from mainline
73721              
73722              patch from Larry to make (\&) prototype work; added tests for
73723              the same
73724      Branch: maint-5.6/perl
73725           !> op.c t/comp/proto.t
73726 ____________________________________________________________________________
73727 [  7273] By: gsar                                  on 2000/10/16  03:35:51
73728         Log: integrate changes#5956..5962 from mainline
73729              
73730              better diagnostics on failed tests (from Ilya Zakharevich)
73731              
73732              pod nits (from A. C. Yardley <yardley@tanet.net>)
73733              
73734              change#3569 deleted some essential code, revert; avoid use of
73735              atexit() to make DynaLoader work properly on AIX under mod_perl
73736              (from Jens-Uwe Mager <jum@helios.de>)
73737              
73738              doubled words in pods (from Simon Cozens
73739              <simon.p.cozens@jp.pwcglobal.com>)
73740              
73741              better INSTALL notes on Solaris issues (from Dominic Dunlop)
73742              
73743              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
73744              
73745              updated README.hpux (from Jeff Okamoto)
73746      Branch: maint-5.6/perl
73747           !> INSTALL README.hpux emacs/cperl-mode.el
73748           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
73749           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
73750           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
73751           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
73752           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
73753           !> t/op/lex_assign.t
73754 ____________________________________________________________________________
73755 [  7272] By: gsar                                  on 2000/10/16  03:31:22
73756         Log: integrate change#5955 from mainline
73757              
73758              longstanding bug exposed by change#3307: sort arguments weren't
73759              compiled with the right wantarray context (ensuing runtime lookup
73760              via block_gimme() was getting the incidental context of the
73761              sort() itself)
73762      Branch: maint-5.6/perl
73763           !> op.c t/op/sort.t
73764 ____________________________________________________________________________
73765 [  7271] By: gsar                                  on 2000/10/16  03:29:11
73766         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
73767              branch
73768              
73769              Flatten the cpp jungle doing the nosuid checking.
73770              
73771              Do not assume sign propagation. (from M.J.T. Guy)
73772              
73773              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
73774              
73775              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
73776              Now pp_ncmp() returns undef is either operand is a NaN.
73777              
73778              On second thoughts frexp() does have two arguments.
73779              
73780              Document that tr() is not tr(1).
73781              
73782              Be more robust on "extreme" (large absolute value)
73783              arguments.  Originally reported by Daniel Connelly
73784              as a problem with asinh() on large negative arguments,
73785              asinh() used to bail out because an argument to log()
73786              ended up being zero.  Ilya Zakharevich proposed using
73787              Taylor's series in such cases, which for such large
73788              arguments is a very good approximation.
73789              
73790              Undo "use integer" addition from 64bitint as it seems
73791              to break most of the subtests in Digital UNIX;
73792              Unicos needs to find another way.
73793      Branch: maint-5.6/perl
73794           !> (integrate 29 files)
73795 ____________________________________________________________________________
73796 [  7270] By: gsar                                  on 2000/10/16  03:09:44
73797         Log: integrate changes#5948,5949,5950 from mainline
73798              
73799              typo in vars.pm that leads to cryptic message (from Piotr
73800              Piatkowski <kompas@kompas.usr.onet.pl>)
73801              
73802              make perldoc use the pod2man from the same version (from
73803              M.J.T. Guy)
73804              
73805              reformat perldiag to avoid long lines
73806      Branch: maint-5.6/perl
73807           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
73808 ____________________________________________________________________________
73809 [  7269] By: gsar                                  on 2000/10/16  03:05:54
73810         Log: integrate change#5947 from mainline
73811              
73812              use &dl_error rather than &dl_load_file as the guard for calling
73813              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
73814              statically built perl)
73815      Branch: maint-5.6/perl
73816           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73817 ____________________________________________________________________________
73818 [  7268] By: gsar                                  on 2000/10/16  03:04:48
73819         Log: integrate change#5945 from mainline
73820              
73821              make module name mandatory after -M switch; reorder perldiag
73822              alphabetically (from Mark-Jason Dominus)
73823      Branch: maint-5.6/perl
73824           !> perl.c pod/perldiag.pod
73825 ____________________________________________________________________________
73826 [  7267] By: gsar                                  on 2000/10/16  03:03:01
73827         Log: integrate change#5939 from mainline
73828              
73829              more pod nits (from Larry Virden)
73830      Branch: maint-5.6/perl
73831           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
73832           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
73833           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
73834 ____________________________________________________________________________
73835 [  7266] By: gsar                                  on 2000/10/16  03:01:39
73836         Log: integrate change#5938 from mainline
73837              
73838              Consolidated B::Deparse fixes (from Stephen McCamant)
73839      Branch: maint-5.6/perl
73840           !> ext/B/B/Deparse.pm
73841 ____________________________________________________________________________
73842 [  7265] By: gsar                                  on 2000/10/16  03:00:43
73843         Log: integrate change#5936 from mainline
73844              
73845              additional tests for change#7263 (from Paul Marquess)
73846      Branch: maint-5.6/perl
73847           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
73848           !> t/pragma/warn/5nolint t/pragma/warn/6default
73849 ____________________________________________________________________________
73850 [  7264] By: gsar                                  on 2000/10/16  02:58:34
73851         Log: integrate change#5934 from mainline
73852              
73853              propagate lexical warnings from surrounding scope correctly
73854              within string eval() (from Paul Marquess)
73855      Branch: maint-5.6/perl
73856           !> pp_ctl.c t/pragma/warn/pp_ctl
73857 ____________________________________________________________________________
73858 [  7263] By: gsar                                  on 2000/10/16  02:56:53
73859         Log: integrate change#5932 from mainline
73860              
73861              add rsignal(), whichsig() and do_join() to public API list
73862              (mod_perl uses them to good advantage)
73863      Branch: maint-5.6/perl
73864           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
73865 ____________________________________________________________________________
73866 [  7262] By: gsar                                  on 2000/10/16  02:55:53
73867         Log: integrate change#5931 from mainline
73868              
73869              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
73870      Branch: maint-5.6/perl
73871           !> pp_hot.c regexec.c t/op/pat.t
73872 ____________________________________________________________________________
73873 [  7261] By: gsar                                  on 2000/10/16  02:55:01
73874         Log: integrate change#5930 from mainline
73875              
73876              small os390 tweaks (from Peter Prymmer)
73877      Branch: maint-5.6/perl
73878           !> config_h.SH makedepend.SH
73879 ____________________________________________________________________________
73880 [  7260] By: gsar                                  on 2000/10/16  02:54:10
73881         Log: integrate change#5929 from mainline
73882              
73883              pod nits
73884      Branch: maint-5.6/perl
73885           !> pod/perlguts.pod
73886 ____________________________________________________________________________
73887 [  7259] By: gsar                                  on 2000/10/16  02:52:55
73888         Log: integrate change#5927 from mainline
73889              
73890              arrange for next() to resume at the unstack op rather than the
73891              loop conditional, so that scope cleanup happens correctly
73892              (from Stephen McCamant)
73893      Branch: maint-5.6/perl
73894           !> op.c pp_ctl.c t/op/misc.t
73895 ____________________________________________________________________________
73896 [  7258] By: gsar                                  on 2000/10/16  02:51:38
73897         Log: integrate change#5926 from mainline
73898              
73899              on windows, reserve 16M of stack rather than 128M (allows more
73900              threads to run concurrently)
73901      Branch: maint-5.6/perl
73902           !> win32/Makefile win32/makefile.mk
73903 ____________________________________________________________________________
73904 [  7257] By: gsar                                  on 2000/10/16  02:50:37
73905         Log: integrate change#5925 from mainline
73906              
73907              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
73908      Branch: maint-5.6/perl
73909           !> toke.c
73910 ____________________________________________________________________________
73911 [  7256] By: gsar                                  on 2000/10/16  02:49:36
73912         Log: integrate change#5924 from mainline
73913              
73914              avoid using uninitialized memory in require version check
73915      Branch: maint-5.6/perl
73916           !> pp_ctl.c universal.c
73917 ____________________________________________________________________________
73918 [  7255] By: gsar                                  on 2000/10/16  02:48:03
73919         Log: integrate changes#5923,5928,6009 from mainline
73920              
73921              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
73922      Branch: maint-5.6/perl
73923           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
73924 ____________________________________________________________________________
73925 [  7254] By: gsar                                  on 2000/10/16  02:44:46
73926         Log: integrate change#5922 from mainline
73927              
73928              commentary about IoTYPE() (from Nathan Torkington)
73929      Branch: maint-5.6/perl
73930           !> sv.h
73931 ____________________________________________________________________________
73932 [  7253] By: gsar                                  on 2000/10/16  02:43:49
73933         Log: integrate change#5921 from mainline
73934              
73935              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
73936      Branch: maint-5.6/perl
73937           !> sv.c t/lib/charnames.t t/pragma/utf8.t
73938 ____________________________________________________________________________
73939 [  7252] By: gsar                                  on 2000/10/16  02:42:31
73940         Log: integrate change#5920 from mainline
73941              
73942              Larry's fix for buggy propagation of utf8-ness in join(); add test
73943      Branch: maint-5.6/perl
73944           !> doop.c t/op/ver.t
73945 ____________________________________________________________________________
73946 [  7251] By: gsar                                  on 2000/10/16  02:41:14
73947         Log: integrate changes#5915..5919 from mainline
73948              
73949              various (pod tweaks &c)
73950      Branch: maint-5.6/perl
73951           !> (integrate 33 files)
73952 ____________________________________________________________________________
73953 [  7250] By: gsar                                  on 2000/10/16  02:38:16
73954         Log: integrate change#5914 from mainline
73955              
73956              caller() wasn't returning the right number of elements for
73957              eval {...}
73958      Branch: maint-5.6/perl
73959           !> pp_ctl.c t/pragma/warn/9enabled
73960 ____________________________________________________________________________
73961 [  7249] By: gsar                                  on 2000/10/16  02:37:02
73962         Log: integrate change#5913 from mainline
73963              
73964              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
73965              (from Mark-Jason Dominus)
73966      Branch: maint-5.6/perl
73967           !> pod/perlfunc.pod
73968 ____________________________________________________________________________
73969 [  7248] By: gsar                                  on 2000/10/16  02:35:58
73970         Log: integrate change#5912 from mainline
73971              
73972              fix totally broken caching in UNIVERSAL::isa() (from
73973              Nick Ing-Simmons)
73974      Branch: maint-5.6/perl
73975           !> t/op/universal.t universal.c
73976 ____________________________________________________________________________
73977 [  7247] By: gsar                                  on 2000/10/16  02:34:27
73978         Log: integrate changes#5910,5911 from mainline
73979              
73980              typo in pod
73981              
73982              add linebreak properties from unicode/LineBrk.txt (from
73983              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
73984      Branch: maint-5.6/perl
73985           +> (branch 29 files)
73986           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
73987 ____________________________________________________________________________
73988 [  7246] By: gsar                                  on 2000/10/16  02:33:29
73989         Log: integrate change#5909 from mainline
73990              
73991              mode argument to do_binmode() should be file mode, not boolean
73992      Branch: maint-5.6/perl
73993           !> pp_sys.c
73994 ____________________________________________________________________________
73995 [  7245] By: gsar                                  on 2000/10/16  02:31:04
73996         Log: integrate change#5908 from mainline
73997              
73998              introduce illegal symbols into null package so that
73999              gv_fetchpv(...,TRUE) always returns a valid GV even when the
74000              symbol is trapped by strictures (avoids coredumps)
74001      Branch: maint-5.6/perl
74002           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
74003           !> t/pragma/strict-vars
74004 ____________________________________________________________________________
74005 [  7244] By: jhi                                   on 2000/10/16  02:29:54
74006         Log: Subject: $Carp::ExportLevel confusion in Exporter
74007              From: "Ben Tilly" <ben_tilly@hotmail.com>
74008              Date: Sat, 14 Oct 2000 16:44:34 EDT
74009              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
74010      Branch: perl
74011            ! lib/Exporter/Heavy.pm
74012 ____________________________________________________________________________
74013 [  7243] By: jhi                                   on 2000/10/16  02:28:33
74014         Log: Subject: [PATCH perlguts.pod] Document offset hack
74015              From: Simon Cozens <simon@cozens.net>
74016              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
74017              Date: Sat, 14 Oct 2000 19:32:25 +0100
74018      Branch: perl
74019            ! pod/perlguts.pod
74020 ____________________________________________________________________________
74021 [  7242] By: gsar                                  on 2000/10/16  02:26:51
74022         Log: integrate changes#5905,5906,5907,6064 from mainline
74023              
74024              printf/sprintf didn't get quad types right under use64bitint
74025      Branch: maint-5.6/perl
74026           !> pp_sys.c sv.c t/op/64bitint.t
74027 ____________________________________________________________________________
74028 [  7241] By: jhi                                   on 2000/10/16  02:22:44
74029         Log: Subject: small pod patch
74030              From: Dan Boorstein <dan_boo@bellsouth.net>
74031              Date: Sat, 14 Oct 2000 14:29:24 -0400
74032              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
74033      Branch: perl
74034            ! pod/perlfaq7.pod pod/perlmod.pod
74035 ____________________________________________________________________________
74036 [  7240] By: jhi                                   on 2000/10/16  02:13:46
74037         Log: -w cleanup.
74038              
74039              Subject: Re: Problems with bleadperl 
74040              From: "Stephen P. Potter" <spp@ds.net>
74041              Date: Fri, 13 Oct 2000 13:32:49 -0400
74042              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
74043      Branch: perl
74044            ! t/pragma/overload.t
74045 ____________________________________________________________________________
74046 [  7239] By: jhi                                   on 2000/10/16  01:41:18
74047         Log: One more ~utf8 tweak.
74048      Branch: perl
74049            ! t/op/bop.t
74050 ____________________________________________________________________________
74051 [  7238] By: jhi                                   on 2000/10/16  01:34:14
74052         Log: Tweak the test of #7235.
74053      Branch: perl
74054            ! t/op/bop.t
74055 ____________________________________________________________________________
74056 [  7237] By: jhi                                   on 2000/10/16  01:25:04
74057         Log: Fix a couple of compiler-noted nits in #7235.
74058      Branch: perl
74059            ! pp.c
74060 ____________________________________________________________________________
74061 [  7236] By: jhi                                   on 2000/10/16  01:22:46
74062         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
74063      Branch: perl
74064            ! pp.c pp_hot.c
74065 ____________________________________________________________________________
74066 [  7235] By: jhi                                   on 2000/10/15  16:24:44
74067         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
74068              
74069              From: Simon Cozens <simon@cozens.net>
74070              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
74071              Date: Sat, 14 Oct 2000 20:52:13 +0100
74072              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
74073      Branch: perl
74074            ! pp.c t/op/bop.t utf8.h
74075 ____________________________________________________________________________
74076 [  7234] By: jhi                                   on 2000/10/15  15:19:29
74077         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
74078              The problem was that rx->minlen was in chars while pp_split()
74079              thought it would be in bytes. 
74080      Branch: perl
74081            ! pp.c t/pragma/utf8.t
74082 ____________________________________________________________________________
74083 [  7233] By: jhi                                   on 2000/10/14  20:24:24
74084         Log: Document FNCASE=y as discussed in the bug 20000902.009.
74085      Branch: perl
74086            ! README.dos
74087 ____________________________________________________________________________
74088 [  7232] By: jhi                                   on 2000/10/14  18:52:21
74089         Log: Add test for bug id 20000427.003 (which seems to have
74090              been fixed) (also duplicate as 20000427.004, though
74091              with a higher severity).  Move one utf8 from op/append
74092              to pragma/utf8, tag the tests with bug ids.
74093      Branch: perl
74094            ! t/op/append.t t/pragma/utf8.t
74095 ____________________________________________________________________________
74096 [  7231] By: jhi                                   on 2000/10/14  17:28:37
74097         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
74098      Branch: perl
74099            ! t/pragma/utf8.t
74100 ____________________________________________________________________________
74101 [  7230] By: jhi                                   on 2000/10/14  14:24:50
74102         Log: Needs to be conditional on SunOS 4.
74103              
74104              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
74105              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
74106              Date: Sat, 14 Oct 2000 13:37:49 +0100
74107              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
74108      Branch: metaconfig/U/perl
74109            ! End.U
74110      Branch: perl
74111            ! Configure myconfig.SH pod/perldelta.pod
74112 ____________________________________________________________________________
74113 [  7229] By: jhi                                   on 2000/10/14  00:49:22
74114         Log: Update Changes.
74115      Branch: perl
74116            ! Changes patchlevel.h
74117 ____________________________________________________________________________
74118 [  7228] By: jhi                                   on 2000/10/14  00:46:10
74119         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
74120              From: Peter Prymmer <pvhp@forte.com>
74121              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
74122              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
74123      Branch: perl
74124            ! lib/utf8.pm
74125 ____________________________________________________________________________
74126 [  7227] By: jhi                                   on 2000/10/13  23:20:30
74127         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
74128      Branch: perl
74129            ! t/op/tie.t
74130 ____________________________________________________________________________
74131 [  7226] By: jhi                                   on 2000/10/13  22:14:32
74132         Log: Tweak #7225.
74133              
74134              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
74135              From: Peter Prymmer <pvhp@forte.com>
74136              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
74137              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
74138      Branch: perl
74139            ! t/op/sprintf.t
74140 ____________________________________________________________________________
74141 [  7225] By: jhi                                   on 2000/10/13  22:11:31
74142         Log: op/sprintf.t patch for OS/390 (and any other host with limited
74143              floating-point exponent length)
74144              
74145              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
74146              From: Dominic Dunlop <domo@computer.org>
74147              Date: Fri, 13 Oct 2000 19:17:57 +0200
74148              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
74149      Branch: perl
74150            ! t/op/sprintf.t
74151 ____________________________________________________________________________
74152 [  7224] By: jhi                                   on 2000/10/13  18:40:48
74153         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
74154      Branch: perl
74155            ! toke.c
74156 ____________________________________________________________________________
74157 [  7223] By: jhi                                   on 2000/10/13  18:37:13
74158         Log: Thinko in #7222.
74159      Branch: perl
74160            ! utf8.c
74161 ____________________________________________________________________________
74162 [  7222] By: jhi                                   on 2000/10/13  18:05:23
74163         Log: Use UTF8SKIP(), from Simon Cozens.
74164      Branch: perl
74165            ! utf8.c
74166 ____________________________________________________________________________
74167 [  7221] By: jhi                                   on 2000/10/13  15:43:19
74168         Log: (accidentally empty check-in)
74169      Branch: perl
74170            ! utf8.c
74171 ____________________________________________________________________________
74172 [  7220] By: jhi                                   on 2000/10/13  15:23:51
74173         Log: Add (optimistically) Storable to static extensions.
74174      Branch: perl
74175            ! hints/uwin.sh hints/vmesa.sh
74176 ____________________________________________________________________________
74177 [  7219] By: jhi                                   on 2000/10/13  15:20:05
74178         Log: Amdahl UTS doesn't seem to do dynaloading.
74179      Branch: perl
74180            ! hints/uts.sh
74181 ____________________________________________________________________________
74182 [  7218] By: jhi                                   on 2000/10/13  15:15:20
74183         Log: Slight tweak of the code to appease Amdahl UTS cc.
74184      Branch: perl
74185            ! pp.c
74186 ____________________________________________________________________________
74187 [  7217] By: jhi                                   on 2000/10/13  14:50:42
74188         Log: In Amdahl UTS "struct sv" is defined by a system header,
74189              <ksync.h>.
74190      Branch: perl
74191            ! perl.h sv.h
74192 ____________________________________________________________________________
74193 [  7216] By: jhi                                   on 2000/10/13  11:58:25
74194         Log: Ilya implemented the memory profiling API.
74195      Branch: perl
74196            ! Todo
74197 ____________________________________________________________________________
74198 [  7215] By: jhi                                   on 2000/10/13  02:56:38
74199         Log: Subject: [PATCH 5.7.0] Perl API for mstats
74200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74201              Date: Thu, 12 Oct 2000 22:52:40 -0400
74202              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
74203      Branch: perl
74204            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
74205 ____________________________________________________________________________
74206 [  7214] By: jhi                                   on 2000/10/13  02:55:38
74207         Log: Subject: [PATCH 5.7.0] IVs in mtats
74208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74209              Date: Thu, 12 Oct 2000 22:51:04 -0400
74210              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
74211      Branch: perl
74212            ! malloc.c perl.h
74213 ____________________________________________________________________________
74214 [  7213] By: jhi                                   on 2000/10/13  02:31:47
74215         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
74216      Branch: perl
74217            ! pod/perldiag.pod pp_sys.c
74218 ____________________________________________________________________________
74219 [  7212] By: jhi                                   on 2000/10/13  01:27:38
74220         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
74221              From: Peter Prymmer <pvhp@forte.com>
74222              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
74223              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
74224      Branch: perl
74225            ! t/op/oct.t
74226 ____________________________________________________________________________
74227 [  7211] By: jhi                                   on 2000/10/13  00:35:09
74228         Log: Update Changes.
74229      Branch: perl
74230            ! Changes patchlevel.h
74231 ____________________________________________________________________________
74232 [  7210] By: jhi                                   on 2000/10/12  23:59:40
74233         Log: The Install.pm third of
74234              
74235              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
74236              From: Bill Campbell <bill@celestial.com>
74237              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
74238              Date: Thu, 5 Oct 2000 18:04:51 -0700
74239      Branch: perl
74240            ! lib/ExtUtils/Install.pm
74241 ____________________________________________________________________________
74242 [  7209] By: jhi                                   on 2000/10/12  23:58:43
74243         Log: Two thirds of
74244              
74245              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
74246              Date: Thu, 5 Oct 2000 18:04:51 -0700
74247              From: Bill Campbell <bill@celestial.com>
74248              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
74249              
74250              The Install.pm changes will be submitted separately because
74251              they need some work and discussion still.
74252      Branch: perl
74253            ! lib/getopts.pl lib/termcap.pl
74254 ____________________________________________________________________________
74255 [  7208] By: jhi                                   on 2000/10/12  23:41:19
74256         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
74257              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74258              Date:     Thu, 12 Oct 2000 07:30:02 EDT
74259              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
74260      Branch: perl
74261            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
74262            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
74263 ____________________________________________________________________________
74264 [  7207] By: jhi                                   on 2000/10/12  23:39:01
74265         Log: An updated EBCDIC tr patch.
74266              
74267              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
74268              From: Peter Prymmer <pvhp@forte.com>
74269              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
74270              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
74271      Branch: perl
74272            ! t/op/tr.t
74273 ____________________________________________________________________________
74274 [  7206] By: jhi                                   on 2000/10/12  23:34:55
74275         Log: Upgrade to CPAN 1.58, from Andreas König.
74276      Branch: perl
74277            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74278 ____________________________________________________________________________
74279 [  7205] By: jhi                                   on 2000/10/12  23:29:08
74280         Log: Introduce the man[24-8] variables, from Andy Dougherty.
74281      Branch: metaconfig/U/perl
74282            + mandirs.U mandirstyle.U
74283      Branch: perl
74284            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74285            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
74286            ! vos/config.h vos/config.pl vos/config_h.SH_orig
74287            ! win32/config.bc win32/config.gc win32/config.vc
74288 ____________________________________________________________________________
74289 [  7204] By: gsar                                  on 2000/10/12  18:11:24
74290         Log: restore change#7202
74291      Branch: perl
74292            ! mg.c
74293 ____________________________________________________________________________
74294 [  7203] By: gsar                                  on 2000/10/12  18:09:40
74295         Log: another test of the Emergency Broadcast System--back out 
74296              change#7202
74297      Branch: perl
74298            ! mg.c
74299 ____________________________________________________________________________
74300 [  7202] By: gsar                                  on 2000/10/12  16:40:47
74301         Log: (submitted on behalf of Jarkko)
74302              Fix the lib/encode.t subtest 6 failure as reported by Andreas
74303              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
74304              was unearthed by change 7182, as was a bug in HTML::Entities.
74305      Branch: perl
74306            ! mg.c
74307 ____________________________________________________________________________
74308 [  7201] By: jhi                                   on 2000/10/11  03:16:05
74309         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
74310      Branch: perl
74311            ! pp_hot.c t/pragma/utf8.t
74312 ____________________________________________________________________________
74313 [  7200] By: jhi                                   on 2000/10/11  00:40:30
74314         Log: The #7198 was a false alarm.
74315      Branch: perl
74316            ! pp_hot.c
74317 ____________________________________________________________________________
74318 [  7199] By: jhi                                   on 2000/10/11  00:26:04
74319         Log: Remove duplicated code.
74320      Branch: perl
74321            ! t/lib/cgi-html.t
74322 ____________________________________________________________________________
74323 [  7198] By: jhi                                   on 2000/10/10  23:30:46
74324         Log: (Retracted by #7200.)
74325      Branch: perl
74326            ! pp_hot.c
74327 ____________________________________________________________________________
74328 [  7197] By: jhi                                   on 2000/10/10  21:49:30
74329         Log: Add the test case for #7190, from the original bug report
74330              by Andreas König.
74331      Branch: perl
74332            ! t/pragma/utf8.t
74333 ____________________________________________________________________________
74334 [  7196] By: jhi                                   on 2000/10/10  21:40:49
74335         Log: Reapply Andy's patch and regen Configure.
74336      Branch: perl
74337            ! Configure INSTALL Makefile.SH Porting/Glossary
74338            ! Porting/config.sh config_h.SH epoc/config.sh installperl
74339            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
74340            ! win32/config.vc
74341 ____________________________________________________________________________
74342 [  7195] By: jhi                                   on 2000/10/10  21:09:30
74343         Log: Use the versiononly instead of the installscripts,
74344              retract the changes 7146 and 7147.
74345      Branch: perl
74346            ! Configure INSTALL Makefile.SH Porting/Glossary
74347            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
74348            ! installperl uconfig.sh vos/config.def win32/config.bc
74349            ! win32/config.gc win32/config.vc
74350 ____________________________________________________________________________
74351 [  7194] By: jhi                                   on 2000/10/10  21:06:15
74352         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
74353              From: Peter Prymmer <pvhp@forte.com>
74354              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
74355              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
74356      Branch: perl
74357            ! t/op/ver.t
74358 ____________________________________________________________________________
74359 [  7193] By: jhi                                   on 2000/10/10  21:05:12
74360         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
74361              From: Peter Prymmer <pvhp@forte.com>
74362              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
74363              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
74364      Branch: perl
74365            ! t/op/tr.t
74366 ____________________________________________________________________________
74367 [  7192] By: jhi                                   on 2000/10/10  20:57:30
74368         Log: Add versiononly, delete installscripts, from Andy Dougherty.
74369      Branch: metaconfig
74370            - U/installdirs/installscripts.U
74371      Branch: metaconfig/U/perl
74372            + versiononly.U
74373 ____________________________________________________________________________
74374 [  7191] By: jhi                                   on 2000/10/10  19:41:21
74375         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
74376              From: Peter Prymmer <pvhp@forte.com>
74377              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
74378              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
74379      Branch: perl
74380            ! pod/perlebcdic.pod
74381 ____________________________________________________________________________
74382 [  7190] By: jhi                                   on 2000/10/10  19:26:14
74383         Log: Subject: Re: utf8 concat, mg_get
74384              From: Simon Cozens <simon@cozens.net>
74385              Date: Tue, 10 Oct 2000 17:40:17 +0100
74386              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
74387      Branch: perl
74388            ! pp_hot.c
74389 ____________________________________________________________________________
74390 [  7189] By: jhi                                   on 2000/10/10  19:23:03
74391         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
74392              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
74393              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
74394              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
74395      Branch: perl
74396            ! lib/ExtUtils/MM_Unix.pm
74397 ____________________________________________________________________________
74398 [  7188] By: jhi                                   on 2000/10/10  15:31:24
74399         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
74400              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
74401              Date: Fri, 14 Jul 2000 10:47:36 +0100
74402              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
74403      Branch: perl
74404            ! README.win32
74405 ____________________________________________________________________________
74406 [  7187] By: jhi                                   on 2000/10/10  13:30:10
74407         Log: Quote the temp file name, needed in Win32 because the
74408              default name unfortunately contains spaces, shouldn't
74409              hurt elsewhere.
74410              
74411              Subject: FW: perldoc fails if $TEMP contains spaces
74412              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
74413              Date: Thu, 14 Sep 2000 08:58:45 +0100
74414              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
74415      Branch: perl
74416            ! utils/perldoc.PL
74417 ____________________________________________________________________________
74418 [  7186] By: jhi                                   on 2000/10/10  13:16:27
74419         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
74420              From: hv@hugo.hybyte.com
74421              Date: Tue, 10 Oct 2000 14:10:20 +0100
74422              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
74423      Branch: perl
74424            ! t/lib/thr5005.t util.c
74425 ____________________________________________________________________________
74426 [  7185] By: jhi                                   on 2000/10/10  12:06:22
74427         Log: Upgrade to podlators 1.04, from Russ Allbery.
74428      Branch: perl
74429            ! lib/Pod/Man.pm lib/Pod/Text.pm
74430 ____________________________________________________________________________
74431 [  7184] By: jhi                                   on 2000/10/10  12:01:32
74432         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
74433      Branch: perl
74434            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
74435 ____________________________________________________________________________
74436 [  7183] By: jhi                                   on 2000/10/09  23:47:15
74437         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
74438              From: Peter Prymmer <pvhp@forte.com>
74439              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
74440              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
74441      Branch: perl
74442            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
74443 ____________________________________________________________________________
74444 [  7182] By: jhi                                   on 2000/10/09  23:43:16
74445         Log: Make eq work again with utf8 (disabling the upgrading
74446              should no more be necessary since the copies of the
74447              scalars are upgraded, not the scalars themselves).
74448              Takes care of ID 20001009.001.  (The claimed length()
74449              bug in 20001009.001 seems bogus to me.)
74450      Branch: perl
74451            ! sv.c t/pragma/utf8.t
74452 ____________________________________________________________________________
74453 [  7181] By: gsar                                  on 2000/10/09  19:41:54
74454         Log: tweak for change#7173
74455      Branch: perl
74456            ! win32/win32sck.c
74457 ____________________________________________________________________________
74458 [  7180] By: gsar                                  on 2000/10/09  19:26:56
74459         Log: on Windows, clean targets might not work under some flavors of the shell
74460      Branch: perl
74461            ! win32/Makefile win32/makefile.mk
74462 ____________________________________________________________________________
74463 [  7179] By: jhi                                   on 2000/10/09  19:21:02
74464         Log: Update Changes.
74465      Branch: perl
74466            ! Changes patchlevel.h
74467 ____________________________________________________________________________
74468 [  7178] By: jhi                                   on 2000/10/09  19:18:23
74469         Log: Warn about unknown scripts.
74470              
74471              Subject: Re: ideas? patches? [PATCH bleadperl]
74472              From: Dominic Dunlop <domo@computer.org>
74473              Date: Mon, 9 Oct 2000 14:57:17 +0200
74474              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
74475      Branch: perl
74476            ! lib/charnames.pm
74477 ____________________________________________________________________________
74478 [  7177] By: jhi                                   on 2000/10/09  19:13:27
74479         Log: Change #7160 had a nasty typo.
74480      Branch: metaconfig
74481            ! U/compline/Compile.U
74482      Branch: perl
74483            ! Configure config_h.SH
74484 ____________________________________________________________________________
74485 [  7176] By: gsar                                  on 2000/10/09  18:59:33
74486         Log: pod nit
74487      Branch: perl
74488            ! pod/perlport.pod
74489 ____________________________________________________________________________
74490 [  7175] By: gsar                                  on 2000/10/09  18:54:28
74491         Log: Windows9x doesn't support link(), despite what Config.pm
74492              might think
74493      Branch: perl
74494            ! lib/ExtUtils/Manifest.pm
74495 ____________________________________________________________________________
74496 [  7174] By: gsar                                  on 2000/10/09  18:50:03
74497         Log: avoid nonportable example code
74498      Branch: perl
74499            ! lib/File/Copy.pm
74500 ____________________________________________________________________________
74501 [  7173] By: gsar                                  on 2000/10/09  18:46:54
74502         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
74503              being used) when closing a socket handle
74504      Branch: perl
74505            ! win32/win32.c win32/win32.h win32/win32sck.c
74506 ____________________________________________________________________________
74507 [  7172] By: gsar                                  on 2000/10/09  18:41:40
74508         Log: on Windows, cwd strings in the environment should be of the
74509              form =X:=X:\foo instead of =X=X:\foo\
74510      Branch: perl
74511            ! win32/vdir.h
74512 ____________________________________________________________________________
74513 [  7171] By: gsar                                  on 2000/10/09  18:30:09
74514         Log: on Windows, LoadLibrary() could load an extension DLL multiple
74515              times if forward slashes are used in the path
74516      Branch: perl
74517            ! win32/win32.c
74518 ____________________________________________________________________________
74519 [  7170] By: jhi                                   on 2000/10/09  17:53:59
74520         Log: Add a todo note about overloadable assertions.
74521      Branch: perl
74522            ! Todo-5.6
74523 ____________________________________________________________________________
74524 [  7169] By: jhi                                   on 2000/10/09  13:43:45
74525         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
74526              From: mjd@plover.com
74527              Date: 9 Oct 2000 00:24:44 -0000
74528              Message-ID: <20001009002444.10616.qmail@plover.com>
74529      Branch: perl
74530            ! pod/perldebguts.pod
74531 ____________________________________________________________________________
74532 [  7168] By: nick                                  on 2000/10/08  13:16:33
74533         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
74534              is not right thing to do on (e.g. x86). Network order is also "right" for
74535              X fonts.
74536      Branch: perl
74537            ! ext/Encode/Encode.pm
74538 ____________________________________________________________________________
74539 [  7167] By: nick                                  on 2000/10/08  12:54:42
74540         Log: Make "encodings" work post-install when Encode/*.enc files may not
74541              be in same directory as Encode.pm
74542      Branch: perl
74543            ! ext/Encode/Encode.pm
74544 ____________________________________________________________________________
74545 [  7166] By: nick                                  on 2000/10/08  11:51:26
74546         Log: Work round the fact that $hash->{$key} does not take into account
74547              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
74548              so that key is always in the "expected" encoding - i.e. same way we put
74549              it in the hash.
74550      Branch: perl
74551            ! ext/Encode/Encode.pm
74552 ____________________________________________________________________________
74553 [  7165] By: gsar                                  on 2000/10/08  04:15:29
74554         Log: save_re_context() could reset PL_curcop to freed memory, causing core
74555              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
74556      Branch: perl
74557            ! pp_ctl.c
74558 ____________________________________________________________________________
74559 [  7164] By: jhi                                   on 2000/10/06  20:51:48
74560         Log: UTF8ize split() so that the cloned substrings get the UTF8
74561              flag of the original scalar.  Problem reported by Simon Cozens.
74562      Branch: perl
74563            ! pp.c t/pragma/utf8.t
74564 ____________________________________________________________________________
74565 [  7163] By: nick                                  on 2000/10/06  20:48:34
74566         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
74567              got a false +ve and so did not reach code which would have un-FAKEd the SV.
74568      Branch: perl
74569            ! sv.c
74570 ____________________________________________________________________________
74571 [  7162] By: nick                                  on 2000/10/06  20:25:37
74572         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
74573              To fix  (sort {$a <=> $b} keys %hash) in particular but
74574              should cover a number of other as-yet-unknown cases as well.
74575      Branch: perl
74576            ! sv.c
74577 ____________________________________________________________________________
74578 [  7161] By: jhi                                   on 2000/10/06  19:56:18
74579         Log: Change the version number of Tie::Handle in the core to 4.0,
74580              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
74581              
74582              Subject: Note on Tie::Handle
74583              From: andreas.koenig@anima.de (Andreas J. Koenig)
74584              Date:      06 Oct 2000 21:48:58 +0200
74585              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
74586      Branch: perl
74587            ! lib/Tie/Handle.pm
74588 ____________________________________________________________________________
74589 [  7160] By: jhi                                   on 2000/10/06  18:20:35
74590         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
74591              as the first option of cc/ld because of ultrapicky compilers
74592              (e.g. OS/390 R2.5)
74593      Branch: metaconfig
74594            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
74595            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
74596            ! U/compline/orderlib.U U/modified/Cppsym.U
74597            ! U/modified/d_access.U
74598      Branch: metaconfig/U/perl
74599            ! Checkcc.U d_dlsymun.U gccvers.U
74600      Branch: perl
74601            ! Configure config_h.SH
74602 ____________________________________________________________________________
74603 [  7159] By: jhi                                   on 2000/10/06  13:56:39
74604         Log: Update Changes.
74605      Branch: perl
74606            ! Changes patchlevel.h
74607 ____________________________________________________________________________
74608 [  7158] By: jhi                                   on 2000/10/06  12:48:40
74609         Log: Eliminate $Is_VMS code from the test.
74610              
74611              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
74612              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74613              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
74614              Date:     Thu, 5 Oct 2000 07:46:33 EDT
74615      Branch: perl
74616            ! t/lib/b.t
74617 ____________________________________________________________________________
74618 [  7157] By: jhi                                   on 2000/10/06  12:47:13
74619         Log: Also the $ccflags is needed for the C compiler check.
74620              
74621              Subject: Configure (check for C-compiler)
74622              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74623              Date: Fri, 06 Oct 2000 08:47:15 +0200
74624              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
74625      Branch: metaconfig/U/perl
74626            ! Checkcc.U
74627      Branch: perl
74628            ! Configure config_h.SH
74629 ____________________________________________________________________________
74630 [  7156] By: jhi                                   on 2000/10/06  11:45:15
74631         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
74632      Branch: perl
74633            ! perl.c pp_ctl.c sv.h utf8.c
74634 ____________________________________________________________________________
74635 [  7155] By: jhi                                   on 2000/10/06  11:40:41
74636         Log: IO::Handle->syswrite() did not handle length omission
74637              like CORE::syswrite() does.
74638              
74639              Subject: [Fwd] IO::Handle, syswrite and arguments
74640              From: Graham Barr <gbarr@pobox.com>
74641              Date: Fri, 6 Oct 2000 10:22:05 +0100
74642              Message-ID: <20001006102205.U6312@pobox.com>
74643              
74644              The original patch from andrew@ugh.net.au.
74645      Branch: perl
74646            ! ext/IO/lib/IO/Handle.pm
74647 ____________________________________________________________________________
74648 [  7154] By: jhi                                   on 2000/10/06  01:42:15
74649         Log: Tweak #7153.
74650      Branch: perl
74651            ! utf8.h
74652 ____________________________________________________________________________
74653 [  7153] By: jhi                                   on 2000/10/06  00:39:55
74654         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
74655      Branch: perl
74656            ! utf8.h
74657 ____________________________________________________________________________
74658 [  7152] By: jhi                                   on 2000/10/06  00:38:11
74659         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
74660      Branch: perl
74661            ! perl.c pp_ctl.c sv.h utf8.c
74662 ____________________________________________________________________________
74663 [  7151] By: jhi                                   on 2000/10/06  00:36:38
74664         Log: Subject: Re: Questions about Tie::Array and perl modules
74665              From: Nick Ing-Simmons <nik@tiuk.ti.com>
74666              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
74667              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
74668              
74669              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
74670      Branch: perl
74671            ! lib/Tie/Array.pm t/op/array.t
74672 ____________________________________________________________________________
74673 [  7150] By: jhi                                   on 2000/10/05  00:20:45
74674         Log: Regen Changes.
74675      Branch: perl
74676            ! Changes patchlevel.h
74677 ____________________________________________________________________________
74678 [  7149] By: jhi                                   on 2000/10/05  00:20:01
74679         Log: Regen toc.
74680      Branch: perl
74681            ! pod/perltoc.pod
74682 ____________________________________________________________________________
74683 [  7148] By: jhi                                   on 2000/10/04  23:35:08
74684         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
74685              reported several times by Dominic Dunlop, for example in
74686              ID 20000315.008.  Patch from Dominic.  Patch affects at
74687              least MachTen, and possibly other oldish BSDs. Should not
74688              break non-broken platforms (tested on LinuxPPC). 
74689      Branch: perl
74690            ! doio.c
74691 ____________________________________________________________________________
74692 [  7147] By: jhi                                   on 2000/10/04  23:26:34
74693         Log: The one that got away from 7146.
74694      Branch: metaconfig
74695            + U/installdirs/installscripts.U
74696 ____________________________________________________________________________
74697 [  7146] By: jhi                                   on 2000/10/04  23:25:04
74698         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
74699              suggested by H. Merijn Brand.
74700      Branch: perl
74701            ! Configure INSTALL Makefile.SH Porting/Glossary
74702            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
74703            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
74704            ! win32/config.vc
74705 ____________________________________________________________________________
74706 [  7145] By: jhi                                   on 2000/10/04  22:08:21
74707         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
74708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74709              Date: Wed, 4 Oct 2000 17:37:46 -0400
74710              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
74711      Branch: perl
74712            ! utils/h2xs.PL
74713 ____________________________________________________________________________
74714 [  7144] By: jhi                                   on 2000/10/04  18:11:41
74715         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
74716              From: Jeff Pinyan <jeffp@crusoe.net>
74717              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
74718              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
74719      Branch: perl
74720            ! pod/perlrun.pod
74721 ____________________________________________________________________________
74722 [  7143] By: jhi                                   on 2000/10/04  18:09:58
74723         Log: Subject: perlhack.pod Patch for Externals Tools
74724              From: Fisher Mark <fisherm@tce.com>
74725              Date: Tue, 3 Oct 2000 15:43:27 -0500 
74726              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
74727      Branch: perl
74728            ! pod/perlhack.pod
74729 ____________________________________________________________________________
74730 [  7142] By: jhi                                   on 2000/10/04  18:08:41
74731         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
74732              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74733              Date:     Wed, 4 Oct 2000 12:11:11 EDT
74734              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
74735      Branch: perl
74736            ! vms/vms.c
74737 ____________________________________________________________________________
74738 [  7141] By: jhi                                   on 2000/10/04  12:20:16
74739         Log: Subject: [PATCH 5.7.0] h2xs not working
74740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74741              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
74742              Date: Tue, 3 Oct 2000 21:43:01 -0400
74743              
74744              Subject: [PATCH 5.7.0] h2xs not documenting the created module
74745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74746              Date: Tue, 3 Oct 2000 22:55:19 -0400
74747              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
74748      Branch: perl
74749            ! utils/h2xs.PL
74750 ____________________________________________________________________________
74751 [  7140] By: jhi                                   on 2000/10/04  11:53:44
74752         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
74753              From: nick@babyhippo.com
74754              Date: Wed, 4 Oct 2000 12:06:45 +0100
74755              Message-Id: <20001004120645.A7356@babyhippo.com>
74756              
74757              Retract 7118 and 7135.
74758      Branch: perl
74759            ! installman installperl op.c t/pragma/subs.t
74760 ____________________________________________________________________________
74761 [  7139] By: jhi                                   on 2000/10/03  22:09:41
74762         Log: It is possible to have no hosts database at all.  Pointed out in
74763              
74764              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74765              From: Peter Prymmer <pvhp@forte.com>
74766              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74767              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74768      Branch: metaconfig
74769            ! U/modified/myhostname.U
74770      Branch: perl
74771            ! Configure config_h.SH
74772 ____________________________________________________________________________
74773 [  7138] By: jhi                                   on 2000/10/03  21:49:49
74774         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74775              From: Peter Prymmer <pvhp@forte.com>
74776              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74777              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74778      Branch: perl
74779            ! pp_sys.c
74780 ____________________________________________________________________________
74781 [  7137] By: jhi                                   on 2000/10/03  20:10:05
74782         Log: One remaining nit less at the VMS mailbox sizing.
74783      Branch: perl
74784            ! vms/vms.c
74785 ____________________________________________________________________________
74786 [  7136] By: jhi                                   on 2000/10/03  20:08:47
74787         Log: Test harness update to sync with the new perlcc,
74788              from Simon Cozens.
74789      Branch: perl
74790            ! t/TEST t/UTEST
74791 ____________________________________________________________________________
74792 [  7135] By: jhi                                   on 2000/10/03  15:15:42
74793         Log: Subject: Re: PATCH for 20001003.004
74794              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
74795              From: "AARON B. DOSSETT" <aaron@iglou.com>
74796              Message-Id: <E13gTay-0006od-00@iglou.com>
74797      Branch: perl
74798            ! installman installperl
74799 ____________________________________________________________________________
74800 [  7134] By: jhi                                   on 2000/10/03  15:00:34
74801         Log: Subject: [ID 20001003.006] B::Debug not -w clean
74802              From: Nicholas Clark <nick@babyhippo.co.uk>
74803              Date: Tue, 03 Oct 2000 15:46:32 +0100
74804              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
74805      Branch: perl
74806            ! ext/B/B/Debug.pm
74807 ____________________________________________________________________________
74808 [  7133] By: jhi                                   on 2000/10/03  14:58:39
74809         Log: Scale down the VMS message boxes, by Charles Lane.
74810              Fix for ID 20000903.009, workaround at
74811              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
74812      Branch: perl
74813            ! vms/vms.c
74814 ____________________________________________________________________________
74815 [  7132] By: jhi                                   on 2000/10/03  11:20:37
74816         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
74817      Branch: perl
74818            + t/lib/st-lock.t t/lib/st-utf8.t
74819            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
74820            ! ext/Storable/Storable.xs t/lib/st-recurse.t
74821 ____________________________________________________________________________
74822 [  7131] By: jhi                                   on 2000/10/03  03:38:23
74823         Log: Encode nits.
74824      Branch: perl
74825            ! MANIFEST Makefile.SH
74826 ____________________________________________________________________________
74827 [  7130] By: jhi                                   on 2000/10/03  03:31:05
74828         Log: Update Changes.
74829      Branch: perl
74830            ! Changes patchlevel.h
74831 ____________________________________________________________________________
74832 [  7129] By: jhi                                   on 2000/10/03  02:24:02
74833         Log: Misplaced else.
74834      Branch: metaconfig/U/perl
74835            ! d_strtoll.U
74836      Branch: perl
74837            ! Configure config_h.SH
74838 ____________________________________________________________________________
74839 [  7128] By: jhi                                   on 2000/10/03  02:08:29
74840         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
74841              From: sthoenna@efn.org
74842              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
74843              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
74844      Branch: metaconfig/U/perl
74845            ! d_strtoll.U
74846      Branch: perl
74847            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
74848 ____________________________________________________________________________
74849 [  7127] By: jhi                                   on 2000/10/03  01:13:14
74850         Log: Update Changes.
74851      Branch: perl
74852            ! Changes patchlevel.h
74853 ____________________________________________________________________________
74854 [  7126] By: jhi                                   on 2000/10/03  00:57:08
74855         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
74856              as suggested by Olaf Flebbe and Nick Clark.
74857      Branch: perl
74858            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
74859 ____________________________________________________________________________
74860 [  7125] By: jhi                                   on 2000/10/03  00:50:56
74861         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
74862              From: Nick Clark <nick@plum.flirble.org>
74863              Date: Mon, 2 Oct 2000 11:03:24 +0100
74864              Message-Id: <20001002110324.D20073@plum.flirble.org>
74865              
74866              Also fixes bug ID 20001002.005.
74867      Branch: perl
74868            ! t/lib/encode.t
74869 ____________________________________________________________________________
74870 [  7124] By: jhi                                   on 2000/10/03  00:34:59
74871         Log: Subject: [PATCH 5.7.0] Epoc update
74872              From: Olaf Flebbe <o.flebbe@gmx.de>
74873              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
74874              Message-ID: <26423.969484586@www10.gmx.net>
74875      Branch: perl
74876            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
74877            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
74878            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
74879            ! util.c util.h
74880 ____________________________________________________________________________
74881 [  7123] By: jhi                                   on 2000/10/03  00:30:07
74882         Log: Regen headers.
74883      Branch: perl
74884            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
74885 ____________________________________________________________________________
74886 [  7122] By: jhi                                   on 2000/10/03  00:10:48
74887         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
74888      Branch: perl
74889            ! hints/openbsd.sh
74890 ____________________________________________________________________________
74891 [  7121] By: jhi                                   on 2000/10/03  00:05:06
74892         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
74893              From: <abigail@foad.org>
74894              Date: Tue, 26 Sep 2000 13:36:14 -0400
74895              Message-ID: <20000926173614.4356.qmail@foad.org>
74896      Branch: perl
74897            ! pod/perlop.pod
74898 ____________________________________________________________________________
74899 [  7120] By: jhi                                   on 2000/10/03  00:04:00
74900         Log: Inside require() $^S was always left undefined.
74901              
74902              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
74903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74904              Date: Wed, 27 Sep 2000 18:54:49 -0400
74905              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
74906      Branch: perl
74907            ! cop.h mg.c pp_ctl.c util.c
74908 ____________________________________________________________________________
74909 [  7119] By: jhi                                   on 2000/10/03  00:00:16
74910         Log: Subject: [PATCH] DLL not restartabke with threaded perl
74911              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
74912              Date: Thu, 28 Sep 2000 09:20:46 +0100
74913              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
74914      Branch: perl
74915            ! perl.c
74916 ____________________________________________________________________________
74917 [  7118] By: jhi                                   on 2000/10/02  23:59:20
74918         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
74919              From: Nicholas Clark <nick@ccl4.org>
74920              Date: Thu, 28 Sep 2000 11:52:24 +0100
74921              Message-ID: <20000928115224.D7924@plum.flirble.org>
74922      Branch: perl
74923            ! op.c
74924 ____________________________________________________________________________
74925 [  7117] By: jhi                                   on 2000/10/02  23:57:51
74926         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
74927              From: Nicholas Clark <nick@babyhippo.co.uk>
74928              Date: Thu, 28 Sep 2000 12:18:10 +0100
74929              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
74930              
74931              Did not apply cleanly, manual intervention was needed.
74932      Branch: perl
74933            ! ext/B/B/Bytecode.pm utils/perlcc.PL
74934 ____________________________________________________________________________
74935 [  7116] By: jhi                                   on 2000/10/02  23:50:40
74936         Log: Document the issue (is not a syntax error, kind of)
74937              
74938              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
74939              From: Nicholas Clark <nick@ccl4.org>
74940              Date: Thu, 28 Sep 2000 17:12:42 +0100
74941              Message-ID: <20000928171242.K7924@plum.flirble.org>
74942      Branch: perl
74943            ! pod/perldata.pod
74944 ____________________________________________________________________________
74945 [  7115] By: jhi                                   on 2000/10/02  23:48:58
74946         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
74947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74948              Date: Thu, 28 Sep 2000 21:55:31 -0400
74949              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
74950      Branch: perl
74951            ! regexec.c
74952 ____________________________________________________________________________
74953 [  7114] By: jhi                                   on 2000/10/02  23:47:57
74954         Log: Subject: DOC PATCH 5.6.0
74955              From: mjd@plover.com
74956              Date: 30 Sep 2000 06:02:34 -0000
74957              Message-ID: <20000930060234.4559.qmail@plover.com>
74958      Branch: perl
74959            ! pod/perldebguts.pod
74960 ____________________________________________________________________________
74961 [  7113] By: jhi                                   on 2000/10/02  23:46:43
74962         Log: SOCK_DGRAM and listen() do not mix as reported in
74963              
74964              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
74965              From: Petter Reinholdtsen <pere@hungry.com>
74966              Date: Sun, 1 Oct 2000 10:57:20 +0800
74967              Message-Id: <200010010257.KAA05735@localhost.localdomain>
74968              
74969              The patch for 5.7.0+ had to be reengineered, though.
74970      Branch: perl
74971            ! ext/IO/lib/IO/Socket/UNIX.pm
74972 ____________________________________________________________________________
74973 [  7112] By: jhi                                   on 2000/10/02  23:36:57
74974         Log: Subject: Re: [PATCH 5.005_64 missed]
74975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74976              Date: Sun, 1 Oct 2000 18:50:10 -0400
74977              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
74978      Branch: perl
74979            ! pod/perlxs.pod
74980 ____________________________________________________________________________
74981 [  7111] By: jhi                                   on 2000/10/02  23:35:40
74982         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
74983              From: Radu Greab <radu@netsoft.ro>
74984              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
74985              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
74986      Branch: perl
74987            ! op.c opcode.pl t/op/substr.t
74988 ____________________________________________________________________________
74989 [  7110] By: jhi                                   on 2000/10/02  23:32:38
74990         Log: Subject: [PATCH] Fix aliasing of tied filehandles
74991              From: Daniel Chetlin <daniel@chetlin.com>
74992              Date: Mon, 2 Oct 2000 14:53:27 -0700
74993              Message-ID: <20001002145327.C1617@ilmd>
74994      Branch: perl
74995            ! perl.h pp_hot.c t/op/tiehandle.t
74996 ____________________________________________________________________________
74997 [  7109] By: jhi                                   on 2000/10/02  23:31:30
74998         Log: s/Robin Parker/Robin Barker/
74999      Branch: perl
75000            ! Changes5.6
75001 ____________________________________________________________________________
75002 [  7108] By: jhi                                   on 2000/10/02  23:15:46
75003         Log: Retract #7091 as suggested in
75004              
75005              From: Robin Barker <rmb1@cise.npl.co.uk> 
75006              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
75007              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
75008              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
75009      Branch: perl
75010            ! embed.pl proto.h
75011 ____________________________________________________________________________
75012 [  7107] By: nick                                  on 2000/10/02  18:23:14
75013         Log: A few tweaks to get Tk803 to work with Encode scheme.
75014      Branch: perl
75015            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
75016 ____________________________________________________________________________
75017 [  7106] By: nick                                  on 2000/10/01  21:34:14
75018         Log: Add checking cases to Encode's toUnicode and fromUnicode.
75019      Branch: perl
75020            ! ext/Encode/Encode.pm
75021 ____________________________________________________________________________
75022 [  7105] By: nick                                  on 2000/10/01  17:18:01
75023         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
75024              To read and use them.
75025              Add a lib/encode.t which checks a few things.
75026      Branch: perl
75027            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
75028            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
75029            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
75030            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
75031            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
75032            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
75033            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
75034            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
75035            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
75036            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
75037            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
75038            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
75039            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
75040            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
75041            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
75042            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
75043            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
75044            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
75045            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
75046            + ext/Encode/Encode/iso2022-jp.enc
75047            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
75048            + ext/Encode/Encode/iso8859-1.enc
75049            + ext/Encode/Encode/iso8859-2.enc
75050            + ext/Encode/Encode/iso8859-3.enc
75051            + ext/Encode/Encode/iso8859-4.enc
75052            + ext/Encode/Encode/iso8859-5.enc
75053            + ext/Encode/Encode/iso8859-6.enc
75054            + ext/Encode/Encode/iso8859-7.enc
75055            + ext/Encode/Encode/iso8859-8.enc
75056            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
75057            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
75058            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
75059            + ext/Encode/Encode/macCentEuro.enc
75060            + ext/Encode/Encode/macCroatian.enc
75061            + ext/Encode/Encode/macCyrillic.enc
75062            + ext/Encode/Encode/macDingbats.enc
75063            + ext/Encode/Encode/macGreek.enc
75064            + ext/Encode/Encode/macIceland.enc
75065            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
75066            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
75067            + ext/Encode/Encode/macTurkish.enc
75068            + ext/Encode/Encode/macUkraine.enc
75069            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
75070            + t/lib/encode.t
75071            ! MANIFEST ext/Encode/Encode.pm
75072 ____________________________________________________________________________
75073 [  7104] By: nick                                  on 2000/09/30  13:04:30
75074         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
75075              From: Daniel Chetlin <daniel@chetlin.com>
75076              Date: Mon, 18 Sep 2000 05:05:40 -0700
75077              Message-Id: <20000918050540.C652@ilmd>
75078      Branch: perl
75079            ! lib/overload.pm sv.c t/pragma/overload.t
75080 ____________________________________________________________________________
75081 [  7103] By: nick                                  on 2000/09/30  12:53:36
75082         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
75083              From: Johan Vromans <jvromans@squirrel.nl>
75084              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
75085              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
75086      Branch: perl
75087            ! pod/Makefile.SH
75088 ____________________________________________________________________________
75089 [  7102] By: nick                                  on 2000/09/30  12:52:31
75090         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
75091              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75092              Date: Sat, 16 Sep 2000 16:36:45 -0400
75093              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
75094      Branch: perl
75095            ! ext/B/B/Deparse.pm
75096 ____________________________________________________________________________
75097 [  7101] By: nick                                  on 2000/09/30  12:51:41
75098         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
75099              From: Craig A. Berry <craig.berry@psinetcs.com>
75100              Date: Sat, 16 Sep 2000 10:11:10 -0500
75101              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
75102      Branch: perl
75103            ! vms/vms.c
75104 ____________________________________________________________________________
75105 [  7100] By: nick                                  on 2000/09/30  12:50:33
75106         Log: Subject: Re: unicode support and perl [ID 20000901.097]
75107              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75108              Date: Fri, 15 Sep 2000 16:37:58 -0400
75109              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
75110      Branch: perl
75111            ! t/op/append.t
75112 ____________________________________________________________________________
75113 [  7099] By: nick                                  on 2000/09/30  12:49:35
75114         Log: Subject: Re: unicode support and perl [ID 20000901.097]
75115              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75116              Date: Fri, 15 Sep 2000 16:25:30 -0400
75117              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
75118      Branch: perl
75119            ! pp_hot.c
75120 ____________________________________________________________________________
75121 [  7098] By: nick                                  on 2000/09/30  12:48:00
75122         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
75123              From: Gisle Aas <gisle@ActiveState.com>
75124              Date: 15 Sep 2000 16:23:41 +0200
75125              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
75126      Branch: perl
75127            ! toke.c
75128 ____________________________________________________________________________
75129 [  7097] By: nick                                  on 2000/09/30  12:45:16
75130         Log: Subject: [PATCH] Nits in perlmod.pod
75131              From: Daniel Chetlin <daniel@chetlin.com>
75132              Date: Fri, 15 Sep 2000 02:04:09 -0700
75133              Message-Id: <20000915020409.A2104@ilmd>
75134      Branch: perl
75135            ! pod/perlmod.pod
75136 ____________________________________________________________________________
75137 [  7096] By: nick                                  on 2000/09/30  12:18:00
75138         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
75139              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
75140              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
75141              0 to checking to get the warning.
75142      Branch: perl
75143            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
75144            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
75145            ! regexec.c sv.c toke.c utf8.c
75146 ____________________________________________________________________________
75147 [  7095] By: nick                                  on 2000/09/15  16:55:59
75148         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
75149              
75150              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
75151              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75152              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
75153              Date: Fri, 15 Sep 2000 06:37:30 -0400
75154      Branch: perl
75155            ! ext/Encode/Encode.xs sv.c
75156 ____________________________________________________________________________
75157 [  7094] By: jhi                                   on 2000/09/15  03:23:32
75158         Log: Update Changes.
75159      Branch: perl
75160            ! Changes patchlevel.h
75161 ____________________________________________________________________________
75162 [  7093] By: jhi                                   on 2000/09/15  03:11:44
75163         Log: Fix for the charnames.t failures from Spider Boardman.
75164      Branch: perl
75165            ! toke.c
75166 ____________________________________________________________________________
75167 [  7092] By: jhi                                   on 2000/09/15  00:15:48
75168         Log: Botched the #7090 check-in.
75169      Branch: perl
75170            ! sv.c
75171 ____________________________________________________________________________
75172 [  7091] By: jhi                                   on 2000/09/14  23:33:24
75173         Log: Part of #7081 didn't come through.
75174      Branch: perl
75175            ! embed.pl proto.h
75176 ____________________________________________________________________________
75177 [  7090] By: jhi                                   on 2000/09/14  23:17:39
75178         Log: Subject: Re: perl@7078 
75179              From: Spider Boardman <spider@web.zk3.dec.com>
75180              Date: Thu, 14 Sep 2000 19:06:36 -0400
75181              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
75182      Branch: perl
75183            ! sv.c toke.c
75184 ____________________________________________________________________________
75185 [  7089] By: jhi                                   on 2000/09/14  23:11:21
75186         Log: Small portability tweaks.
75187      Branch: perl
75188            ! ext/Encode/Encode.xs
75189 ____________________________________________________________________________
75190 [  7088] By: jhi                                   on 2000/09/14  22:57:23
75191         Log: Fake return to pacify picky compilers.
75192      Branch: perl
75193            ! ext/Encode/Encode.xs
75194 ____________________________________________________________________________
75195 [  7087] By: jhi                                   on 2000/09/14  22:53:37
75196         Log: Subject: [PATCH] utf8.c apidoc
75197              From: Simon Cozens <simon@cozens.net>
75198              Date: Thu, 14 Sep 2000 23:46:57 +0100
75199              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
75200      Branch: perl
75201            ! perlapi.c pod/perlapi.pod utf8.c
75202 ____________________________________________________________________________
75203 [  7086] By: jhi                                   on 2000/09/14  22:40:38
75204         Log: We don't need to count the high bit bytes, a boolean is enough. 
75205      Branch: perl
75206            ! sv.c
75207 ____________________________________________________________________________
75208 [  7085] By: jhi                                   on 2000/09/14  21:20:09
75209         Log: Replace #7084 with
75210              
75211              Subject: Re: perl@7078 
75212              From: Spider Boardman <spider@web.zk3.dec.com>
75213              Date: Thu, 14 Sep 2000 17:09:36 -0400
75214              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
75215      Branch: perl
75216            ! sv.c utf8.c
75217 ____________________________________________________________________________
75218 [  7084] By: jhi                                   on 2000/09/14  20:03:34
75219         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
75220              convertible to bytes by checking it doesn't go above 0xc3
75221              
75222              Subject: Re: perl@7078
75223              From: Simon Cozens <simon@cozens.net>
75224              Date: Thu, 14 Sep 2000 20:59:19 +0100
75225              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
75226      Branch: perl
75227            ! utf8.c
75228 ____________________________________________________________________________
75229 [  7083] By: jhi                                   on 2000/09/14  19:38:47
75230         Log: Subject: Re: perl@7078
75231              From: Simon Cozens <simon@cozens.net>
75232              Date: Thu, 14 Sep 2000 20:13:09 +0100
75233              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
75234      Branch: perl
75235            ! t/op/bop.t
75236 ____________________________________________________________________________
75237 [  7082] By: jhi                                   on 2000/09/14  17:50:44
75238         Log: The one that got away.
75239      Branch: perl
75240            ! lib/File/Find.pm
75241 ____________________________________________________________________________
75242 [  7081] By: jhi                                   on 2000/09/14  17:45:35
75243         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
75244              From: Robin Barker <rmb1@cise.npl.co.uk>
75245              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
75246              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
75247      Branch: perl
75248            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
75249            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
75250            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
75251            ! regcomp.c toke.c universal.c
75252 ____________________________________________________________________________
75253 [  7080] By: jhi                                   on 2000/09/14  17:40:35
75254         Log: Problems picked up by AIX cc.
75255              
75256              Subject: Re: perl@7078 (patch included)
75257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75258              Date: Thu, 14 Sep 2000 18:53:30 +0200
75259              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
75260      Branch: perl
75261            ! ext/Encode/Encode.xs
75262 ____________________________________________________________________________
75263 [  7079] By: jhi                                   on 2000/09/14  17:38:27
75264         Log: Subject: File::Find 5.7.0 POD nits
75265              From: Rich Morin <rdm@cfcl.com>
75266              Date: Wed, 13 Sep 2000 22:03:58 -0700
75267              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
75268      Branch: perl
75269            ! lib/File/Find.pm
75270 ____________________________________________________________________________
75271 [  7078] By: jhi                                   on 2000/09/14  14:58:20
75272         Log: Update Changes.
75273      Branch: perl
75274            ! Changes patchlevel.h
75275 ____________________________________________________________________________
75276 [  7077] By: jhi                                   on 2000/09/14  14:55:54
75277         Log: Compilation warnings and an error.
75278      Branch: perl
75279            ! sv.c
75280 ____________________________________________________________________________
75281 [  7076] By: jhi                                   on 2000/09/14  14:42:56
75282         Log: Fix for a parsing bug, not for the original bug.
75283              
75284              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
75285              From: Spider Boardman <spider@web.zk3.dec.com>
75286              Date: Wed, 13 Sep 2000 17:52:20 -0400
75287              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
75288      Branch: perl
75289            ! regcomp.c
75290 ____________________________________________________________________________
75291 [  7075] By: jhi                                   on 2000/09/14  14:40:40
75292         Log: Batch of UTF-8 patches from Simon Cozens.
75293      Branch: perl
75294            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
75295            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
75296            ! toke.c utf8.c
75297 ____________________________________________________________________________
75298 [  7074] By: jhi                                   on 2000/09/14  14:29:58
75299         Log: Subject: Re: Two advertising clauses need to be removed
75300              From: Russ Allbery <rra@stanford.edu>
75301              Date: 13 Sep 2000 18:50:26 -0700
75302              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
75303      Branch: perl
75304            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
75305 ____________________________________________________________________________
75306 [  7073] By: jhi                                   on 2000/09/14  14:28:20
75307         Log: Subject: [PATCH] de-wall t/README
75308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75309              Date: Wed, 13 Sep 2000 17:46:55 -0700
75310              Message-ID: <//Bw5gzkge/e092yn@efn.org>
75311      Branch: perl
75312            ! t/README
75313 ____________________________________________________________________________
75314 [  7072] By: jhi                                   on 2000/09/14  14:25:10
75315         Log: Hints optimization.
75316              
75317              Subject: Minor nit
75318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75319              Date: Wed, 13 Sep 2000 21:42:07 +0200
75320              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
75321      Branch: perl
75322            ! hints/hpux.sh
75323 ____________________________________________________________________________
75324 [  7071] By: jhi                                   on 2000/09/14  14:23:30
75325         Log: Allow chop() and chomp() to be overridden.
75326              
75327              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
75328              From: "Casey R. Tweten" <crt@kiski.net>
75329              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
75330              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
75331      Branch: perl
75332            ! toke.c
75333 ____________________________________________________________________________
75334 [  7070] By: jhi                                   on 2000/09/14  14:20:36
75335         Log: The return value of setlocale must be copied away.
75336              
75337              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
75338              From: Alan Burlison <Alan.Burlison@uk.sun.com>
75339              Date: Wed, 13 Sep 2000 16:27:37 +0100 
75340              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
75341      Branch: perl
75342            ! util.c
75343 ____________________________________________________________________________
75344 [  7069] By: jhi                                   on 2000/09/14  14:16:27
75345         Log: Remove vestiges of tr//CU.
75346              
75347              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
75348              From: Nick Clark <nick@plum.flirble.org>
75349              Date: Tue, 12 Sep 2000 22:50:14 +0100
75350              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
75351              
75352              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
75353              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75354              Date: Tue, 12 Sep 2000 21:38:48 -0700
75355              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
75356      Branch: perl
75357            ! op.h pod/perlunicode.pod
75358 ____________________________________________________________________________
75359 [  7068] By: jhi                                   on 2000/09/13  14:18:39
75360         Log: Add the Encode extension.  The code is still largely just skeleton.
75361      Branch: perl
75362            + ext/Encode/Encode.pm ext/Encode/Encode.xs
75363            + ext/Encode/Makefile.PL ext/Encode/Todo
75364            ! MANIFEST Todo-5.6
75365 ____________________________________________________________________________
75366 [  7067] By: jhi                                   on 2000/09/12  17:43:33
75367         Log: Allow for whitespace between "#" and "line" in cpp output.
75368              
75369              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
75370              From: Calle Dybedahl <calle@lysator.liu.se>
75371              Date: 12 Sep 2000 19:38:02 +0200 
75372              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
75373      Branch: perl
75374            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
75375 ____________________________________________________________________________
75376 [  7066] By: gsar                                  on 2000/09/12  17:24:29
75377         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
75378              initialization in all the threads on Windows
75379      Branch: perl
75380            ! win32/win32.c
75381 ____________________________________________________________________________
75382 [  7065] By: jhi                                   on 2000/09/12  15:11:31
75383         Log: Update Changes.
75384      Branch: perl
75385            ! Changes patchlevel.h
75386 ____________________________________________________________________________
75387 [  7064] By: jhi                                   on 2000/09/12  14:54:54
75388         Log: Retract #7062, the pod tests are not ready.
75389      Branch: perl
75390            ! t/TEST t/harness
75391 ____________________________________________________________________________
75392 [  7063] By: jhi                                   on 2000/09/12  14:25:41
75393         Log: The #7054 truncated Configure badly.
75394      Branch: metaconfig/U/perl
75395            ! End.U
75396      Branch: perl
75397            ! Configure config_h.SH
75398 ____________________________________________________________________________
75399 [  7062] By: jhi                                   on 2000/09/12  14:08:32
75400         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
75401              From: sthoenna@efn.org
75402              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
75403              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
75404      Branch: perl
75405            ! t/TEST t/harness
75406 ____________________________________________________________________________
75407 [  7061] By: jhi                                   on 2000/09/12  14:07:18
75408         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
75409              From: sthoenna@efn.org
75410              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
75411              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
75412      Branch: perl
75413            ! pod/perlxs.pod
75414 ____________________________________________________________________________
75415 [  7060] By: jhi                                   on 2000/09/12  14:06:08
75416         Log: Break up the myconfig lines a bit.
75417              
75418              Subject: perlbug/perl -V output format
75419              From: sthoenna@efn.org
75420              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
75421              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
75422      Branch: perl
75423            ! myconfig.SH
75424 ____________________________________________________________________________
75425 [  7059] By: jhi                                   on 2000/09/12  14:05:04
75426         Log: Test for the #7049.
75427              
75428              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
75429              From: andreas.koenig@anima.de (Andreas J. Koenig)
75430              Date: 12 Sep 2000 06:42:01 +0200
75431              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
75432      Branch: perl
75433            ! t/op/my.t
75434 ____________________________________________________________________________
75435 [  7058] By: jhi                                   on 2000/09/12  14:03:05
75436         Log: Subject: [patch: perl@7045] vms updates
75437              From: Peter Prymmer <pvhp@forte.com>
75438              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
75439              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
75440      Branch: perl
75441            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
75442 ____________________________________________________________________________
75443 [  7057] By: jhi                                   on 2000/09/12  14:00:51
75444         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
75445              From: sthoenna@efn.org
75446              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
75447              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
75448      Branch: perl
75449            ! t/op/64bitint.t
75450 ____________________________________________________________________________
75451 [  7056] By: jhi                                   on 2000/09/12  13:58:14
75452         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
75453              From: Jeff Pinyan <jeffp@crusoe.net>
75454              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
75455              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
75456      Branch: perl
75457            ! pod/perlfunc.pod
75458 ____________________________________________________________________________
75459 [  7055] By: jhi                                   on 2000/09/12  13:56:32
75460         Log: Do in VMS as the #7054 does.
75461      Branch: perl
75462            ! configure.com
75463 ____________________________________________________________________________
75464 [  7054] By: jhi                                   on 2000/09/12  13:50:31
75465         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
75466              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
75467              Date: Mon, 11 Sep 2000 08:33:09 +0100
75468              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
75469      Branch: metaconfig/U/perl
75470            ! End.U
75471      Branch: perl
75472            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
75473            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
75474 ____________________________________________________________________________
75475 [  7053] By: jhi                                   on 2000/09/12  13:29:19
75476         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
75477              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75478              Date:     Tue, 12 Sep 2000 08:35:59 EDT
75479              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
75480      Branch: perl
75481            ! vms/test.com
75482 ____________________________________________________________________________
75483 [  7052] By: jhi                                   on 2000/09/11  23:01:50
75484         Log: Document the SvUTF8*().
75485      Branch: perl
75486            ! pod/perlapi.pod sv.h
75487 ____________________________________________________________________________
75488 [  7051] By: gsar                                  on 2000/09/11  14:46:30
75489         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
75490              (missed a spot when fixing up op_pmreplroot hack for ithreads)
75491      Branch: perl
75492            ! op.c t/op/split.t
75493 ____________________________________________________________________________
75494 [  7050] By: nick                                  on 2000/09/11  10:03:51
75495         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
75496              
75497              Subject: borland C++ win32.c tweak
75498              From: Vadim Konovalov <vkonovalov@lucent.com>
75499              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
75500              Date: Mon, 11 Sep 2000 11:22:33 +0400
75501      Branch: perl
75502            ! win32/win32.c
75503 ____________________________________________________________________________
75504 [  7049] By: nick                                  on 2000/09/11  09:57:33
75505         Log: Point fix for s/// on foreach (keys %xxx).
75506      Branch: perl
75507            ! pp_hot.c
75508 ____________________________________________________________________________
75509 [  7048] By: jhi                                   on 2000/09/10  23:37:09
75510         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
75511              by Pod::Text, from Brad Appleton.
75512      Branch: perl
75513            ! t/pod/testp2pt.pl
75514 ____________________________________________________________________________
75515 [  7047] By: jhi                                   on 2000/09/10  14:32:53
75516         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
75517              by Russ Allbery.
75518      Branch: perl
75519            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
75520 ____________________________________________________________________________
75521 [  7046] By: jhi                                   on 2000/09/10  14:15:08
75522         Log: Upgrade to CPAN 1.57_65, from Andreas König.
75523      Branch: perl
75524            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75525 ____________________________________________________________________________
75526 [  7045] By: jhi                                   on 2000/09/08  21:36:32
75527         Log: Update Changes.
75528      Branch: perl
75529            ! Changes patchlevel.h
75530 ____________________________________________________________________________
75531 [  7044] By: jhi                                   on 2000/09/08  21:29:56
75532         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
75533              From: Peter Prymmer <pvhp@forte.com>
75534              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
75535              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
75536      Branch: perl
75537            ! configure.com
75538 ____________________________________________________________________________
75539 [  7043] By: jhi                                   on 2000/09/08  21:27:50
75540         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
75541              From: Peter Prymmer <pvhp@forte.com>
75542              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
75543              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
75544      Branch: perl
75545            ! Makefile.SH installperl
75546 ____________________________________________________________________________
75547 [  7042] By: jhi                                   on 2000/09/08  21:23:21
75548         Log: Continue #7041.
75549      Branch: perl
75550            ! cygwin/Makefile.SHs os2/Makefile.SHs
75551 ____________________________________________________________________________
75552 [  7041] By: jhi                                   on 2000/09/08  21:18:10
75553         Log: Do away with memory models cruft.  Sorry, PDP users.
75554      Branch: metaconfig
75555            ! U/modified/cc.U U/modified/libpth.U
75556      Branch: perl
75557            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
75558            ! Porting/config_H cflags.SH config_h.SH configure.com
75559            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
75560            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
75561            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
75562 ____________________________________________________________________________
75563 [  7040] By: jhi                                   on 2000/09/08  14:34:18
75564         Log: Major rewrite of s2p.  And I mean really major, it is
75565              an implementation of sed in perl.  If called as s2p it
75566              will function as s2p.  Note: needs non-UNIXifying.
75567              
75568              Subject: s2p
75569              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
75570              Date: Mon, 28 Aug 2000 14:05:12 +0200
75571              Message-ID: <39AA5578.2102E2AA@alcatel.at>
75572      Branch: perl
75573            ! x2p/s2p.PL
75574 ____________________________________________________________________________
75575 [  7039] By: jhi                                   on 2000/09/08  14:19:49
75576         Log: Re-allow vec() for characters > 255.
75577              
75578              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
75579              From: Spider Boardman <spider@web.zk3.dec.com>
75580              Date: Fri, 08 Sep 2000 02:21:02 -0400
75581              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
75582      Branch: perl
75583            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
75584            ! t/op/vec.t
75585 ____________________________________________________________________________
75586 [  7038] By: jhi                                   on 2000/09/08  14:14:18
75587         Log: Subject: [PATCH lib/Benchmark.pm]
75588              From: <abigail@foad.org>
75589              Date: Thu, 7 Sep 2000 15:03:20 -0400
75590              Message-ID: <20000907190320.888.qmail@foad.org>
75591      Branch: perl
75592            ! lib/Benchmark.pm
75593 ____________________________________________________________________________
75594 [  7037] By: jhi                                   on 2000/09/08  14:11:06
75595         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
75596              
75597              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
75598              From: Spider Boardman <spider@web.zk3.dec.com>
75599              Date: Fri, 08 Sep 2000 01:30:27 -0400
75600              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
75601      Branch: perl
75602            ! op.c
75603 ____________________________________________________________________________
75604 [  7036] By: jhi                                   on 2000/09/08  14:08:58
75605         Log: Subject: [ID 20000908.002] perlipc documentation bug.
75606              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
75607              Date: Fri, 08 Sep 2000 12:38:32 +0200
75608              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
75609      Branch: perl
75610            ! pod/perlipc.pod
75611 ____________________________________________________________________________
75612 [  7035] By: jhi                                   on 2000/09/08  14:03:12
75613         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75614              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75615              Date: Fri, 08 Sep 2000 11:47:34 +0200
75616              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
75617      Branch: perl
75618            ! hints/dec_osf.sh
75619 ____________________________________________________________________________
75620 [  7034] By: jhi                                   on 2000/09/08  13:59:35
75621         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
75622              From: Simon Cozens <simon@cozens.net>
75623              Date: Thu, 7 Sep 2000 20:40:38 +0100
75624              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
75625      Branch: perl
75626            ! pp_hot.c
75627 ____________________________________________________________________________
75628 [  7033] By: jhi                                   on 2000/09/08  04:03:03
75629         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
75630              From: "Larry W. Virden" <lvirden@cas.org>
75631              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
75632              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
75633      Branch: perl
75634            ! pod/perldiag.pod
75635 ____________________________________________________________________________
75636 [  7032] By: jhi                                   on 2000/09/07  22:18:30
75637         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
75638              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
75639              Date: Mon, 04 Sep 2000 13:16:38 -0700
75640              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
75641      Branch: perl
75642            ! lib/perl5db.pl
75643 ____________________________________________________________________________
75644 [  7031] By: jhi                                   on 2000/09/07  22:02:29
75645         Log: Fix the ccversion detection for 5.1 and beyond.
75646              
75647              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75648              From: Spider Boardman <spider@leggy.zk3.dec.com>
75649              Date: Thu, 7 Sep 2000 17:54:27 -0400
75650              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
75651      Branch: perl
75652            ! hints/dec_osf.sh
75653 ____________________________________________________________________________
75654 [  7030] By: jhi                                   on 2000/09/07  19:12:28
75655         Log: Fix for
75656              
75657              Subject: [ID 20000903.001] \w in utf8-strings
75658              From: Marc Lehmann <pcg@goof.com>
75659              Date: Sun, 03 Sep 2000 09:44:29 +0200
75660              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
75661              
75662              and various related nits.
75663      Branch: perl
75664            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
75665 ____________________________________________________________________________
75666 [  7029] By: jhi                                   on 2000/09/07  18:49:09
75667         Log: Fix the URL, but the server is still missing in action.
75668              
75669              Subject: [ID 20000905.002] perlfaq1.pod URL error
75670              From: "Larry W. Virden" <lvirden@cas.org>
75671              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
75672              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
75673      Branch: perl
75674            ! pod/perlfaq1.pod
75675 ____________________________________________________________________________
75676 [  7028] By: jhi                                   on 2000/09/07  18:47:13
75677         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
75678              From: Hugo <hv@crypt.compulink.co.uk>
75679              Date: Tue, 05 Sep 2000 14:13:37 +0100
75680              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
75681      Branch: perl
75682            ! toke.c
75683 ____________________________________________________________________________
75684 [  7027] By: jhi                                   on 2000/09/07  18:45:35
75685         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
75686              From: Daniel Chetlin <daniel@chetlin.com>
75687              Date: Tue, 5 Sep 2000 04:57:07 -0700
75688              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
75689      Branch: perl
75690            ! pod/perlfaq6.pod pod/perlop.pod
75691 ____________________________________________________________________________
75692 [  7026] By: jhi                                   on 2000/09/07  18:44:01
75693         Log: Document the new ref() semantics.
75694              
75695              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75696              From: Gisle Aas <gisle@ActiveState.com>
75697              Date: 05 Sep 2000 08:10:30 +0200
75698              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
75699      Branch: perl
75700            ! pod/perldelta.pod
75701 ____________________________________________________________________________
75702 [  7025] By: jhi                                   on 2000/09/07  18:42:27
75703         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
75704              
75705              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75706              From: Gisle Aas <gisle@ActiveState.com>
75707              Date: 05 Sep 2000 08:11:40 +0200
75708              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
75709      Branch: perl
75710            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
75711 ____________________________________________________________________________
75712 [  7024] By: jhi                                   on 2000/09/07  18:39:32
75713         Log: Subject: [PATCH] Modernize Opcode.pm documentation
75714              From: Gisle Aas <gisle@ActiveState.com>
75715              Date: 4 Sep 2000 00:18:55 -0000
75716              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
75717      Branch: perl
75718            ! ext/Opcode/Opcode.pm
75719 ____________________________________________________________________________
75720 [  7023] By: jhi                                   on 2000/09/07  18:37:42
75721         Log: Subject: [PATCH] Tied filehandle documentation
75722              From: Gisle Aas <gisle@ActiveState.com>
75723              Date: 4 Sep 2000 00:14:40 -0000
75724              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
75725      Branch: perl
75726            ! pod/perlfunc.pod pod/perltie.pod
75727 ____________________________________________________________________________
75728 [  7022] By: jhi                                   on 2000/09/07  18:35:37
75729         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
75730              From: Gisle Aas <gisle@ActiveState.com>
75731              Date: 4 Sep 2000 00:04:22 -0000
75732              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
75733      Branch: perl
75734            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
75735 ____________________________________________________________________________
75736 [  7021] By: jhi                                   on 2000/09/07  18:33:22
75737         Log: Subject: small apidoc fix
75738              From: Marc Lehmann <pcg@goof.com>
75739              Date: Sun, 3 Sep 2000 05:12:06 +0200
75740              Message-ID: <20000903051206.A5909@cerebro.laendle>
75741      Branch: perl
75742            ! pod/perlapi.pod utf8.c
75743 ____________________________________________________________________________
75744 [  7020] By: jhi                                   on 2000/09/07  16:14:57
75745         Log: Tiny perldelta nits.
75746      Branch: perl
75747            ! pod/perldelta.pod
75748 ____________________________________________________________________________
75749 [  7019] By: jhi                                   on 2000/09/07  16:04:20
75750         Log: Guard against bad string->int conversion for quads.
75751      Branch: perl
75752            ! t/op/64bitint.t
75753 ____________________________________________________________________________
75754 [  7018] By: jhi                                   on 2000/09/06  17:07:03
75755         Log: Update Unicode todo list.
75756      Branch: perl
75757            ! Todo-5.6
75758 ____________________________________________________________________________
75759 [  7017] By: jhi                                   on 2000/09/05  21:16:01
75760         Log: Document the SvIOK_.*UV().
75761      Branch: perl
75762            ! pod/perlapi.pod sv.h
75763 ____________________________________________________________________________
75764 [  7016] By: nick                                  on 2000/09/03  21:54:46
75765         Log: Hash lookup of constant strings optimization:
75766              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
75767              to string table (as per sharepvn). Add newSV_pvn_share to create such
75768              a thing. Make hv.c compare addresses of strings and skip string compare
75769              if equal. Make method_named and helem ops use these shared-string SVs
75770              when arg is constant. Make keys op return shared-string SVs (less clearly
75771              a win).
75772      Branch: perl
75773            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
75774            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
75775            ! pod/perlintern.pod pp_hot.c proto.h sv.c
75776 ____________________________________________________________________________
75777 [  7015] By: jhi                                   on 2000/09/02  17:48:59
75778         Log: This is 5.7.0.
75779      Branch: perl
75780            ! Changes
75781 ____________________________________________________________________________
75782 [  7014] By: jhi                                   on 2000/09/02  17:35:45
75783         Log: Changes and patchlevel tweaks.
75784      Branch: perl
75785            ! Changes patchlevel.h
75786 ____________________________________________________________________________
75787 [  7013] By: jhi                                   on 2000/09/02  17:30:50
75788         Log: Update Changes.
75789      Branch: perl
75790            ! Changes patchlevel.h
75791 ____________________________________________________________________________
75792 [  7012] By: nick                                  on 2000/09/02  17:25:20
75793         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
75794      Branch: perl
75795            ! gv.c lib/overload.pm
75796 ____________________________________________________________________________
75797 [  7011] By: jhi                                   on 2000/09/02  17:16:25
75798         Log: Update perlhist.
75799      Branch: perl
75800            ! pod/perlhist.pod
75801 ____________________________________________________________________________
75802 [  7010] By: jhi                                   on 2000/09/02  17:01:35
75803         Log: perldelta nits.
75804      Branch: perl
75805            ! pod/perldelta.pod
75806 ____________________________________________________________________________
75807 [  7009] By: nick                                  on 2000/09/02  16:48:35
75808         Log: If overloaded %{} etc. return the object do not loop.
75809              Thus  sub deref { $_[0] } functions if object is wanted type.
75810      Branch: perl
75811            ! pp.h
75812 ____________________________________________________________________________
75813 [  7008] By: jhi                                   on 2000/09/02  16:26:11
75814         Log: Retab MANIFEST.
75815      Branch: perl
75816            ! ext/Storable/MANIFEST
75817 ____________________________________________________________________________
75818 [  7007] By: jhi                                   on 2000/09/02  16:23:02
75819         Log: Make certain cc is set before trying to run it.
75820      Branch: perl
75821            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
75822 ____________________________________________________________________________
75823 [  7006] By: jhi                                   on 2000/09/02  15:45:41
75824         Log: Unicode notes.
75825      Branch: perl
75826            ! pod/perldelta.pod
75827 ____________________________________________________________________________
75828 [  7005] By: jhi                                   on 2000/09/02  15:42:11
75829         Log: Various Configure nits by Philip Newton,
75830              plus the ebcdic one by me.
75831      Branch: metaconfig
75832            + U/modified/pager.U
75833            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
75834      Branch: metaconfig/U/perl
75835            ! Devel.U quadfio.U
75836      Branch: perl
75837            ! Configure config_h.SH
75838 ____________________________________________________________________________
75839 [  7004] By: jhi                                   on 2000/09/02  15:06:14
75840         Log: Apparently avoiding the swapping is too costly.
75841              
75842              From: "Ben Tilly" <ben_tilly@hotmail.com>
75843              Subject: Re: the door is closed.
75844              Date: Fri, 01 Sep 2000 20:23:16 EDT
75845              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
75846      Branch: perl
75847            ! pod/perlfaq4.pod
75848 ____________________________________________________________________________
75849 [  7003] By: nick                                  on 2000/09/02  12:26:04
75850         Log: Undo part of change 6489 which looks like a bulk edit which
75851              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
75852              The supressing of main:: on return from select() is undesirable.
75853      Branch: perl
75854            ! pp_sys.c
75855 ____________________________________________________________________________
75856 [  7002] By: jhi                                   on 2000/09/01  23:08:54
75857         Log: Update Changes.
75858      Branch: perl
75859            ! Changes patchlevel.h
75860 ____________________________________________________________________________
75861 [  7001] By: jhi                                   on 2000/09/01  23:00:13
75862         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
75863              From: Peter Prymmer <pvhp@forte.com>
75864              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
75865              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
75866              
75867              plus rework the http: spots as suggested by Tom Christiansen,
75868              plus regen perltoc.
75869      Branch: perl
75870            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
75871            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
75872 ____________________________________________________________________________
75873 [  7000] By: jhi                                   on 2000/09/01  22:36:01
75874         Log: Only the first line, thank you very much.
75875      Branch: perl
75876            ! hints/solaris_2.sh
75877 ____________________________________________________________________________
75878 [  6999] By: gsar                                  on 2000/09/01  22:16:40
75879         Log: change#6791 accidentally clobbered change#6710, put it back
75880      Branch: perl
75881            ! win32/win32.c
75882 ____________________________________________________________________________
75883 [  6998] By: jhi                                   on 2000/09/01  22:14:16
75884         Log: Mention the HP-UX LP64 freak failure.
75885      Branch: perl
75886            ! pod/perldelta.pod
75887 ____________________________________________________________________________
75888 [  6997] By: jhi                                   on 2000/09/01  21:48:32
75889         Log: Detypo.
75890      Branch: perl
75891            ! hints/hpux.sh
75892 ____________________________________________________________________________
75893 [  6996] By: jhi                                   on 2000/09/01  21:27:10
75894         Log: Update Changes.
75895      Branch: perl
75896            ! Changes patchlevel.h
75897 ____________________________________________________________________________
75898 [  6995] By: jhi                                   on 2000/09/01  21:14:24
75899         Log: Mi splgn s gnin.g
75900      Branch: perl
75901            ! pp_ctl.c
75902 ____________________________________________________________________________
75903 [  6994] By: jhi                                   on 2000/09/01  21:09:54
75904         Log: Subject: http:// in L<>
75905              From: Nicholas Clark <nick@ccl4.org>
75906              Date: Fri, 1 Sep 2000 22:03:21 +0100
75907              Message-ID: <20000901220321.B72074@plum.flirble.org>
75908      Branch: perl
75909            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
75910 ____________________________________________________________________________
75911 [  6993] By: jhi                                   on 2000/09/01  21:06:54
75912         Log: Update to Storable 1.0, from Raphael Manfredi.
75913      Branch: perl
75914            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
75915            ! ext/Storable/Makefile.PL ext/Storable/README
75916            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
75917            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
75918            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
75919            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
75920            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
75921            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
75922 ____________________________________________________________________________
75923 [  6992] By: jhi                                   on 2000/09/01  20:43:05
75924         Log: Mention known sfio+linux buglet.
75925      Branch: perl
75926            ! pod/perldelta.pod
75927 ____________________________________________________________________________
75928 [  6991] By: jhi                                   on 2000/09/01  20:40:11
75929         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
75930              From: Peter Prymmer <pvhp@forte.com>
75931              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
75932              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
75933      Branch: perl
75934            ! vms/vms.c
75935 ____________________________________________________________________________
75936 [  6990] By: jhi                                   on 2000/09/01  20:25:26
75937         Log: Retract #6986.
75938      Branch: perl
75939            ! hints/solaris_2.sh
75940 ____________________________________________________________________________
75941 [  6989] By: jhi                                   on 2000/09/01  20:23:00
75942         Log: Mergesort is back.
75943      Branch: perl
75944            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
75945 ____________________________________________________________________________
75946 [  6988] By: jhi                                   on 2000/09/01  19:37:40
75947         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
75948              From: Mike Guy <mjtg@cam.ac.uk>
75949              Date: Fri, 01 Sep 2000 17:43:33 +0100
75950              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
75951      Branch: perl
75952            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
75953            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
75954 ____________________________________________________________________________
75955 [  6987] By: jhi                                   on 2000/09/01  19:17:10
75956         Log: Regen perltoc.
75957      Branch: perl
75958            ! pod/perltoc.pod
75959 ____________________________________________________________________________
75960 [  6986] By: jhi                                   on 2000/09/01  18:51:10
75961         Log: Subject: Re: Solaris x86 has no SPARC libraries!
75962              From: Lupe Christoph <lupe@lupe-christoph.de>
75963              Date: Fri, 1 Sep 2000 20:41:20 +0200
75964              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
75965      Branch: perl
75966            ! hints/solaris_2.sh
75967 ____________________________________________________________________________
75968 [  6985] By: jhi                                   on 2000/09/01  18:28:10
75969         Log: Update Changes.
75970      Branch: perl
75971            ! Changes patchlevel.h
75972 ____________________________________________________________________________
75973 [  6984] By: jhi                                   on 2000/09/01  18:26:53
75974         Log: Feature ordering tweak.
75975      Branch: perl
75976            ! myconfig.SH
75977 ____________________________________________________________________________
75978 [  6983] By: jhi                                   on 2000/09/01  18:19:50
75979         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
75980              From: <abigail@foad.org>
75981              Date: Fri, 1 Sep 2000 13:07:32 -0400
75982              Message-ID: <20000901170732.18249.qmail@foad.org>
75983      Branch: perl
75984            ! t/pragma/overload.t
75985 ____________________________________________________________________________
75986 [  6982] By: jhi                                   on 2000/09/01  18:17:54
75987         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
75988              so that case-ignoring systems like DCL can tell them from
75989              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
75990      Branch: metaconfig/U/perl
75991            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
75992      Branch: perl
75993            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75994            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
75995            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
75996            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
75997            ! vos/config.def vos/config.h vos/config_h.SH_orig
75998            ! win32/config.bc win32/config.gc win32/config.vc
75999 ____________________________________________________________________________
76000 [  6981] By: nick                                  on 2000/09/01  17:21:57
76001         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
76002              warning when UNTIE exists and instead pass the count of extra references to
76003              the UNTIE method.
76004      Branch: perl
76005            ! pod/perltie.pod pp_sys.c
76006 ____________________________________________________________________________
76007 [  6980] By: jhi                                   on 2000/09/01  16:54:44
76008         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
76009              From: Peter Prymmer <pvhp@forte.com>
76010              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
76011              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
76012      Branch: perl
76013            ! configure.com
76014 ____________________________________________________________________________
76015 [  6979] By: jhi                                   on 2000/09/01  16:06:20
76016         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
76017              From: Mike Guy <mjtg@cam.ac.uk> 
76018              Date: Fri, 01 Sep 2000 16:49:27 +0100
76019              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
76020      Branch: perl
76021            ! t/base/rs.t
76022 ____________________________________________________________________________
76023 [  6978] By: jhi                                   on 2000/09/01  16:00:42
76024         Log: Update to PodParser 1.18, from Brad Appleton.
76025      Branch: perl
76026            ! lib/Pod/Checker.pm t/pod/find.t
76027 ____________________________________________________________________________
76028 [  6977] By: jhi                                   on 2000/09/01  14:48:58
76029         Log: Subject: Nit in Configure (bleadperl@6961)
76030              From: Lupe Christoph <lupe@lupe-christoph.de>
76031              Date: Fri, 1 Sep 2000 16:34:29 +0200
76032              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
76033      Branch: metaconfig
76034            ! U/compline/ccflags.U
76035      Branch: perl
76036            ! Configure config_h.SH
76037 ____________________________________________________________________________
76038 [  6976] By: jhi                                   on 2000/09/01  14:39:52
76039         Log: Update Changes.
76040      Branch: perl
76041            ! Changes patchlevel.h
76042 ____________________________________________________________________________
76043 [  6975] By: jhi                                   on 2000/09/01  14:37:36
76044         Log: microperl config update.
76045      Branch: perl
76046            ! uconfig.h uconfig.sh
76047 ____________________________________________________________________________
76048 [  6974] By: jhi                                   on 2000/09/01  14:36:53
76049         Log: Document known deficiencies.
76050      Branch: perl
76051            ! pod/perldelta.pod
76052 ____________________________________________________________________________
76053 [  6973] By: jhi                                   on 2000/09/01  14:10:20
76054         Log: Mention warnings fixes and updates.
76055      Branch: perl
76056            ! pod/perldelta.pod
76057 ____________________________________________________________________________
76058 [  6972] By: jhi                                   on 2000/09/01  14:01:52
76059         Log: Drop unused argument.
76060              
76061              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
76062              From: Spider Boardman <spider@web.zk3.dec.com>
76063              Date: Thu, 31 Aug 2000 16:10:15 -0400
76064              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
76065      Branch: perl
76066            ! toke.c
76067 ____________________________________________________________________________
76068 [  6971] By: jhi                                   on 2000/09/01  13:59:24
76069         Log: Add the overload warnings to perldiag.
76070      Branch: perl
76071            ! lib/overload.pm pod/perldiag.pod
76072 ____________________________________________________________________________
76073 [  6970] By: jhi                                   on 2000/09/01  13:55:10
76074         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76075              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76076              Date: Fri, 1 Sep 2000 13:43:15 +0100 
76077              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
76078      Branch: perl
76079            ! lib/overload.pm t/pragma/overload.t
76080 ____________________________________________________________________________
76081 [  6969] By: jhi                                   on 2000/09/01  13:52:27
76082         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76083              From: <abigail@foad.org>
76084              Date: Fri, 1 Sep 2000 05:46:54 -0400
76085              Message-ID: <20000901094654.6476.qmail@foad.org>
76086      Branch: perl
76087            ! lib/overload.pm
76088 ____________________________________________________________________________
76089 [  6968] By: jhi                                   on 2000/09/01  13:50:05
76090         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
76091              From: Daniel Chetlin <daniel@chetlin.com>
76092              Date: Fri, 1 Sep 2000 02:10:55 -0700
76093              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
76094      Branch: perl
76095            ! pod/perlretut.pod
76096 ____________________________________________________________________________
76097 [  6967] By: jhi                                   on 2000/09/01  13:47:54
76098         Log: Part of the solution.
76099              
76100              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
76101              From: Mike Guy <mjtg@cam.ac.uk>
76102              Date: Fri, 01 Sep 2000 14:16:01 +0100
76103              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
76104      Branch: perl
76105            ! gv.c mg.c
76106 ____________________________________________________________________________
76107 [  6966] By: jhi                                   on 2000/09/01  13:46:17
76108         Log: Subject: CPAN.pm beta 1.57_57 for the core
76109              From: andreas.koenig@anima.de (Andreas J. Koenig)
76110              Date: 01 Sep 2000 15:16:31 +0200
76111              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
76112      Branch: perl
76113            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76114 ____________________________________________________________________________
76115 [  6965] By: jhi                                   on 2000/09/01  13:43:18
76116         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
76117              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76118              Date: Fri, 01 Sep 2000 01:47:22 -0500
76119              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
76120      Branch: perl
76121            ! pod/perldelta.pod vms/vms.c
76122 ____________________________________________________________________________
76123 [  6964] By: jhi                                   on 2000/09/01  13:35:35
76124         Log: File::Temp patches from Andreas König,
76125              
76126              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
76127              From: andreas.koenig@anima.de (Andreas J. Koenig)
76128              Date: 01 Sep 2000 10:07:20 +0200
76129              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
76130              
76131              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
76132              From: andreas.koenig@anima.de (Andreas J. Koenig)
76133              Date: 31 Aug 2000 23:26:08 +0200
76134              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
76135      Branch: perl
76136            ! lib/File/Temp.pm t/lib/ftmp-security.t
76137 ____________________________________________________________________________
76138 [  6963] By: jhi                                   on 2000/09/01  02:22:24
76139         Log: Retract the mergesort code, way too incompatible licensing
76140              and copyrights.
76141      Branch: perl
76142            ! pod/perldelta.pod pp_ctl.c
76143 ____________________________________________________________________________
76144 [  6962] By: jhi                                   on 2000/08/31  23:27:32
76145         Log: Update Changes.
76146      Branch: perl
76147            ! Changes patchlevel.h
76148 ____________________________________________________________________________
76149 [  6961] By: jhi                                   on 2000/08/31  23:20:04
76150         Log: Small tweaks all over.
76151      Branch: metaconfig
76152            ! U/compline/d_gconvert.U
76153      Branch: perl
76154            ! AUTHORS Configure config_h.SH pp_ctl.c
76155 ____________________________________________________________________________
76156 [  6960] By: jhi                                   on 2000/08/31  22:39:36
76157         Log: Further rewording.
76158      Branch: perl
76159            ! pp_ctl.c
76160 ____________________________________________________________________________
76161 [  6959] By: jhi                                   on 2000/08/31  21:26:44
76162         Log: More address tweaking.
76163      Branch: perl
76164            ! AUTHORS Changes
76165 ____________________________________________________________________________
76166 [  6958] By: jhi                                   on 2000/08/31  20:47:25
76167         Log: AUTHORS tweaks, from Peter Prymmer.
76168              
76169              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
76170              From: Peter Prymmer <pvhp@forte.com>
76171              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
76172              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
76173      Branch: perl
76174            ! AUTHORS MAINTAIN
76175 ____________________________________________________________________________
76176 [  6957] By: jhi                                   on 2000/08/31  20:34:43
76177         Log: perldelta tweaks.
76178      Branch: perl
76179            ! pod/perldelta.pod
76180 ____________________________________________________________________________
76181 [  6956] By: jhi                                   on 2000/08/31  19:11:06
76182         Log: Regen perltoc.
76183      Branch: perl
76184            ! pod/perltoc.pod
76185 ____________________________________________________________________________
76186 [  6955] By: jhi                                   on 2000/08/31  19:06:30
76187         Log: Clarify the mergesort situation.
76188      Branch: perl
76189            ! pp_ctl.c
76190 ____________________________________________________________________________
76191 [  6954] By: jhi                                   on 2000/08/31  18:24:17
76192         Log: Move the Solaris 7 scan to use64bitall, make the
76193              failure to find 64-bot sparc libc to mention the
76194              possibility of being in an intel, from Lupe and Alan.
76195      Branch: perl
76196            ! hints/solaris_2.sh
76197 ____________________________________________________________________________
76198 [  6953] By: jhi                                   on 2000/08/31  18:09:20
76199         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
76200              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
76201      Branch: metaconfig
76202            ! U/compline/d_gconvert.U U/threads/archname.U
76203      Branch: metaconfig/U/perl
76204            ! perlxv.U
76205      Branch: perl
76206            ! Configure config_h.SH sv.c
76207 ____________________________________________________________________________
76208 [  6952] By: jhi                                   on 2000/08/31  17:42:24
76209         Log: :: not allowed in pathnames, change to .
76210              
76211              Subject: [PATCH perl@6938] cygwin port
76212              From: "Fifer, Eric" <EFifer@sanwaint.com>
76213              Date: Thu, 31 Aug 2000 16:32:59 +0100
76214              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
76215      Branch: metaconfig/U/perl
76216            ! perlxv.U
76217 ____________________________________________________________________________
76218 [  6951] By: jhi                                   on 2000/08/31  17:02:05
76219         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
76220      Branch: perl
76221            ! perl.h
76222 ____________________________________________________________________________
76223 [  6950] By: jhi                                   on 2000/08/31  16:26:08
76224         Log: More author updates.
76225              
76226              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
76227              From: Simon Cozens <simon@cozens.net>
76228              Date: Thu, 31 Aug 2000 17:13:32 +0100
76229              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
76230      Branch: perl
76231            ! AUTHORS
76232 ____________________________________________________________________________
76233 [  6949] By: jhi                                   on 2000/08/31  16:04:49
76234         Log: POSIX doesn't report long double values under -Duselongdouble
76235              when the long doubles are "real" (bigger than doubles).
76236              
76237              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
76238              From: Spider Boardman <spider@peano.zk3.dec.com>
76239              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
76240              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
76241      Branch: perl
76242            ! ext/POSIX/POSIX.xs
76243 ____________________________________________________________________________
76244 [  6948] By: jhi                                   on 2000/08/31  15:25:10
76245         Log: Update Changes.
76246      Branch: perl
76247            ! Changes patchlevel.h
76248 ____________________________________________________________________________
76249 [  6947] By: jhi                                   on 2000/08/31  15:22:29
76250         Log: Document UNTIE in a very minimalistic way.
76251      Branch: perl
76252            ! pod/perlfunc.pod pod/perltie.pod
76253 ____________________________________________________________________________
76254 [  6946] By: jhi                                   on 2000/08/31  15:15:23
76255         Log: Document known failures.
76256      Branch: perl
76257            ! pod/perldelta.pod
76258 ____________________________________________________________________________
76259 [  6945] By: jhi                                   on 2000/08/31  15:07:00
76260         Log: Don't attach -ld to the archname if pointless.
76261      Branch: metaconfig
76262            ! U/threads/archname.U
76263      Branch: perl
76264            ! Configure config_h.SH
76265 ____________________________________________________________________________
76266 [  6944] By: jhi                                   on 2000/08/31  14:37:42
76267         Log: Wrap the test in eval.
76268              
76269              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
76270              From: Tim Jenness <timj@jach.hawaii.edu>
76271              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
76272              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
76273      Branch: perl
76274            ! t/lib/ftmp-security.t
76275 ____________________________________________________________________________
76276 [  6943] By: jhi                                   on 2000/08/31  14:30:57
76277         Log: Make -Dusemorebits find long doubles in Solaris.
76278      Branch: perl
76279            ! hints/solaris_2.sh
76280 ____________________________________________________________________________
76281 [  6942] By: jhi                                   on 2000/08/31  13:48:45
76282         Log: Clarify the third case of ftmp-security warnings.
76283      Branch: perl
76284            ! INSTALL
76285 ____________________________________________________________________________
76286 [  6941] By: jhi                                   on 2000/08/31  13:40:31
76287         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
76288              From: <abigail@foad.org>
76289              Date: Thu, 31 Aug 2000 01:35:05 -0400
76290              Message-ID: <20000831053505.32120.qmail@foad.org>
76291      Branch: perl
76292            ! pod/perldelta.pod
76293 ____________________________________________________________________________
76294 [  6940] By: jhi                                   on 2000/08/31  13:38:48
76295         Log: Issue useful diagnostic on unknown pod commands.
76296              
76297              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
76298              From: <abigail@foad.org>
76299              Date: Thu, 31 Aug 2000 03:41:18 -0400
76300              Message-ID: <20000831074118.24880.qmail@foad.org>
76301      Branch: perl
76302            ! lib/Pod/Man.pm
76303 ____________________________________________________________________________
76304 [  6939] By: jhi                                   on 2000/08/31  13:34:33
76305         Log: Reveal Borland's isnan.
76306              
76307              Subject: build with BC++ tweak
76308              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76309              Date: Thu, 31 Aug 2000 13:09:37 +0400
76310              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
76311      Branch: perl
76312            ! win32/win32.h
76313 ____________________________________________________________________________
76314 [  6938] By: jhi                                   on 2000/08/31  05:01:20
76315         Log: Update Changes.
76316      Branch: perl
76317            ! Changes patchlevel.h
76318 ____________________________________________________________________________
76319 [  6937] By: jhi                                   on 2000/08/31  04:26:23
76320         Log: sscanf() may be the only way to read long doubles from strings.
76321      Branch: metaconfig/U/perl
76322            ! longdblfio.U
76323      Branch: perl
76324            ! Configure config_h.SH perl.h util.c
76325 ____________________________________________________________________________
76326 [  6936] By: jhi                                   on 2000/08/31  04:18:19
76327         Log: The #6929 was too skimpy.
76328      Branch: perl
76329            ! sv.c
76330 ____________________________________________________________________________
76331 [  6935] By: jhi                                   on 2000/08/31  02:47:07
76332         Log: Subject: Re: typos in pods
76333              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76334              Date: Wed, 30 Aug 2000 19:25:34 -0700
76335              Message-ID: <eIcr5gzkg25X092yn@efn.org>
76336      Branch: perl
76337            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
76338 ____________________________________________________________________________
76339 [  6934] By: jhi                                   on 2000/08/31  02:42:55
76340         Log: Missed one Unicode file.
76341      Branch: perl
76342            + lib/unicode/UCDFF301.html
76343 ____________________________________________________________________________
76344 [  6933] By: jhi                                   on 2000/08/30  23:42:27
76345         Log: Update Changes.
76346      Branch: perl
76347            ! Changes patchlevel.h
76348 ____________________________________________________________________________
76349 [  6932] By: jhi                                   on 2000/08/30  23:40:07
76350         Log: Mention UNTIE in perldelta.  Still needs documenting
76351              in perltie et alia.
76352      Branch: perl
76353            ! pod/perldelta.pod
76354 ____________________________________________________________________________
76355 [  6931] By: jhi                                   on 2000/08/30  23:36:02
76356         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
76357              From: <abigail@foad.org>
76358              Date: Wed, 30 Aug 2000 19:28:07 -0400
76359              Message-ID: <20000830232807.305.qmail@foad.org>
76360      Branch: perl
76361            ! pod/perldelta.pod
76362 ____________________________________________________________________________
76363 [  6930] By: jhi                                   on 2000/08/30  23:32:40
76364         Log: Update to Unicode 3.0.1.
76365      Branch: perl
76366            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
76367            + lib/unicode/PropList.txt lib/unicode/README.perl
76368            + lib/unicode/UCD301.html lib/unicode/Unicode.301
76369            - lib/unicode/Props.txt lib/unicode/UCD300.html
76370            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
76371            ! (edit 257 files)
76372 ____________________________________________________________________________
76373 [  6929] By: jhi                                   on 2000/08/30  22:38:18
76374         Log: Heap decorruption.
76375              
76376              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
76377              From: Alan Burlison <Alan.Burlison@uk.sun.com>
76378              Date: Wed, 30 Aug 2000 22:39:52 +0100
76379              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
76380      Branch: perl
76381            ! sv.c
76382 ____________________________________________________________________________
76383 [  6928] By: jhi                                   on 2000/08/30  22:29:34
76384         Log: Retract the dummy test, skip the security tests (instead of failing),
76385              explain what the warnings mean.
76386      Branch: perl
76387            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
76388 ____________________________________________________________________________
76389 [  6927] By: jhi                                   on 2000/08/30  22:14:13
76390         Log: Change the internal implementation of sort() to be mergesort
76391              instead of quicksort, from John Linderman <jpl@research.att.com>.
76392              Gives us better worst case, better average case, and stability.
76393              What's there not to like?  (Small fixes for threaded builds
76394              were required).
76395      Branch: perl
76396            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
76397 ____________________________________________________________________________
76398 [  6926] By: jhi                                   on 2000/08/30  20:55:20
76399         Log: A better fix for the Socket building problem from Craig Berry.
76400      Branch: perl
76401            ! vms/vms.c
76402 ____________________________________________________________________________
76403 [  6925] By: jhi                                   on 2000/08/30  20:20:25
76404         Log: Subject: [PATCH] Re: UNTIE method 
76405              From: Nick Ing-Simmons <nik@tiuk.ti.com>
76406              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
76407              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
76408      Branch: perl
76409            ! pp_sys.c t/op/tie.t
76410 ____________________________________________________________________________
76411 [  6924] By: jhi                                   on 2000/08/30  20:17:11
76412         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
76413              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76414              Date: Wed, 30 Aug 2000 15:03:14 -0500
76415              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
76416      Branch: perl
76417            ! vms/vms.c
76418 ____________________________________________________________________________
76419 [  6923] By: jhi                                   on 2000/08/30  20:15:18
76420         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
76421              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76422              Date: Wed, 30 Aug 2000 13:30:36 -0500
76423              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
76424      Branch: perl
76425            ! vms/vms.c
76426 ____________________________________________________________________________
76427 [  6922] By: jhi                                   on 2000/08/30  19:54:43
76428         Log: Better options for rsync.
76429      Branch: perl
76430            ! pod/perlhack.pod
76431 ____________________________________________________________________________
76432 [  6921] By: jhi                                   on 2000/08/30  19:40:16
76433         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
76434              From: Rick Delaney <rick@consumercontact.com>
76435              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
76436              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
76437      Branch: perl
76438            ! pod/perlfunc.pod
76439 ____________________________________________________________________________
76440 [  6920] By: jhi                                   on 2000/08/30  19:36:40
76441         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
76442              From: Peter Prymmer <pvhp@forte.com>
76443              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
76444              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
76445      Branch: perl
76446            ! configure.com
76447 ____________________________________________________________________________
76448 [  6919] By: jhi                                   on 2000/08/30  14:52:02
76449         Log: Update Changes.
76450      Branch: perl
76451            ! Changes patchlevel.h
76452 ____________________________________________________________________________
76453 [  6918] By: jhi                                   on 2000/08/30  14:48:34
76454         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
76455      Branch: perl
76456            ! lib/ExtUtils/typemap
76457 ____________________________________________________________________________
76458 [  6917] By: jhi                                   on 2000/08/30  14:46:34
76459         Log: Subject: typos in pods
76460              From: Nicholas Clark <nick@ccl4.org>
76461              Date: Wed, 30 Aug 2000 01:12:50 +0100
76462              Message-ID: <20000830011249.A61388@plum.flirble.org>
76463      Branch: perl
76464            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
76465            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
76466            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
76467            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
76468 ____________________________________________________________________________
76469 [  6916] By: jhi                                   on 2000/08/30  14:19:09
76470         Log: Document Storable problems on Crays.  (Will have
76471              to document all the other Storable problems, too.)
76472      Branch: perl
76473            ! pod/perldelta.pod
76474 ____________________________________________________________________________
76475 [  6915] By: jhi                                   on 2000/08/30  14:06:02
76476         Log: Subject: [PATCH] fix misc cast warnings
76477              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76478              Date: Tue, 29 Aug 2000 23:16:14 -0700
76479              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
76480      Branch: perl
76481            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
76482            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
76483            ! os2/os2ish.h
76484 ____________________________________________________________________________
76485 [  6914] By: jhi                                   on 2000/08/30  14:03:45
76486         Log: Timestamp mismatch again.  Need to fix this dependence on
76487              config_h.SH timestamp, since it's the contents of config_h.SH
76488              that matter.
76489      Branch: perl
76490            ! uconfig.h uconfig.sh
76491 ____________________________________________________________________________
76492 [  6913] By: jhi                                   on 2000/08/30  13:54:06
76493         Log: Don't say "Perl 5.0 source kit".
76494      Branch: perl
76495            ! perl.c
76496 ____________________________________________________________________________
76497 [  6912] By: jhi                                   on 2000/08/30  13:51:24
76498         Log: Reset archname and archname64 always, forcing them be
76499              recomputed at each Configure run, make Configure and
76500              the hints files agree on the naming of largefiles variables.
76501      Branch: metaconfig
76502            ! U/threads/archname.U
76503      Branch: metaconfig/U/perl
76504            ! use64bits.U
76505      Branch: perl
76506            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
76507            ! hints/linux.sh hints/solaris_2.sh
76508 ____________________________________________________________________________
76509 [  6911] By: jhi                                   on 2000/08/30  13:30:13
76510         Log: Put back the slice accidentally removed by #6907.
76511      Branch: perl
76512            ! hints/solaris_2.sh
76513 ____________________________________________________________________________
76514 [  6910] By: jhi                                   on 2000/08/30  01:24:26
76515         Log: Be consistent: other Net::get* do export theirs.
76516              
76517              Subject: Re: Net::protoent does not export 'getproto'
76518              From: Yasushi Nakajima <sey@jkc.co.jp>
76519              Date: Wed, 30 Aug 2000 09:53:14 +0900
76520              Message-Id: <200008300051.DAA24700@taku.hut.fi>
76521      Branch: perl
76522            ! lib/Net/protoent.pm
76523 ____________________________________________________________________________
76524 [  6909] By: jhi                                   on 2000/08/30  01:17:25
76525         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
76526              From: Gurusamy Sarathy <gsar@ActiveState.com>
76527              Date: Tue, 29 Aug 2000 17:17:07 -0700
76528              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
76529      Branch: perl
76530            ! cop.h
76531 ____________________________________________________________________________
76532 [  6908] By: jhi                                   on 2000/08/30  00:58:05
76533         Log: Update Changes.
76534      Branch: perl
76535            ! Changes patchlevel.h
76536 ____________________________________________________________________________
76537 [  6907] By: jhi                                   on 2000/08/30  00:57:22
76538         Log: Introduce ccname to keep track of what compiler kind of we have.
76539      Branch: metaconfig/U/perl
76540            ! Checkcc.U gccvers.U
76541      Branch: perl
76542            ! Configure config_h.SH hints/solaris_2.sh
76543 ____________________________________________________________________________
76544 [  6906] By: jhi                                   on 2000/08/30  00:25:47
76545         Log: Put back the flags dump as reasoned in
76546              
76547              Subject: Re: [PATCH] Glob dumping
76548              From: Mike Guy <mjtg@cam.ac.uk> 
76549              Date: Tue, 29 Aug 2000 21:41:32 +0100
76550              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
76551      Branch: perl
76552            ! dump.c t/lib/peek.t
76553 ____________________________________________________________________________
76554 [  6905] By: jhi                                   on 2000/08/30  00:16:17
76555         Log: Make the epsilon to be relative, not absolute.
76556              
76557              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
76558              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
76559              Date: Tue, 29 Aug 2000 19:58:56 -0400
76560              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
76561      Branch: perl
76562            ! t/lib/trig.t
76563 ____________________________________________________________________________
76564 [  6904] By: jhi                                   on 2000/08/30  00:13:09
76565         Log: From now on, Gisle is on my list of usual suspects :-)
76566              Retract #6902.
76567      Branch: perl
76568            ! ext/Opcode/Safe.pm
76569 ____________________________________________________________________________
76570 [  6903] By: jhi                                   on 2000/08/29  23:51:20
76571         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
76572              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76573              Date: Tue, 29 Aug 2000 18:43:26 -0500
76574              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
76575      Branch: perl
76576            + vms/vmspipe.com
76577            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
76578            ! vms/vms.c
76579 ____________________________________________________________________________
76580 [  6902] By: jhi                                   on 2000/08/29  23:44:14
76581         Log: Retry what #6882 attempted.
76582              
76583              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
76584              From: Gisle Aas <gisle@ActiveState.com>
76585              Date: 30 Aug 2000 00:33:09 +0200
76586              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
76587      Branch: perl
76588            ! ext/Opcode/Safe.pm
76589 ____________________________________________________________________________
76590 [  6901] By: jhi                                   on 2000/08/29  22:59:32
76591         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
76592              From: Hugo <hv@crypt.compulink.co.uk>
76593              Date: Mon, 12 Jun 2000 19:36:08 +0100
76594              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
76595      Branch: perl
76596            ! sv.c
76597 ____________________________________________________________________________
76598 [  6900] By: jhi                                   on 2000/08/29  22:58:35
76599         Log: Admit that we are leaking scalars.
76600              
76601              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
76602              From: Spider Boardman <spider@leggy.zk3.dec.com>
76603              Date: Tue, 29 Aug 2000 18:48:29 -0400
76604              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
76605      Branch: perl
76606            ! t/pragma/warnings.t
76607 ____________________________________________________________________________
76608 [  6899] By: jhi                                   on 2000/08/29  20:53:13
76609         Log: Update Changes.
76610      Branch: perl
76611            ! Changes patchlevel.h
76612 ____________________________________________________________________________
76613 [  6898] By: jhi                                   on 2000/08/29  20:46:21
76614         Log: Undo namespace pollution of #6878.
76615              
76616              Subject: Re: Net::protoent does not export 'getproto'
76617              From: Mike Guy <mjtg@cam.ac.uk>
76618              Date: Tue, 29 Aug 2000 21:32:37 +0100
76619              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
76620      Branch: perl
76621            ! lib/Net/protoent.pm
76622 ____________________________________________________________________________
76623 [  6897] By: jhi                                   on 2000/08/29  20:44:29
76624         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
76625              From: Peter Prymmer <pvhp@forte.com>
76626              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
76627              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
76628      Branch: perl
76629            ! pod/perlebcdic.pod
76630 ____________________________________________________________________________
76631 [  6896] By: jhi                                   on 2000/08/29  20:40:57
76632         Log: There's no point repeating the 'revision' (5) of perl5.
76633      Branch: metaconfig/U/perl
76634            ! Devel.U patchlevel.U
76635      Branch: perl
76636            ! Configure config_h.SH
76637 ____________________________________________________________________________
76638 [  6895] By: jhi                                   on 2000/08/29  20:16:58
76639         Log: Regen Configure for #6894.
76640      Branch: metaconfig/U/perl
76641            ! perladmin.U
76642      Branch: perl
76643            ! Configure config_h.SH
76644 ____________________________________________________________________________
76645 [  6894] By: jhi                                   on 2000/08/29  19:59:52
76646         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
76647              From: "Philip Newton" <Philip.Newton@gmx.net>
76648              Date: Tue, 29 Aug 2000 21:39:14 +0200
76649              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
76650      Branch: perl
76651            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
76652            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
76653            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
76654            ! utils/perlbug.PL
76655 ____________________________________________________________________________
76656 [  6893] By: jhi                                   on 2000/08/29  19:55:30
76657         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
76658              From: "Philip Newton" <Philip.Newton@gmx.net>
76659              Date: Tue, 29 Aug 2000 21:39:14 +0200
76660              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
76661      Branch: perl
76662            ! installhtml
76663 ____________________________________________________________________________
76664 [  6892] By: jhi                                   on 2000/08/29  19:53:59
76665         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
76666              From: "Philip Newton" <Philip.Newton@gmx.net>
76667              Date: Tue, 29 Aug 2000 21:48:18 +0200
76668              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
76669      Branch: perl
76670            ! lib/File/Temp.pm
76671 ____________________________________________________________________________
76672 [  6891] By: jhi                                   on 2000/08/29  18:30:03
76673         Log: Nail the ID 20000828.023.
76674      Branch: perl
76675            ! ext/Storable/Storable.xs
76676 ____________________________________________________________________________
76677 [  6890] By: jhi                                   on 2000/08/29  16:50:17
76678         Log: Under usethreads the dumped variable is IN_PAD.
76679              
76680              Subject: Re: [PATCH] Glob dumping
76681              From: Gisle Aas <gisle@ActiveState.com>
76682              Date: 29 Aug 2000 18:45:05 +0200
76683              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
76684      Branch: perl
76685            ! t/lib/peek.t
76686 ____________________________________________________________________________
76687 [  6889] By: jhi                                   on 2000/08/29  15:17:37
76688         Log: Update Changes.
76689      Branch: perl
76690            ! Changes patchlevel.h
76691 ____________________________________________________________________________
76692 [  6888] By: jhi                                   on 2000/08/29  14:49:59
76693         Log: Retract #6882, broke the safe tests.
76694      Branch: perl
76695            ! ext/Opcode/Safe.pm
76696 ____________________________________________________________________________
76697 [  6887] By: jhi                                   on 2000/08/29  14:47:06
76698         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
76699              From: Gisle Aas <gisle@ActiveState.com> 
76700              Date: 09 Jun 2000 20:00:11 +0200
76701              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
76702      Branch: perl
76703            ! utils/perldoc.PL
76704 ____________________________________________________________________________
76705 [  6886] By: jhi                                   on 2000/08/29  14:42:45
76706         Log: The #6881 removed one dump line.
76707      Branch: perl
76708            ! t/lib/peek.t
76709 ____________________________________________________________________________
76710 [  6885] By: jhi                                   on 2000/08/29  14:30:47
76711         Log: Don't forget to tidy up.
76712      Branch: perl
76713            ! t/lib/ftmp-security.t
76714 ____________________________________________________________________________
76715 [  6884] By: jhi                                   on 2000/08/29  14:25:17
76716         Log: Disabling the one test is a bit tricky.
76717      Branch: perl
76718            ! t/lib/ftmp-security.t
76719 ____________________________________________________________________________
76720 [  6883] By: jhi                                   on 2000/08/29  14:16:25
76721         Log: Disable one of the tests for now.
76722      Branch: perl
76723            ! t/lib/ftmp-security.t
76724 ____________________________________________________________________________
76725 [  6882] By: jhi                                   on 2000/08/29  14:05:50
76726         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
76727              From: gisle@aas.no
76728              Date: 29 Aug 2000 10:35:06 -0000
76729              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
76730      Branch: perl
76731            ! ext/Opcode/Safe.pm
76732 ____________________________________________________________________________
76733 [  6881] By: jhi                                   on 2000/08/29  14:03:51
76734         Log: Subject: [PATCH] Glob dumping
76735              From: Gisle Aas <gisle@ActiveState.com>
76736              Date: 29 Aug 2000 07:59:42 -0000
76737              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
76738      Branch: perl
76739            ! dump.c
76740 ____________________________________________________________________________
76741 [  6880] By: jhi                                   on 2000/08/29  14:02:01
76742         Log: Subject: [PATCH] Warnings in B::Deparse
76743              From: <abigail@foad.org>
76744              Date: Tue, 29 Aug 2000 00:00:01 -0400
76745              Message-ID: <20000829040001.2999.qmail@foad.org>
76746      Branch: perl
76747            ! ext/B/B/Deparse.pm
76748 ____________________________________________________________________________
76749 [  6879] By: jhi                                   on 2000/08/29  13:57:26
76750         Log: Missed a change in #6869.
76751      Branch: perl
76752            ! mg.c
76753 ____________________________________________________________________________
76754 [  6878] By: jhi                                   on 2000/08/29  13:45:04
76755         Log: Subject: Net::protoent does not export 'getproto'
76756              From: Yasushi Nakajima <sey@jkc.co.jp>
76757              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
76758      Branch: perl
76759            ! lib/Net/protoent.pm
76760 ____________________________________________________________________________
76761 [  6877] By: jhi                                   on 2000/08/29  13:39:19
76762         Log: Patches all over for people and the files they (hopefully) care about.
76763      Branch: perl
76764            ! AUTHORS Changes MAINTAIN
76765 ____________________________________________________________________________
76766 [  6876] By: jhi                                   on 2000/08/29  12:53:54
76767         Log: Fix for thinko in #6848.
76768              
76769              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
76770              From: Lupe Christoph <lupe@lupe-christoph.de>
76771              Date: Tue, 29 Aug 2000 09:04:08 +0200
76772              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
76773      Branch: perl
76774            ! ext/Thread/Thread.xs
76775 ____________________________________________________________________________
76776 [  6875] By: jhi                                   on 2000/08/29  12:50:14
76777         Log: Update to Getopt::Long 2.24, from Johan Vromans.
76778      Branch: perl
76779            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
76780 ____________________________________________________________________________
76781 [  6874] By: jhi                                   on 2000/08/29  02:09:53
76782         Log: Use minimal @INC in tests, most of the time just '../lib',
76783              so that we simply can't pick up stuff from other Perls than
76784              the one we are testing.  Pointed out by
76785              
76786              From: Mike Guy <mjtg@cam.ac.uk>
76787              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
76788              Date: Fri, 25 Aug 2000 15:15:59 +0100
76789              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
76790      Branch: perl
76791            ! (edit 185 files)
76792 ____________________________________________________________________________
76793 [  6873] By: jhi                                   on 2000/08/29  01:07:11
76794         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
76795              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76796              Date: Mon, 28 Aug 2000 17:45:52 -0700
76797              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
76798      Branch: perl
76799            ! Makefile.SH hints/os2.sh
76800 ____________________________________________________________________________
76801 [  6872] By: jhi                                   on 2000/08/28  23:33:39
76802         Log: Subject: [PATCH bleedperl@6866] spellings
76803              From: marcel@codewerk.com (Marcel Grunauer)
76804              Date: Tue, 29 Aug 2000 01:19:59 +0200
76805              Message-Id: <200008282319.BAA29862@gandalf.local>
76806      Branch: perl
76807            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
76808            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
76809            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
76810 ____________________________________________________________________________
76811 [  6871] By: jhi                                   on 2000/08/28  23:22:09
76812         Log: Take out the SUIDMAIL thing, that will not be
76813              a problem in 5.7.*.
76814      Branch: perl
76815            ! patchlevel.h
76816 ____________________________________________________________________________
76817 [  6870] By: jhi                                   on 2000/08/28  23:19:30
76818         Log: -S is the silent flag, -s is the strip flag.
76819              
76820              Subject: [PATCH] Re: [PATCH] make no-install          
76821              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76822              Date: Mon, 28 Aug 2000 15:12:55 -0700
76823              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
76824      Branch: perl
76825            ! Makefile.SH
76826 ____________________________________________________________________________
76827 [  6869] By: jhi                                   on 2000/08/28  23:12:05
76828         Log: Subject: [PATCH bleedperl@6856] warnings fixes
76829              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76830              Date: Mon, 28 Aug 2000 23:55:06 +0100
76831              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
76832      Branch: perl
76833            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
76834            ! warnings.h warnings.pl
76835 ____________________________________________________________________________
76836 [  6868] By: jhi                                   on 2000/08/28  21:38:22
76837         Log: Potential cruft.
76838      Branch: perl
76839            ! Makefile.SH
76840 ____________________________________________________________________________
76841 [  6867] By: jhi                                   on 2000/08/28  21:35:36
76842         Log: Update Changes.
76843      Branch: perl
76844            ! Changes patchlevel.h
76845 ____________________________________________________________________________
76846 [  6866] By: jhi                                   on 2000/08/28  21:33:49
76847         Log: Subject: hv.h Doc Patch
76848              From: Fisher Mark <fisherm@tce.com>
76849              Date: Mon, 28 Aug 2000 16:24:59 -0500
76850              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
76851      Branch: perl
76852            ! hv.h
76853 ____________________________________________________________________________
76854 [  6865] By: jhi                                   on 2000/08/28  21:02:15
76855         Log: Add -ld to archname on long tr...double platforms.
76856      Branch: metaconfig
76857            ! U/threads/archname.U
76858      Branch: perl
76859            ! Configure config_h.SH
76860 ____________________________________________________________________________
76861 [  6864] By: jhi                                   on 2000/08/28  20:38:59
76862         Log: An attempt to fix the problem reported in
76863              
76864              Subject: Building perl@6856 using gcc/AIX 4.3.3 
76865              From: Daniel Muino <dmuino@afip.gov.ar> 
76866              Date: Mon, 28 Aug 2000 15:50:01 -0300   
76867              Message-ID: <20000828155001.A14403@con2-dgi>
76868              
76869              I can't test this properly since the gcc installation I have
76870              access to seems to be botched (gcc is calling the AIX cpp,
76871              a losing proposition...)
76872      Branch: perl
76873            ! hints/aix.sh
76874 ____________________________________________________________________________
76875 [  6863] By: jhi                                   on 2000/08/28  18:57:52
76876         Log: Fix for ID 20000828.001, long doubles were not formatted
76877              correctly (showed up in $], which stopped installing perl).
76878      Branch: perl
76879            ! sv.c
76880 ____________________________________________________________________________
76881 [  6862] By: jhi                                   on 2000/08/28  18:07:15
76882         Log: Typo in #6858.
76883      Branch: perl
76884            ! lib/Cwd.pm
76885 ____________________________________________________________________________
76886 [  6861] By: jhi                                   on 2000/08/28  17:57:27
76887         Log: opmini.o may be left around if a build is interrupted.
76888      Branch: perl
76889            ! Makefile.SH
76890 ____________________________________________________________________________
76891 [  6860] By: jhi                                   on 2000/08/28  16:52:50
76892         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
76893              From: Daniel Chetlin <daniel@chetlin.com>
76894              Date: Mon, 28 Aug 2000 01:14:18 -0700
76895              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
76896      Branch: perl
76897            ! lib/overload.pm
76898 ____________________________________________________________________________
76899 [  6859] By: jhi                                   on 2000/08/28  16:08:46
76900         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
76901              From: Nicholas Clark <nick@ccl4.org>
76902              Date: Mon, 28 Aug 2000 16:03:27 +0100
76903              Message-Id: <20000828160327.C49785@plum.flirble.org>
76904      Branch: perl
76905            ! ext/ByteLoader/bytecode.h
76906 ____________________________________________________________________________
76907 [  6858] By: jhi                                   on 2000/08/28  16:02:10
76908         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
76909              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
76910              Date: Mon, 28 Aug 2000 13:08:30 +0200
76911              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
76912      Branch: perl
76913            ! lib/Cwd.pm
76914 ____________________________________________________________________________
76915 [  6857] By: jhi                                   on 2000/08/28  15:42:47
76916         Log: display_format used as a class method without arguments was broken,
76917              reported in
76918              
76919              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
76920              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
76921              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
76922              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
76923      Branch: perl
76924            ! lib/Math/Complex.pm t/lib/complex.t
76925 ____________________________________________________________________________
76926 [  6856] By: jhi                                   on 2000/08/27  22:09:48
76927         Log: Update Changes.
76928      Branch: perl
76929            ! Changes patchlevel.h
76930 ____________________________________________________________________________
76931 [  6855] By: jhi                                   on 2000/08/27  21:59:21
76932         Log: Retract #6853 (false alarm).
76933      Branch: perl
76934            ! lib/ExtUtils/xsubpp
76935 ____________________________________________________________________________
76936 [  6854] By: jhi                                   on 2000/08/27  21:37:44
76937         Log: Update Changes.
76938      Branch: perl
76939            ! Changes patchlevel.h
76940 ____________________________________________________________________________
76941 [  6853] By: jhi                                   on 2000/08/27  21:37:16
76942         Log: Subject: [PATCH perl@6850] workaround for xsubpp
76943              From: Hugo <hv@crypt.compulink.co.uk>
76944              Date: Sun, 27 Aug 2000 22:30:25 +0100
76945              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
76946      Branch: perl
76947            ! lib/ExtUtils/xsubpp
76948 ____________________________________________________________________________
76949 [  6852] By: jhi                                   on 2000/08/27  21:33:58
76950         Log: Big-endian 64-bit patch from Raphael Manfredi.
76951      Branch: perl
76952            ! ext/Storable/Storable.xs
76953 ____________________________________________________________________________
76954 [  6851] By: jhi                                   on 2000/08/27  21:22:21
76955         Log: More ruthless editing from Hugo van der Sanden.
76956      Branch: perl
76957            ! pod/perldelta.pod
76958 ____________________________________________________________________________
76959 [  6850] By: jhi                                   on 2000/08/27  16:11:46
76960         Log: Update Changes.
76961      Branch: perl
76962            ! Changes patchlevel.h
76963 ____________________________________________________________________________
76964 [  6849] By: jhi                                   on 2000/08/27  16:11:05
76965         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
76966      Branch: perl
76967            ! configpm pod/perldelta.pod
76968 ____________________________________________________________________________
76969 [  6848] By: jhi                                   on 2000/08/27  15:35:08
76970         Log: Use the actual thread type, not the pointer-to-struct.
76971      Branch: perl
76972            ! ext/Thread/Thread.xs
76973 ____________________________________________________________________________
76974 [  6847] By: jhi                                   on 2000/08/27  15:30:49
76975         Log: Test nit.
76976      Branch: perl
76977            ! t/pragma/warn/pp_sys
76978 ____________________________________________________________________________
76979 [  6846] By: jhi                                   on 2000/08/27  15:19:02
76980         Log: Passing -R in ldflags makes now it to appear in the default
76981              for lddlflags, just like with -L.
76982              
76983              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
76984              From: Lupe Christoph <lupe@lupe-christoph.de>
76985              Date: Sun, 27 Aug 2000 10:28:21 +0200
76986              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
76987      Branch: metaconfig/U/perl
76988            ! dlsrc.U
76989      Branch: perl
76990            ! Configure
76991 ____________________________________________________________________________
76992 [  6845] By: jhi                                   on 2000/08/27  15:08:54
76993         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
76994              From: Alan Burlison <Alan.Burlison@uk.sun.com>
76995              Date: Sat, 26 Aug 2000 22:23:27 +0100
76996              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
76997      Branch: perl
76998            ! lib/ExtUtils/MM_Unix.pm
76999 ____________________________________________________________________________
77000 [  6844] By: jhi                                   on 2000/08/27  15:02:37
77001         Log: DJGPP update from Laszlo Molnar.
77002              
77003              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
77004              From: ml1050 <ml1050@freemail.hu>
77005              Date: Sat, 26 Aug 2000 23:24:40 +0200
77006              Message-Id: <20000826232440.A439@freemail.hu>
77007      Branch: perl
77008            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
77009            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
77010 ____________________________________________________________________________
77011 [  6843] By: jhi                                   on 2000/08/27  14:53:58
77012         Log: Subject: installman buglet
77013              From: Lupe Christoph <lupe@lupe-christoph.de>
77014              Date: Sun, 27 Aug 2000 14:38:59 +0200
77015              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
77016      Branch: perl
77017            ! installman
77018 ____________________________________________________________________________
77019 [  6842] By: jhi                                   on 2000/08/27  14:52:08
77020         Log: Can't get the test to reliably work thanks to the
77021              inaccurateness of floating point.  "Resolves" bug ids
77022              20000826.003, 20000826.009, 20000826.010,
77023      Branch: perl
77024            ! t/lib/trig.t
77025 ____________________________________________________________________________
77026 [  6841] By: jhi                                   on 2000/08/26  15:53:58
77027         Log: Update Changes.
77028      Branch: perl
77029            ! Changes patchlevel.h
77030 ____________________________________________________________________________
77031 [  6840] By: jhi                                   on 2000/08/26  14:23:03
77032         Log: grep -e isn't portable.
77033              
77034              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
77035              From: chris@broadband.att.com
77036              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
77037              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
77038      Branch: perl
77039            ! hints/solaris_2.sh
77040 ____________________________________________________________________________
77041 [  6839] By: jhi                                   on 2000/08/26  14:12:23
77042         Log: no-install target a la make -n.
77043              
77044              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
77045              From: <abigail@foad.org>
77046              Date: Sat, 26 Aug 2000 03:57:34 -0400
77047              Message-ID: <20000826075735.18912.qmail@foad.org>
77048      Branch: perl
77049            ! Makefile.SH installman installperl
77050 ____________________________________________________________________________
77051 [  6838] By: jhi                                   on 2000/08/26  14:06:33
77052         Log: Retract #6826 as the #6828 should be do the same
77053              in a More Correct Way.
77054      Branch: perl
77055            ! installperl
77056 ____________________________________________________________________________
77057 [  6837] By: jhi                                   on 2000/08/26  05:24:00
77058         Log: More casting.
77059      Branch: perl
77060            ! ext/Storable/Storable.xs
77061 ____________________________________________________________________________
77062 [  6836] By: jhi                                   on 2000/08/26  05:05:46
77063         Log: Nicer in decimal.
77064      Branch: perl
77065            ! ext/Storable/Storable.xs
77066 ____________________________________________________________________________
77067 [  6835] By: jhi                                   on 2000/08/26  05:03:50
77068         Log: There be no UVdf.
77069      Branch: perl
77070            ! ext/Storable/Storable.xs
77071 ____________________________________________________________________________
77072 [  6834] By: jhi                                   on 2000/08/26  05:00:18
77073         Log: Continue IVdfing and UVxfing.
77074      Branch: perl
77075            ! ext/Storable/Storable.xs
77076 ____________________________________________________________________________
77077 [  6833] By: jhi                                   on 2000/08/26  04:53:14
77078         Log: Use IVdf.
77079      Branch: perl
77080            ! ext/Storable/Storable.xs
77081 ____________________________________________________________________________
77082 [  6832] By: jhi                                   on 2000/08/26  04:40:41
77083         Log: Document PTR2XX and INT2PTR.
77084      Branch: perl
77085            ! pod/perlguts.pod
77086 ____________________________________________________________________________
77087 [  6831] By: jhi                                   on 2000/08/26  04:33:18
77088         Log: Use UVxf, PTR2UV, NVff.
77089      Branch: perl
77090            ! ext/Storable/Storable.xs
77091 ____________________________________________________________________________
77092 [  6830] By: jhi                                   on 2000/08/26  04:31:32
77093         Log: Update the test count.
77094      Branch: perl
77095            ! t/lib/trig.t
77096 ____________________________________________________________________________
77097 [  6829] By: jhi                                   on 2000/08/26  03:05:50
77098         Log: Subject: [PATCH] installation not quite silent yet.
77099              From: <abigail@foad.org>
77100              Date: Fri, 25 Aug 2000 20:07:53 -0400
77101              Message-ID: <20000826000753.7822.qmail@foad.org>
77102      Branch: perl
77103            ! installman installperl
77104 ____________________________________________________________________________
77105 [  6828] By: jhi                                   on 2000/08/26  03:05:14
77106         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
77107              From: Spider Boardman <spider@web.zk3.dec.com>
77108              Date: Fri, 25 Aug 2000 19:12:40 -0400
77109              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
77110      Branch: perl
77111            ! gv.c
77112 ____________________________________________________________________________
77113 [  6827] By: jhi                                   on 2000/08/25  23:54:34
77114         Log: Support preserving extremely big/small angles.
77115      Branch: perl
77116            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
77117 ____________________________________________________________________________
77118 [  6826] By: jhi                                   on 2000/08/25  23:01:20
77119         Log: Patch installperl to be long double-aware.
77120              
77121              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
77122              From: Spider Boardman <spider@web.zk3.dec.com>
77123              Date: Fri, 25 Aug 2000 18:15:23 -0400
77124              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
77125      Branch: perl
77126            ! installperl
77127 ____________________________________________________________________________
77128 [  6825] By: jhi                                   on 2000/08/25  22:58:25
77129         Log: Remove duplicately applied patch shards.
77130              
77131              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
77132              From: Spider Boardman <spider@leggy.zk3.dec.com>
77133              Date: Fri, 25 Aug 2000 16:45:03 -0400
77134              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
77135      Branch: perl
77136            ! t/lib/cgi-html.t
77137 ____________________________________________________________________________
77138 [  6824] By: jhi                                   on 2000/08/25  22:57:00
77139         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
77140              From: Daniel Chetlin <daniel@chetlin.com>
77141              Date: Fri, 25 Aug 2000 12:23:16 -0700
77142              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
77143              
77144              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
77145              From: Daniel Chetlin <daniel@chetlin.com>
77146              Date: Fri, 25 Aug 2000 14:47:19 -0700
77147              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
77148      Branch: perl
77149            ! installman
77150 ____________________________________________________________________________
77151 [  6823] By: jhi                                   on 2000/08/25  22:44:17
77152         Log: Timestamp problem?
77153      Branch: perl
77154            ! uconfig.h uconfig.sh
77155 ____________________________________________________________________________
77156 [  6822] By: jhi                                   on 2000/08/25  19:01:06
77157         Log: One forgotten file from #6816.
77158      Branch: perl
77159            ! vos/config.h
77160 ____________________________________________________________________________
77161 [  6821] By: jhi                                   on 2000/08/25  18:56:39
77162         Log: Regen Changes.
77163      Branch: perl
77164            ! Changes patchlevel.h
77165 ____________________________________________________________________________
77166 [  6820] By: jhi                                   on 2000/08/25  18:52:35
77167         Log: Fix Changes ordering.
77168      Branch: perl
77169            ! Changes
77170 ____________________________________________________________________________
77171 [  6819] By: jhi                                   on 2000/08/25  18:50:25
77172         Log: Update Changes.
77173      Branch: perl
77174            ! Changes patchlevel.h
77175 ____________________________________________________________________________
77176 [  6818] By: jhi                                   on 2000/08/25  18:47:45
77177         Log: Tweak the sfio/useperlio logic, hopefully as wished in
77178              
77179              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
77180              From: Nicholas Clark <nick@babyhippo.co.uk>
77181              Date: Fri, 25 Aug 2000 12:01:45 +0100
77182              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
77183      Branch: metaconfig/U/perl
77184            ! d_sfio.U
77185      Branch: perl
77186            ! Configure
77187 ____________________________________________________________________________
77188 [  6817] By: jhi                                   on 2000/08/25  18:32:51
77189         Log: Allow microperl to assume <math.h>, without it the math
77190              functions like floor() are assumed to return int, which makes
77191              for core dumps in machines where integer and floating register
77192              don't mix.
77193      Branch: perl
77194            ! uconfig.h uconfig.sh
77195 ____________________________________________________________________________
77196 [  6816] By: jhi                                   on 2000/08/25  18:27:17
77197         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
77198              the problem reported in
77199              
77200              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
77201              From: danhale@us.ibm.com
77202              Date: Fri, 25 Aug 2000 10:58:06 -0400
77203              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
77204      Branch: metaconfig/U/perl
77205            + d_socks5_init.U
77206      Branch: perl
77207            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
77208            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
77209            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
77210            ! win32/config.gc win32/config.vc
77211 ____________________________________________________________________________
77212 [  6815] By: jhi                                   on 2000/08/25  17:43:31
77213         Log: A solution for the retrieve_fd autosplit warning,
77214              idea suggested by Mike Guy.
77215      Branch: perl
77216            ! ext/Storable/Storable.pm
77217 ____________________________________________________________________________
77218 [  6814] By: jhi                                   on 2000/08/25  17:16:03
77219         Log: Add install-silent target.
77220      Branch: perl
77221            ! Makefile.SH
77222 ____________________________________________________________________________
77223 [  6813] By: jhi                                   on 2000/08/25  17:14:23
77224         Log: Subject: Re: [PATCH] More silencing of installman.
77225              From: <abigail@foad.org>
77226              Date: Thu, 24 Aug 2000 19:27:03 -0400
77227              Message-ID: <20000824232703.7001.qmail@foad.org>
77228              
77229              Subject: Re: [PATCH] More silencing of installman.
77230              From: <abigail@foad.org>
77231              Date: Fri, 25 Aug 2000 03:00:58 -0400
77232              Message-ID: <20000825070058.10697.qmail@foad.org>
77233      Branch: perl
77234            ! installman
77235 ____________________________________________________________________________
77236 [  6812] By: jhi                                   on 2000/08/25  17:11:28
77237         Log: installperl --verbose and --silent.
77238              
77239              Subject: Re: [PATCH] More silencing of installman.
77240              From: <abigail@foad.org>
77241              Message-ID: <20000825064430.9719.qmail@foad.org>
77242              Date: Fri, 25 Aug 2000 02:44:30 -0400
77243      Branch: perl
77244            ! installperl
77245 ____________________________________________________________________________
77246 [  6811] By: jhi                                   on 2000/08/25  17:05:43
77247         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
77248              From: "Peter J. Farley III" <pjfarley@banet.net>
77249              Date: Thu, 24 Aug 2000 21:58:03 -0400
77250              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
77251              
77252              (applied slightly modified)
77253      Branch: perl
77254            ! lib/ExtUtils/MM_Unix.pm
77255 ____________________________________________________________________________
77256 [  6810] By: jhi                                   on 2000/08/25  17:01:18
77257         Log: Missing parts of 
77258              
77259              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
77260              From: Peter Prymmer <pvhp@forte.com>
77261              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
77262              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
77263      Branch: perl
77264            ! t/lib/cgi-html.t
77265 ____________________________________________________________________________
77266 [  6809] By: jhi                                   on 2000/08/25  16:46:32
77267         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
77268              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77269              Date: Thu, 24 Aug 2000 19:13:11 -0500
77270              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
77271      Branch: perl
77272            ! vms/vms.c
77273 ____________________________________________________________________________
77274 [  6808] By: jhi                                   on 2000/08/25  16:39:22
77275         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
77276              From: Peter Prymmer <pvhp@forte.com>
77277              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
77278              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
77279      Branch: perl
77280            ! configure.com
77281 ____________________________________________________________________________
77282 [  6807] By: jhi                                   on 2000/08/25  16:36:37
77283         Log: Better wording for the vec lvalue diagnostic.
77284              
77285              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
77286              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77287              Date: Wed, 23 Aug 2000 14:12:16 -0400
77288              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
77289      Branch: perl
77290            ! pod/perldiag.pod
77291 ____________________________________________________________________________
77292 [  6806] By: jhi                                   on 2000/08/24  18:17:22
77293         Log: Subject: [PATCH] More silencing of installman.
77294              From: <abigail@foad.org>
77295              Date: Thu, 24 Aug 2000 14:01:44 -0400
77296              Message-ID: <20000824180144.20062.qmail@foad.org>
77297      Branch: perl
77298            ! installman
77299 ____________________________________________________________________________
77300 [  6805] By: jhi                                   on 2000/08/24  15:00:31
77301         Log: Update Changes.
77302      Branch: perl
77303            ! Changes patchlevel.h
77304 ____________________________________________________________________________
77305 [  6804] By: jhi                                   on 2000/08/24  14:59:07
77306         Log: Regen perltoc.
77307      Branch: perl
77308            ! pod/perltoc.pod
77309 ____________________________________________________________________________
77310 [  6803] By: jhi                                   on 2000/08/24  14:44:39
77311         Log: Show the doc file, not the temp file.
77312      Branch: perl
77313            ! installman
77314 ____________________________________________________________________________
77315 [  6802] By: jhi                                   on 2000/08/24  14:41:53
77316         Log: Continue silencing.
77317      Branch: perl
77318            ! installman
77319 ____________________________________________________________________________
77320 [  6801] By: jhi                                   on 2000/08/24  14:34:40
77321         Log: Actually do something with the silencer option.
77322      Branch: perl
77323            ! installman
77324 ____________________________________________________________________________
77325 [  6800] By: jhi                                   on 2000/08/24  14:26:22
77326         Log: Make installman to recognize the silence flag -S.
77327      Branch: perl
77328            ! installman
77329 ____________________________________________________________________________
77330 [  6799] By: jhi                                   on 2000/08/24  13:49:38
77331         Log: DOS patches and portability/porting notes, from Tim Jenness.
77332      Branch: perl
77333            ! lib/File/Temp.pm
77334 ____________________________________________________________________________
77335 [  6798] By: jhi                                   on 2000/08/24  13:48:27
77336         Log: Create directories in silence.
77337              
77338              Subject: [PATCH] Another silencer for MakeMaker
77339              From: andreas.koenig@anima.de (Andreas J. Koenig)
77340              Date: 24 Aug 2000 14:18:52 +0200
77341              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
77342      Branch: perl
77343            ! lib/ExtUtils/Command.pm
77344 ____________________________________________________________________________
77345 [  6797] By: jhi                                   on 2000/08/24  13:46:42
77346         Log: More liberal parsing of version numbers.
77347              
77348              Subject: Re: CPAN.pm beta for testing available
77349              From: andreas.koenig@anima.de (Andreas J. Koenig)
77350              Date: 24 Aug 2000 13:51:57 +0200
77351              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
77352      Branch: perl
77353            ! lib/CPAN.pm
77354 ____________________________________________________________________________
77355 [  6796] By: jhi                                   on 2000/08/24  13:44:36
77356         Log: Make "make install" by default silent.  A new "install-verbose"
77357              target is verbose.
77358      Branch: perl
77359            ! Makefile.SH
77360 ____________________________________________________________________________
77361 [  6795] By: jhi                                   on 2000/08/24  13:39:14
77362         Log: Add silencer flags to installperl.
77363              
77364              Subject: [PATCH] Making installperl silent.
77365              From: <abigail@foad.org>
77366              Date: Thu, 24 Aug 2000 05:01:45 -0400
77367              Message-ID: <20000824090145.13141.qmail@foad.org>
77368      Branch: perl
77369            ! installperl
77370 ____________________________________________________________________________
77371 [  6794] By: jhi                                   on 2000/08/24  13:35:50
77372         Log: installperl couldn't tell whether it had run tests or not.
77373              
77374              Subject: [PATCH] Re: installperl and t/TEST
77375              From: <abigail@foad.org>
77376              Date: Thu, 24 Aug 2000 04:00:53 -0400
77377              Message-ID: <20000824080053.2494.qmail@foad.org>
77378      Branch: perl
77379            ! Makefile.SH installperl
77380 ____________________________________________________________________________
77381 [  6793] By: jhi                                   on 2000/08/24  13:27:50
77382         Log: Drop the separate perlbc, perlcc -b should be enough.
77383      Branch: perl
77384            - utils/perlbc.PL
77385            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
77386 ____________________________________________________________________________
77387 [  6792] By: jhi                                   on 2000/08/24  04:41:30
77388         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
77389              plus the typo fix from Peter Prymmer.
77390      Branch: perl
77391            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
77392            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
77393 ____________________________________________________________________________
77394 [  6791] By: jhi                                   on 2000/08/24  02:10:43
77395         Log: Replace #6705 with a minimal doc patch.
77396              
77397              Subject: [PATCH 5.6.0] replace change #6705
77398              From: Jan Dubois <jand@ActiveState.com>
77399              Date: Wed, 23 Aug 2000 18:31:51 -0700
77400              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
77401      Branch: perl
77402            ! lib/Win32.pod win32/win32.c
77403 ____________________________________________________________________________
77404 [  6790] By: jhi                                   on 2000/08/23  17:52:00
77405         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
77406              From: Mike Guy <mjtg@cam.ac.uk>
77407              Date: Wed, 23 Aug 2000 18:38:46 +0100
77408              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
77409      Branch: perl
77410            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
77411 ____________________________________________________________________________
77412 [  6789] By: jhi                                   on 2000/08/23  15:34:21
77413         Log: Update Changes.
77414      Branch: perl
77415            ! Changes patchlevel.h
77416 ____________________________________________________________________________
77417 [  6788] By: jhi                                   on 2000/08/23  15:33:40
77418         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
77419              From: Wilfredo Sánchez <wsanchez@apple.com>
77420              Date: Tue, 22 Aug 2000 19:31:27 -0700
77421              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
77422      Branch: perl
77423            ! perl.h
77424 ____________________________________________________________________________
77425 [  6787] By: jhi                                   on 2000/08/23  15:29:31
77426         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
77427              From: Spider Boardman <spider@leggy.zk3.dec.com>
77428              Date: Wed, 23 Aug 2000 10:33:23 -0400
77429              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
77430      Branch: perl
77431            ! lib/Pod/Html.pm
77432 ____________________________________________________________________________
77433 [  6786] By: jhi                                   on 2000/08/23  15:28:11
77434         Log: Bad makefile.
77435      Branch: perl
77436            ! ext/B/Makefile.PL
77437 ____________________________________________________________________________
77438 [  6785] By: jhi                                   on 2000/08/23  14:37:04
77439         Log: Update Changes.
77440      Branch: perl
77441            ! Changes patchlevel.h
77442 ____________________________________________________________________________
77443 [  6784] By: jhi                                   on 2000/08/23  13:58:41
77444         Log: Portability fix from Hugo van der Sanden.
77445      Branch: perl
77446            ! ext/re/Makefile.PL
77447 ____________________________________________________________________________
77448 [  6783] By: jhi                                   on 2000/08/23  13:53:53
77449         Log: Storable support, v-version fixes.
77450              
77451              Subject: CPAN.pm beta for testing available
77452              From: andreas.koenig@anima.de (Andreas J. Koenig)
77453              Date: 22 Aug 2000 23:31:33 +0200
77454              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
77455      Branch: perl
77456            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77457 ____________________________________________________________________________
77458 [  6782] By: jhi                                   on 2000/08/23  13:51:26
77459         Log: Mac and other portability updates from Chris Nandor.
77460      Branch: perl
77461            ! pod/perlmodinstall.pod
77462 ____________________________________________________________________________
77463 [  6781] By: jhi                                   on 2000/08/23  13:47:33
77464         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
77465              From: Peter Prymmer <pvhp@forte.com>
77466              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
77467              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
77468      Branch: perl
77469            ! ext/Storable/Storable.xs
77470 ____________________________________________________________________________
77471 [  6780] By: jhi                                   on 2000/08/23  13:33:34
77472         Log: VMS MMS (make) wants null action.
77473      Branch: perl
77474            ! ext/B/Makefile.PL
77475 ____________________________________________________________________________
77476 [  6779] By: jhi                                   on 2000/08/22  19:44:47
77477         Log: Forgot portability nit.
77478      Branch: perl
77479            ! t/lib/st-forgive.t
77480 ____________________________________________________________________________
77481 [  6778] By: jhi                                   on 2000/08/22  19:35:25
77482         Log: Be portable.
77483      Branch: perl
77484            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
77485            ! t/lib/st-store.t
77486 ____________________________________________________________________________
77487 [  6777] By: jhi                                   on 2000/08/22  18:50:53
77488         Log: Update Changes.
77489      Branch: perl
77490            ! Changes patchlevel.h
77491 ____________________________________________________________________________
77492 [  6776] By: jhi                                   on 2000/08/22  18:44:46
77493         Log: cSVOPo_*v things index into the current PL_curpad
77494              under ithreads, which is different from the curpad
77495              used by the XSUB.  (In other words, the code as-is
77496              before this patch wouldn't work under ithreads.)
77497              From Sarathy.
77498      Branch: perl
77499            ! ext/B/B.xs
77500 ____________________________________________________________________________
77501 [  6775] By: jhi                                   on 2000/08/22  18:18:37
77502         Log: Make the selection of NVff et al stricter.
77503      Branch: metaconfig/U/perl
77504            ! perlxvf.U
77505      Branch: perl
77506            ! Configure config_h.SH
77507 ____________________________________________________________________________
77508 [  6774] By: jhi                                   on 2000/08/22  17:19:42
77509         Log: perldelta nits.
77510      Branch: perl
77511            ! pod/perldelta.pod
77512 ____________________________________________________________________________
77513 [  6773] By: jhi                                   on 2000/08/22  17:06:26
77514         Log: Long double fixes from Spider Boardman.
77515              
77516              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
77517              From: system PRIVILEGED account <root@peano.zk3.dec.com>
77518              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
77519              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
77520      Branch: perl
77521            ! t/lib/bigfltpm.t t/lib/st-06compat.t
77522 ____________________________________________________________________________
77523 [  6772] By: jhi                                   on 2000/08/22  15:04:53
77524         Log: Update Changes.
77525      Branch: perl
77526            ! Changes patchlevel.h
77527 ____________________________________________________________________________
77528 [  6771] By: jhi                                   on 2000/08/22  15:01:44
77529         Log: perldelta fixes from Hugo van der Sanden.
77530      Branch: perl
77531            ! pod/perldelta.pod
77532 ____________________________________________________________________________
77533 [  6770] By: jhi                                   on 2000/08/22  14:34:49
77534         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
77535              From: Hugo <hv@crypt.compulink.co.uk>
77536              Date: Tue, 22 Aug 2000 11:21:53 +0100
77537              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
77538      Branch: perl
77539            ! regcomp.c
77540 ____________________________________________________________________________
77541 [  6769] By: jhi                                   on 2000/08/22  14:30:02
77542         Log: Add Yitzchak, reformat.
77543      Branch: perl
77544            ! Changes config_h.SH
77545 ____________________________________________________________________________
77546 [  6768] By: jhi                                   on 2000/08/22  14:21:35
77547         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
77548              and Spider Boardman.
77549      Branch: metaconfig
77550            ! U/compline/d_gconvert.U
77551      Branch: perl
77552            ! Configure
77553 ____________________________________________________________________________
77554 [  6767] By: jhi                                   on 2000/08/22  14:11:24
77555         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
77556              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77557              Date: Mon, 21 Aug 2000 19:08:31 -0700
77558              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
77559      Branch: perl
77560            - ext/Storable/patchlevel.h
77561            ! MANIFEST ext/Storable/MANIFEST
77562 ____________________________________________________________________________
77563 [  6766] By: jhi                                   on 2000/08/22  13:49:29
77564         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
77565              From: Peter Prymmer <pvhp@forte.com>
77566              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
77567              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
77568      Branch: perl
77569            ! configure.com ext/Storable/Makefile.PL
77570 ____________________________________________________________________________
77571 [  6765] By: jhi                                   on 2000/08/22  13:44:59
77572         Log: Subject: [PATCH blead] B:: missing dependency
77573              From: Hugo <hv@crypt.compulink.co.uk>
77574              Date: Tue, 22 Aug 2000 06:44:33 +0100
77575              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
77576      Branch: perl
77577            ! ext/B/Makefile.PL
77578 ____________________________________________________________________________
77579 [  6764] By: jhi                                   on 2000/08/22  13:38:12
77580         Log: More bytecompiler.
77581      Branch: perl
77582            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
77583 ____________________________________________________________________________
77584 [  6763] By: jhi                                   on 2000/08/22  13:36:44
77585         Log: Bytecompiler patches from Benjamin Stuhl.
77586      Branch: perl
77587            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
77588            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
77589            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
77590            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77591            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
77592            ! perl.c perlapi.h pod/perldelta.pod
77593 ____________________________________________________________________________
77594 [  6762] By: jhi                                   on 2000/08/21  23:43:40
77595         Log: An obsoleted diagnostic.
77596      Branch: perl
77597            ! pod/perldelta.pod
77598 ____________________________________________________________________________
77599 [  6761] By: jhi                                   on 2000/08/21  23:01:45
77600         Log: The #6759 wasn't quite right.
77601      Branch: perl
77602            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77603            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77604            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77605            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77606            ! t/lib/st-tieditems.t
77607 ____________________________________________________________________________
77608 [  6760] By: jhi                                   on 2000/08/21  22:35:49
77609         Log: Be verydeepclean.
77610      Branch: perl
77611            ! Makefile.SH
77612 ____________________________________________________________________________
77613 [  6759] By: jhi                                   on 2000/08/21  22:25:40
77614         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
77615              From: Peter Prymmer <pvhp@forte.com>
77616              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
77617              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
77618      Branch: perl
77619            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77620            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77621            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77622            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77623            ! t/lib/st-tieditems.t
77624 ____________________________________________________________________________
77625 [  6758] By: jhi                                   on 2000/08/21  22:22:32
77626         Log: Few more casts, need reported in
77627              
77628              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
77629              From: Mike Stok <mike@stok.co.uk>
77630              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
77631              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
77632              
77633              and
77634              
77635              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
77636              From: abigail@foad.org
77637              Date: 21 Aug 2000 21:31:34 -0000
77638              Message-Id: <20000821213134.30170.qmail@foad.org>
77639      Branch: perl
77640            ! ext/Storable/Storable.xs
77641 ____________________________________________________________________________
77642 [  6757] By: jhi                                   on 2000/08/21  18:37:07
77643         Log: Update Changes.
77644      Branch: perl
77645            ! Changes patchlevel.h
77646 ____________________________________________________________________________
77647 [  6756] By: jhi                                   on 2000/08/21  18:34:02
77648         Log: A pod nit.
77649              
77650              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
77651              From: <abigail@foad.org>
77652              Date: Mon, 21 Aug 2000 14:00:16 -0400
77653              Message-ID: <20000821180016.28627.qmail@foad.org>
77654      Branch: perl
77655            ! pod/perlre.pod
77656 ____________________________________________________________________________
77657 [  6755] By: jhi                                   on 2000/08/21  18:30:56
77658         Log: Use PodParser 1.18 new test.
77659      Branch: perl
77660            ! t/pod/special_seqs.t t/pod/special_seqs.xr
77661 ____________________________________________________________________________
77662 [  6754] By: jhi                                   on 2000/08/21  18:28:35
77663         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
77664              patches cannot be applied since #6712 conflicts.
77665      Branch: perl
77666            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
77667 ____________________________________________________________________________
77668 [  6753] By: jhi                                   on 2000/08/21  18:15:11
77669         Log: Weed out some smaller changes.
77670      Branch: perl
77671            ! pod/perldelta.pod
77672 ____________________________________________________________________________
77673 [  6752] By: jhi                                   on 2000/08/21  18:02:30
77674         Log: Also under djgpp the timestamps are funky.
77675      Branch: perl
77676            ! t/op/stat.t
77677 ____________________________________________________________________________
77678 [  6751] By: jhi                                   on 2000/08/21  17:55:56
77679         Log: Tweak the floating point output routine preferences.
77680      Branch: metaconfig
77681            ! U/compline/d_gconvert.U
77682      Branch: perl
77683            ! Configure
77684 ____________________________________________________________________________
77685 [  6750] By: jhi                                   on 2000/08/21  17:51:29
77686         Log: Unicos/mk requires elaborate paranoia.
77687      Branch: perl
77688            ! lib/Math/Complex.pm
77689 ____________________________________________________________________________
77690 [  6749] By: gsar                                  on 2000/08/21  16:53:31
77691         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
77692      Branch: perl
77693            ! lib/Cwd.pm
77694 ____________________________________________________________________________
77695 [  6748] By: gsar                                  on 2000/08/21  16:22:19
77696         Log: free TLS slot properly on Windows
77697      Branch: perl
77698            ! thread.h win32/perllib.c win32/win32thread.h
77699 ____________________________________________________________________________
77700 [  6747] By: jhi                                   on 2000/08/21  16:20:58
77701         Log: Rename the macro argument because some preprocessors
77702              can't tell the difference and expand arguments also inside
77703              double quoted strings.
77704      Branch: perl
77705            ! regcomp.c
77706 ____________________________________________________________________________
77707 [  6746] By: jhi                                   on 2000/08/21  16:09:41
77708         Log: Support long doubles in Storable.
77709              
77710              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
77711              From: Radu Greab <radu@netsoft.ro>
77712              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
77713              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
77714      Branch: perl
77715            ! ext/Storable/Storable.xs
77716 ____________________________________________________________________________
77717 [  6745] By: jhi                                   on 2000/08/21  15:51:40
77718         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
77719              From: "Fifer, Eric" <EFifer@sanwaint.com>
77720              Date: Mon, 21 Aug 2000 15:34:49 +0100
77721              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
77722      Branch: perl
77723            ! t/pragma/warn/9enabled
77724 ____________________________________________________________________________
77725 [  6744] By: jhi                                   on 2000/08/21  15:39:35
77726         Log: Document the endianness of Alpha more precisely.
77727      Branch: perl
77728            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
77729            ! pod/perlport.pod
77730 ____________________________________________________________________________
77731 [  6743] By: jhi                                   on 2000/08/21  14:47:05
77732         Log: perldelta fixes from the p5p crowd.
77733      Branch: perl
77734            ! pod/perldelta.pod pod/perlop.pod
77735 ____________________________________________________________________________
77736 [  6742] By: jhi                                   on 2000/08/21  13:34:51
77737         Log: Update to Pod::LaTeX 0.53.
77738              
77739              Subject: [PATCH] lib/Pod/LaTeX.pm updates
77740              From: Tim Jenness <timj@jach.hawaii.edu>
77741              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
77742              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
77743      Branch: perl
77744            ! lib/Pod/LaTeX.pm
77745 ____________________________________________________________________________
77746 [  6741] By: jhi                                   on 2000/08/21  13:33:01
77747         Log: Subject: [PATCH] os2.c fix for use64bitint
77748              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77749              Date: Mon, 21 Aug 2000 01:32:25 -0700
77750              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
77751      Branch: perl
77752            ! os2/os2.c
77753 ____________________________________________________________________________
77754 [  6740] By: jhi                                   on 2000/08/21  13:28:52
77755         Log: Array context keeps slithering in.
77756              
77757              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
77758              From: Daniel Chetlin <daniel@chetlin.com>
77759              Date: Sun, 20 Aug 2000 21:40:25 -0700
77760              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
77761      Branch: perl
77762            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
77763            ! pod/perldebtut.pod
77764 ____________________________________________________________________________
77765 [  6739] By: jhi                                   on 2000/08/21  13:23:55
77766         Log: Big-endian quad fixes for Storable from Radu Greab,
77767              plus few explicit null casts for picky compilers.
77768      Branch: perl
77769            ! ext/Storable/Storable.xs
77770 ____________________________________________________________________________
77771 [  6738] By: gsar                                  on 2000/08/21  05:56:13
77772         Log: small tweaks for change#6705: avoid C++ style comments in C code;
77773              use Perl's malloc API rather than the low level system one
77774      Branch: perl
77775            ! win32/win32.c
77776 ____________________________________________________________________________
77777 [  6737] By: gsar                                  on 2000/08/21  05:35:41
77778         Log: add Storable to list of extensions on Windows
77779      Branch: perl
77780            ! win32/Makefile win32/makefile.mk
77781 ____________________________________________________________________________
77782 [  6736] By: jhi                                   on 2000/08/21  02:57:53
77783         Log: Update Changes.
77784      Branch: perl
77785            ! Changes patchlevel.h
77786 ____________________________________________________________________________
77787 [  6735] By: jhi                                   on 2000/08/21  02:57:20
77788         Log: Draft 0.
77789      Branch: perl
77790            ! pod/perldelta.pod
77791 ____________________________________________________________________________
77792 [  6734] By: jhi                                   on 2000/08/21  02:57:03
77793         Log: Add Storable 0.7.2 from Raphael Manfredi,
77794              plus the patch from
77795              
77796              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
77797              From: Radu Greab <radu@netsoft.ro>
77798              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
77799              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
77800              
77801              plus changes to get Storable to compile with
77802              picky ANSI compilers.
77803      Branch: perl
77804            + ext/Storable/ChangeLog ext/Storable/MANIFEST
77805            + ext/Storable/Makefile.PL ext/Storable/README
77806            + ext/Storable/Storable.pm ext/Storable/Storable.xs
77807            + ext/Storable/patchlevel.h t/lib/st-06compat.t
77808            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
77809            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
77810            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77811            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77812            + t/lib/st-tieditems.t
77813            ! MANIFEST
77814 ____________________________________________________________________________
77815 [  6733] By: jhi                                   on 2000/08/21  02:29:09
77816         Log: The correct cleaning order is an art.
77817      Branch: perl
77818            ! Makefile.SH
77819 ____________________________________________________________________________
77820 [  6732] By: jhi                                   on 2000/08/21  01:23:39
77821         Log: The #6724 is here.
77822      Branch: perl
77823            ! t/lib/ftmp-security.t
77824 ____________________________________________________________________________
77825 [  6731] By: jhi                                   on 2000/08/20  23:17:03
77826         Log: s/this one/the 5.6.0 release/
77827      Branch: perl
77828            ! pod/perl56delta.pod
77829 ____________________________________________________________________________
77830 [  6730] By: jhi                                   on 2000/08/20  23:07:34
77831         Log: Mention perlebcdic and perlposix-bc.
77832      Branch: perl
77833            ! pod/perlport.pod
77834 ____________________________________________________________________________
77835 [  6729] By: jhi                                   on 2000/08/20  21:32:59
77836         Log: Document the number of exponent digits.
77837      Branch: perl
77838            ! pod/perlfunc.pod
77839 ____________________________________________________________________________
77840 [  6728] By: jhi                                   on 2000/08/20  21:16:47
77841         Log: Use File::Spec->tmpdir().
77842              
77843              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
77844              From: Tim Jenness <timj@jach.hawaii.edu>
77845              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
77846              MIME-Version: 1.0
77847              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
77848      Branch: perl
77849            ! utils/perlbug.PL
77850 ____________________________________________________________________________
77851 [  6727] By: jhi                                   on 2000/08/20  20:43:32
77852         Log: Update Changes.
77853      Branch: perl
77854            ! Changes patchlevel.h
77855 ____________________________________________________________________________
77856 [  6726] By: jhi                                   on 2000/08/20  20:41:44
77857         Log: The veryclean target needs to clobber.
77858      Branch: perl
77859            ! Makefile.SH
77860 ____________________________________________________________________________
77861 [  6725] By: jhi                                   on 2000/08/20  20:37:38
77862         Log: Document odd vs even subreleases and -Dusedevel.
77863      Branch: perl
77864            ! INSTALL
77865 ____________________________________________________________________________
77866 [  6724] By: jhi                                   on 2000/08/20  19:58:05
77867         Log: Use temporary directory instead of current directory.
77868              
77869              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
77870              From: Tim Jenness <timj@jach.hawaii.edu>
77871              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
77872              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
77873      Branch: perl
77874            ! t/lib/ftmp-security.t
77875 ____________________________________________________________________________
77876 [  6723] By: jhi                                   on 2000/08/20  19:55:55
77877         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
77878              From: andreas.koenig@anima.de (Andreas J. Koenig)
77879              Date: 20 Aug 2000 15:52:03 +0200
77880              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
77881      Branch: perl
77882            ! lib/ExtUtils/MM_Unix.pm
77883 ____________________________________________________________________________
77884 [  6722] By: jhi                                   on 2000/08/20  19:46:01
77885         Log: Update to CGI 2.72, from Lincoln Stein.
77886      Branch: perl
77887            ! lib/CGI.pm
77888 ____________________________________________________________________________
77889 [  6721] By: jhi                                   on 2000/08/20  19:43:54
77890         Log: (Replaced by #8364.)
77891              
77892              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
77893              From: Radu Greab <radu@netsoft.ro>
77894              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
77895              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
77896      Branch: perl
77897            ! ext/GDBM_File/GDBM_File.xs
77898 ____________________________________________________________________________
77899 [  6720] By: jhi                                   on 2000/08/20  19:42:01
77900         Log: pp_open() could pass an uninitialized filename down to do_open9().
77901      Branch: perl
77902            ! pp_sys.c
77903 ____________________________________________________________________________
77904 [  6719] By: jhi                                   on 2000/08/20  14:06:41
77905         Log: UTF8 concat fixes.
77906              
77907              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
77908              From: Hugo <hv@crypt.compulink.co.uk>
77909              Date: Sun, 20 Aug 2000 07:30:46 +0100
77910              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
77911      Branch: perl
77912            ! pp_hot.c t/op/append.t
77913 ____________________________________________________________________________
77914 [  6718] By: jhi                                   on 2000/08/20  02:09:37
77915         Log: Let's try #6717 again.
77916      Branch: perl
77917            ! lib/File/Temp.pm
77918 ____________________________________________________________________________
77919 [  6717] By: jhi                                   on 2000/08/20  01:56:55
77920         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
77921              From: "Craig A. Berry" <craig.berry@metamorgs.com>
77922              Date: Sat, 19 Aug 2000 18:15:39 -0500
77923              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
77924      Branch: perl
77925            ! lib/File/Temp.pm
77926 ____________________________________________________________________________
77927 [  6716] By: jhi                                   on 2000/08/19  15:50:11
77928         Log: Update Changes.
77929      Branch: perl
77930            ! Changes patchlevel.h
77931 ____________________________________________________________________________
77932 [  6715] By: jhi                                   on 2000/08/19  15:39:09
77933         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
77934              From: Jonathan D Johnston <jdjohnston2@juno.com>
77935              Date: Thu, 17 Aug 2000 23:13:01 -0400       
77936              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
77937      Branch: perl
77938            ! pod/perlfunc.pod
77939 ____________________________________________________________________________
77940 [  6714] By: jhi                                   on 2000/08/19  15:34:04
77941         Log: Introduce a 'veryclean' target that is like 'distclean'
77942              but also removes *~ and *.orig.
77943      Branch: perl
77944            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
77945            ! utils/Makefile x2p/Makefile.SH
77946 ____________________________________________________________________________
77947 [  6713] By: jhi                                   on 2000/08/19  14:15:45
77948         Log: Put back the long double avoidance code to POSIX.xs
77949              because VMS seems to need it still.
77950      Branch: perl
77951            ! ext/POSIX/POSIX.xs
77952 ____________________________________________________________________________
77953 [  6712] By: jhi                                   on 2000/08/19  14:10:41
77954         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
77955              From: Peter Prymmer <pvhp@forte.com>
77956              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
77957              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
77958      Branch: perl
77959            ! lib/Pod/Find.pm t/pod/find.t
77960 ____________________________________________________________________________
77961 [  6711] By: jhi                                   on 2000/08/19  14:09:19
77962         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
77963              From: Peter Prymmer <pvhp@forte.com>
77964              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
77965              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
77966              cc: vmsperl@perl.org
77967      Branch: perl
77968            ! t/lib/peek.t
77969 ____________________________________________________________________________
77970 [  6710] By: jhi                                   on 2000/08/19  14:08:01
77971         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
77972              From: Jan Dubois <jand@ActiveState.com>
77973              Date: Fri, 18 Aug 2000 16:31:48 -0700
77974              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
77975      Branch: perl
77976            ! win32/win32.c
77977 ____________________________________________________________________________
77978 [  6709] By: jhi                                   on 2000/08/19  14:06:57
77979         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
77980              
77981              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
77982              From: Spider.Boardman@Orb.Nashua.NH.US
77983              Date: Fri, 18 Aug 2000 18:41:14 -0400
77984              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
77985      Branch: perl
77986            ! regcomp.c
77987 ____________________________________________________________________________
77988 [  6708] By: jhi                                   on 2000/08/18  22:04:49
77989         Log: Update Changes.
77990      Branch: perl
77991            ! Changes patchlevel.h
77992 ____________________________________________________________________________
77993 [  6707] By: jhi                                   on 2000/08/18  21:55:14
77994         Log: Add warnif(), check warnings further up the stack,
77995              all the warnings functions now can take an optional object reference.
77996              
77997              Subject: [PATCH bleedperl@6691] warnings pragma update
77998              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
77999              Date: Fri, 18 Aug 2000 22:42:06 +0100
78000              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
78001      Branch: perl
78002            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
78003            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
78004            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
78005 ____________________________________________________________________________
78006 [  6706] By: jhi                                   on 2000/08/18  21:41:45
78007         Log: Typo in pp_complement().
78008              
78009              Subject: [PATCH perl-current] Deparse
78010              From: Peter Scott <Peter@PSDT.com>
78011              Date: Fri, 18 Aug 2000 12:44:37 -0700
78012              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
78013      Branch: perl
78014            ! ext/B/B/Deparse.pm
78015 ____________________________________________________________________________
78016 [  6705] By: jhi                                   on 2000/08/18  21:25:59
78017         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
78018              From: Jan Dubois <jand@ActiveState.com>
78019              Date: Fri, 18 Aug 2000 14:22:51 -0700
78020              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
78021      Branch: perl
78022            ! lib/Win32.pod win32/win32.c
78023 ____________________________________________________________________________
78024 [  6704] By: jhi                                   on 2000/08/18  21:16:14
78025         Log: Don't eat leading os from index entries.
78026              
78027              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
78028              From: Russ Allbery <rra@stanford.edu>
78029              Date: 10 Aug 2000 20:49:25 -0700
78030              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
78031      Branch: perl
78032            ! lib/Pod/Man.pm
78033 ____________________________________________________________________________
78034 [  6703] By: jhi                                   on 2000/08/18  21:07:06
78035         Log: Add [[:blank:]] as suggested in
78036              
78037              Subject: [ID 20000716.024] [=cc=] / [:blank:]
78038              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
78039              Date: Sun, 16 Jul 2000 17:55:29 -0700
78040              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
78041              
78042              (the [=cc=] has already been taken care of by #6439
78043              so the whole bug report can be closed)
78044              
78045              and make [[:space:]] to be equivalent to isspace(3)
78046              (as opposed to \s, which is isSPACE()).  The difference
78047              is that now [[:space:]] matches the mythical vertical tab,
78048              while \s doesn't.
78049      Branch: perl
78050            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
78051            ! regexec.c t/op/pat.t
78052 ____________________________________________________________________________
78053 [  6702] By: jhi                                   on 2000/08/18  18:47:47
78054         Log: The new tests were missing from #6415.
78055      Branch: perl
78056            ! t/op/bop.t
78057 ____________________________________________________________________________
78058 [  6701] By: jhi                                   on 2000/08/18  18:20:40
78059         Log: Document the NDBM_File and ODBM_File as SDBM_File
78060              was documented in #6417.
78061      Branch: perl
78062            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
78063            ! ext/SDBM_File/SDBM_File.pm
78064 ____________________________________________________________________________
78065 [  6700] By: jhi                                   on 2000/08/18  18:10:39
78066         Log: Subject: [PATCH perl@6698] cygwin port
78067              From: "Fifer, Eric" <EFifer@sanwaint.com>
78068              Date: Fri, 18 Aug 2000 17:30:05 +0100
78069              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
78070      Branch: perl
78071            ! lib/File/Temp.pm
78072 ____________________________________________________________________________
78073 [  6699] By: jhi                                   on 2000/08/18  16:21:49
78074         Log: Document code point which makes if (defined %stash::) to work
78075              (noted by Spider Boardman).
78076      Branch: perl
78077            ! op.c
78078 ____________________________________________________________________________
78079 [  6698] By: jhi                                   on 2000/08/18  13:43:27
78080         Log: Update Changes.
78081      Branch: perl
78082            ! Changes patchlevel.h
78083 ____________________________________________________________________________
78084 [  6697] By: jhi                                   on 2000/08/18  13:35:57
78085         Log: Tiny Getopt::Long patch from Johan Vromans.
78086      Branch: perl
78087            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
78088 ____________________________________________________________________________
78089 [  6696] By: jhi                                   on 2000/08/18  13:26:14
78090         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
78091              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
78092              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
78093              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
78094      Branch: perl
78095            ! pod/perldiag.pod pod/perlsyn.pod
78096 ____________________________________________________________________________
78097 [  6695] By: jhi                                   on 2000/08/18  13:13:26
78098         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
78099              From: Daniel Chetlin <daniel@chetlin.com>
78100              Date: Fri, 18 Aug 2000 03:13:36 -0700
78101              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
78102      Branch: perl
78103            ! pod/perlfunc.pod
78104 ____________________________________________________________________________
78105 [  6694] By: jhi                                   on 2000/08/18  13:08:05
78106         Log: Subject: [PATCH] perltrap.pod spring cleaning
78107              From: Daniel Chetlin <daniel@chetlin.com>
78108              Date: Fri, 18 Aug 2000 03:06:54 -0700
78109              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
78110              
78111              plus Mike Guy's nitfix.
78112      Branch: perl
78113            ! pod/perltrap.pod
78114 ____________________________________________________________________________
78115 [  6693] By: jhi                                   on 2000/08/18  13:00:26
78116         Log: Unbuffer the output.
78117              
78118              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
78119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78120              Date: Thu, 17 Aug 2000 18:39:29 -0700
78121              Message-ID: <RPJn5gzkgydf092yn@efn.org>
78122      Branch: perl
78123            ! t/op/fork.t
78124 ____________________________________________________________________________
78125 [  6692] By: jhi                                   on 2000/08/18  05:19:17
78126         Log: Delete the image, too, not just its MANIFEStation.
78127      Branch: perl
78128            - lib/CGI/eg/wilogo.gif
78129 ____________________________________________________________________________
78130 [  6691] By: jhi                                   on 2000/08/18  05:10:26
78131         Log: Propagate new Configure vars.
78132      Branch: perl
78133            ! configure.com epoc/config.sh uconfig.h uconfig.sh
78134            ! vos/config.def vos/config.h vos/config_h.SH_orig
78135            ! win32/config.bc win32/config.gc win32/config.vc
78136            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
78137 ____________________________________________________________________________
78138 [  6690] By: jhi                                   on 2000/08/18  04:30:56
78139         Log: Update Changes.
78140      Branch: perl
78141            ! Changes patchlevel.h
78142 ____________________________________________________________________________
78143 [  6689] By: jhi                                   on 2000/08/18  04:12:30
78144         Log: Fix the lib/complex failure of
78145              
78146              From: abigail@foad.org
78147              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
78148              Date: 15 Aug 2000 04:06:38 -0000
78149              Message-Id: <20000815040638.8524.qmail@foad.org> 
78150              
78151              Linux long double accuracy issue: something that
78152              when printed with %g looks like "2" but int() of it is 1.
78153      Branch: perl
78154            ! lib/Math/Complex.pm
78155 ____________________________________________________________________________
78156 [  6688] By: jhi                                   on 2000/08/18  03:15:35
78157         Log: The byteorder code in #6671 was wrong.
78158      Branch: perl
78159            ! configpm
78160 ____________________________________________________________________________
78161 [  6687] By: jhi                                   on 2000/08/18  02:08:42
78162         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
78163              From: Jan Dubois <jand@ActiveState.com>
78164              Date: Thu, 17 Aug 2000 18:31:55 -0700
78165              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
78166      Branch: perl
78167            ! sv.c
78168 ____________________________________________________________________________
78169 [  6686] By: jhi                                   on 2000/08/18  02:04:15
78170         Log: Use NVs in POSIX math, not doubles.
78171              
78172              From: abigail@foad.org
78173              Subject: [ID 20000817.014] POSIX & modfl
78174              Date: 17 Aug 2000 20:49:18 -0000
78175              Message-Id: <20000817204918.23123.qmail@foad.org>
78176      Branch: perl
78177            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
78178 ____________________________________________________________________________
78179 [  6685] By: jhi                                   on 2000/08/18  02:02:12
78180         Log: Introduce NVef, NVff, and NVgf, use the middle one.
78181              (helps for lib/peek + Linux + long doubles)  Reported in
78182              
78183              From: abigail@foad.org
78184              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
78185              Date: 15 Aug 2000 04:06:38 -0000
78186              Message-Id: <20000815040638.8524.qmail@foad.org> 
78187              
78188              (note: the lib/complex failure has not yet been addressed)
78189      Branch: metaconfig/U/perl
78190            ! perlxvf.U
78191      Branch: perl
78192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78193            ! config_h.SH dump.c perl.h pod/perlguts.pod
78194 ____________________________________________________________________________
78195 [  6684] By: jhi                                   on 2000/08/17  23:22:19
78196         Log: Add byteorder to the myconfig output.
78197      Branch: perl
78198            ! myconfig.SH
78199 ____________________________________________________________________________
78200 [  6683] By: jhi                                   on 2000/08/17  23:20:19
78201         Log: The image doth not exist, spotted by Johan Vromans.
78202      Branch: perl
78203            ! MANIFEST
78204 ____________________________________________________________________________
78205 [  6682] By: jhi                                   on 2000/08/17  22:38:16
78206         Log: Document what the backtick returns if the command fails.
78207      Branch: perl
78208            ! pod/perlop.pod
78209 ____________________________________________________________________________
78210 [  6681] By: jhi                                   on 2000/08/17  22:33:12
78211         Log: Do not use prototyping here.
78212              
78213              Subject: [ID 20000817.016] [PATCH] Peek.xs
78214              From: abigail@foad.org
78215              Date: 17 Aug 2000 20:55:56 -0000
78216              Message-Id: <20000817205556.24270.qmail@foad.org>
78217      Branch: perl
78218            ! ext/Devel/Peek/Makefile.PL
78219 ____________________________________________________________________________
78220 [  6680] By: jhi                                   on 2000/08/17  19:46:43
78221         Log: Don't propose using modules built for 5.005 if no binary
78222              compatibility with 5.005 is attempted.
78223              
78224              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
78225              Subject: Minor nit with 5.7.0 (6655)
78226              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
78227              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
78228      Branch: metaconfig
78229            ! U/installdirs/inc_version_list.U
78230      Branch: perl
78231            ! Configure config_h.SH
78232 ____________________________________________________________________________
78233 [  6679] By: jhi                                   on 2000/08/17  19:16:39
78234         Log: Microperl config update.
78235      Branch: perl
78236            ! uconfig.h uconfig.sh
78237 ____________________________________________________________________________
78238 [  6678] By: jhi                                   on 2000/08/17  19:16:13
78239         Log: The #6648 wasn't protective enough for limited platforms
78240              (like microperl).
78241      Branch: perl
78242            ! dump.c sv.c
78243 ____________________________________________________________________________
78244 [  6677] By: jhi                                   on 2000/08/17  14:46:35
78245         Log: Update Changes.
78246      Branch: perl
78247            ! Changes patchlevel.h
78248 ____________________________________________________________________________
78249 [  6676] By: jhi                                   on 2000/08/17  14:44:02
78250         Log: Add perlebcdic from Peter Prymmer, regen toc.
78251      Branch: perl
78252            + pod/perlebcdic.pod
78253            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78254 ____________________________________________________________________________
78255 [  6675] By: jhi                                   on 2000/08/17  14:41:52
78256         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
78257      Branch: perl
78258            ! pod/perldebtut.pod
78259 ____________________________________________________________________________
78260 [  6674] By: jhi                                   on 2000/08/17  14:29:43
78261         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
78262              
78263              Subject: [ID 20000724.006] -DLEAKTEST problem
78264              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
78265              Date: Tue, 25 Jul 2000 00:36:32 -0500
78266              Message-Id: <20000725003632.A26186@www.llamacom.com>
78267              
78268              Reminder sent
78269              
78270              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
78271              From: Hugo <hv@crypt.compulink.co.uk>
78272              Date: Thu, 17 Aug 2000 15:23:42 +0100
78273              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
78274      Branch: perl
78275            ! util.c
78276 ____________________________________________________________________________
78277 [  6673] By: jhi                                   on 2000/08/17  04:07:10
78278         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
78279              From: John Peacock <JPeacock@UnivPress.com>
78280              Date: Tue, 01 Aug 2000 09:38:12 -0400
78281              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
78282      Branch: perl
78283            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
78284 ____________________________________________________________________________
78285 [  6672] By: jhi                                   on 2000/08/17  03:04:35
78286         Log: Subject: [PATCH] Cwd.pm now uses strict
78287              From: Tim Jenness <timj@jach.hawaii.edu>
78288              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
78289              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
78290      Branch: perl
78291            ! lib/Cwd.pm
78292 ____________________________________________________________________________
78293 [  6671] By: jhi                                   on 2000/08/17  02:16:35
78294         Log: Make $Config{byteorder} more magical so that it is
78295              dynamically computed: nice for 'fat binaries'.
78296              
78297              Subject: [PATCH]: default byteorder
78298              From: Wilfredo Sánchez <wsanchez@apple.com>
78299              Date: Mon, 31 Jul 2000 19:45:31 -0700
78300              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
78301      Branch: perl
78302            ! configpm
78303 ____________________________________________________________________________
78304 [  6670] By: gsar                                  on 2000/08/17  01:22:21
78305         Log: move WNOHANG definition to where other such things are
78306      Branch: perl
78307            ! win32/win32.h
78308 ____________________________________________________________________________
78309 [  6669] By: jhi                                   on 2000/08/17  01:19:17
78310         Log: Update Changes.
78311      Branch: perl
78312            ! Changes patchlevel.h
78313 ____________________________________________________________________________
78314 [  6668] By: jhi                                   on 2000/08/17  01:16:29
78315         Log: Doc nits spotted by Richard Soderberg.
78316      Branch: perl
78317            ! README.posix-bc README.vmesa
78318 ____________________________________________________________________________
78319 [  6667] By: jhi                                   on 2000/08/17  01:12:11
78320         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
78321              From: "Casey R. Tweten" <crt@kiski.net>
78322              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
78323              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
78324      Branch: perl
78325            ! pod/perldebtut.pod
78326 ____________________________________________________________________________
78327 [  6666] By: jhi                                   on 2000/08/17  01:09:31
78328         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
78329              From: "Casey R. Tweten" <crt@kiski.net>
78330              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
78331              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
78332      Branch: perl
78333            ! lib/Shell.pm
78334 ____________________________________________________________________________
78335 [  6665] By: gsar                                  on 2000/08/17  01:03:52
78336         Log: add "ok" targets from change#6632 in makefile.mk
78337      Branch: perl
78338            ! pod/perlport.pod win32/Makefile win32/makefile.mk
78339 ____________________________________________________________________________
78340 [  6664] By: gsar                                  on 2000/08/17  00:56:11
78341         Log: avoid warnings from dense compiler
78342      Branch: perl
78343            ! win32/win32.c
78344 ____________________________________________________________________________
78345 [  6663] By: jhi                                   on 2000/08/17  00:51:49
78346         Log: Tweak the regex compilation errors once more.
78347      Branch: perl
78348            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
78349            ! t/op/regmesg.t t/pragma/warn/regcomp
78350 ____________________________________________________________________________
78351 [  6662] By: gsar                                  on 2000/08/17  00:28:19
78352         Log: trailing new %ENV entries weren't being pushed into the real
78353              environment of subprocesses on Windows
78354      Branch: perl
78355            ! t/op/magic.t win32/perlhost.h
78356 ____________________________________________________________________________
78357 [  6661] By: gsar                                  on 2000/08/17  00:19:20
78358         Log: waitpid() now handles externally spawned pids correctly;
78359              fixes for backtick/wait/waitpid failures on Windows 9x
78360              
78361              these changes make the pid returned by process functions on
78362              Windows 9x always positive by clearing the high bit (which
78363              is always set on Win9x); pseudo-process PIDs are likewise
78364              always negative now on Win9x (just as on NT/2000)
78365      Branch: perl
78366            ! pp_sys.c win32/perlhost.h win32/win32.c
78367 ____________________________________________________________________________
78368 [  6660] By: jhi                                   on 2000/08/17  00:04:32
78369         Log: Retract #6645.
78370      Branch: perl
78371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78372            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
78373            ! t/op/sprintf.t
78374 ____________________________________________________________________________
78375 [  6659] By: gsar                                  on 2000/08/16  23:59:28
78376         Log: on windows, the return values from wait() and waitpid() don't
78377              match those of pseudo-pids
78378      Branch: perl
78379            ! pp_sys.c t/op/fork.t util.c win32/win32.c
78380 ____________________________________________________________________________
78381 [  6658] By: gsar                                  on 2000/08/16  23:56:14
78382         Log: pod nit seen in passing
78383      Branch: perl
78384            ! pod/perlfunc.pod
78385 ____________________________________________________________________________
78386 [  6657] By: gsar                                  on 2000/08/16  23:53:42
78387         Log: change#6328 could make close(SOCKET) return false on windows
78388              when it shouldn't
78389      Branch: perl
78390            ! win32/win32sck.c
78391 ____________________________________________________________________________
78392 [  6656] By: gsar                                  on 2000/08/16  23:46:57
78393         Log: check that the number pseudo children doesn't exceed
78394              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
78395              the WaitForMultipleObjects() limit that would cause wait()
78396              to crash)
78397              
78398              wait() and waitpid() could potentially be rewritten to use
78399              more than one thread to do the waiting to eliminate this
78400              limitation
78401      Branch: perl
78402            ! win32/perlhost.h
78403 ____________________________________________________________________________
78404 [  6655] By: jhi                                   on 2000/08/16  14:11:05
78405         Log: Update Changes.
78406      Branch: perl
78407            ! Changes patchlevel.h
78408 ____________________________________________________________________________
78409 [  6654] By: jhi                                   on 2000/08/16  14:10:12
78410         Log: Update to perldebtut 1.9, from Richard Foley.
78411      Branch: perl
78412            ! pod/perldebtut.pod
78413 ____________________________________________________________________________
78414 [  6653] By: jhi                                   on 2000/08/16  14:08:17
78415         Log: Change the regx compilation error markers to use = instead of <
78416              since pod makes using the latter quite messy.  Reported in
78417              ID 20000814.006 by Abigail and in
78418              Subject: Unknown escape E<> ?
78419              From: Lupe Christoph <lupe@lupe-christoph.de>
78420              Date: Fri, 11 Aug 2000 00:30:27 +0200
78421              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
78422      Branch: perl
78423            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
78424            ! t/op/regmesg.t t/pragma/warn/regcomp
78425 ____________________________________________________________________________
78426 [  6652] By: jhi                                   on 2000/08/16  13:25:31
78427         Log: Change the perlbug address to perl.org since it's more forgiving.
78428              
78429              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
78430              From: abigail@foad.org
78431              Date: 15 Aug 2000 04:15:40 -0000
78432              Message-Id: <20000815041540.8633.qmail@foad.org>
78433      Branch: perl
78434            ! utils/perlbug.PL
78435 ____________________________________________________________________________
78436 [  6651] By: jhi                                   on 2000/08/16  13:22:35
78437         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
78438              From: Tim Jenness <timj@jach.hawaii.edu>
78439              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
78440              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
78441      Branch: perl
78442            ! lib/Cwd.pm
78443 ____________________________________________________________________________
78444 [  6650] By: jhi                                   on 2000/08/16  13:18:13
78445         Log: Update to CPAN 1.57.
78446              
78447              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
78448              From: andreas.koenig@anima.de (Andreas J. Koenig)
78449              Date: 16 Aug 2000 15:09:46 +0200
78450              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
78451      Branch: perl
78452            ! lib/CPAN.pm
78453 ____________________________________________________________________________
78454 [  6649] By: jhi                                   on 2000/08/16  13:12:31
78455         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
78456              From: "Larry W. Virden" <lvirden@cas.org>
78457              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
78458              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
78459      Branch: perl
78460            ! README.hpux
78461 ____________________________________________________________________________
78462 [  6648] By: jhi                                   on 2000/08/16  13:03:53
78463         Log: The numeric locale was reset to "C" by s?printf and never restored.
78464              
78465              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
78466              From: Christian Kirsch <ck@held.mind.de>
78467              Date: Wed, 9 Aug 2000 17:05:17 +0200
78468              Message-Id: <20000809170517.A25389@held>
78469              
78470              No test since adding the failing example to locale.t
78471              does not fail -- probably because the locale settings are so
78472              thoroughly tweaked by that time.  Running the example standalone
78473              does fail, though.  UPDATE: test case added at change #7540.
78474      Branch: perl
78475            ! dump.c perl.h pp.c pp_ctl.c sv.c
78476 ____________________________________________________________________________
78477 [  6647] By: jhi                                   on 2000/08/16  00:07:54
78478         Log: Update Changes and test semi-automatic patchlevel updating.
78479      Branch: perl
78480            ! Changes patchlevel.h
78481 ____________________________________________________________________________
78482 [  6646] By: jhi                                   on 2000/08/15  23:35:07
78483         Log: Fix a dependency problem.
78484              
78485              Subject: [PATCH: 6640] VMS Makefile.SH update
78486              From: Peter Prymmer <pvhp@forte.com>
78487              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
78488              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
78489      Branch: perl
78490            ! vms/descrip_mms.template
78491 ____________________________________________________________________________
78492 [  6645] By: jhi                                   on 2000/08/15  23:33:23
78493         Log: (Retracted by #6660)
78494              
78495              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
78496              From: Dominic Dunlop <domo@computer.org>
78497              Date: Tue, 15 Aug 2000 22:20:52 +0200
78498              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
78499      Branch: metaconfig/U/perl
78500            + d_printfed.U
78501      Branch: perl
78502            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78503            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
78504            ! t/op/sprintf.t
78505 ____________________________________________________________________________
78506 [  6644] By: jhi                                   on 2000/08/15  21:17:20
78507         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
78508              From: abigail@foad.org
78509              Date: 15 Aug 2000 20:12:41 -0000
78510              Message-Id: <20000815201241.25556.qmail@foad.org>
78511      Branch: perl
78512            ! INSTALL
78513 ____________________________________________________________________________
78514 [  6643] By: jhi                                   on 2000/08/15  21:15:28
78515         Log: (an already applied patch)
78516      Branch: perl
78517            ! lib/CGI.pm
78518 ____________________________________________________________________________
78519 [  6642] By: gsar                                  on 2000/08/15  19:54:05
78520         Log: magic callbacks all need to have same type signature
78521      Branch: perl
78522            ! embed.pl mg.c proto.h
78523 ____________________________________________________________________________
78524 [  6641] By: jhi                                   on 2000/08/15  17:56:27
78525         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)
78526              From: Mike Guy <mjtg@cam.ac.uk>
78527              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
78528              Date: Tue, 15 Aug 2000 18:26:45 +0100
78529              
78530              Only the peek.t part applied, not the hash quality part.
78531      Branch: perl
78532            ! t/lib/peek.t
78533 ____________________________________________________________________________
78534 [  6640] By: jhi                                   on 2000/08/15  16:37:37
78535         Log: Update Changes.
78536      Branch: perl
78537            ! Changes
78538 ____________________________________________________________________________
78539 [  6639] By: jhi                                   on 2000/08/15  16:34:55
78540         Log: Missed a file from #6638.
78541      Branch: perl
78542            ! lib/File/Temp.pm
78543 ____________________________________________________________________________
78544 [  6638] By: jhi                                   on 2000/08/15  16:33:19
78545         Log: Subject: [PATCH perl@6620] cygwin port
78546              From: "Fifer, Eric" <EFifer@sanwaint.com>
78547              Date: Tue, 15 Aug 2000 17:00:49 +0100
78548              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
78549      Branch: perl
78550            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
78551 ____________________________________________________________________________
78552 [  6637] By: jhi                                   on 2000/08/15  16:29:22
78553         Log: Subject: [PATCH] debugger exit code should reflect user exit code
78554              From: Mike Guy <mjtg@cam.ac.uk>
78555              Date: Tue, 15 Aug 2000 16:55:59 +0100
78556              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
78557      Branch: perl
78558            ! lib/perl5db.pl
78559 ____________________________________________________________________________
78560 [  6636] By: jhi                                   on 2000/08/15  15:30:58
78561         Log: Update Changes.
78562      Branch: perl
78563            ! Changes
78564 ____________________________________________________________________________
78565 [  6635] By: jhi                                   on 2000/08/15  15:27:21
78566         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
78567      Branch: metaconfig
78568            ! U/mkglossary U/mksample
78569      Branch: metaconfig/U/perl
78570            ! Devel.U
78571      Branch: perl
78572            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78573 ____________________________________________________________________________
78574 [  6634] By: jhi                                   on 2000/08/15  14:11:55
78575         Log: Don't blow limited stacks, a lower number is enough to
78576              tickle the lookbehind limit.
78577              
78578              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
78579              From: Dominic Dunlop <domo@computer.org>
78580              Date: Tue, 15 Aug 2000 13:51:24 +0200
78581              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
78582      Branch: perl
78583            ! t/op/regmesg.t
78584 ____________________________________________________________________________
78585 [  6633] By: jhi                                   on 2000/08/15  14:01:46
78586         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
78587              From: Mike Guy <mjtg@cam.ac.uk>
78588              Date: Tue, 15 Aug 2000 12:10:50 +0100
78589              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
78590      Branch: perl
78591            ! utils/perldoc.PL
78592 ____________________________________________________________________________
78593 [  6632] By: jhi                                   on 2000/08/15  13:58:48
78594         Log: make ok etc also for win32.
78595              
78596              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
78597              From: Prymmer/Kahn <pvhp@best.com>
78598              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
78599              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
78600      Branch: perl
78601            ! win32/Makefile
78602 ____________________________________________________________________________
78603 [  6631] By: jhi                                   on 2000/08/15  13:45:03
78604         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
78605      Branch: perl
78606            ! lib/Test.pm
78607 ____________________________________________________________________________
78608 [  6630] By: jhi                                   on 2000/08/15  03:25:09
78609         Log: Update Changes.
78610      Branch: perl
78611            ! Changes
78612 ____________________________________________________________________________
78613 [  6629] By: jhi                                   on 2000/08/15  03:23:53
78614         Log: magic_regdatum_set() is void, not int.
78615      Branch: perl
78616            ! embed.pl mg.c proto.h
78617 ____________________________________________________________________________
78618 [  6628] By: jhi                                   on 2000/08/15  03:08:02
78619         Log: Make the user to give up his firstborn, err, to knowingly
78620              verify installing an unstable developer release.  Also bump
78621              the release to 5.7.0, but leave a patch tag in the local
78622              patches saying that this is not yet the real thing.
78623      Branch: metaconfig
78624            ! U/modified/Instruct.U
78625      Branch: metaconfig/U/perl
78626            + Devel.U
78627      Branch: perl
78628            ! Configure patchlevel.h
78629 ____________________________________________________________________________
78630 [  6627] By: jhi                                   on 2000/08/14  22:32:52
78631         Log: README.os2 update.
78632              
78633              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
78634              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78635              Date: Wed, 02 Aug 2000 21:55:09 -0700
78636              Message-ID: <tsPi5gzkgegX092yn@efn.org>
78637      Branch: perl
78638            ! README.os2
78639 ____________________________________________________________________________
78640 [  6626] By: jhi                                   on 2000/08/14  21:00:02
78641         Log: Subject: Re: File::Temp problems on VMS in bleedperl
78642              From: Tim Jenness <timj@jach.hawaii.edu>
78643              cc: vmsperl@perl.org
78644              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
78645              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
78646      Branch: perl
78647            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
78648 ____________________________________________________________________________
78649 [  6625] By: jhi                                   on 2000/08/14  20:52:16
78650         Log: Add SUIDMAIL as was done for the CERT alert.
78651      Branch: perl
78652            ! patchlevel.h
78653 ____________________________________________________________________________
78654 [  6624] By: jhi                                   on 2000/08/14  20:48:50
78655         Log: Subject: sfio2000
78656              From: Daniel Muino <dmuino@afip.gov.ar>
78657              Date: Mon, 14 Aug 2000 16:58:11 -0300
78658              Message-ID: <20000814165811.B16368@con2-dgi>
78659      Branch: perl
78660            ! perlsdio.h perlsfio.h
78661 ____________________________________________________________________________
78662 [  6623] By: jhi                                   on 2000/08/14  20:47:36
78663         Log: Subject: warning: storage class after type is obsolescent
78664              From: Daniel Muino <dmuino@afip.gov.ar>
78665              Date: Mon, 14 Aug 2000 16:42:47 -0300
78666              Message-ID: <20000814164247.A16368@con2-dgi>
78667      Branch: perl
78668            ! regcomp.pl regnodes.h
78669 ____________________________________________________________________________
78670 [  6622] By: jhi                                   on 2000/08/14  20:43:05
78671         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
78672              From: abigail@foad.org
78673              Date: 14 Aug 2000 20:00:10 -0000
78674              Message-Id: <20000814200010.27271.qmail@foad.org>
78675      Branch: perl
78676            ! Changes
78677 ____________________________________________________________________________
78678 [  6621] By: jhi                                   on 2000/08/14  15:23:05
78679         Log: Update Changes.
78680      Branch: perl
78681            ! Changes
78682 ____________________________________________________________________________
78683 [  6620] By: jhi                                   on 2000/08/14  15:22:14
78684         Log: Subject: Re: [PATCH] @+, @- readonly
78685              From: Mike Guy <mjtg@cam.ac.uk>
78686              Date: Mon, 14 Aug 2000 15:26:55 +0100
78687              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
78688      Branch: perl
78689            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
78690            ! sv.c t/op/pat.t
78691 ____________________________________________________________________________
78692 [  6619] By: jhi                                   on 2000/08/14  14:12:08
78693         Log: Update Changes.
78694      Branch: perl
78695            ! Changes
78696 ____________________________________________________________________________
78697 [  6618] By: jhi                                   on 2000/08/14  14:09:34
78698         Log: For now remove the mail code.
78699      Branch: perl
78700            ! perl.c
78701 ____________________________________________________________________________
78702 [  6617] By: jhi                                   on 2000/08/14  14:08:28
78703         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
78704      Branch: perl
78705            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
78706            ! pod/perlfaq8.pod pod/perlsec.pod
78707 ____________________________________________________________________________
78708 [  6616] By: jhi                                   on 2000/08/14  14:00:11
78709         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
78710              From: Mike Guy <mjtg@cam.ac.uk>
78711              Date: Mon, 14 Aug 2000 08:26:02 +0100
78712              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
78713      Branch: perl
78714            ! lib/perl5db.pl
78715 ____________________________________________________________________________
78716 [  6615] By: jhi                                   on 2000/08/14  13:58:45
78717         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
78718              From: Mike Guy <mjtg@cam.ac.uk>
78719              Date: Mon, 14 Aug 2000 08:04:22 +0100
78720              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
78721      Branch: perl
78722            ! gv.c mg.c t/op/pat.t
78723 ____________________________________________________________________________
78724 [  6614] By: jhi                                   on 2000/08/14  13:56:45
78725         Log: Subject: Test fails / warnings with perl-current #6612
78726              From: Mike Guy <mjtg@cam.ac.uk>
78727              Date: Mon, 14 Aug 2000 07:57:23 +0100
78728              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
78729      Branch: perl
78730            ! t/lib/b.t t/lib/peek.t
78731 ____________________________________________________________________________
78732 [  6613] By: jhi                                   on 2000/08/14  13:45:33
78733         Log: VMS configure.com update continues.
78734      Branch: perl
78735            - vms/configure.com
78736            ! MANIFEST configure.com
78737 ____________________________________________________________________________
78738 [  6612] By: jhi                                   on 2000/08/13  22:13:35
78739         Log: Update Changes.
78740      Branch: perl
78741            ! Changes
78742 ____________________________________________________________________________
78743 [  6611] By: jhi                                   on 2000/08/13  16:21:45
78744         Log: Upgrade to CGI 2.71, from Lincoln Stein.
78745      Branch: perl
78746            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
78747 ____________________________________________________________________________
78748 [  6610] By: jhi                                   on 2000/08/13  15:09:16
78749         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
78750              From: Mike Guy <mjtg@cam.ac.uk>
78751              Date: Sun, 13 Aug 2000 13:45:51 +0100
78752              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
78753      Branch: perl
78754            ! t/op/regmesg.t
78755 ____________________________________________________________________________
78756 [  6609] By: jhi                                   on 2000/08/13  14:31:26
78757         Log: Andreas says that 1.56 is fine, so reverting back to it.
78758      Branch: perl
78759            ! lib/CPAN.pm
78760 ____________________________________________________________________________
78761 [  6608] By: jhi                                   on 2000/08/13  05:34:20
78762         Log: Update Changes.
78763      Branch: perl
78764            ! Changes
78765 ____________________________________________________________________________
78766 [  6607] By: jhi                                   on 2000/08/13  05:32:01
78767         Log: Put back the \z changes of #5406 to CPAN.pm.
78768      Branch: perl
78769            ! lib/CPAN.pm
78770 ____________________________________________________________________________
78771 [  6606] By: jhi                                   on 2000/08/13  05:20:16
78772         Log: Fix-n-skip the tests under 5005threads.
78773      Branch: perl
78774            ! t/lib/b.t
78775 ____________________________________________________________________________
78776 [  6605] By: jhi                                   on 2000/08/13  05:07:48
78777         Log: Fix the test for 5005threads.
78778      Branch: perl
78779            ! t/lib/peek.t
78780 ____________________________________________________________________________
78781 [  6604] By: jhi                                   on 2000/08/13  03:35:37
78782         Log: Should have deleted this in #6603.
78783      Branch: perl
78784            - vms/subconfigure.com
78785 ____________________________________________________________________________
78786 [  6603] By: jhi                                   on 2000/08/12  18:29:32
78787         Log: Rewrite of vms/subconfigure.com as configure.com,
78788              from Peter Prymmer and the vmsperl crew.
78789      Branch: perl
78790            + vms/configure.com
78791            ! MANIFEST
78792 ____________________________________________________________________________
78793 [  6602] By: jhi                                   on 2000/08/11  13:00:01
78794         Log: PlainText.pm is dead.
78795      Branch: perl
78796            - lib/Pod/PlainText.pm
78797            ! MANIFEST
78798 ____________________________________________________________________________
78799 [  6601] By: jhi                                   on 2000/08/11  04:06:45
78800         Log: Update Changes.
78801      Branch: perl
78802            ! Changes
78803 ____________________________________________________________________________
78804 [  6600] By: jhi                                   on 2000/08/11  04:06:10
78805         Log: Add a few missing files, update MANIFEST.
78806      Branch: perl
78807            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
78808            + lib/Pod/PlainText.pm t/pod/find.t
78809            ! MANIFEST t/op/regmesg.t
78810 ____________________________________________________________________________
78811 [  6599] By: jhi                                   on 2000/08/11  03:31:10
78812         Log: Add Perl debugging tutorial, regen toc. 
78813              
78814              Subject: perldebtut.pod
78815              From: Richard Foley <Richard.Foley@m.dasa.de>
78816              Date: Wed, 09 Aug 2000 10:17:15 +0200
78817              Message-id: <3991138B.262247B8@m.dasa.de>
78818      Branch: perl
78819            + pod/perldebtut.pod
78820            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78821 ____________________________________________________________________________
78822 [  6598] By: jhi                                   on 2000/08/11  02:48:56
78823         Log: tiny Changes edit
78824      Branch: perl
78825            ! Changes
78826 ____________________________________________________________________________
78827 [  6597] By: jhi                                   on 2000/08/11  02:39:04
78828         Log: Tests for #6589.
78829              
78830              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
78831              From: simon@brecon.co.uk (Simon Cozens)
78832              Date: 11 Aug 2000 02:24:52 GMT
78833              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
78834      Branch: perl
78835            ! t/lib/b.t
78836 ____________________________________________________________________________
78837 [  6596] By: jhi                                   on 2000/08/11  01:50:07
78838         Log: Update Changes.
78839      Branch: perl
78840            ! Changes
78841 ____________________________________________________________________________
78842 [  6595] By: jhi                                   on 2000/08/11  01:47:16
78843         Log: nitfix
78844      Branch: perl
78845            ! Changes
78846 ____________________________________________________________________________
78847 [  6594] By: jhi                                   on 2000/08/11  01:36:16
78848         Log: Subject: Getting perlio and threads to compile
78849              From: Lupe Christoph <lupe@lupe-christoph.de>
78850              Date: Wed, 9 Aug 2000 11:35:54 +0200
78851              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
78852              
78853              (the Solaris version changes in Configure skipped)
78854      Branch: perl
78855            ! hints/solaris_2.sh thread.h
78856 ____________________________________________________________________________
78857 [  6593] By: jhi                                   on 2000/08/11  01:30:16
78858         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
78859              From: simon@brecon.co.uk (Simon Cozens)
78860              Date: 1 Aug 2000 06:55:19 GMT
78861              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
78862      Branch: perl
78863            ! lib/utf8.pm
78864 ____________________________________________________________________________
78865 [  6592] By: jhi                                   on 2000/08/11  01:26:39
78866         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
78867              From: Peter Scott <Peter@PeterScott.com>
78868              Date: Thu, 10 Aug 2000 08:23:27 -0700
78869              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
78870      Branch: perl
78871            ! lib/perl5db.pl
78872 ____________________________________________________________________________
78873 [  6591] By: jhi                                   on 2000/08/11  01:22:02
78874         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
78875              From: Hugo <hv@crypt.compulink.co.uk>
78876              Date: Thu, 10 Aug 2000 19:23:04 +0100
78877              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
78878      Branch: perl
78879            ! regexec.c t/op/pat.t
78880 ____________________________________________________________________________
78881 [  6590] By: jhi                                   on 2000/08/11  01:19:19
78882         Log: Preprocessing and postprocessing for File::Find.
78883              
78884              Subject: Patch to Find::File.pm to allow alphabetical results
78885              From: Joe Smith <jsmith@inwap.com>
78886              Date: Wed, 9 Aug 2000 02:44:54 -0700
78887              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
78888      Branch: perl
78889            ! lib/File/Find.pm
78890 ____________________________________________________________________________
78891 [  6589] By: jhi                                   on 2000/08/11  01:12:39
78892         Log: B::Deparse didn't do sub attributes.
78893              
78894              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
78895              From: simon@brecon.co.uk (Simon Cozens)
78896              Date: 9 Aug 2000 04:49:20 GMT
78897              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
78898      Branch: perl
78899            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
78900 ____________________________________________________________________________
78901 [  6588] By: jhi                                   on 2000/08/11  01:06:40
78902         Log: Subject: debugger "d" command doesnt check line number
78903              From: Mike Guy <mjtg@cam.ac.uk>
78904              Date: Tue, 08 Aug 2000 21:54:29 +0100
78905              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
78906      Branch: perl
78907            ! lib/perl5db.pl mg.c pod/perldiag.pod
78908 ____________________________________________________________________________
78909 [  6587] By: jhi                                   on 2000/08/11  00:45:03
78910         Log: sleep(1) does not necessarily return 1.
78911              
78912              Subject: [PATCH bleadperl] op/lex_assign.t  
78913              From: Hugo <hv@crypt.compulink.co.uk>
78914              Date: Thu, 03 Aug 2000 14:34:22 +0100        
78915              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
78916      Branch: perl
78917            ! t/op/lex_assign.t
78918 ____________________________________________________________________________
78919 [  6586] By: jhi                                   on 2000/08/11  00:31:50
78920         Log: Document the IO::Select timeout.
78921      Branch: perl
78922            ! ext/IO/lib/IO/Select.pm
78923 ____________________________________________________________________________
78924 [  6585] By: jhi                                   on 2000/08/11  00:13:54
78925         Log: Forgot contributor.
78926      Branch: perl
78927            ! Changes
78928 ____________________________________________________________________________
78929 [  6584] By: jhi                                   on 2000/08/11  00:09:19
78930         Log: detypo
78931      Branch: perl
78932            ! Changes
78933 ____________________________________________________________________________
78934 [  6583] By: jhi                                   on 2000/08/11  00:07:53
78935         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
78936              
78937              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
78938              From: Mike Guy <mjtg@cam.ac.uk> 
78939              Date: Thu, 10 Aug 2000 15:50:54 +0100
78940              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
78941      Branch: perl
78942            ! sv.c t/op/int.t
78943 ____________________________________________________________________________
78944 [  6582] By: jhi                                   on 2000/08/10  23:29:32
78945         Log: Update Changes.
78946      Branch: perl
78947            ! Changes
78948 ____________________________________________________________________________
78949 [  6581] By: jhi                                   on 2000/08/10  23:26:16
78950         Log: Put back the std @INC thing.
78951      Branch: perl
78952            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
78953            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
78954            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
78955            ! t/lib/gol-oo.t
78956 ____________________________________________________________________________
78957 [  6580] By: jhi                                   on 2000/08/10  23:03:34
78958         Log: Update to CGI 2.70, from Lincoln Stein.
78959      Branch: perl
78960            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
78961            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
78962            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
78963            ! t/lib/cgi-request.t
78964 ____________________________________________________________________________
78965 [  6579] By: jhi                                   on 2000/08/10  22:41:50
78966         Log: Update to CPAN 1.56, from Andreas König.
78967      Branch: perl
78968            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
78969 ____________________________________________________________________________
78970 [  6578] By: jhi                                   on 2000/08/10  22:38:13
78971         Log: Update to Pod::Parser 1.17, from Brad Appleton.
78972      Branch: perl
78973            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
78974            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
78975            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
78976            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
78977            ! t/pod/include.t t/pod/included.t t/pod/lref.t
78978            ! t/pod/multiline_items.t t/pod/nested_items.t
78979            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
78980            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
78981            ! t/pod/special_seqs.t
78982 ____________________________________________________________________________
78983 [  6577] By: jhi                                   on 2000/08/10  22:35:41
78984         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
78985      Branch: perl
78986            ! AUTHORS MAINTAIN
78987 ____________________________________________________________________________
78988 [  6576] By: jhi                                   on 2000/08/10  22:24:54
78989         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
78990      Branch: perl
78991            + t/lib/gol-oo.t
78992            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
78993            ! t/lib/gol-compat.t t/lib/gol-linkage.t
78994 ____________________________________________________________________________
78995 [  6575] By: jhi                                   on 2000/08/10  22:02:07
78996         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
78997      Branch: perl
78998            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
78999 ____________________________________________________________________________
79000 [  6574] By: jhi                                   on 2000/08/10  21:55:03
79001         Log: Iterating perl6 description.
79002      Branch: perl
79003            ! pod/perlfaq1.pod
79004 ____________________________________________________________________________
79005 [  6573] By: jhi                                   on 2000/08/10  21:48:26
79006         Log: Revert the sv.c part of #6559, a better fix is needed.
79007      Branch: perl
79008            ! sv.c
79009 ____________________________________________________________________________
79010 [  6572] By: jhi                                   on 2000/08/10  20:33:43
79011         Log: It's the 2ndO'ROSSC.
79012      Branch: perl
79013            ! pod/perlfaq1.pod
79014 ____________________________________________________________________________
79015 [  6571] By: jhi                                   on 2000/08/10  15:55:48
79016         Log: detypo
79017      Branch: perl
79018            ! pod/perlfaq1.pod
79019 ____________________________________________________________________________
79020 [  6570] By: jhi                                   on 2000/08/10  14:11:17
79021         Log: An exceptionally sticky typo.
79022      Branch: perl
79023            ! Changes
79024 ____________________________________________________________________________
79025 [  6569] By: jhi                                   on 2000/08/10  14:09:33
79026         Log: detypo (and test Changes updating script)
79027      Branch: perl
79028            ! Changes
79029 ____________________________________________________________________________
79030 [  6568] By: jhi                                   on 2000/08/10  14:07:07
79031         Log: Update Changes.
79032      Branch: perl
79033            ! Changes
79034 ____________________________________________________________________________
79035 [  6567] By: jhi                                   on 2000/08/10  14:06:19
79036         Log: Amend the description of Perl6.
79037              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
79038              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79039              Date: Wed, 9 Aug 2000 22:11:06 -0500
79040              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
79041      Branch: perl
79042            ! pod/perlfaq1.pod
79043 ____________________________________________________________________________
79044 [  6566] By: jhi                                   on 2000/08/10  13:58:57
79045         Log: Subject: Remove dead entry in perldiag
79046              From: Mike Guy <mjtg@cam.ac.uk>
79047              Date: Thu, 10 Aug 2000 14:19:19 +0100
79048              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
79049      Branch: perl
79050            ! pod/perldiag.pod
79051 ____________________________________________________________________________
79052 [  6565] By: jhi                                   on 2000/08/10  13:51:48
79053         Log: Zero entries were skipped, fix from Adrian Goalby
79054              <argoalby@yahoo.co.uk>
79055      Branch: perl
79056            ! lib/unicode/Number.pl lib/unicode/mktables.PL
79057 ____________________________________________________________________________
79058 [  6564] By: jhi                                   on 2000/08/10  13:00:12
79059         Log: Subject: [PATCH 5.6.0] cygwin port
79060              From: "Fifer, Eric" <EFifer@sanwaint.com>
79061              Date: Thu, 10 Aug 2000 13:15:36 +0100
79062              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
79063      Branch: perl
79064            ! README.cygwin hints/cygwin.sh
79065 ____________________________________________________________________________
79066 [  6563] By: jhi                                   on 2000/08/10  12:55:16
79067         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
79068      Branch: perl
79069            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
79070 ____________________________________________________________________________
79071 [  6562] By: gsar                                  on 2000/08/10  08:38:39
79072         Log: warn is a macro, avoid using at a variable to avoid warnings
79073              in some configurations; readdir.t is too conservative in
79074              estimating number of *.t's
79075      Branch: perl
79076            ! t/op/readdir.t util.c
79077 ____________________________________________________________________________
79078 [  6561] By: jhi                                   on 2000/08/09  23:35:42
79079         Log: Update Changes.
79080      Branch: perl
79081            ! Changes
79082 ____________________________________________________________________________
79083 [  6560] By: jhi                                   on 2000/08/09  23:05:47
79084         Log: Subject: Re: enhanced(?) regex error messages
79085              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79086              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
79087              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
79088              
79089              (plus two small patches sent privately)
79090              (this still seems to leave few test failures)
79091      Branch: perl
79092            + t/op/regmesg.t
79093            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
79094            ! t/pragma/warn/regcomp
79095 ____________________________________________________________________________
79096 [  6559] By: jhi                                   on 2000/08/09  20:41:18
79097         Log: (The fix did work but was not right, retracted in #6573)
79098              
79099              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
79100              From: Christian Kirsch <ck@held.mind.de>
79101              Date: Wed, 9 Aug 2000 17:05:17 +0200
79102              Message-Id: <20000809170517.A25389@held>
79103      Branch: perl
79104            ! sv.c t/pragma/locale.t
79105 ____________________________________________________________________________
79106 [  6558] By: jhi                                   on 2000/08/08  22:34:08
79107         Log: Tiny updates on the contributors list.
79108      Branch: perl
79109            ! Changes
79110 ____________________________________________________________________________
79111 [  6557] By: jhi                                   on 2000/08/08  19:34:28
79112         Log: Double check that we have a dirhandle.
79113      Branch: perl
79114            ! util.c
79115 ____________________________________________________________________________
79116 [  6556] By: jhi                                   on 2000/08/08  19:01:51
79117         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
79118              May be repopulated with fresh maintained examples.
79119      Branch: perl
79120            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
79121            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
79122            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
79123            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
79124            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
79125            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
79126            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
79127            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
79128            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
79129            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
79130            + lib/CGI/eg/wilogo_gif.uu
79131            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
79132            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
79133            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
79134            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
79135            - eg/cgi/frameset.cgi eg/cgi/index.html
79136            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79137            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79138            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79139            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79140            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79141            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79142            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79143            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79144            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79145            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79146            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79147            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79148            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79149            - eg/van/vanish eg/who eg/wrapsuid
79150            ! MANIFEST
79151 ____________________________________________________________________________
79152 [  6555] By: jhi                                   on 2000/08/08  18:51:08
79153         Log: Delete chat2 as requested by Randal.
79154              
79155              Subject: Re: perlfaq8 coyness
79156              From: merlyn@stonehenge.com (Randal L. Schwartz) 
79157              Date: 15 May 2000 18:52:42 -0700 
79158              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
79159      Branch: perl
79160            - lib/chat2.pl
79161            ! MANIFEST
79162 ____________________________________________________________________________
79163 [  6554] By: jhi                                   on 2000/08/08  18:31:35
79164         Log: Regen global.sym.
79165      Branch: perl
79166            ! global.sym
79167 ____________________________________________________________________________
79168 [  6553] By: jhi                                   on 2000/08/08  18:28:13
79169         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
79170              (either perlbug or p5p ate the original), plus regen
79171              perlapi and perltoc. 
79172      Branch: perl
79173            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
79174            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
79175            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
79176            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
79177            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
79178            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
79179            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
79180            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
79181            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
79182            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
79183 ____________________________________________________________________________
79184 [  6552] By: jhi                                   on 2000/08/08  18:06:29
79185         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
79186              From: Mike Guy <mjtg@cam.ac.uk>
79187              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
79188              Date: Tue, 08 Aug 2000 15:51:27 +0100
79189      Branch: perl
79190            ! doop.c sv.h t/op/join.t t/pragma/overload.t
79191 ____________________________________________________________________________
79192 [  6551] By: jhi                                   on 2000/08/08  18:01:11
79193         Log: Re-apply #6549.
79194      Branch: perl
79195            ! lib/perl5db.pl
79196 ____________________________________________________________________________
79197 [  6550] By: jhi                                   on 2000/08/08  17:43:08
79198         Log: Accidental retraction of #6549.
79199      Branch: perl
79200            ! lib/perl5db.pl
79201 ____________________________________________________________________________
79202 [  6549] By: jhi                                   on 2000/08/08  17:40:04
79203         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
79204              From: Mike Guy <mjtg@cam.ac.uk>
79205              Date: Mon, 07 Aug 2000 21:49:58 +0100
79206              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
79207      Branch: perl
79208            ! lib/perl5db.pl
79209 ____________________________________________________________________________
79210 [  6548] By: jhi                                   on 2000/08/08  17:37:57
79211         Log: Document here-doc better.
79212              
79213              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
79214              From: Mike Guy <mjtg@cam.ac.uk>
79215              Date: Mon, 07 Aug 2000 14:02:09 +0100
79216              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
79217      Branch: perl
79218            ! pod/perldata.pod
79219 ____________________________________________________________________________
79220 [  6547] By: jhi                                   on 2000/08/08  17:33:34
79221         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
79222              From: "Randy J. Ray" <rjray@redhat.com>
79223              Date: Mon, 07 Aug 2000 19:12:25 -0700
79224              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
79225      Branch: perl
79226            ! perl.c pod/perlrun.pod
79227 ____________________________________________________________________________
79228 [  6546] By: jhi                                   on 2000/08/08  17:29:26
79229         Log: Subject: Re: enhanced(?) regex error messages 
79230              From: Hugo <hv@crypt.compulink.co.uk>
79231              Date: Tue, 08 Aug 2000 03:25:51 +0100
79232              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
79233              
79234              plus Capitalize the error messages, plus perldiag them.
79235      Branch: perl
79236            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
79237 ____________________________________________________________________________
79238 [  6545] By: jhi                                   on 2000/08/08  13:59:28
79239         Log: Augment #6539 a bit: don't croak if there's magic in the air.
79240              
79241              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
79242              From: Hugo <hv@crypt.compulink.co.uk>
79243              Date: Tue, 08 Aug 2000 03:02:03 +0100
79244              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
79245      Branch: perl
79246            ! pp.c t/op/bless.t
79247 ____________________________________________________________________________
79248 [  6544] By: jhi                                   on 2000/08/07  21:11:52
79249         Log: Make the test -w clean.
79250      Branch: perl
79251            ! t/op/bless.t
79252 ____________________________________________________________________________
79253 [  6543] By: jhi                                   on 2000/08/07  19:49:53
79254         Log: use warnings instead of $^W.
79255      Branch: perl
79256            ! t/op/bless.t
79257 ____________________________________________________________________________
79258 [  6542] By: jhi                                   on 2000/08/07  17:41:41
79259         Log: Disable a portability warning Because We Know What We Are Doing.
79260      Branch: perl
79261            ! t/op/bless.t
79262 ____________________________________________________________________________
79263 [  6541] By: jhi                                   on 2000/08/07  17:29:51
79264         Log: Tiny tidying on report_evil_fh().
79265      Branch: perl
79266            ! util.c
79267 ____________________________________________________________________________
79268 [  6540] By: jhi                                   on 2000/08/07  16:37:38
79269         Log: Make regular expression parse error messages easier to understand.
79270              
79271              Subject: Re: enhanced(?) regex error messages
79272              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79273              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
79274              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
79275      Branch: perl
79276            ! regcomp.c
79277 ____________________________________________________________________________
79278 [  6539] By: jhi                                   on 2000/08/07  16:12:27
79279         Log: Make bless(REF, REF) a fatal error, add bless tests.
79280              
79281              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
79282              From: Hugo <hv@crypt.compulink.co.uk>
79283              Date: Mon, 07 Aug 2000 16:59:38 +0100
79284              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
79285      Branch: perl
79286            + t/op/bless.t
79287            ! MANIFEST pod/perldiag.pod pp.c sv.c
79288 ____________________________________________________________________________
79289 [  6538] By: jhi                                   on 2000/08/07  15:59:43
79290         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
79291              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
79292              Date: Thu, 3 Aug 2000 14:29:21 -0700
79293              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
79294      Branch: perl
79295            ! lib/lib_pm.PL
79296 ____________________________________________________________________________
79297 [  6537] By: jhi                                   on 2000/08/07  15:47:18
79298         Log: Retract #6419 for now since it breaks in AFS and MachTen.
79299      Branch: perl
79300            ! lib/Cwd.pm
79301 ____________________________________________________________________________
79302 [  6536] By: jhi                                   on 2000/08/07  15:05:29
79303         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
79304              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
79305              The security hole exists only in suidperls, which isn't
79306              installed or even built by default.
79307      Branch: perl
79308            ! perl.c
79309 ____________________________________________________________________________
79310 [  6535] By: jhi                                   on 2000/08/07  14:45:14
79311         Log: tr memory corruption fix from Simon Cozens.
79312      Branch: perl
79313            ! doop.c
79314 ____________________________________________________________________________
79315 [  6534] By: jhi                                   on 2000/08/06  11:38:16
79316         Log: Document a bit that UDP is not what you might think.
79317              
79318              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
79319              From: Lupe Christoph <lupe@lupe-christoph.de>
79320              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
79321              Date: Mon, 24 Jul 2000 08:59:15 +0200
79322      Branch: perl
79323            ! pod/perlipc.pod
79324 ____________________________________________________________________________
79325 [  6533] By: jhi                                   on 2000/08/06  11:35:01
79326         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
79327              From: Jeff Pinyan <jeffp@hut.crusoe.net>
79328              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
79329              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
79330      Branch: perl
79331            ! pod/perlfunc.pod
79332 ____________________________________________________________________________
79333 [  6532] By: jhi                                   on 2000/08/06  03:45:41
79334         Log: Have symbols for the IoTYPEs.
79335      Branch: perl
79336            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
79337 ____________________________________________________________________________
79338 [  6531] By: jhi                                   on 2000/08/06  01:33:55
79339         Log: Continue fixing the io warnings.  This also
79340              sort of fixes bug ID 20000802.003: the core dump
79341              is no more.  Whether the current behaviour is correct
79342              (giving a warning: "Not a format reference"), is another matter.
79343      Branch: perl
79344            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
79345            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
79346 ____________________________________________________________________________
79347 [  6530] By: jhi                                   on 2000/08/05  21:33:12
79348         Log: Change the Policy policy: now -Dprefix= with an existing
79349              Policy.sh and prefix == siteprefix == vendorprefix, then all
79350              of them follow along the new prefix.
79351              
79352              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
79353              From: Andy Dougherty <doughera@lafayette.edu>
79354              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
79355              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
79356      Branch: perl
79357            ! Policy_sh.SH
79358 ____________________________________________________________________________
79359 [  6529] By: jhi                                   on 2000/08/05  18:57:28
79360         Log: Zap lib/Sys directory when cleaning up.
79361      Branch: perl
79362            ! Makefile.SH
79363 ____________________________________________________________________________
79364 [  6528] By: jhi                                   on 2000/08/05  18:40:44
79365         Log: Essential prototype changes were missing from #6527.
79366              Also make report_evil_fh() more bomb-proof.
79367      Branch: perl
79368            ! embed.h util.c
79369 ____________________________________________________________________________
79370 [  6527] By: jhi                                   on 2000/08/05  03:22:05
79371         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
79372              From: "Ronald F. Guilmette" <rfg@monkeys.com>
79373              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
79374              Message-Id: <200007242247.PAA52177@monkeys.com>
79375      Branch: perl
79376            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
79377 ____________________________________________________________________________
79378 [  6526] By: jhi                                   on 2000/08/04  21:23:27
79379         Log: gcc versions might have (parentheses) in them.
79380      Branch: metaconfig/U/perl
79381            ! gccvers.U
79382      Branch: perl
79383            ! Configure config_h.SH
79384 ____________________________________________________________________________
79385 [  6525] By: jhi                                   on 2000/08/04  20:23:12
79386         Log: Weed buglets pointed out by
79387              
79388              From: Lupe Christoph <lupe@lupe-christoph.de>
79389              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
79390              Date: Fri, 4 Aug 2000 17:34:39 +0200
79391              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
79392      Branch: metaconfig/U/perl
79393            ! gccvers.U uselfs.U
79394      Branch: perl
79395            ! Configure config_h.SH
79396 ____________________________________________________________________________
79397 [  6524] By: jhi                                   on 2000/08/04  19:02:08
79398         Log: Warn under -w if lstat(FH) is attempted.
79399              
79400              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
79401              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
79402              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
79403              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
79404      Branch: perl
79405            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
79406            ! t/pragma/warn/pp_sys
79407 ____________________________________________________________________________
79408 [  6523] By: jhi                                   on 2000/08/04  12:31:11
79409         Log: Subject: New perlcc, take 2
79410              From: simon@brecon.co.uk (Simon Cozens)
79411              Date: 4 Aug 2000 06:21:04 GMT
79412              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
79413      Branch: perl
79414            ! utils/perlcc.PL
79415 ____________________________________________________________________________
79416 [  6522] By: jhi                                   on 2000/08/04  12:26:33
79417         Log: Subject: Re: Array vs. List context
79418              From: Daniel Chetlin <daniel@chetlin.com>
79419              Date: Fri, 4 Aug 2000 00:22:44 -0700
79420              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
79421      Branch: perl
79422            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
79423            ! pod/perlfaq4.pod
79424 ____________________________________________________________________________
79425 [  6521] By: jhi                                   on 2000/08/04  12:22:38
79426         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
79427              From: Raymund Will <ray@caldera.de>
79428              Date: Fri, 4 Aug 2000 12:07:09 +0200
79429              Message-Id: <20000804120709.A14982@caldera.de>
79430      Branch: perl
79431            ! configure.gnu
79432 ____________________________________________________________________________
79433 [  6520] By: jhi                                   on 2000/08/04  04:09:06
79434         Log: After the #6519 a warning about stat() is just that,
79435              not about a filetest, which now have their own warning.
79436      Branch: perl
79437            ! pod/perldiag.pod
79438 ____________________________________________________________________________
79439 [  6519] By: jhi                                   on 2000/08/04  04:06:30
79440         Log: In the warnings call filehandles consistently so;
79441              add "unopened" warning for stat().
79442      Branch: perl
79443            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
79444            ! t/pragma/warn/pp_sys
79445 ____________________________________________________________________________
79446 [  6518] By: jhi                                   on 2000/08/04  02:55:35
79447         Log: Subject: Minor tweak to perlvar.pod
79448              From: "Stephen P. Potter" <spp@ds.net>
79449              Date: Tue, 18 Apr 2000 09:26:03 -0400
79450              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
79451      Branch: perl
79452            ! pod/perlvar.pod
79453 ____________________________________________________________________________
79454 [  6517] By: jhi                                   on 2000/08/04  02:50:08
79455         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
79456              From: "Clinton Pierce" <cpierce1@ford.com>
79457              Date: Wed, 21 Jul 1999 16:45:31 -0400
79458              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
79459              
79460              Fix by Stephen Potter (visible in the bug db but not in p5p?)
79461      Branch: perl
79462            ! pod/perlfunc.pod pod/perlop.pod
79463 ____________________________________________________________________________
79464 [  6516] By: jhi                                   on 2000/08/04  02:09:25
79465         Log: This is 6512.  Really.
79466      Branch: perl
79467            ! dump.c
79468 ____________________________________________________________________________
79469 [  6515] By: jhi                                   on 2000/08/04  01:25:50
79470         Log: mention the idea of @( and @)
79471      Branch: perl
79472            ! Todo-5.6
79473 ____________________________________________________________________________
79474 [  6514] By: bailey                                on 2000/08/04  01:18:46
79475         Log: YA resync with mainstem, including VMS patches from others
79476      Branch: vmsperl
79477           +> (branch 48 files)
79478            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
79479           !> (integrate 354 files)
79480 ____________________________________________________________________________
79481 [  6513] By: jhi                                   on 2000/08/04  01:18:18
79482         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
79483              From: Mark Dickinson <dickins3@fas.harvard.edu>
79484              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
79485              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
79486      Branch: perl
79487            ! t/op/grent.t t/op/pwent.t
79488 ____________________________________________________________________________
79489 [  6512] By: jhi                                   on 2000/08/04  01:14:06
79490         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
79491              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79492              Date: Wed, 02 Aug 2000 10:51:01 +0100
79493              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
79494      Branch: perl
79495            ! sv.c
79496 ____________________________________________________________________________
79497 [  6511] By: jhi                                   on 2000/08/04  00:57:00
79498         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
79499              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79500              Date: Thu, 03 Aug 2000 17:20:04 -0700
79501              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
79502      Branch: metaconfig
79503            ! U/modified/Cppsym.U
79504      Branch: perl
79505            ! Configure config_h.SH
79506 ____________________________________________________________________________
79507 [  6510] By: jhi                                   on 2000/08/04  00:25:28
79508         Log: detypo
79509      Branch: perl
79510            ! Makefile.SH
79511 ____________________________________________________________________________
79512 [  6509] By: jhi                                   on 2000/08/03  23:43:18
79513         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
79514              From: Dominic Dunlop <domo@computer.org>
79515              Date: Thu, 3 Aug 2000 22:16:46 +0200
79516              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
79517      Branch: perl
79518            ! t/op/sprintf.t
79519 ____________________________________________________________________________
79520 [  6508] By: jhi                                   on 2000/08/03  23:40:37
79521         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
79522              From: Hugo <hv@crypt.compulink.co.uk>
79523              Date: Thu, 03 Aug 2000 18:25:30 +0100
79524              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
79525      Branch: perl
79526            ! regcomp.c t/op/re_tests
79527 ____________________________________________________________________________
79528 [  6507] By: jhi                                   on 2000/08/03  23:38:28
79529         Log: Subject: [PATCH] sv.h documentation - SvLEN
79530              From: Mike Guy <mjtg@cam.ac.uk>
79531              Date: Thu, 03 Aug 2000 14:43:09 +0100
79532              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
79533      Branch: perl
79534            ! sv.h
79535 ____________________________________________________________________________
79536 [  6506] By: jhi                                   on 2000/08/03  15:49:14
79537         Log: Disable the fix_pl hack for now.
79538      Branch: perl
79539            ! Makefile.SH
79540 ____________________________________________________________________________
79541 [  6505] By: jhi                                   on 2000/08/03  13:49:04
79542         Log: Add a URL for FSF.
79543              
79544              Subject: Patch for README
79545              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79546              Date: Wed, 2 Aug 2000 13:25:09 -0500
79547              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
79548      Branch: perl
79549            ! README
79550 ____________________________________________________________________________
79551 [  6504] By: jhi                                   on 2000/08/03  13:29:19
79552         Log: Be more informative on what is skipped and why,
79553              also repeat the list at the end.
79554      Branch: perl
79555            ! Porting/p4desc
79556 ____________________________________________________________________________
79557 [  6503] By: jhi                                   on 2000/08/03  13:07:05
79558         Log: Circumvent the removal of .patch by fix_pl.
79559              
79560              Subject: Re: [ID 20000802.011] unable to 'make test'          
79561              From: simon@brecon.co.uk (Simon Cozens) 
79562              Date: 3 Aug 2000 04:17:00 GMT
79563              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
79564      Branch: perl
79565            ! Makefile.SH
79566 ____________________________________________________________________________
79567 [  6502] By: jhi                                   on 2000/08/03  00:14:34
79568         Log: Add the missing setproctitle unit.
79569      Branch: metaconfig/U/perl
79570            + d_setproctitle.U
79571 ____________________________________________________________________________
79572 [  6501] By: jhi                                   on 2000/08/03  00:00:26
79573         Log: The subtest 4 may fail also on VOBS, as pointed out
79574              by Nick Ing-Simmons in November 1999, bug id 19991124.003
79575              (but the failure in that bug report isn't the subtest 4).
79576      Branch: perl
79577            ! t/op/stat.t
79578 ____________________________________________________________________________
79579 [  6500] By: jhi                                   on 2000/08/02  23:49:30
79580         Log: Better skip message for the test; one of the two problems in
79581              
79582              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
79583              From: Lupe Christoph <lupe@lupe-christoph.de>
79584              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
79585              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
79586      Branch: perl
79587            ! t/op/numconvert.t
79588 ____________________________________________________________________________
79589 [  6499] By: jhi                                   on 2000/08/02  22:49:16
79590         Log: Allow "no Module;" even if there is no 'unimport'.
79591              
79592              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
79593              From: mjd@plover.com
79594              Date: 24 Mar 2000 15:24:34 -0000
79595              Message-Id: <20000324152434.15160.qmail@plover.com>
79596      Branch: perl
79597            ! gv.c
79598 ____________________________________________________________________________
79599 [  6498] By: jhi                                   on 2000/08/02  22:42:58
79600         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
79601              that are hopefully soon put into use.
79602      Branch: perl
79603            ! opcode.h opcode.pl opnames.h
79604 ____________________________________________________________________________
79605 [  6497] By: gsar                                  on 2000/08/02  22:28:59
79606         Log: require.t needs binmode() to work on windows
79607      Branch: perl
79608            ! t/comp/require.t
79609 ____________________________________________________________________________
79610 [  6496] By: jhi                                   on 2000/08/02  22:08:51
79611         Log: Document the IVdf UVuf UVof UVxf.
79612      Branch: perl
79613            ! pod/perlguts.pod
79614 ____________________________________________________________________________
79615 [  6495] By: jhi                                   on 2000/08/02  21:54:26
79616         Log: detypo #6494
79617      Branch: perl
79618            ! ext/Data/Dumper/Dumper.xs
79619 ____________________________________________________________________________
79620 [  6494] By: jhi                                   on 2000/08/02  21:49:17
79621         Log: Dump UVs as UVs in Data::Dumper.
79622              
79623              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
79624              From: Gurusamy Sarathy <gsar@ActiveState.com>
79625              Date: Thu, 27 Apr 2000 12:26:25 -0700
79626              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
79627      Branch: perl
79628            ! ext/Data/Dumper/Dumper.xs
79629 ____________________________________________________________________________
79630 [  6493] By: jhi                                   on 2000/08/02  17:01:58
79631         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
79632              From: Hugo <hv@crypt.compulink.co.uk>
79633              Date: Wed, 02 Aug 2000 14:53:56 +0100
79634              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
79635      Branch: perl
79636            ! regexec.c t/op/re_tests
79637 ____________________________________________________________________________
79638 [  6492] By: jhi                                   on 2000/08/02  15:02:46
79639         Log: The new setproctitle() feature is available only in 
79640              bleeding edge FreeBSD.  From Paul Saab.
79641      Branch: perl
79642            ! mg.c
79643 ____________________________________________________________________________
79644 [  6491] By: jhi                                   on 2000/08/02  13:34:36
79645         Log: The tr utf8 patching continues.
79646              
79647              Subject: Re: #6469, too many tests claimed in require.t
79648              From: simon@brecon.co.uk (Simon Cozens)
79649              Date: 2 Aug 2000 02:37:17 GMT
79650              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
79651              
79652              (the logic of the test was the wrong way round in the patch)
79653      Branch: perl
79654            ! doop.c
79655 ____________________________________________________________________________
79656 [  6490] By: jhi                                   on 2000/08/02  13:27:38
79657         Log: The name of a filehandle does not have <these>.
79658      Branch: perl
79659            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
79660            ! t/pragma/warn/pp_sys util.c
79661 ____________________________________________________________________________
79662 [  6489] By: jhi                                   on 2000/08/02  04:26:46
79663         Log: Remove the extraneous "main::" prefix from all the
79664              "opened only for", "on closed", and "never opened" warnings.
79665              
79666              Subject: Re: inappropriate warning
79667              From: Gurusamy Sarathy <gsar@ActiveState.com>
79668              Date: Mon, 20 Mar 2000 11:28:02 -0800
79669              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
79670      Branch: perl
79671            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
79672            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
79673            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
79674 ____________________________________________________________________________
79675 [  6488] By: jhi                                   on 2000/08/02  03:02:57
79676         Log: memcpy has n o in it, as pinted ut by Sarathy.
79677      Branch: perl
79678            ! pod/perlguts.pod
79679 ____________________________________________________________________________
79680 [  6487] By: jhi                                   on 2000/08/02  02:44:51
79681         Log: Document in one place the memory abstractions used in Perl core.
79682              
79683              Subject: Re: Memory abstraction
79684              From: simon@brecon.co.uk (Simon Cozens)
79685              Date: 2 Aug 2000 02:20:23 GMT
79686              Organization: Earth.li Origins
79687      Branch: perl
79688            ! pod/perlguts.pod
79689 ____________________________________________________________________________
79690 [  6486] By: jhi                                   on 2000/08/02  02:41:57
79691         Log: regen_headers, regen perltoc.
79692      Branch: perl
79693            ! perlapi.c pod/perltoc.pod
79694 ____________________________________________________________________________
79695 [  6485] By: jhi                                   on 2000/08/02  01:43:33
79696         Log: "This little thing tests for a file .patch, and if it contains
79697              a number, pops into patchlevel.h" (making it easier to track
79698              which development version people are reporting bugs against)
79699              
79700              Subject: Patchlevel autogeneration for repository perls
79701              From: simon@brecon.co.uk (Simon Cozens)
79702              Date: 14 Jul 2000 07:12:15 GMT
79703              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
79704      Branch: perl
79705            + fix_pl
79706            ! MANIFEST Makefile.SH
79707 ____________________________________________________________________________
79708 [  6484] By: jhi                                   on 2000/08/02  01:32:54
79709         Log: FreeBSD 3.* updates from
79710              
79711              From: Paul Saab <ps@yahoo-inc.com>
79712              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79713              Date: Tue, 1 Aug 2000 15:41:39 -0700
79714              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79715      Branch: perl
79716            ! hints/freebsd.sh
79717 ____________________________________________________________________________
79718 [  6483] By: jhi                                   on 2000/08/02  01:27:44
79719         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
79720              instead one must use setproctitle().  This was already addressed
79721              by change #6457, but the below has a new variant for FreeBSD 4.0
79722              or later, and the matter is also documented more.
79723              
79724              From: Paul Saab <ps@yahoo-inc.com>
79725              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79726              Date: Tue, 1 Aug 2000 15:41:39 -0700
79727              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79728      Branch: metaconfig/U/perl
79729            + i_libutil.U
79730      Branch: perl
79731            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
79732 ____________________________________________________________________________
79733 [  6482] By: jhi                                   on 2000/08/01  22:17:32
79734         Log: The test from this
79735              
79736              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
79737              Date: Sat, 15 Apr 2000 17:03:44 +0100
79738              From: Tom Hughes <tom@compton.nu>
79739              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
79740              
79741              was missing, the code change went in as #5989
79742              (which had a different test?)
79743      Branch: perl
79744            ! t/op/misc.t
79745 ____________________________________________________________________________
79746 [  6481] By: jhi                                   on 2000/08/01  21:48:38
79747         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
79748              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
79749              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
79750              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
79751      Branch: perl
79752            ! perl.h
79753 ____________________________________________________________________________
79754 [  6480] By: jhi                                   on 2000/08/01  18:05:28
79755         Log: Make p4desc to skip non-mainperl branches by default.
79756      Branch: perl
79757            ! Porting/p4desc
79758 ____________________________________________________________________________
79759 [  6479] By: jhi                                   on 2000/08/01  17:29:19
79760         Log: If gccosandvers is equal to osname, clear gccosandvers.
79761      Branch: metaconfig/U/perl
79762            ! gccvers.U
79763      Branch: perl
79764            ! Configure config_h.SH
79765 ____________________________________________________________________________
79766 [  6478] By: jhi                                   on 2000/08/01  15:54:08
79767         Log: BOM patching from Simon Cozens.
79768      Branch: perl
79769            ! toke.c
79770 ____________________________________________________________________________
79771 [  6477] By: jhi                                   on 2000/08/01  04:50:33
79772         Log: Stash away the largefiles flags and libswanted.
79773      Branch: perl
79774            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
79775 ____________________________________________________________________________
79776 [  6476] By: gsar                                  on 2000/08/01  04:24:24
79777         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
79778              on Windows)
79779      Branch: perl
79780            ! t/pragma/utf8.t utf8.c win32/win32.c
79781 ____________________________________________________________________________
79782 [  6475] By: jhi                                   on 2000/08/01  03:35:24
79783         Log: Make chr() for values >127 to create utf8 when under utf8.
79784              
79785              Subject: Re: uft8/chr()
79786              From: simon@brecon.co.uk (Simon Cozens)
79787              Date: 1 Aug 2000 02:37:02 GMT
79788              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
79789      Branch: perl
79790            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
79791 ____________________________________________________________________________
79792 [  6474] By: jhi                                   on 2000/08/01  02:36:18
79793         Log: In Digital UNIX warn if gcc explicitly chosen because even
79794              2.95.2 is known to cause problems.
79795      Branch: perl
79796            ! hints/dec_osf.sh
79797 ____________________________________________________________________________
79798 [  6473] By: jhi                                   on 2000/08/01  02:00:56
79799         Log: Make the safety catch for buggy gccs work with triple version
79800              numbers like 2.95.2.  Reported in
79801              
79802              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
79803              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
79804              Date: Mon, 31 Jul 2000 14:55:06 +0200
79805              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
79806      Branch: perl
79807            ! hints/dec_osf.sh
79808 ____________________________________________________________________________
79809 [  6472] By: jhi                                   on 2000/08/01  01:13:33
79810         Log: Subject: fix and question re: waitpid() under win32
79811              From: Brian Clarke <clarke@appliedmeta.com>
79812              Date: Fri, 28 Jul 2000 15:18:29 -0400
79813              Message-ID: <3981DC85.290314EB@appliedmeta.com>
79814              
79815              Slightly reformatted and WNOHANG # define moved to win32.h
79816              so that also POSIX.xs sees it, as suggsted by Sarathy.
79817      Branch: perl
79818            ! win32/win32.c win32/win32.h
79819 ____________________________________________________________________________
79820 [  6471] By: jhi                                   on 2000/08/01  00:55:05
79821         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
79822              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79823              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
79824              Date: Mon, 31 Jul 2000 13:28:51 +0100
79825              
79826              (aka ID 20000730.002)
79827      Branch: perl
79828            ! op.c t/op/tr.t
79829 ____________________________________________________________________________
79830 [  6470] By: jhi                                   on 2000/07/31  23:34:42
79831         Log: Document the problem with -P in HP-UX and its workaround.
79832              
79833              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
79834              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
79835              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
79836              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
79837      Branch: perl
79838            ! README.hpux
79839 ____________________________________________________________________________
79840 [  6469] By: jhi                                   on 2000/07/31  04:15:02
79841         Log: The swallow_bom() saga continues.  The #23 of require.t
79842              (UTF16-LE) still fails (silently, no output) but the #22
79843              (UTF16-BE) seems to be working now.  The root of the
79844              failure may be in sv_gets(): is it UTF-16LE-aware,
79845              especially when it comes to line endings? 
79846      Branch: perl
79847            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
79848            ! t/comp/require.t toke.c utf8.c
79849 ____________________________________________________________________________
79850 [  6468] By: jhi                                   on 2000/07/30  19:05:48
79851         Log: Find green threads before native threads.
79852              
79853              Subject: Re: Patch to jpl/JNI/Makefile.PL
79854              From: Jens Thomsen <jens@fiend.cis.com>
79855              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
79856              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
79857      Branch: perl
79858            ! jpl/JNI/Makefile.PL
79859 ____________________________________________________________________________
79860 [  6467] By: jhi                                   on 2000/07/30  18:36:22
79861         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
79862      Branch: perl
79863            ! doop.c
79864 ____________________________________________________________________________
79865 [  6466] By: jhi                                   on 2000/07/30  04:37:29
79866         Log: A new version of the "remove UPPERACSE string comparison"
79867              operators.  The problem with the previous one (change #6454)
79868              was that it was for Perl 5.6.0.  From Paul Marquess.
79869      Branch: perl
79870            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
79871            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
79872            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79873 ____________________________________________________________________________
79874 [  6465] By: jhi                                   on 2000/07/29  22:39:56
79875         Log: Do not upgrade SVs into utf8 just because they participate
79876              in eq or cmp.  Reported and fix suggested in
79877              
79878              Subject: [ID 20000720.009] sv_eq UTF8 bug
79879              From: "Simon Cozens" <simon@othersideofthe.earth.li>
79880              Date: 21 Jul 2000 04:37:29 -0000
79881              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
79882              
79883              Exercise for the kind reader: should we or should we not
79884              cache the utf8 conversion alongside the SV? (as magic,
79885              as the strxfrm()ed version is cached under use locale)
79886              Argue both for and against.
79887      Branch: perl
79888            ! sv.c
79889 ____________________________________________________________________________
79890 [  6464] By: jhi                                   on 2000/07/29  22:36:22
79891         Log: Subject: UTF8 concat
79892              From: simon@brecon.co.uk (Simon Cozens) 
79893              Date: 30 Jun 2000 06:13:25 GMT
79894              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
79895              
79896              (with a memory leak fixed, plus a few casts added)
79897              
79898              This also seems to help for
79899              
79900              Subject: [ID 20000716.015] join UTF8 weirdness
79901              From: root <root@ak-71.mind.de> 
79902              Date: Sat, 15 Jul 2000 15:29:54 +0200
79903              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
79904              
79905              (from Andreas König)
79906      Branch: perl
79907            ! pp_hot.c
79908 ____________________________________________________________________________
79909 [  6463] By: jhi                                   on 2000/07/29  00:55:39
79910         Log: Tune the comments and hopefully stop a memory leak.
79911      Branch: perl
79912            ! toke.c utf8.c
79913 ____________________________________________________________________________
79914 [  6462] By: jhi                                   on 2000/07/29  00:16:53
79915         Log: The problem described in this
79916              
79917              Subject: [ID 20000322.018] named chars aren't magical enough
79918              From: root <root@dixie.cscaper.com>     
79919              Date: Wed, 22 Mar 2000 18:37:42 -0700
79920              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
79921              
79922              has been fixed in perl 5.6.0 but just in case added a test
79923              to keep it away.  (The report from Joseph Hall.)
79924      Branch: perl
79925            ! t/lib/charnames.t
79926 ____________________________________________________________________________
79927 [  6461] By: jhi                                   on 2000/07/28  23:56:36
79928         Log: Tiny fixes for #6460.
79929      Branch: metaconfig/U/perl
79930            ! gccvers.U
79931      Branch: perl
79932            ! Configure config_h.SH
79933 ____________________________________________________________________________
79934 [  6460] By: jhi                                   on 2000/07/28  23:24:41
79935         Log: Warn if the version of the operating system used to compile gcc
79936              differs from the current version of the operating system.
79937              Also display the gcc compilation os and version in myconfig.
79938              Inspiration from
79939              
79940              Subject: Re: [ID 20000710.003] ERRORS!!         
79941              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79942              Date: Mon, 10 Jul 2000 15:54:16 -0400
79943              Message-ID: <20000710155416.A1384@O2.chapin.edu>
79944      Branch: metaconfig/U/perl
79945            ! gccvers.U
79946      Branch: perl
79947            ! Configure config_h.SH myconfig.SH
79948 ____________________________________________________________________________
79949 [  6459] By: jhi                                   on 2000/07/28  22:00:32
79950         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
79951              letter to $Config{osvers}.
79952      Branch: metaconfig
79953            ! U/modified/Oldconfig.U
79954      Branch: perl
79955            ! Configure config_h.SH
79956 ____________________________________________________________________________
79957 [  6458] By: jhi                                   on 2000/07/28  04:15:39
79958         Log: Back out #6454, doesn't seem to work.
79959              (Reason: that patch was for perl 5.6.0, not perl-current)
79960              (A version of the patch for perl-current came in later as #6466)
79961      Branch: perl
79962            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
79963            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
79964            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79965 ____________________________________________________________________________
79966 [  6457] By: jhi                                   on 2000/07/27  23:31:49
79967         Log: Use setproctitle() if available to modify $0.
79968              
79969              Subject: setting $* on BSD4 broken
79970              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79971              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
79972              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
79973      Branch: metaconfig
79974            ! U/modified/Myinit.U
79975      Branch: perl
79976            ! Configure config_h.SH mg.c
79977 ____________________________________________________________________________
79978 [  6456] By: jhi                                   on 2000/07/27  14:50:47
79979         Log: Allow "no AutoLoader;", based on change #6444,
79980              suggested by Graham Barr.
79981      Branch: perl
79982            ! lib/AutoLoader.pm
79983 ____________________________________________________________________________
79984 [  6455] By: jhi                                   on 2000/07/27  14:19:10
79985         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
79986              From: rspier@pobox.com (Robert Spier)
79987              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
79988              Message-ID: <14720.15855.787664.424783@rls.cx>
79989      Branch: perl
79990            ! pod/perldiag.pod
79991 ____________________________________________________________________________
79992 [  6454] By: jhi                                   on 2000/07/27  14:03:02
79993         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
79994              for a long time).
79995              
79996              Reported in
79997              
79998              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
79999              From: Ryan Herbert <rherbert@sycamorehq.com>
80000              Date: Mon, 17 Jul 2000 11:40:42 -0400
80001              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
80002              
80003              Patched in
80004              
80005              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
80006              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
80007              Date: Wed, 26 Jul 2000 23:40:18 +0100
80008              Message-ID: <000001bff752$79511880$0a17073e@tiny>
80009              
80010              based on an earlier patch from Stephen P. Potter.
80011              
80012              (Removed later by change #6458 because this patch was for
80013              perl 5.6.0, not perl-current)
80014      Branch: perl
80015            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
80016            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
80017            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80018 ____________________________________________________________________________
80019 [  6453] By: jhi                                   on 2000/07/27  13:48:02
80020         Log: Subject: [PATCH] fixes bug 20000508.004
80021              From: Michael Stevens <mstevens@globnix.org>
80022              Date: Thu, 27 Jul 2000 13:49:04 +0100
80023              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
80024      Branch: perl
80025            ! pod/perldata.pod
80026 ____________________________________________________________________________
80027 [  6452] By: jhi                                   on 2000/07/26  23:51:26
80028         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
80029              and Craig A. Berry.
80030      Branch: perl
80031            ! lib/File/Temp.pm pod/perlport.pod
80032 ____________________________________________________________________________
80033 [  6451] By: jhi                                   on 2000/07/26  19:43:30
80034         Log: Be wary of close()s, too.
80035              
80036              Subject: Re: [PATCH] perlbug cleanup
80037              From: Tim Jenness <t.jenness@jach.hawaii.edu>
80038              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
80039              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
80040      Branch: perl
80041            ! utils/perlbug.PL
80042 ____________________________________________________________________________
80043 [  6450] By: jhi                                   on 2000/07/26  18:41:40
80044         Log: Subject: Minor doc patch: handy.h
80045              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
80046              Date: Wed, 26 Jul 2000 15:34:25 -0300
80047              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
80048      Branch: perl
80049            ! handy.h pod/perlapi.pod
80050 ____________________________________________________________________________
80051 [  6449] By: jhi                                   on 2000/07/26  18:23:55
80052         Log: Subject: [PATCH] minor doc change - perlguts
80053              From: Michael Stevens <mstevens@globnix.org>
80054              Date: Thu, 13 Jul 2000 12:39:18 +0100
80055              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
80056      Branch: perl
80057            ! pod/perlguts.pod
80058 ____________________________________________________________________________
80059 [  6448] By: jhi                                   on 2000/07/26  18:20:30
80060         Log: open() wariness in perlbug.
80061              
80062              Subject: [PATCH] perlbug cleanup
80063              From: Michael Stevens <mstevens@globnix.org>
80064              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
80065              Date: Thu, 13 Jul 2000 15:52:23 +0100
80066      Branch: perl
80067            ! utils/perlbug.PL
80068 ____________________________________________________________________________
80069 [  6447] By: jhi                                   on 2000/07/26  18:13:04
80070         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
80071      Branch: perl
80072            ! lib/File/Temp.pm t/lib/ftmp-security.t
80073 ____________________________________________________________________________
80074 [  6446] By: jhi                                   on 2000/07/26  18:06:32
80075         Log: docfix from Peter Scott <Peter@PSDT.com>.
80076      Branch: perl
80077            ! pod/perlfunc.pod
80078 ____________________________________________________________________________
80079 [  6445] By: jhi                                   on 2000/07/26  17:53:31
80080         Log: Fix *foo{FORMAT}.
80081              
80082              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80083              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
80084              Date: Wed, 26 Jul 2000 19:51:02 +0200
80085              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
80086              
80087              From: Graham Barr <gbarr@pobox.com>
80088              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
80089              Date: Wed, 26 Jul 2000 17:38:36 +0100
80090              Message-ID: <20000726173836.L472@pobox.com>
80091      Branch: perl
80092            ! pp.c sv.c t/op/gv.t
80093 ____________________________________________________________________________
80094 [  6444] By: jhi                                   on 2000/07/26  17:49:14
80095         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
80096              from Graham Barr in the module list.
80097      Branch: perl
80098            ! gv.c pod/perlobj.pod
80099 ____________________________________________________________________________
80100 [  6443] By: jhi                                   on 2000/07/26  16:06:56
80101         Log: More split() doc and test patches from Mike Guy.
80102      Branch: perl
80103            ! pod/perlfunc.pod t/op/split.t
80104 ____________________________________________________________________________
80105 [  6442] By: jhi                                   on 2000/07/26  16:05:30
80106         Log: MacOS nits from Matthias Neeracher.
80107      Branch: perl
80108            ! perl.c pp_ctl.c
80109 ____________________________________________________________________________
80110 [  6441] By: jhi                                   on 2000/07/26  04:39:57
80111         Log: Subject: [PATCH] split /^/
80112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80113              Date: Tue, 25 Jul 2000 14:18:57 +0100
80114              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
80115              
80116              (with notes from tchrist and gbarr)
80117      Branch: perl
80118            ! pod/perlfunc.pod t/op/split.t
80119 ____________________________________________________________________________
80120 [  6440] By: jhi                                   on 2000/07/26  04:32:32
80121         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
80122              From: Peter Prymmer <pvhp@forte.com>
80123              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
80124              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
80125      Branch: perl
80126            ! vms/munchconfig.c
80127 ____________________________________________________________________________
80128 [  6439] By: jhi                                   on 2000/07/26  04:31:01
80129         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
80130              to be fatal errors (instead of by default ignoring them, and
80131              ignoring with a bug: even though -w gave an error, the opening [
80132              was left in)  Reported in:
80133              
80134              Subject: [ID 20000716.024] [=cc=] / [:blank:]
80135              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
80136              Date: Sun, 16 Jul 2000 17:55:29 -0700
80137              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
80138      Branch: perl
80139            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
80140 ____________________________________________________________________________
80141 [  6438] By: jhi                                   on 2000/07/25  15:41:15
80142         Log: Subject: [PATCH] av.c apidoc
80143              From: simon@brecon.co.uk (Simon Cozens)
80144              Date: 24 Jul 2000 06:40:52 GMT
80145              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
80146      Branch: perl
80147            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
80148            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
80149 ____________________________________________________________________________
80150 [  6437] By: jhi                                   on 2000/07/25  14:05:36
80151         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
80152              From: "Stephen P. Potter" <spp@ds.net>
80153              Date: Mon, 24 Jul 2000 14:22:23 -0400
80154              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
80155      Branch: perl
80156            ! pod/perllocale.pod
80157 ____________________________________________________________________________
80158 [  6436] By: jhi                                   on 2000/07/25  14:02:03
80159         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
80160              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80161              Date: Mon, 24 Jul 2000 18:04:28 +0100
80162              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
80163      Branch: perl
80164            ! t/lib/syslfs.t t/op/lfs.t
80165 ____________________________________________________________________________
80166 [  6435] By: jhi                                   on 2000/07/25  13:59:28
80167         Log: Get UTF16 BOMs working.  Patch from
80168              
80169              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
80170              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80171              Date: Tue, 25 Jul 2000 12:52:45 +0100
80172              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
80173              
80174              and notes from
80175              
80176              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
80177              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80178              Date: Tue, 25 Jul 2000 11:43:25 +0100
80179              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
80180      Branch: perl
80181            ! t/comp/require.t toke.c utf8.c
80182 ____________________________________________________________________________
80183 [  6434] By: jhi                                   on 2000/07/25  02:39:54
80184         Log: Make the "uninit variable" warning to say "concat or string"
80185              or "join or string" when in concat or join .
80186              
80187              Subject: Re: [ID 20000403.009] uninitialised concatenation???
80188              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80189              Date: Tue, 04 Apr 2000 18:22:58 +0100
80190              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
80191              
80192              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
80193              From: William R Ward <hermit@BayView.COM>
80194              Date: Thu, 30 Mar 2000 19:50:03 -0800
80195              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
80196      Branch: perl
80197            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
80198            ! t/pragma/warn/op t/pragma/warn/sv
80199 ____________________________________________________________________________
80200 [  6433] By: jhi                                   on 2000/07/24  17:52:56
80201         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
80202      Branch: perl
80203            ! lib/File/Spec/VMS.pm
80204 ____________________________________________________________________________
80205 [  6432] By: jhi                                   on 2000/07/24  17:44:44
80206         Log: Test cases for #6431.
80207              
80208              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
80209              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80210              Date: Mon, 24 Jul 2000 15:32:29 +0100
80211              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
80212      Branch: perl
80213            ! t/op/pat.t t/op/split.t
80214 ____________________________________________________________________________
80215 [  6431] By: jhi                                   on 2000/07/24  17:43:17
80216         Log: Bind op fix.
80217              
80218              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
80219              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80220              Date: Mon, 17 Jul 2000 20:04:56 +0100
80221              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
80222      Branch: perl
80223            ! op.c
80224 ____________________________________________________________________________
80225 [  6430] By: jhi                                   on 2000/07/24  03:42:42
80226         Log: Subject: [ID 20000716.023] syslog test fails without sockets
80227              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80228              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
80229              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
80230      Branch: metaconfig/U/perl
80231            ! Extensions.U
80232      Branch: perl
80233            ! Configure config_h.SH
80234 ____________________________________________________________________________
80235 [  6429] By: jhi                                   on 2000/07/24  03:11:52
80236         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
80237              case, but add also notes explaining the relationship of this
80238              patch and the earlier notes by Sarathy.
80239              
80240              Subject: Map is still slow
80241              From: "Ben Tilly" <ben_tilly@hotmail.com>
80242              Date: Sat, 15 Jul 2000 17:23:27 EDT
80243              Message-ID: <20000715212327.21656.qmail@hotmail.com>
80244      Branch: perl
80245            ! pp_ctl.c
80246 ____________________________________________________________________________
80247 [  6428] By: jhi                                   on 2000/07/24  02:58:52
80248         Log: Documentation to explain the behaviour of map().
80249              
80250              Subject: Re: Map is still slow 
80251              From: Gurusamy Sarathy <gsar@ActiveState.com>
80252              Date: Sat, 15 Jul 2000 16:05:09 -0700
80253              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
80254      Branch: perl
80255            ! pp_ctl.c
80256 ____________________________________________________________________________
80257 [  6427] By: jhi                                   on 2000/07/24  02:50:03
80258         Log: Add tests for
80259              [ID 19991110.003] another matching finding by pcre author
80260              which has already been fixed by some patch, as verified in
80261              
80262              Subject: Re: two regex bugs from the mists of time (well, last November)
80263              From: Hugo <hv@crypt.compulink.co.uk>
80264              Date: Sat, 22 Jul 2000 18:12:58 +0100
80265              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
80266      Branch: perl
80267            ! t/op/re_tests
80268 ____________________________________________________________________________
80269 [  6426] By: jhi                                   on 2000/07/24  02:11:20
80270         Log: A missing 'break' after the [[:space:]] switch case.
80271              
80272              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
80273              From: "Stephen P. Potter" <spp@ds.net>
80274              Date: Tue, 18 Jul 2000 16:25:17 -0400
80275              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
80276      Branch: perl
80277            ! regcomp.c
80278 ____________________________________________________________________________
80279 [  6425] By: jhi                                   on 2000/07/24  02:06:12
80280         Log: The output might have been produced in the wrong order.
80281              
80282              Subject: [ID 20000720.003] [PATCH] t/op/write.t
80283              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80284              Date: Thu, 20 Jul 2000 18:49:18 +0100
80285              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
80286      Branch: perl
80287            ! t/op/write.t
80288 ____________________________________________________________________________
80289 [  6424] By: jhi                                   on 2000/07/24  02:00:07
80290         Log: Use STDOUT consistently.
80291              
80292              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
80293              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80294              Date: Thu, 20 Jul 2000 18:04:01 +0100
80295              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
80296      Branch: perl
80297            ! lib/Test/Harness.pm
80298 ____________________________________________________________________________
80299 [  6423] By: jhi                                   on 2000/07/24  01:54:54
80300         Log: Protect against "wild next"s, that is, callbacks doing "next"
80301              instead of "return".
80302              
80303              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
80304              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80305              Date: Tue, 18 Jul 2000 11:30:16 +0100
80306              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
80307      Branch: perl
80308            ! lib/File/Find.pm
80309 ____________________________________________________________________________
80310 [  6422] By: jhi                                   on 2000/07/24  01:35:47
80311         Log: Out-of-date note removed.
80312              
80313              Subject: [PATCH] documentation perlipc
80314              From: rspier@pobox.com (Robert Spier)
80315              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
80316              Message-ID: <14711.35178.572612.502654@rls.cx>
80317      Branch: perl
80318            ! pod/perlipc.pod
80319 ____________________________________________________________________________
80320 [  6421] By: jhi                                   on 2000/07/24  00:09:18
80321         Log: Send all installperl messages to STDERR and be -w clean.
80322              
80323              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
80324              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80325              Date: Sat, 22 Jul 2000 14:02:11 +0100
80326              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
80327      Branch: perl
80328            ! installperl
80329 ____________________________________________________________________________
80330 [  6420] By: jhi                                   on 2000/07/24  00:04:19
80331         Log: Decutandpasto.
80332              
80333              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
80334              From: "Richard Soderberg" <rs@crystalflame.net>
80335              Date: Sun, 23 Jul 2000 01:37:23 -0700
80336              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
80337      Branch: perl
80338            ! pod/perlipc.pod
80339 ____________________________________________________________________________
80340 [  6419] By: jhi                                   on 2000/07/24  00:01:12
80341         Log: A cleaner abs_path().
80342              Subject: Re: unix alternative to Cwd.pm
80343              From: Jeff Pinyan <jeffp@crusoe.net>
80344              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
80345              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
80346      Branch: perl
80347            ! lib/Cwd.pm
80348 ____________________________________________________________________________
80349 [  6418] By: jhi                                   on 2000/07/23  23:48:56
80350         Log: Detypo.
80351              
80352              Subject: [PATCH perl-current] Typo in hints/powerux.sh
80353              From: "Richard Soderberg" <rs@crystalflame.net>
80354              Date: Sun, 23 Jul 2000 01:27:33 -0700
80355              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
80356      Branch: perl
80357            ! hints/powerux.sh
80358 ____________________________________________________________________________
80359 [  6417] By: jhi                                   on 2000/07/17  22:13:31
80360         Log: Subject: SDBM_File documentation
80361              From: mjd@plover.com
80362              Date: 16 Jul 2000 17:41:17 -0000
80363              Message-ID: <20000716174117.18515.qmail@plover.com>
80364      Branch: perl
80365            ! ext/SDBM_File/SDBM_File.pm
80366 ____________________________________________________________________________
80367 [  6416] By: jhi                                   on 2000/07/17  19:13:26
80368         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
80369      Branch: perl
80370            ! hints/mpeix.sh mpeix/relink
80371 ____________________________________________________________________________
80372 [  6415] By: jhi                                   on 2000/07/15  14:11:02
80373         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
80374              the utf8 'characters' can be more than one octet).
80375              
80376              Date: Sat, 15 Jul 2000 00:21:56 +0100
80377              From: Tom Hughes <tom@compton.nu>
80378              Subject: Re: [ID 20000714.002]
80379              Message-ID: <db2334de49.tom@compton.compton.nu>
80380              
80381              Reported in
80382              
80383              Subject: [ID 20000714.002]
80384              From: "Simon Cozens" <simon@othersideofthe.earth.li>
80385              Date: 14 Jul 2000 15:13:09 -0000
80386              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
80387      Branch: perl
80388            ! doop.c
80389 ____________________________________________________________________________
80390 [  6414] By: jhi                                   on 2000/07/15  03:13:41
80391         Log: another VMS build tweak from Peter Prymmer
80392      Branch: perl
80393            ! vms/descrip_mms.template
80394 ____________________________________________________________________________
80395 [  6413] By: jhi                                   on 2000/07/15  03:10:40
80396         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
80397      Branch: perl
80398            ! vms/perlvms.pod
80399 ____________________________________________________________________________
80400 [  6412] By: jhi                                   on 2000/07/15  00:31:05
80401         Log: More docs for sv functions.
80402              
80403              Subject: [PATCH cfgperl] sv.c apidoc
80404              From: simon@brecon.co.uk (Simon Cozens)
80405              Date: 13 Jul 2000 09:00:20 GMT
80406              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
80407              
80408              Subject: Re: [PATCH cfgperl] sv.c apidoc
80409              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80410              Date: Thu, 13 Jul 2000 12:27:41 +0100
80411              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
80412              
80413              Subject: Re: [PATCH cfgperl] sv.c apidoc
80414              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80415              Date: Thu, 13 Jul 2000 13:23:09 +0100
80416              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
80417              
80418              Subject: Re: [PATCH cfgperl] sv.c apidoc
80419              From: simon@brecon.co.uk (Simon Cozens)
80420              Date: 14 Jul 2000 06:51:02 GMT
80421              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
80422      Branch: perl
80423            ! embed.pl pod/perlapi.pod sv.c
80424 ____________________________________________________________________________
80425 [  6411] By: jhi                                   on 2000/07/15  00:10:41
80426         Log: lib/b test fixes from Peter Prymmer.
80427      Branch: perl
80428            ! t/lib/b.t
80429 ____________________________________________________________________________
80430 [  6410] By: jhi                                   on 2000/07/15  00:02:09
80431         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
80432              From: Hugo <hv@crypt.compulink.co.uk>
80433              Date: Fri, 14 Jul 2000 23:05:20 +0100
80434              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
80435              
80436              Didn't anymore apply, but that point still could use another fix.
80437      Branch: perl
80438            ! pod/perlfunc.pod
80439 ____________________________________________________________________________
80440 [  6409] By: jhi                                   on 2000/07/14  23:15:15
80441         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
80442              not in pod, from Peter Prymmer
80443      Branch: perl
80444            ! vms/descrip_mms.template
80445 ____________________________________________________________________________
80446 [  6408] By: jhi                                   on 2000/07/14  20:35:05
80447         Log: The bug report
80448              [ID 19991110.002] minimal matching discrepancy found by pcre author
80449              seems to have been fixed (though differently from what was suggested
80450              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
80451      Branch: perl
80452            ! t/op/re_tests
80453 ____________________________________________________________________________
80454 [  6407] By: jhi                                   on 2000/07/14  17:38:08
80455         Log: Fix AutoSplit to use File::Spec the right way in VMS,
80456              from Peter Prymmer.
80457      Branch: perl
80458            ! lib/AutoSplit.pm
80459 ____________________________________________________________________________
80460 [  6406] By: jhi                                   on 2000/07/14  14:13:22
80461         Log: Merge perlhacktut into perlhack, update perlguts.
80462              
80463              Subject: Re: Perlhacktut
80464              From: simon@brecon.co.uk (Simon Cozens)
80465              Date: 14 Jul 2000 06:49:21 GMT
80466              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
80467              
80468              Subject: Re: Perlhacktut
80469              From: simon@brecon.co.uk (Simon Cozens)
80470              Date: 14 Jul 2000 07:09:45 GMT
80471              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
80472      Branch: perl
80473            ! pod/perlguts.pod pod/perlhack.pod
80474 ____________________________________________________________________________
80475 [  6405] By: jhi                                   on 2000/07/14  14:02:31
80476         Log: Integrate with Sarathy.
80477      Branch: cfgperl
80478           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
80479           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
80480           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
80481 ____________________________________________________________________________
80482 [  6404] By: gsar                                  on 2000/07/14  12:15:02
80483         Log: PERL_OBJECT build tweaks
80484      Branch: perl
80485            ! toke.c
80486 ____________________________________________________________________________
80487 [  6403] By: gsar                                  on 2000/07/14  11:23:41
80488         Log: inconsistent types needs casts
80489      Branch: perl
80490            ! toke.c
80491 ____________________________________________________________________________
80492 [  6402] By: gsar                                  on 2000/07/14  11:12:04
80493         Log: typos in change#6399, regen headers
80494      Branch: perl
80495            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
80496 ____________________________________________________________________________
80497 [  6401] By: gsar                                  on 2000/07/14  10:59:12
80498         Log: typecasts needed for change#6394
80499      Branch: perl
80500            ! toke.c
80501 ____________________________________________________________________________
80502 [  6400] By: gsar                                  on 2000/07/14  10:49:37
80503         Log: integrate cfgperl contents into mainline
80504      Branch: perl
80505           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
80506           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
80507 ____________________________________________________________________________
80508 [  6399] By: gsar                                  on 2000/07/14  10:38:35
80509         Log: enable UTF-16 filter by default if relevant BOM is seen; various
80510              cleanups (typos, misformatted code, and small bugs)
80511      Branch: perl
80512            ! doop.c embed.pl mg.c op.c pp.c toke.c
80513 ____________________________________________________________________________
80514 [  6398] By: gsar                                  on 2000/07/14  08:55:38
80515         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
80516              name suggests anyway)
80517      Branch: perl
80518            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
80519 ____________________________________________________________________________
80520 [  6397] By: gsar                                  on 2000/07/14  08:44:33
80521         Log: move new variables to the end of the interpreter structure (for
80522              bincompat in code that doesn't #include XSUB.h)
80523      Branch: perl
80524            ! intrpvar.h
80525 ____________________________________________________________________________
80526 [  6396] By: gsar                                  on 2000/07/14  08:13:58
80527         Log: MakeMaker should not remove editor backups (*~) on `make clean`
80528              by default (completes change#6383)
80529      Branch: perl
80530            ! lib/ExtUtils/MM_Unix.pm
80531 ____________________________________________________________________________
80532 [  6395] By: jhi                                   on 2000/07/14  05:20:33
80533         Log: Replace change #6337 with a better one.
80534              
80535              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
80536              From: Hugo <hv@crypt.compulink.co.uk>
80537              Date: Fri, 14 Jul 2000 04:16:20 +0100
80538              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
80539      Branch: cfgperl
80540            ! regexec.c t/op/re_tests
80541 ____________________________________________________________________________
80542 [  6394] By: jhi                                   on 2000/07/14  01:33:59
80543         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
80544      Branch: cfgperl
80545            ! embed.pl global.sym proto.h toke.c
80546 ____________________________________________________________________________
80547 [  6393] By: jhi                                   on 2000/07/13  23:41:23
80548         Log: remove discarded test
80549      Branch: cfgperl
80550            ! MANIFEST
80551 ____________________________________________________________________________
80552 [  6392] By: jhi                                   on 2000/07/13  23:32:25
80553         Log: The {multiplier} of a fixed substring was overlooked which
80554              caused a wrong initial search offset for that substring.
80555              
80556              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
80557              From: Hugo <hv@crypt.compulink.co.uk>
80558              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
80559              Date: Thu, 13 Jul 2000 19:27:13 +0100
80560      Branch: cfgperl
80561            ! regcomp.c t/op/re_tests
80562 ____________________________________________________________________________
80563 [  6391] By: jhi                                   on 2000/07/13  16:37:42
80564         Log: typo fix from Craig Berry
80565      Branch: cfgperl
80566            ! vms/subconfigure.com
80567 ____________________________________________________________________________
80568 [  6390] By: jhi                                   on 2000/07/13  13:20:12
80569         Log: Integrate with Sarathy.
80570      Branch: cfgperl
80571            - t/op/method2entersub.t
80572           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
80573           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
80574           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
80575           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
80576 ____________________________________________________________________________
80577 [  6389] By: jhi                                   on 2000/07/13  13:18:48
80578         Log: Detypo from Peter Prymmer, part of #6388.
80579      Branch: cfgperl
80580            ! Configure config_h.SH
80581      Branch: metaconfig
80582            ! U/modified/d_longlong.U
80583 ____________________________________________________________________________
80584 [  6388] By: gsar                                  on 2000/07/13  06:33:40
80585         Log: typos (spotted by Peter Prymmer)
80586      Branch: perl
80587            ! Configure t/lib/english.t
80588 ____________________________________________________________________________
80589 [  6387] By: gsar                                  on 2000/07/13  05:35:28
80590         Log: new selfloader.t in change#6183 doesn't close DATA handles,
80591              and thus fails to clean up tmp files on dosish platforms
80592      Branch: perl
80593            ! t/lib/selfloader.t
80594 ____________________________________________________________________________
80595 [  6386] By: gsar                                  on 2000/07/12  21:42:39
80596         Log: sprintf test tweaks (from Dominic Dunlop)
80597      Branch: perl
80598            ! t/op/sprintf.t
80599 ____________________________________________________________________________
80600 [  6385] By: gsar                                  on 2000/07/12  21:33:46
80601         Log: fix bugs in processing %v-*d and similar format specs (from
80602              Avi Finkel <avi@finkel.org>)
80603      Branch: perl
80604            ! sv.c t/op/sprintf.t
80605 ____________________________________________________________________________
80606 [  6384] By: gsar                                  on 2000/07/12  16:04:19
80607         Log: readd missing perldelta.pod changes from changes#6339,6376
80608      Branch: perl
80609            ! pod/perldelta.pod
80610 ____________________________________________________________________________
80611 [  6383] By: gsar                                  on 2000/07/12  16:00:51
80612         Log: don't clobber *.orig files on *clean targets
80613      Branch: perl
80614            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
80615 ____________________________________________________________________________
80616 [  6382] By: gsar                                  on 2000/07/12  07:59:12
80617         Log: fix broken integrations in cfgperl
80618      Branch: cfgperl
80619           !> Changes pod/perldelta.pod
80620 ____________________________________________________________________________
80621 [  6381] By: gsar                                  on 2000/07/12  07:42:17
80622         Log: integrate cfgperl changes into mainline
80623      Branch: perl
80624            ! Changes
80625           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
80626           !> pod/perlre.pod
80627 ____________________________________________________________________________
80628 [  6380] By: gsar                                  on 2000/07/12  07:31:00
80629         Log: get sprintf.t to adjust properly for 3-digit exponents
80630      Branch: perl
80631            ! t/op/sprintf.t
80632 ____________________________________________________________________________
80633 [  6379] By: gsar                                  on 2000/07/12  06:40:04
80634         Log: change#6174 needs corresponding change in win32/config_h.PL,
80635              which grovels through config_h.SH to find the config.h name
80636      Branch: perl
80637            ! win32/config_h.PL
80638 ____________________________________________________________________________
80639 [  6378] By: jhi                                   on 2000/07/12  05:03:59
80640         Log: Do the cc sanity check both before the hints and
80641              after the cc selction.
80642      Branch: cfgperl
80643            ! Configure config_h.SH
80644      Branch: metaconfig
80645            ! U/modified/Oldconfig.U U/modified/cc.U
80646      Branch: metaconfig/U/perl
80647            + Checkcc.U
80648 ____________________________________________________________________________
80649 [  6377] By: jhi                                   on 2000/07/12  02:49:22
80650         Log: Fix nits noticed by Boston.pm.
80651      Branch: cfgperl
80652            ! pod/perlre.pod
80653 ____________________________________________________________________________
80654 [  6376] By: jhi                                   on 2000/07/11  21:22:13
80655         Log: Configure cosmetics and perldelta.
80656      Branch: cfgperl
80657            ! Configure config_h.SH pod/perldelta.pod
80658      Branch: metaconfig
80659            ! U/modified/cc.U
80660 ____________________________________________________________________________
80661 [  6375] By: gsar                                  on 2000/07/11  21:17:35
80662         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
80663      Branch: perl
80664            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
80665            ! win32/win32sck.c
80666 ____________________________________________________________________________
80667 [  6374] By: gsar                                  on 2000/07/11  20:48:50
80668         Log: tweak for build failure under multiplicity
80669      Branch: perl
80670            ! toke.c
80671 ____________________________________________________________________________
80672 [  6373] By: gsar                                  on 2000/07/11  20:37:23
80673         Log: integrate cfgperl changes#6325..6373 into mainline
80674              (NOTE: today's batch of integrations still untested)
80675      Branch: perl
80676           +> ext/DynaLoader/hints/netbsd.pl
80677            ! Changes
80678           !> (integrate 26 files)
80679 ____________________________________________________________________________
80680 [  6372] By: jhi                                   on 2000/07/11  20:30:36
80681         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
80682              regen perltoc.
80683      Branch: cfgperl
80684            + pod/perlbook.pod
80685            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
80686            ! pod/perltoc.pod
80687 ____________________________________________________________________________
80688 [  6371] By: jhi                                   on 2000/07/11  20:08:56
80689         Log: Minor cleanups on the booklist.
80690      Branch: cfgperl
80691            ! pod/perlfaq2.pod
80692 ____________________________________________________________________________
80693 [  6370] By: jhi                                   on 2000/07/11  19:31:13
80694         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
80695      Branch: cfgperl
80696            ! t/pragma/overload.t
80697 ____________________________________________________________________________
80698 [  6369] By: gsar                                  on 2000/07/11  19:27:48
80699         Log: integrate cfgperl changes#6293..6324 into mainline
80700      Branch: perl
80701           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
80702            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
80703           !> (integrate 30 files)
80704 ____________________________________________________________________________
80705 [  6368] By: gsar                                  on 2000/07/11  19:18:57
80706         Log: skip integrate of problematic change#6292 from cfgperl into mainline
80707      Branch: perl
80708           !> pp_hot.c
80709 ____________________________________________________________________________
80710 [  6367] By: gsar                                  on 2000/07/11  19:17:21
80711         Log: integrate cfgperl changes#6288..6290 into mainline
80712      Branch: perl
80713           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
80714 ____________________________________________________________________________
80715 [  6366] By: gsar                                  on 2000/07/11  19:11:18
80716         Log: integrate cfgperl changes#6268..6282 into mainline
80717      Branch: perl
80718           !> (integrate 30 files)
80719 ____________________________________________________________________________
80720 [  6365] By: gsar                                  on 2000/07/11  18:57:00
80721         Log: delete new accidentally branched file
80722      Branch: perl
80723            - t/op/method2entersub.t
80724 ____________________________________________________________________________
80725 [  6364] By: gsar                                  on 2000/07/11  18:55:13
80726         Log: skip integrate of change#6267 from cfgperl into mainline (the
80727              method call optimization is flawed without additional hints
80728              from user about immutableness of @ISA and no runtime method
80729              definitions)
80730      Branch: perl
80731           +> t/op/method2entersub.t
80732           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
80733           !> perl.h t/op/sprintf.t xsutils.c
80734 ____________________________________________________________________________
80735 [  6363] By: gsar                                  on 2000/07/11  18:49:43
80736         Log: integrate cfgperl changes#6261..6266 into mainline
80737      Branch: perl
80738           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
80739           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
80740           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
80741           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
80742 ____________________________________________________________________________
80743 [  6362] By: gsar                                  on 2000/07/11  18:43:26
80744         Log: integrate cfgperl changes#6252..6260 into mainline
80745      Branch: perl
80746           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
80747           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
80748           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
80749           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
80750 ____________________________________________________________________________
80751 [  6361] By: gsar                                  on 2000/07/11  18:37:12
80752         Log: skip integrate of problematic change#6251 from cfgperl into mainline
80753      Branch: perl
80754           !> lib/Exporter.pm
80755 ____________________________________________________________________________
80756 [  6360] By: gsar                                  on 2000/07/11  18:34:56
80757         Log: integrate cfgperl change#6250 into mainline
80758      Branch: perl
80759           +> t/op/my_stash.t
80760           !> MANIFEST embed.pl proto.h toke.c
80761 ____________________________________________________________________________
80762 [  6359] By: gsar                                  on 2000/07/11  18:21:19
80763         Log: integrate cfgperl changes#6242..6249 into mainline
80764      Branch: perl
80765           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
80766           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
80767           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
80768           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
80769           !> t/lib/peek.t utf8.c
80770 ____________________________________________________________________________
80771 [  6358] By: gsar                                  on 2000/07/11  18:15:45
80772         Log: skip integrate of problematic change#6241 from cfgperl into mainline
80773      Branch: perl
80774           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
80775 ____________________________________________________________________________
80776 [  6357] By: jhi                                   on 2000/07/11  18:15:16
80777         Log: Fix for
80778              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
80779              From: Roderick Schertler <roderick@argon.org> 
80780              Date: Tue, 11 Jul 2000 13:55:05 -0400 
80781              Message-Id: <200007111755.NAA05077@jones.argon.org> 
80782      Branch: cfgperl
80783            ! doio.c
80784 ____________________________________________________________________________
80785 [  6356] By: jhi                                   on 2000/07/11  18:12:51
80786         Log: Typo in #6341.
80787      Branch: cfgperl
80788            ! pp_hot.c
80789 ____________________________________________________________________________
80790 [  6355] By: gsar                                  on 2000/07/11  18:12:10
80791         Log: integrate cfgperl changes#6231..6240 into mainline
80792      Branch: perl
80793           +> pod/perlutil.pod
80794           !> (integrate 35 files)
80795 ____________________________________________________________________________
80796 [  6354] By: jhi                                   on 2000/07/11  18:04:34
80797         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
80798              From: Dominic Dunlop <domo@computer.org> 
80799              Date: Tue, 11 Jul 2000 12:27:33 +0200 
80800              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
80801              
80802              Replaces change #6268.
80803      Branch: cfgperl
80804            ! t/op/sprintf.t
80805 ____________________________________________________________________________
80806 [  6353] By: gsar                                  on 2000/07/11  17:59:51
80807         Log: skip integrate of problematic change#6230 from cfgperl into mainline
80808              (a later version of File::Spec is already in mainline)
80809      Branch: perl
80810           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
80811           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
80812 ____________________________________________________________________________
80813 [  6352] By: gsar                                  on 2000/07/11  17:57:48
80814         Log: integrate cfgperl changes#6224..6229 into mainline
80815      Branch: perl
80816           +> lib/lib.pm.PL
80817            - lib/lib.pm
80818           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
80819           !> lib/English.pm op.c t/lib/english.t
80820 ____________________________________________________________________________
80821 [  6351] By: gsar                                  on 2000/07/11  17:50:10
80822         Log: skip integrate of problematic change#6223 from cfgperl into mainline
80823      Branch: perl
80824           !> doio.c
80825 ____________________________________________________________________________
80826 [  6350] By: gsar                                  on 2000/07/11  17:48:28
80827         Log: integrate cfgperl changes#6220..6222 into mainline
80828      Branch: perl
80829           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
80830           !> toke.c utf8.c win32/win32.h
80831 ____________________________________________________________________________
80832 [  6349] By: gsar                                  on 2000/07/11  17:46:13
80833         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
80834              mainline
80835      Branch: perl
80836           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
80837           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
80838           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80839 ____________________________________________________________________________
80840 [  6348] By: jhi                                   on 2000/07/11  17:45:49
80841         Log: README.posix-bc podified from Thomas Dorner.
80842      Branch: cfgperl
80843            ! README.posix-bc
80844 ____________________________________________________________________________
80845 [  6347] By: gsar                                  on 2000/07/11  17:42:04
80846         Log: integrate cfgperl change#6217 into mainline
80847      Branch: perl
80848           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
80849           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
80850           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
80851 ____________________________________________________________________________
80852 [  6346] By: gsar                                  on 2000/07/11  17:39:37
80853         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
80854              mainline
80855      Branch: perl
80856           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
80857           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80858           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
80859           !> perlapi.h pod/perlapi.pod
80860 ____________________________________________________________________________
80861 [  6345] By: gsar                                  on 2000/07/11  17:36:42
80862         Log: integrate cfgperl changes#6207..6210 into mainline
80863      Branch: perl
80864           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
80865           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
80866 ____________________________________________________________________________
80867 [  6344] By: gsar                                  on 2000/07/11  17:31:20
80868         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
80869              mainline
80870      Branch: perl
80871           !> (integrate 40 files)
80872 ____________________________________________________________________________
80873 [  6343] By: gsar                                  on 2000/07/11  17:19:08
80874         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
80875      Branch: perl
80876           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
80877            ! Changes
80878           !> (integrate 34 files)
80879 ____________________________________________________________________________
80880 [  6342] By: jhi                                   on 2000/07/11  16:05:48
80881         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
80882              To: perl5-porters@perl.org
80883              From: Karsten Sperling <spiff@phreax.net>
80884              Date: Mon, 10 Jul 2000 15:12:52 +0200
80885              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
80886      Branch: cfgperl
80887            ! lib/Symbol.pm
80888 ____________________________________________________________________________
80889 [  6341] By: jhi                                   on 2000/07/11  15:59:23
80890         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
80891              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80892              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
80893              Date: Fri, 07 Jul 2000 17:57:16 +0100
80894      Branch: cfgperl
80895            ! pp_hot.c
80896 ____________________________________________________________________________
80897 [  6340] By: jhi                                   on 2000/07/11  15:55:47
80898         Log: Subject: Re: format bug report  [Patch]
80899              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80900              Date: Wed, 05 Jul 2000 13:12:52 +0200
80901              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
80902              
80903              Subject: Re: format bug report  [Patch]
80904              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80905              Date: Wed, 05 Jul 2000 14:10:01 +0200
80906              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
80907      Branch: cfgperl
80908            ! t/op/write.t toke.c
80909 ____________________________________________________________________________
80910 [  6339] By: jhi                                   on 2000/07/11  13:54:09
80911         Log: Be less forgiving about ambiguous and illegal tr ranges.
80912              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
80913              From: Mark-Jason Dominus <mjd@plover.com>
80914              Date: Tue, 04 Jul 2000 10:00:12 -0400
80915              Message-ID: <20000704140012.17772.qmail@plover.com>
80916              
80917              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
80918              From: Mark-Jason Dominus <mjd@plover.com>
80919              Date: Wed, 05 Jul 2000 09:37:36 -0400
80920              Message-ID: <20000705133736.27293.qmail@plover.com>
80921      Branch: cfgperl
80922            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
80923 ____________________________________________________________________________
80924 [  6338] By: jhi                                   on 2000/07/11  13:31:24
80925         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
80926              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80927              Date: Tue, 11 Jul 2000 13:50:51 +0100
80928              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
80929      Branch: cfgperl
80930            ! sv.c
80931 ____________________________________________________________________________
80932 [  6337] By: jhi                                   on 2000/07/11  13:29:14
80933         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
80934              From: Hugo <hv@crypt.compulink.co.uk>
80935              Date: Tue, 11 Jul 2000 12:44:50 +0100
80936              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
80937      Branch: cfgperl
80938            ! regexec.c t/op/re_tests
80939 ____________________________________________________________________________
80940 [  6336] By: jhi                                   on 2000/07/11  13:26:47
80941         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
80942              From: simon@brecon.co.uk (Simon Cozens)
80943              Date: 7 Jul 2000 11:26:09 GMT
80944              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
80945      Branch: cfgperl
80946            ! mg.c
80947 ____________________________________________________________________________
80948 [  6335] By: jhi                                   on 2000/07/11  13:23:37
80949         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
80950              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
80951              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
80952              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
80953      Branch: cfgperl
80954            + ext/DynaLoader/hints/netbsd.pl
80955            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
80956 ____________________________________________________________________________
80957 [  6334] By: jhi                                   on 2000/07/11  13:20:38
80958         Log: Subject: PATCH perlguts.pod: Document D and d magic types
80959              From: mjd@plover.com
80960              Date: 5 Jul 2000 18:01:51 -0000
80961              Message-ID: <20000705180151.29413.qmail@plover.com>
80962      Branch: cfgperl
80963            ! pod/perlguts.pod
80964 ____________________________________________________________________________
80965 [  6333] By: jhi                                   on 2000/07/11  13:15:51
80966         Log: Precedence goof, fix based on
80967              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
80968              From: Hugo <hv@crypt.compulink.co.uk>
80969              Date: Tue, 11 Jul 2000 12:52:38 +0100
80970              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
80971      Branch: cfgperl
80972            ! t/op/taint.t
80973 ____________________________________________________________________________
80974 [  6332] By: jhi                                   on 2000/07/11  12:40:17
80975         Log: Integrate with Sarathy.
80976      Branch: cfgperl
80977           !> win32/win32sck.c
80978 ____________________________________________________________________________
80979 [  6331] By: jhi                                   on 2000/07/10  20:14:16
80980         Log: Sprinkle ldlibpath.
80981      Branch: cfgperl
80982            ! pod/Makefile.SH
80983 ____________________________________________________________________________
80984 [  6330] By: jhi                                   on 2000/07/10  17:54:49
80985         Log: More POSIX.pod tweaks.
80986      Branch: cfgperl
80987            ! ext/POSIX/POSIX.pod
80988 ____________________________________________________________________________
80989 [  6329] By: jhi                                   on 2000/07/10  14:02:12
80990         Log: Reorder perl.pod once more.
80991      Branch: cfgperl
80992            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
80993 ____________________________________________________________________________
80994 [  6328] By: gsar                                  on 2000/07/10  07:06:00
80995         Log: accept() leaks memory on windows due to incorrect ordering of
80996              closesocket() and fclose() calls
80997      Branch: perl
80998            ! win32/win32sck.c
80999 ____________________________________________________________________________
81000 [  6327] By: gsar                                  on 2000/07/10  06:49:17
81001         Log: winsock options weren't being set in all threads under ithreads
81002              (caused send()s from second and subsequent threads to fail)
81003      Branch: perl
81004            ! win32/win32sck.c
81005 ____________________________________________________________________________
81006 [  6326] By: jhi                                   on 2000/07/08  02:45:40
81007         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
81008              was cast to an unsigned (32-bit) integer with wild abandon.
81009      Branch: cfgperl
81010            ! ext/Devel/DProf/DProf.xs
81011 ____________________________________________________________________________
81012 [  6325] By: jhi                                   on 2000/07/07  18:50:33
81013         Log: Remove perlbook, update perlfaq book listing,
81014              rearrange perl.pod, regenerate perltoc.
81015      Branch: cfgperl
81016            - pod/perlbook.pod
81017            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
81018            ! pod/perlfaq2.pod pod/perltoc.pod
81019 ____________________________________________________________________________
81020 [  6324] By: jhi                                   on 2000/07/07  14:03:40
81021         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
81022      Branch: cfgperl
81023            ! sv.h toke.c
81024 ____________________________________________________________________________
81025 [  6323] By: jhi                                   on 2000/07/06  16:03:55
81026         Log: Fix complaints of buildtoc.
81027      Branch: cfgperl
81028            + lib/Win32.pod
81029            - pod/Win32.pod
81030            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81031 ____________________________________________________________________________
81032 [  6322] By: jhi                                   on 2000/07/06  15:15:52
81033         Log: Add =head1 NAMEs so that buildtoc is happy.
81034              (The CGI::Util nit reported to Lincoln.)
81035      Branch: cfgperl
81036            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
81037            ! pod/perltoc.pod
81038 ____________________________________________________________________________
81039 [  6321] By: jhi                                   on 2000/07/06  03:16:04
81040         Log: Config is being used.
81041      Branch: cfgperl
81042            ! t/op/method.t
81043 ____________________________________________________________________________
81044 [  6320] By: jhi                                   on 2000/07/06  03:13:13
81045         Log: Integrate with Sarathy.
81046      Branch: cfgperl
81047           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
81048 ____________________________________________________________________________
81049 [  6319] By: jhi                                   on 2000/07/06  03:11:46
81050         Log: Autogenerate pod/Makefile and pod/buildtoc.
81051              buildtoc also checks whether the existing pods are
81052              mentioned in MANIFEST and perl.pod, and vice versa.
81053              (None of the thusly found discrepancies fixed yet.)
81054              roffitall also needs to be autogenerated similarly but it
81055              seems so badly out of date that I didn't touch it yet.
81056      Branch: cfgperl
81057            + pod/Makefile.SH pod/buildtoc.PL
81058            - pod/Makefile pod/buildtoc
81059            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
81060 ____________________________________________________________________________
81061 [  6318] By: gsar                                  on 2000/07/05  22:10:54
81062         Log: fix UNC path handling on Windows under ithreads, and chdir()
81063              return value when given a non-existent directory
81064      Branch: perl
81065            ! win32/vdir.h
81066 ____________________________________________________________________________
81067 [  6317] By: gsar                                  on 2000/07/05  22:08:19
81068         Log: winsock cleanup never done on Windows (leads to handle leaks)
81069      Branch: perl
81070            ! win32/perllib.c win32/win32sck.c
81071 ____________________________________________________________________________
81072 [  6316] By: gsar                                  on 2000/07/05  22:06:19
81073         Log: some debugger output does not go to the socket when RemotePort is set
81074      Branch: perl
81075            ! lib/perl5db.pl
81076 ____________________________________________________________________________
81077 [  6315] By: jhi                                   on 2000/07/05  00:25:21
81078         Log: Integrate with Sarathy, preliminary fix for unicos
81079              alignment problems in [ID 20000612.002] Perl problem on Cray system.
81080      Branch: cfgperl
81081            ! sv.h
81082           !> pp_hot.c
81083 ____________________________________________________________________________
81084 [  6314] By: gsar                                  on 2000/07/04  23:34:02
81085         Log: tyop in change#6306
81086      Branch: perl
81087            ! pp_hot.c
81088 ____________________________________________________________________________
81089 [  6313] By: jhi                                   on 2000/07/04  22:14:38
81090         Log: Multiline string literals ENONPORTABLE.
81091      Branch: cfgperl
81092            ! pp_hot.c
81093 ____________________________________________________________________________
81094 [  6312] By: jhi                                   on 2000/07/04  20:34:44
81095         Log: Integrate with Sarathy.
81096      Branch: cfgperl
81097           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
81098           !> t/op/method.t
81099 ____________________________________________________________________________
81100 [  6311] By: jhi                                   on 2000/07/04  20:30:56
81101         Log: More POSIX.pod embellishment.
81102      Branch: cfgperl
81103            ! ext/POSIX/POSIX.pod
81104 ____________________________________________________________________________
81105 [  6310] By: gsar                                  on 2000/07/04  17:28:48
81106         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
81107      Branch: perl
81108            ! t/lib/b.t
81109 ____________________________________________________________________________
81110 [  6309] By: jhi                                   on 2000/07/04  17:22:18
81111         Log: The #6308 required a little bit more.
81112      Branch: cfgperl
81113            ! Makefile.SH win32/Makefile
81114 ____________________________________________________________________________
81115 [  6308] By: jhi                                   on 2000/07/04  16:35:24
81116         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
81117      Branch: cfgperl
81118            + lib/lib_pm.PL
81119            - lib/lib.pm.PL
81120            ! MANIFEST Makefile.SH
81121 ____________________________________________________________________________
81122 [  6307] By: jhi                                   on 2000/07/04  16:28:58
81123         Log: Win32 patches for cfgperl from Sarathy.
81124      Branch: cfgperl
81125            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
81126            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
81127            ! thread.h toke.c util.c win32/Makefile win32/win32.c
81128 ____________________________________________________________________________
81129 [  6306] By: gsar                                  on 2000/07/04  16:28:40
81130         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
81131              (from Richard Soderberg <rs@oregonnet.com>)
81132      Branch: perl
81133            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
81134 ____________________________________________________________________________
81135 [  6305] By: jhi                                   on 2000/07/04  16:24:24
81136         Log: Integrate with Sarathy.
81137      Branch: cfgperl
81138           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
81139           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81140           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
81141           !> proto.h win32/win32.c
81142 ____________________________________________________________________________
81143 [  6304] By: gsar                                  on 2000/07/04  16:17:24
81144         Log: missing perldiag entry for unpack("w",...) diagnostic (from
81145              Andreas Koenig)
81146      Branch: perl
81147            ! pod/perldiag.pod
81148 ____________________________________________________________________________
81149 [  6303] By: gsar                                  on 2000/07/04  16:14:44
81150         Log: remove rel2abs prototypes (from Barrie Slaymaker)
81151      Branch: perl
81152            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
81153            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
81154 ____________________________________________________________________________
81155 [  6302] By: gsar                                  on 2000/07/04  04:59:35
81156         Log: adjust change#6299
81157      Branch: perl
81158            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
81159            ! win32/win32.c
81160 ____________________________________________________________________________
81161 [  6301] By: jhi                                   on 2000/07/04  04:50:07
81162         Log: Integrate with Sarathy.
81163      Branch: cfgperl
81164           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
81165           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
81166           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
81167 ____________________________________________________________________________
81168 [  6300] By: gsar                                  on 2000/07/04  04:42:09
81169         Log: PERL_OBJECT build tweak
81170      Branch: perl
81171            ! perl.h
81172 ____________________________________________________________________________
81173 [  6299] By: gsar                                  on 2000/07/04  04:37:00
81174         Log: fix memory leak on Windows (PL_sys_intern contents were never
81175              freed)
81176      Branch: perl
81177            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
81178            ! perlapi.c proto.h win32/win32.c
81179 ____________________________________________________________________________
81180 [  6298] By: gsar                                  on 2000/07/04  04:15:59
81181         Log: fix large memory leak that has been around for ever, masked by
81182              -DPURIFY (most of the arenas were never freed!)
81183      Branch: perl
81184            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
81185 ____________________________________________________________________________
81186 [  6297] By: gsar                                  on 2000/07/04  04:07:46
81187         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
81188      Branch: perl
81189            ! perl.c
81190 ____________________________________________________________________________
81191 [  6296] By: jhi                                   on 2000/06/30  18:28:37
81192         Log: Elaborate POSIX.pod.  Still needs work.
81193      Branch: cfgperl
81194            ! ext/POSIX/POSIX.pod
81195 ____________________________________________________________________________
81196 [  6295] By: jhi                                   on 2000/06/30  14:58:18
81197         Log: Point to perlipc for more SysV IPC examples.
81198      Branch: cfgperl
81199            ! pod/perlfunc.pod
81200 ____________________________________________________________________________
81201 [  6294] By: gsar                                  on 2000/06/30  14:47:45
81202         Log: slurp mode fix in change#4736 still not quite right
81203      Branch: perl
81204            ! pp_hot.c t/io/argv.t
81205 ____________________________________________________________________________
81206 [  6293] By: jhi                                   on 2000/06/30  12:02:55
81207         Log: Integrate with Sarathy.
81208      Branch: cfgperl
81209           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
81210 ____________________________________________________________________________
81211 [  6292] By: jhi                                   on 2000/06/30  12:01:11
81212         Log: From: simon@brecon.co.uk (Simon Cozens)
81213              Subject: UTF8 concat
81214              Date: 30 Jun 2000 06:13:25 GMT
81215              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
81216      Branch: cfgperl
81217            ! pp_hot.c
81218 ____________________________________________________________________________
81219 [  6291] By: gsar                                  on 2000/06/30  04:37:33
81220         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
81221              when @_ is modified, causing coredumps
81222      Branch: perl
81223            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
81224 ____________________________________________________________________________
81225 [  6290] By: jhi                                   on 2000/06/30  02:21:44
81226         Log: Integrate with Sarathy.
81227      Branch: cfgperl
81228           !> vms/vms.c vms/vmsish.h
81229 ____________________________________________________________________________
81230 [  6289] By: jhi                                   on 2000/06/30  02:21:02
81231         Log: Check VERSIONs.
81232      Branch: cfgperl
81233            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
81234            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
81235            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
81236 ____________________________________________________________________________
81237 [  6288] By: jhi                                   on 2000/06/30  02:18:52
81238         Log: Integrate with Sarathy.
81239      Branch: cfgperl
81240           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
81241           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
81242           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
81243           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
81244 ____________________________________________________________________________
81245 [  6287] By: gsar                                  on 2000/06/30  02:17:08
81246         Log: integrate vmsperl changes into mainline
81247      Branch: perl
81248           !> vms/vms.c vms/vmsish.h
81249 ____________________________________________________________________________
81250 [  6285] By: gsar                                  on 2000/06/30  02:05:28
81251         Log: localize %INC in a Safe compartment so that use/require work
81252              (many other magic globals probably need similar treatment)
81253      Branch: perl
81254            ! ext/Opcode/Opcode.xs
81255 ____________________________________________________________________________
81256 [  6284] By: gsar                                  on 2000/06/30  01:54:54
81257         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
81258              about Windows
81259      Branch: perl
81260            ! pod/perlembed.pod
81261 ____________________________________________________________________________
81262 [  6283] By: jhi                                   on 2000/06/30  01:50:10
81263         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
81264              From: Barrie Slaymaker <barries@jester.slaysys.com>
81265              Date: Wed, 28 Jun 2000 11:35:29 -0400
81266              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
81267      Branch: perl
81268            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
81269            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81270            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81271            ! lib/File/Spec/Win32.pm
81272 ____________________________________________________________________________
81273 [  6282] By: jhi                                   on 2000/06/29  22:57:22
81274         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
81275              From: Dan Sugalski <dan@sidhe.org>
81276              Date: Tue, 06 Jun 2000 11:59:50 -0400
81277              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
81278      Branch: cfgperl
81279            ! vms/vms.c
81280 ____________________________________________________________________________
81281 [  6281] By: jhi                                   on 2000/06/29  22:52:50
81282         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
81283              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
81284              Date: Wed, 7 Jun 2000 04:02:04 -0500
81285              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
81286      Branch: cfgperl
81287            ! utils/h2xs.PL
81288 ____________________________________________________________________________
81289 [  6280] By: jhi                                   on 2000/06/29  22:45:47
81290         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
81291              From: rspier@pobox.com (Robert Spier)
81292              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
81293              Message-ID: <14654.31913.845602.610277@rls.cx>
81294      Branch: cfgperl
81295            ! utils/h2xs.PL
81296 ____________________________________________________________________________
81297 [  6279] By: jhi                                   on 2000/06/29  22:38:16
81298         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
81299              From: Tim Ayers <tayers@bridge.com>
81300              Date: Thu, 08 Jun 2000 08:11:06 +0200
81301              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
81302              [resent by Richard Foley, Message-Id probably wrong]
81303      Branch: cfgperl
81304            ! pod/perlsub.pod
81305 ____________________________________________________________________________
81306 [  6278] By: jhi                                   on 2000/06/29  22:21:45
81307         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
81308              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
81309              Date: Fri, 09 Jun 2000 12:39:27 -0400
81310              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
81311              (plus update the version "number" of Text::Wrap)
81312      Branch: cfgperl
81313            ! lib/Text/Wrap.pm
81314 ____________________________________________________________________________
81315 [  6277] By: jhi                                   on 2000/06/29  22:13:10
81316         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
81317              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81318              Date: Mon, 12 Jun 2000 14:55:59 +0100
81319              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
81320      Branch: cfgperl
81321            ! pod/perlfunc.pod
81322 ____________________________________________________________________________
81323 [  6276] By: jhi                                   on 2000/06/29  22:11:06
81324         Log: Subject: [PATCH] Re: eval documentation: context
81325              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81326              Date: Mon, 12 Jun 2000 15:07:29 +0100
81327              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
81328      Branch: cfgperl
81329            ! pod/perlfunc.pod
81330 ____________________________________________________________________________
81331 [  6275] By: jhi                                   on 2000/06/29  21:59:46
81332         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
81333              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
81334              Date: Tue, 13 Jun 2000 02:43:48 -0500
81335              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
81336      Branch: cfgperl
81337            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
81338 ____________________________________________________________________________
81339 [  6274] By: jhi                                   on 2000/06/29  21:56:14
81340         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
81341              From: Andy Dougherty <doughera@lafayette.edu>
81342              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
81343              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
81344      Branch: cfgperl
81345            ! ext/File/Glob/Glob.pm
81346 ____________________________________________________________________________
81347 [  6273] By: jhi                                   on 2000/06/29  21:49:09
81348         Log: Subject: [PATCH] xsub attributes
81349              From: Doug MacEachern <dougm@covalent.net>
81350              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
81351              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
81352      Branch: cfgperl
81353            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
81354            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
81355 ____________________________________________________________________________
81356 [  6272] By: jhi                                   on 2000/06/29  21:41:28
81357         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
81358              From: Tom Phoenix <rootbeer@redcat.com>
81359              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
81360              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
81361      Branch: cfgperl
81362            ! lib/Net/Ping.pm
81363 ____________________________________________________________________________
81364 [  6271] By: jhi                                   on 2000/06/29  21:36:55
81365         Log: Subject: PATCH pod/perltie.pod
81366              From: Ian Phillipps <Ian.Phillipps@iname.com>
81367              Date: Fri, 16 Jun 2000 00:17:19 +0100
81368              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
81369              (only the first hunk, the second hunk had already been done
81370              by some other patch)
81371      Branch: cfgperl
81372            ! pod/perltie.pod
81373 ____________________________________________________________________________
81374 [  6270] By: jhi                                   on 2000/06/29  21:24:51
81375         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
81376              From: Nicholas Clark <nick@talking.bollo.cx>
81377              Date: Fri, 23 Jun 2000 16:21:15 +0100
81378              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
81379      Branch: cfgperl
81380            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
81381            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
81382 ____________________________________________________________________________
81383 [  6269] By: jhi                                   on 2000/06/29  19:38:15
81384         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
81385              silence few compiler warnings.
81386      Branch: cfgperl
81387            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
81388 ____________________________________________________________________________
81389 [  6268] By: jhi                                   on 2000/06/29  18:21:50
81390         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
81391              From: Dominic Dunlop <domo@computer.org> 
81392              Date: Thu, 29 Jun 2000 12:32:39 +0200 
81393              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
81394      Branch: cfgperl
81395            ! t/op/sprintf.t
81396 ____________________________________________________________________________
81397 [  6267] By: jhi                                   on 2000/06/29  18:16:07
81398         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
81399              From: Doug MacEachern <dougm@covalent.net>
81400              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
81401              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
81402      Branch: cfgperl
81403            + t/op/method2entersub.t
81404            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
81405            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81406            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
81407            ! xsutils.c
81408 ____________________________________________________________________________
81409 [  6266] By: jhi                                   on 2000/06/29  15:11:15
81410         Log: Subject: [PATCH 5.6.0] cygwin port
81411              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
81412              From: "Fifer, Eric" <EFifer@sanwaint.com>
81413              Date: Thu, 29 Jun 2000 12:58:29 +0100
81414      Branch: cfgperl
81415            ! cygwin/Makefile.SHs
81416 ____________________________________________________________________________
81417 [  6265] By: jhi                                   on 2000/06/29  15:04:05
81418         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
81419              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81420              Date: Wed, 28 Jun 2000 17:50:12 -0700
81421              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
81422      Branch: cfgperl
81423            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
81424 ____________________________________________________________________________
81425 [  6264] By: jhi                                   on 2000/06/29  15:00:57
81426         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
81427              From: Marty Lucich <marty@netcom.com>
81428              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
81429              Message-Id: <200006282116.OAA11148@netcom.com>
81430              ccdlflags update (the BSD/OS 4.1 part had already been taken
81431              care of by #6141).
81432      Branch: cfgperl
81433            ! hints/bsdos.sh
81434 ____________________________________________________________________________
81435 [  6263] By: jhi                                   on 2000/06/29  13:47:44
81436         Log: tr fixes from Simon Cozens
81437      Branch: cfgperl
81438            ! doop.c
81439 ____________________________________________________________________________
81440 [  6262] By: jhi                                   on 2000/06/28  18:46:01
81441         Log: Subject: 5.6.0 Patch for EPOC
81442              From: Olaf Flebbe <o.flebbe@gmx.de>
81443              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
81444              Message-ID: <23449.960929969@www11.gmx.net>
81445      Branch: cfgperl
81446            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
81447            ! epoc/epocish.h
81448 ____________________________________________________________________________
81449 [  6261] By: jhi                                   on 2000/06/28  18:29:07
81450         Log: Subject: Re: [PATCH cfgperl] BOMs away!
81451              From: simon@brecon.co.uk (Simon Cozens)
81452              Date: 17 Jun 2000 11:49:57 GMT
81453              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
81454      Branch: cfgperl
81455            ! pod/perldiag.pod t/comp/require.t toke.c
81456 ____________________________________________________________________________
81457 [  6260] By: jhi                                   on 2000/06/28  17:47:16
81458         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
81459              From: simon@brecon.co.uk (Simon Cozens) 
81460              Date: 17 Jun 2000 11:56:44 GMT 
81461              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
81462              pack U0, pack C0
81463      Branch: cfgperl
81464            ! pod/perlfunc.pod pp.c t/op/pack.t
81465 ____________________________________________________________________________
81466 [  6259] By: jhi                                   on 2000/06/28  16:43:17
81467         Log: perlnewmod was missing from MANIFEST.
81468      Branch: cfgperl
81469            ! MANIFEST
81470 ____________________________________________________________________________
81471 [  6258] By: jhi                                   on 2000/06/28  15:54:30
81472         Log: linenumber tweak
81473      Branch: cfgperl
81474            ! t/pragma/warn/regcomp
81475 ____________________________________________________________________________
81476 [  6257] By: jhi                                   on 2000/06/28  15:50:44
81477         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
81478              From: Doug MacEachern <dougm@covalent.net>
81479              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
81480              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
81481              (one part of the patch had been applied earlier)
81482      Branch: cfgperl
81483            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
81484 ____________________________________________________________________________
81485 [  6256] By: jhi                                   on 2000/06/28  15:40:22
81486         Log: tweaks from Simon Cozens to further fix tr/// under utf8
81487      Branch: cfgperl
81488            ! doop.c
81489 ____________________________________________________________________________
81490 [  6255] By: jhi                                   on 2000/06/28  15:33:45
81491         Log: small thinko tweaks
81492      Branch: cfgperl
81493            ! lib/IPC/Open3.pm t/op/my_stash.t
81494 ____________________________________________________________________________
81495 [  6254] By: jhi                                   on 2000/06/28  15:33:25
81496         Log: Subject: tr///, help wanted.
81497              From: simon@brecon.co.uk (Simon Cozens)
81498              Date: 28 Jun 2000 11:29:04 GMT
81499              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
81500      Branch: cfgperl
81501            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
81502            ! pp_proto.h proto.h t/op/tr.t
81503 ____________________________________________________________________________
81504 [  6253] By: jhi                                   on 2000/06/28  15:09:17
81505         Log: Paranoia tweak on #6249.
81506              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
81507              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
81508              Date: Sun, 25 Jun 2000 23:43:12 -0400
81509              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
81510      Branch: cfgperl
81511            ! lib/IPC/Open3.pm
81512 ____________________________________________________________________________
81513 [  6252] By: jhi                                   on 2000/06/28  15:01:38
81514         Log: Document #6249 and #6251.
81515      Branch: cfgperl
81516            ! lib/Exporter.pm lib/IPC/Open3.pm
81517 ____________________________________________________________________________
81518 [  6251] By: jhi                                   on 2000/06/28  14:50:43
81519         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
81520              From: Doug MacEachern <dougm@covalent.net>
81521              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
81522              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
81523      Branch: cfgperl
81524            ! lib/Exporter.pm
81525 ____________________________________________________________________________
81526 [  6250] By: jhi                                   on 2000/06/28  14:45:23
81527         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
81528              From: Doug MacEachern <dougm@covalent.net>
81529              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
81530              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
81531      Branch: cfgperl
81532            + t/op/my_stash.t
81533            ! MANIFEST embed.pl global.sym proto.h toke.c
81534 ____________________________________________________________________________
81535 [  6249] By: jhi                                   on 2000/06/28  14:36:34
81536         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
81537              From: Frank Tobin <ftobin@uiuc.edu>
81538              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
81539              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
81540      Branch: cfgperl
81541            ! lib/IPC/Open3.pm
81542 ____________________________________________________________________________
81543 [  6248] By: jhi                                   on 2000/06/28  14:11:25
81544         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
81545              From: Mark-Jason Dominus <mjd@plover.com>
81546              Date: Tue, 27 Jun 2000 22:36:42 -0400
81547              Message-ID: <20000628023642.12166.qmail@plover.com>
81548      Branch: cfgperl
81549            ! pod/perlfunc.pod
81550 ____________________________________________________________________________
81551 [  6247] By: jhi                                   on 2000/06/27  12:46:37
81552         Log: Tweak $VERSION, patch from Doug MacEachern.
81553      Branch: cfgperl
81554            ! lib/File/Spec.pm
81555 ____________________________________________________________________________
81556 [  6246] By: jhi                                   on 2000/06/27  03:34:46
81557         Log: Allow for standalone testing.
81558      Branch: cfgperl
81559            ! t/lib/filefunc.t t/lib/filespec.t
81560 ____________________________________________________________________________
81561 [  6245] By: jhi                                   on 2000/06/27  02:50:02
81562         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
81563              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81564              Date: Sat, 24 Jun 2000 13:06:20 +0100
81565              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
81566      Branch: cfgperl
81567            ! ext/DynaLoader/DynaLoader_pm.PL
81568 ____________________________________________________________________________
81569 [  6244] By: jhi                                   on 2000/06/27  02:46:10
81570         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
81571              From: Doug MacEachern <dougm@covalent.net>
81572              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
81573              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
81574      Branch: cfgperl
81575            ! gv.c sv.c t/lib/peek.t
81576 ____________________________________________________________________________
81577 [  6243] By: jhi                                   on 2000/06/27  02:38:07
81578         Log: Subject: [PATCH] is_utf8_string
81579              From: simon@brecon.co.uk (Simon Cozens)
81580              Date: 26 Jun 2000 02:25:59 GMT
81581              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
81582      Branch: cfgperl
81583            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
81584            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
81585            ! proto.h utf8.c
81586 ____________________________________________________________________________
81587 [  6242] By: jhi                                   on 2000/06/27  02:24:00
81588         Log: Subject: [PATCH] bytes<->utf8 fixes
81589              From: simon@brecon.co.uk (Simon Cozens)
81590              Date: 26 Jun 2000 04:55:45 GMT
81591              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
81592      Branch: cfgperl
81593            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
81594 ____________________________________________________________________________
81595 [  6241] By: jhi                                   on 2000/06/27  02:12:42
81596         Log: Do no -warn on \_, only on \alpha.
81597              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
81598              From: David Dyck <dcd@tc.fluke.com>
81599              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
81600              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
81601      Branch: cfgperl
81602            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
81603 ____________________________________________________________________________
81604 [  6240] By: jhi                                   on 2000/06/27  02:00:01
81605         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
81606              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81607              Date: Mon, 26 Jun 2000 18:40:14 +0100
81608              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
81609      Branch: cfgperl
81610            ! utils/h2xs.PL
81611 ____________________________________________________________________________
81612 [  6239] By: jhi                                   on 2000/06/27  01:53:40
81613         Log: Configure maintenance.  Sever some dependency cycles,
81614              separate gccversion from the cc unit,
81615              address [ID 20000623.006] Configure script patch for using gcc on AIX
81616              (but solve it a little bit differently),
81617              unduplex some accidentally duplicated units,
81618              suggest using gcc if no cc available
81619              (p5p thread: "Solaris configure: counterproposal", 1999-09)
81620      Branch: cfgperl
81621            ! Configure Todo-5.6 config_h.SH
81622      Branch: metaconfig
81623            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
81624            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
81625      Branch: metaconfig/U/perl
81626            + gccvers.U
81627            ! d_getespwnam.U d_getprpwnam.U i_prot.U
81628 ____________________________________________________________________________
81629 [  6238] By: jhi                                   on 2000/06/25  18:04:56
81630         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
81631              From: Dan Sugalski <dan@sidhe.org>
81632              Date: Fri, 23 Jun 2000 17:00:00 -0400
81633              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
81634      Branch: cfgperl
81635            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
81636 ____________________________________________________________________________
81637 [  6237] By: jhi                                   on 2000/06/25  16:36:45
81638         Log: Tweak embed.pl, regen headers.
81639      Branch: cfgperl
81640            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
81641            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
81642            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
81643            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
81644            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
81645 ____________________________________________________________________________
81646 [  6236] By: jhi                                   on 2000/06/25  15:26:42
81647         Log: Regen headers.
81648      Branch: cfgperl
81649            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
81650            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
81651            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
81652            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
81653            ! regnodes.h warnings.h
81654 ____________________________________________________________________________
81655 [  6235] By: jhi                                   on 2000/06/23  19:39:35
81656         Log: The thread begun by
81657              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
81658              From: Kevin.Ruscoe@ubsw.com
81659              Date: Fri, 16 Jun 2000 16:38:51 +0100
81660              Message-Id: <H000019b03c300d6@MHS>
81661      Branch: cfgperl
81662            ! hints/solaris_2.sh
81663 ____________________________________________________________________________
81664 [  6234] By: jhi                                   on 2000/06/23  19:23:36
81665         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
81666              because when run as services (Win32ese for daemons)
81667              no environment variables are set and tmpdir ends up as /tmp,
81668              which is ambiguous.
81669              
81670              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
81671              From: matt@sergeant.org
81672              Date: 16 Jun 2000 16:30:43 -0000
81673              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
81674      Branch: cfgperl
81675            ! lib/File/Spec/Win32.pm
81676 ____________________________________________________________________________
81677 [  6233] By: jhi                                   on 2000/06/23  19:18:58
81678         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
81679              From: Mark-Jason Dominus <mjd@plover.com>
81680              Date: Fri, 16 Jun 2000 20:53:04 -0400
81681              Message-ID: <20000617005304.8008.qmail@plover.com>
81682      Branch: cfgperl
81683            ! op.h
81684 ____________________________________________________________________________
81685 [  6232] By: jhi                                   on 2000/06/23  16:10:02
81686         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
81687              From: simon@brecon.co.uk (Simon Cozens)
81688              Date: 19 Jun 2000 15:18:27 GMT
81689              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
81690              
81691              plus update pod/Makefile and regenerate perltoc
81692      Branch: cfgperl
81693            + pod/perlutil.pod
81694            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
81695 ____________________________________________________________________________
81696 [  6231] By: jhi                                   on 2000/06/23  15:19:18
81697         Log: Subject: [PATCH 5.6.0] cygwin port
81698              From: "Fifer, Eric" <EFifer@sanwaint.com>
81699              Date: Tue, 20 Jun 2000 14:30:58 +0100
81700              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
81701      Branch: cfgperl
81702            ! README.cygwin lib/File/Find.pm
81703 ____________________________________________________________________________
81704 [  6230] By: jhi                                   on 2000/06/23  14:25:21
81705         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
81706      Branch: cfgperl
81707            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
81708            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81709            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81710            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
81711 ____________________________________________________________________________
81712 [  6229] By: jhi                                   on 2000/06/23  14:13:34
81713         Log: Subject: README.hpux version 0.6.1
81714              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
81715              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
81716              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
81717      Branch: cfgperl
81718            ! README.hpux
81719 ____________________________________________________________________________
81720 [  6228] By: jhi                                   on 2000/06/23  14:07:20
81721         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
81722              From: Doug MacEachern <dougm@covalent.net>
81723              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
81724              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
81725      Branch: cfgperl
81726            ! op.c
81727 ____________________________________________________________________________
81728 [  6227] By: jhi                                   on 2000/06/23  14:01:06
81729         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
81730              From: Doug MacEachern <dougm@covalent.net>
81731              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
81732              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
81733      Branch: cfgperl
81734            + lib/lib.pm.PL
81735            - lib/lib.pm
81736            ! MANIFEST Makefile.SH
81737 ____________________________________________________________________________
81738 [  6226] By: jhi                                   on 2000/06/23  13:53:07
81739         Log: Subject: [PATCH] remove forward declarations in Socket.pm
81740              From: Doug MacEachern <dougm@covalent.net>
81741              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
81742              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
81743              
81744              From: Doug MacEachern <dougm@covalent.net>
81745              Subject: Re: [PATCH] remove forward declarations in Socket.pm
81746              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
81747              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
81748      Branch: cfgperl
81749            ! ext/Socket/Socket.pm op.c
81750 ____________________________________________________________________________
81751 [  6225] By: jhi                                   on 2000/06/23  13:41:52
81752         Log: Add source code filenames to apidoc.
81753              From: simon@brecon.co.uk (Simon Cozens)
81754              Subject: [PATCH embed.pl] Source X-ref
81755              Date: 22 Jun 2000 02:18:49 GMT
81756              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
81757      Branch: cfgperl
81758            ! embed.pl
81759 ____________________________________________________________________________
81760 [  6224] By: jhi                                   on 2000/06/23  13:32:33
81761         Log: A way to avoid English.pm performance hit.
81762              From: root <root@jester.slaysys.com>
81763              Subject: [YAPATCH English.pm] My turn to putt again
81764              Date: Thu, 22 Jun 2000 20:33:58 -0400
81765              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
81766      Branch: cfgperl
81767            ! lib/English.pm t/lib/english.t
81768 ____________________________________________________________________________
81769 [  6223] By: jhi                                   on 2000/06/23  13:27:06
81770         Log: Avoid double close().
81771              Subject: [PATCH] avoid double close()
81772              From: Doug MacEachern <dougm@covalent.net>
81773              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
81774              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
81775      Branch: cfgperl
81776            ! doio.c
81777 ____________________________________________________________________________
81778 [  6222] By: jhi                                   on 2000/06/23  13:25:54
81779         Log: doc typo fix
81780              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
81781              From: Ian Phillipps <Ian.Phillipps@iname.com>
81782              Date: Fri, 23 Jun 2000 10:40:58 +0100
81783              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
81784      Branch: cfgperl
81785            ! lib/Pod/Usage.pm
81786 ____________________________________________________________________________
81787 [  6221] By: jhi                                   on 2000/06/23  13:24:15
81788         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
81789              From: simon@brecon.co.uk (Simon Cozens)
81790              Subject: [PATCH] Eliminate tr///[CU][CU]
81791              Date: 23 Jun 2000 11:05:40 GMT
81792              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
81793      Branch: cfgperl
81794            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
81795 ____________________________________________________________________________
81796 [  6220] By: jhi                                   on 2000/06/22  16:07:51
81797         Log: Win32 patches from Benjamin Stuhl.
81798      Branch: cfgperl
81799            ! makedef.pl win32/win32.h
81800 ____________________________________________________________________________
81801 [  6219] By: jhi                                   on 2000/06/22  16:06:34
81802         Log: Bytecode patches from Benjamin Stuhl.
81803      Branch: cfgperl
81804            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81805            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
81806            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81807 ____________________________________________________________________________
81808 [  6218] By: jhi                                   on 2000/06/15  23:54:16
81809         Log: Bytecode patches from Benjamin Stuhl.
81810      Branch: cfgperl
81811            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81812 ____________________________________________________________________________
81813 [  6217] By: jhi                                   on 2000/06/09  13:38:29
81814         Log: Rename the fdpid locking and integrate with Sarathy.
81815      Branch: cfgperl
81816            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
81817            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
81818            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
81819            ! win32/win32.c
81820           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
81821 ____________________________________________________________________________
81822 [  6216] By: gsar                                  on 2000/06/08  14:54:21
81823         Log: be more optimal about clearing @_
81824      Branch: perl
81825            ! cop.h
81826 ____________________________________________________________________________
81827 [  6215] By: gsar                                  on 2000/06/08  14:33:04
81828         Log: tweak comment about @DB::args
81829      Branch: perl
81830            ! av.h pp_ctl.c
81831 ____________________________________________________________________________
81832 [  6214] By: gsar                                  on 2000/06/08  13:57:54
81833         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
81834              caller() wants to populate @DB::args with it (causes a coredump
81835              in Carp::confess())
81836      Branch: perl
81837            ! cop.h t/op/runlevel.t
81838 ____________________________________________________________________________
81839 [  6213] By: gsar                                  on 2000/06/08  07:06:35
81840         Log: back out change#6106 (seems problematic)
81841      Branch: perl
81842            ! hints/solaris_2.sh
81843 ____________________________________________________________________________
81844 [  6212] By: jhi                                   on 2000/06/07  03:10:36
81845         Log: Continuing mopup for #6204.
81846      Branch: cfgperl
81847            ! ext/B/defsubs_h.PL
81848 ____________________________________________________________________________
81849 [  6211] By: jhi                                   on 2000/06/07  02:41:50
81850         Log: Mopup for #6204.
81851              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
81852              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
81853              This is comes from const() where POK isn't on when expected.
81854      Branch: cfgperl
81855            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
81856            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81857            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
81858            ! perlapi.h pod/perlapi.pod
81859 ____________________________________________________________________________
81860 [  6210] By: jhi                                   on 2000/06/07  01:56:29
81861         Log: Mopup for #6207 and #6209.
81862      Branch: cfgperl
81863            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
81864 ____________________________________________________________________________
81865 [  6209] By: jhi                                   on 2000/06/07  01:33:12
81866         Log: Lock PL_fdpid against race conditions, based on:
81867              Subject: [PATCH 5.6.0]subprocess fixup for threads
81868              From: Dan Sugalski <dan@sidhe.org>
81869              To: perl5-porters@perl.org
81870              Date: Tue, 11 Apr 2000 17:02:32 -0400
81871              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
81872      Branch: cfgperl
81873            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
81874            ! win32/win32.c
81875 ____________________________________________________________________________
81876 [  6208] By: jhi                                   on 2000/06/07  01:05:23
81877         Log: Regen headers for #6207.
81878      Branch: cfgperl
81879            ! embed.h global.sym objXSUB.h proto.h
81880 ____________________________________________________________________________
81881 [  6207] By: jhi                                   on 2000/06/06  23:43:13
81882         Log: Subject: [PATCH 5.6.0] Threadsafe patches
81883              From: Dan Sugalski <dan@sidhe.org>
81884              To: perl5-porters@perl.org
81885              Date: Mon, 08 May 2000 18:08:13 -0400
81886              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
81887      Branch: cfgperl
81888            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
81889            ! proto.h sv.h util.c
81890 ____________________________________________________________________________
81891 [  6206] By: jhi                                   on 2000/06/06  23:21:23
81892         Log: Subject: [PATCH] Eliminate $a/$b in pod
81893              From: David Glasser <me@davidglasser.net>
81894              To: perl5-porters@perl.org
81895              Date: Mon, 29 May 2000 21:15:59 -0400
81896              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
81897      Branch: cfgperl
81898            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
81899            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
81900            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
81901            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
81902            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
81903            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
81904            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
81905            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
81906            ! pod/perlvar.pod pod/perlxs.pod
81907 ____________________________________________________________________________
81908 [  6205] By: jhi                                   on 2000/06/06  23:12:14
81909         Log: Subject: [PATCH] Win32 improvements
81910              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
81911              To: gsar@activestate.com, perl5-porters@perl.org
81912              Date: Mon, 29 May 2000 17:22:24 PDT
81913              Message-ID: <20000530002224.91142.qmail@hotmail.com>
81914              (MUA had mangled many lines by wordwrapping)
81915      Branch: cfgperl
81916            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
81917 ____________________________________________________________________________
81918 [  6204] By: jhi                                   on 2000/06/06  23:01:50
81919         Log: Subject: [PATCH] B::Bytecode patches
81920              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
81921              To: gsar@activestate.com, jhi@iki.fi
81922              Cc: perl5-porters@perl.org
81923              Message-ID: <20000602202526.48694.qmail@hotmail.com>
81924              (MUA had mangled many lines by wordwrapping)
81925      Branch: cfgperl
81926            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
81927            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
81928            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81929            ! intrpvar.h perl.c
81930 ____________________________________________________________________________
81931 [  6203] By: jhi                                   on 2000/06/06  22:32:43
81932         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
81933              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81934              Date: Tue, 06 Jun 2000 13:07:45 -0700
81935              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
81936      Branch: cfgperl
81937            ! pod/perldiag.pod
81938 ____________________________________________________________________________
81939 [  6202] By: jhi                                   on 2000/06/06  19:38:35
81940         Log: Integrate with Sarathy.
81941      Branch: cfgperl
81942           !> perl.c
81943 ____________________________________________________________________________
81944 [  6201] By: gsar                                  on 2000/06/06  00:42:59
81945         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
81946              does a PUSHMARK that's never ever POPMARKed; in general, only
81947              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
81948              Perl_eval_[sp]v() don't because they don't take any incoming
81949              arguments (this leak has been around since the original version
81950              of perl_eval_pv() in 5.003_97e)
81951      Branch: perl
81952            ! perl.c
81953 ____________________________________________________________________________
81954 [  6200] By: jhi                                   on 2000/06/04  03:44:52
81955         Log: Update to cperl-mode.el 4.31 from
81956              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
81957              Subject: A couple of notes
81958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81959              To: Mailing list Perl5 <perl5-porters@perl.org>
81960              Date: Sat, 3 Jun 2000 23:33:32 -0400
81961              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
81962      Branch: cfgperl
81963            ! emacs/cperl-mode.el
81964 ____________________________________________________________________________
81965 [  6199] By: jhi                                   on 2000/06/03  15:11:05
81966         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
81967              From: Dan Sugalski <dan@sidhe.org>
81968              To: perl5-porters@perl.org, vmsperl@perl.org
81969              Date: Fri, 02 Jun 2000 17:30:51 -0400
81970              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
81971      Branch: cfgperl
81972            ! vms/descrip_mms.template vms/gen_shrfls.pl
81973 ____________________________________________________________________________
81974 [  6198] By: jhi                                   on 2000/06/03  14:59:15
81975         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
81976              From: Dan Sugalski <dan@sidhe.org>
81977              To: vmsperl@perl.org, perl5-porters@perl.org
81978              Date: Fri, 02 Jun 2000 16:00:41 -0400
81979              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
81980              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
81981      Branch: cfgperl
81982            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
81983            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
81984            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
81985 ____________________________________________________________________________
81986 [  6197] By: jhi                                   on 2000/06/03  14:41:30
81987         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
81988              From: John Borwick <jhborwic@unity.ncsu.edu>
81989              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
81990              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
81991      Branch: cfgperl
81992            ! pod/perlsyn.pod
81993 ____________________________________________________________________________
81994 [  6196] By: jhi                                   on 2000/06/03  14:38:09
81995         Log: Integrate with Sarathy.
81996      Branch: cfgperl
81997           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
81998           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
81999           !> vms/perly_c.vms
82000 ____________________________________________________________________________
82001 [  6195] By: gsar                                  on 2000/06/02  22:43:13
82002         Log: fix yet another eval"" leak under USE_ITHREADS
82003      Branch: perl
82004            ! op.c
82005 ____________________________________________________________________________
82006 [  6194] By: gsar                                  on 2000/06/02  18:22:06
82007         Log: fix small eval"" memory leaks under USE_ITHREADS
82008      Branch: perl
82009            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
82010            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
82011            ! vms/perly_c.vms
82012 ____________________________________________________________________________
82013 [  6193] By: jhi                                   on 2000/06/01  13:03:56
82014         Log: Signals-be-gone for microperl.
82015      Branch: cfgperl
82016            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
82017 ____________________________________________________________________________
82018 [  6192] By: jhi                                   on 2000/06/01  12:52:02
82019         Log: Integrate with Sarathy.
82020      Branch: cfgperl
82021           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
82022           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
82023           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
82024           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
82025           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
82026           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
82027           !> t/op/vec.t utils/h2xs.PL
82028 ____________________________________________________________________________
82029 [  6191] By: gsar                                  on 2000/06/01  09:38:21
82030         Log: vec() loses numericalness (modified version of patch suggested
82031              by Robin Barker)
82032      Branch: perl
82033            ! doop.c t/op/vec.t
82034 ____________________________________________________________________________
82035 [  6190] By: gsar                                  on 2000/06/01  09:26:15
82036         Log: submit missing embed.pl change
82037      Branch: perl
82038            ! embed.pl
82039 ____________________________________________________________________________
82040 [  6189] By: gsar                                  on 2000/06/01  09:05:34
82041         Log: counting tr/// corrupts later operation (from M.J.T Guy)
82042      Branch: perl
82043            ! doop.c t/op/tr.t
82044 ____________________________________________________________________________
82045 [  6188] By: gsar                                  on 2000/06/01  08:58:39
82046         Log: h2xs tweaks
82047      Branch: perl
82048            ! utils/h2xs.PL
82049 ____________________________________________________________________________
82050 [  6187] By: gsar                                  on 2000/06/01  08:50:07
82051         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
82052              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
82053      Branch: perl
82054            + lib/Pod/LaTeX.pm
82055            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
82056            ! pod/pod2latex.PL
82057 ____________________________________________________________________________
82058 [  6186] By: gsar                                  on 2000/06/01  08:24:40
82059         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
82060              <wolfgang.laun@alcatel.at>)
82061      Branch: perl
82062            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
82063            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
82064 ____________________________________________________________________________
82065 [  6185] By: gsar                                  on 2000/06/01  08:12:00
82066         Log: remove incorrect documentation about implicit split to @_ in
82067              list context, which never really worked in perl 5 (from
82068              M.J.T. Guy)
82069      Branch: perl
82070            ! pod/perlfunc.pod pod/perltrap.pod
82071 ____________________________________________________________________________
82072 [  6184] By: gsar                                  on 2000/06/01  07:52:27
82073         Log: tweak for change#6127
82074      Branch: perl
82075            ! perl.c
82076 ____________________________________________________________________________
82077 [  6183] By: gsar                                  on 2000/06/01  07:41:02
82078         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
82079              <nick@ccl4.org>)
82080      Branch: perl
82081            + t/lib/selfloader.t
82082            ! MANIFEST lib/SelfLoader.pm
82083 ____________________________________________________________________________
82084 [  6182] By: jhi                                   on 2000/06/01  00:34:42
82085         Log: Be Cleaner Part Deux.
82086      Branch: cfgperl
82087            ! Makefile.SH
82088 ____________________________________________________________________________
82089 [  6181] By: jhi                                   on 2000/06/01  00:32:09
82090         Log: Integrate with Sarathy.
82091      Branch: cfgperl
82092           !> pp.c t/op/arith.t
82093 ____________________________________________________________________________
82094 [  6180] By: jhi                                   on 2000/06/01  00:31:13
82095         Log: microperl nits from Simon Cozens.
82096      Branch: cfgperl
82097            + uconfig.h
82098            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
82099            ! unixish.h
82100 ____________________________________________________________________________
82101 [  6179] By: gsar                                  on 2000/05/31  22:37:51
82102         Log: buggy modulus on UVs introduced by change#3378 (resulted in
82103              4063328477 % 65535 amounting to 27406, instead of 27407)
82104      Branch: perl
82105            ! pp.c t/op/arith.t
82106 ____________________________________________________________________________
82107 [  6178] By: jhi                                   on 2000/05/31  21:52:41
82108         Log: Be cleaner.
82109      Branch: cfgperl
82110            ! Makefile.SH
82111 ____________________________________________________________________________
82112 [  6177] By: jhi                                   on 2000/05/31  21:47:33
82113         Log: Substitution utf8 patch from Simon Cozens.
82114      Branch: cfgperl
82115            ! pp_hot.c
82116 ____________________________________________________________________________
82117 [  6176] By: jhi                                   on 2000/05/31  21:45:34
82118         Log: Single-quoted utf8 patch from Simon Cozens.
82119      Branch: cfgperl
82120            ! toke.c
82121 ____________________________________________________________________________
82122 [  6175] By: jhi                                   on 2000/05/31  21:40:18
82123         Log: Integrate with Sarathy.
82124      Branch: cfgperl
82125           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
82126 ____________________________________________________________________________
82127 [  6174] By: jhi                                   on 2000/05/31  21:37:31
82128         Log: microperl changes from Simon Cozens; Makefile for microperl
82129              written from scratch; few casts added as microperl compilation
82130              doesn't have all prototypes available.
82131      Branch: cfgperl
82132            + Makefile.micro README.micro Todo.micro uconfig.sh
82133            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
82134            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
82135      Branch: metaconfig
82136            + U/modified/Config_h.U
82137 ____________________________________________________________________________
82138 [  6173] By: jhi                                   on 2000/05/31  20:00:24
82139         Log: metaconfig maintenance.
82140      Branch: metaconfig
82141            + U/modified/Inhdr.U U/typedefs/inotype.U
82142      Branch: metaconfig/U/perl
82143            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
82144            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
82145 ____________________________________________________________________________
82146 [  6172] By: gsar                                  on 2000/05/31  05:05:42
82147         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
82148              (from Ilya Zakharevich)
82149      Branch: perl
82150            ! regexec.c t/op/re_tests
82151 ____________________________________________________________________________
82152 [  6171] By: gsar                                  on 2000/05/31  05:01:47
82153         Log: scalar() doesn't force scalar context when used in void context
82154              (from Simon Cozens)
82155      Branch: perl
82156            ! op.c t/op/wantarray.t
82157 ____________________________________________________________________________
82158 [  6170] By: gsar                                  on 2000/05/31  04:41:33
82159         Log: change#6142 needs tweaks to tests to work where there's no symlink()
82160              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
82161      Branch: perl
82162            ! t/lib/filefind.t
82163 ____________________________________________________________________________
82164 [  6169] By: gsar                                  on 2000/05/31  04:29:49
82165         Log: integrate cfgperl contents into mainline
82166      Branch: perl
82167           +> pod/perlmodlib.PL pod/perlnewmod.pod
82168           !> (integrate 42 files)
82169 ____________________________________________________________________________
82170 [  6168] By: jhi                                   on 2000/05/30  22:53:37
82171         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
82172      Branch: cfgperl
82173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82174            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
82175            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
82176            ! win32/config.bc win32/config.gc win32/config.vc
82177            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
82178            ! win32/config_h.PL win32/config_sh.PL
82179      Branch: metaconfig/U/perl
82180            ! perlxv.U
82181 ____________________________________________________________________________
82182 [  6167] By: jhi                                   on 2000/05/30  22:20:21
82183         Log: tweak todo 
82184      Branch: cfgperl
82185            ! Todo-5.6
82186 ____________________________________________________________________________
82187 [  6166] By: jhi                                   on 2000/05/30  22:11:51
82188         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
82189              in case somebody wants to write an extension for more
82190              shadow database interfaces.
82191      Branch: cfgperl
82192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82193            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
82194            ! vos/config.def vos/config.h vos/config_h.SH_orig
82195            ! win32/config.bc win32/config.gc win32/config.vc
82196            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
82197      Branch: metaconfig
82198            ! U/modified/Myinit.U
82199      Branch: metaconfig/U/perl
82200            + d_getespwnam.U d_getprpwnam.U i_prot.U
82201 ____________________________________________________________________________
82202 [  6165] By: jhi                                   on 2000/05/30  18:35:34
82203         Log: Integrate with Sarathy.
82204      Branch: cfgperl
82205           !> op.c
82206 ____________________________________________________________________________
82207 [  6164] By: jhi                                   on 2000/05/30  18:30:16
82208         Log: detypo
82209      Branch: cfgperl
82210            ! Configure config_h.SH
82211      Branch: metaconfig/U/perl
82212            ! perlxv.U
82213 ____________________________________________________________________________
82214 [  6163] By: gsar                                  on 2000/05/30  03:24:03
82215         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
82216      Branch: perl
82217            ! op.c
82218 ____________________________________________________________________________
82219 [  6162] By: gsar                                  on 2000/05/30  03:09:38
82220         Log: fix memory leak in method call optimization (change#3768);
82221              made C<eval "$x->foo()"> leak
82222      Branch: perl
82223            ! op.c
82224 ____________________________________________________________________________
82225 [  6161] By: jhi                                   on 2000/05/29  17:56:26
82226         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
82227              both from Simon Cozens.
82228      Branch: cfgperl
82229            + pod/perlmodlib.PL pod/perlnewmod.pod
82230            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
82231            ! pod/perlmodlib.pod pod/perltoc.pod
82232 ____________________________________________________________________________
82233 [  6160] By: jhi                                   on 2000/05/29  17:23:55
82234         Log: Changes for the File::Temp 0.08 (change #6159) test suite
82235              to fit better into the Perl distribution test framework.
82236      Branch: cfgperl
82237            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
82238            ! t/lib/ftmp-tempfile.t
82239 ____________________________________________________________________________
82240 [  6159] By: jhi                                   on 2000/05/29  16:55:36
82241         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
82242      Branch: cfgperl
82243            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82244            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82245 ____________________________________________________________________________
82246 [  6158] By: bailey                                on 2000/05/29  16:22:08
82247         Log: Add fallback to tmpfile for use in cases where user's relying on
82248              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
82249              Lane's patch)
82250      Branch: vmsperl
82251            ! vms/vms.c vms/vmsish.h
82252 ____________________________________________________________________________
82253 [  6157] By: jhi                                   on 2000/05/29  03:10:36
82254         Log: Regen Configure to jive with #6149.
82255      Branch: cfgperl
82256            ! Configure
82257      Branch: metaconfig
82258            ! U/modified/Getfile.U
82259 ____________________________________________________________________________
82260 [  6156] By: jhi                                   on 2000/05/29  03:01:38
82261         Log: Integrate with Sarathy.
82262      Branch: cfgperl
82263           +> ext/DynaLoader/dl_mac.xs
82264           !> (integrate 38 files)
82265 ____________________________________________________________________________
82266 [  6155] By: gsar                                  on 2000/05/28  21:15:58
82267         Log: small bug in change#6144; remove random \xA0 character that snuck
82268              in via change#6145
82269      Branch: perl
82270            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
82271 ____________________________________________________________________________
82272 [  6154] By: gsar                                  on 2000/05/28  21:04:19
82273         Log: avoid type mismatch warning
82274      Branch: perl
82275            ! perl.c
82276 ____________________________________________________________________________
82277 [  6153] By: gsar                                  on 2000/05/28  20:58:31
82278         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
82279              <nick@Bagpuss.uk.boo.com>)
82280      Branch: perl
82281            ! lib/Test/Harness.pm
82282 ____________________________________________________________________________
82283 [  6152] By: gsar                                  on 2000/05/28  20:53:42
82284         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
82285      Branch: perl
82286            ! regexec.c
82287 ____________________________________________________________________________
82288 [  6151] By: gsar                                  on 2000/05/28  20:50:28
82289         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
82290      Branch: perl
82291            ! regexec.c
82292 ____________________________________________________________________________
82293 [  6150] By: gsar                                  on 2000/05/28  20:39:58
82294         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
82295      Branch: perl
82296            ! pod/perlrequick.pod
82297 ____________________________________________________________________________
82298 [  6149] By: gsar                                  on 2000/05/28  20:35:16
82299         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
82300              <troc@netrus.net>)
82301      Branch: perl
82302            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
82303            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
82304            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
82305            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
82306 ____________________________________________________________________________
82307 [  6148] By: gsar                                  on 2000/05/28  20:21:07
82308         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
82309      Branch: perl
82310            ! lib/ExtUtils/MM_Unix.pm
82311 ____________________________________________________________________________
82312 [  6147] By: gsar                                  on 2000/05/28  20:12:41
82313         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
82314              (from Peter Prymmer)
82315      Branch: perl
82316            ! vms/subconfigure.com
82317 ____________________________________________________________________________
82318 [  6146] By: gsar                                  on 2000/05/28  20:06:15
82319         Log: doc typo
82320      Branch: perl
82321            ! lib/warnings.pm warnings.h warnings.pl
82322 ____________________________________________________________________________
82323 [  6145] By: gsar                                  on 2000/05/28  18:44:33
82324         Log: make xsubpp skip embedded pod (from Matthias Neeracher
82325              <neeri@iis.ee.ethz.ch>)
82326      Branch: perl
82327            ! lib/ExtUtils/xsubpp
82328 ____________________________________________________________________________
82329 [  6144] By: gsar                                  on 2000/05/28  18:42:49
82330         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
82331              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
82332              <neeri@iis.ee.ethz.ch>)
82333      Branch: perl
82334            ! lib/AutoSplit.pm
82335 ____________________________________________________________________________
82336 [  6143] By: gsar                                  on 2000/05/28  18:41:12
82337         Log: MacOS support, part 1 (from Matthias Neeracher
82338              <neeri@iis.ee.ethz.ch>)
82339      Branch: perl
82340            + ext/DynaLoader/dl_mac.xs
82341            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
82342            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
82343            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
82344            ! util.h
82345 ____________________________________________________________________________
82346 [  6142] By: gsar                                  on 2000/05/28  18:21:51
82347         Log: File::Find fails to chdir when chasing symlinks (from
82348              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
82349      Branch: perl
82350            ! lib/File/Find.pm t/lib/filefind.t
82351 ____________________________________________________________________________
82352 [  6141] By: jhi                                   on 2000/05/28  14:25:15
82353         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
82354              forwarded by Peter Seebach from the bsdi-users mailing list.
82355              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
82356      Branch: perl
82357            ! hints/bsdos.sh
82358 ____________________________________________________________________________
82359 [  6140] By: jhi                                   on 2000/05/28  14:11:57
82360         Log: Integrate with Sarathy.
82361      Branch: cfgperl
82362           +> (branch 30 files)
82363           !> (integrate 93 files)
82364 ____________________________________________________________________________
82365 [  6139] By: gsar                                  on 2000/05/28  10:01:48
82366         Log: revise mktables.PL for bugs and newness in Unicode 3.0
82367              (from James Bence <jbence@amgen.com>)
82368      Branch: perl
82369            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
82370            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
82371            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
82372            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
82373            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
82374            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
82375            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
82376            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
82377            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
82378            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
82379            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
82380            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
82381            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
82382            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
82383            + lib/unicode/Is/SylWU.pl
82384            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
82385            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
82386            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
82387            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
82388            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
82389            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
82390            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
82391            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
82392            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
82393            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
82394            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
82395            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
82396            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
82397            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
82398            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
82399            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
82400            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
82401            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
82402            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
82403            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
82404            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
82405            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
82406            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
82407            ! lib/unicode/Makefile lib/unicode/mktables.PL
82408 ____________________________________________________________________________
82409 [  6138] By: gsar                                  on 2000/05/28  08:50:32
82410         Log: add note about the handling of negative indices to tied arrays
82411              (from Michael G Schwern <schwern@pobox.com>)
82412      Branch: perl
82413            ! pod/perltie.pod
82414 ____________________________________________________________________________
82415 [  6137] By: gsar                                  on 2000/05/28  08:46:10
82416         Log: fix bogus redeclaration warning for "our" variables in different
82417              scopes
82418      Branch: perl
82419            ! op.c t/pragma/strict-vars
82420 ____________________________________________________________________________
82421 [  6136] By: gsar                                  on 2000/05/28  08:31:20
82422         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
82423      Branch: perl
82424            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
82425 ____________________________________________________________________________
82426 [  6135] By: gsar                                  on 2000/05/28  08:17:50
82427         Log: enable Test::Harness to dynamically determine column width etc.
82428              (from Rob Napier <rnapier@employees.org>)
82429      Branch: perl
82430            ! lib/Test/Harness.pm
82431 ____________________________________________________________________________
82432 [  6134] By: gsar                                  on 2000/05/28  08:13:39
82433         Log: make Test::Harness use wait.h/WCOREDUMP if available
82434              (from Ben Tilly <ben_tilly@hotmail.com>)
82435      Branch: perl
82436            ! lib/Test/Harness.pm
82437 ____________________________________________________________________________
82438 [  6133] By: gsar                                  on 2000/05/28  08:08:05
82439         Log: elide bogus test in change#6132
82440      Branch: perl
82441            ! t/pragma/warn/9enabled
82442 ____________________________________________________________________________
82443 [  6132] By: gsar                                  on 2000/05/28  08:03:14
82444         Log: warnings::enabled() doesn't fall back to looking at $^W if
82445              caller isn't using lexical warnings (from Paul Marquess)
82446      Branch: perl
82447            ! pp_ctl.c t/pragma/warn/9enabled
82448 ____________________________________________________________________________
82449 [  6131] By: gsar                                  on 2000/05/28  07:57:47
82450         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
82451      Branch: perl
82452            ! ext/POSIX/POSIX.pm
82453 ____________________________________________________________________________
82454 [  6130] By: gsar                                  on 2000/05/28  07:29:12
82455         Log: fix places that mean C<"word" character> but say C<alphanumeric
82456              character>
82457      Branch: perl
82458            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
82459 ____________________________________________________________________________
82460 [  6129] By: gsar                                  on 2000/05/28  07:18:41
82461         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
82462      Branch: perl
82463            ! vms/test.com
82464 ____________________________________________________________________________
82465 [  6128] By: gsar                                  on 2000/05/28  07:12:55
82466         Log: new perlxstut example for passing/returning refs to arrays
82467              (from David Lowe <dlowe@pootpoot.com>)
82468      Branch: perl
82469            ! pod/perlxstut.pod
82470 ____________________________________________________________________________
82471 [  6127] By: gsar                                  on 2000/05/28  07:02:50
82472         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
82473              failed (from Gisle Aas)
82474      Branch: perl
82475            ! cop.h perl.c
82476 ____________________________________________________________________________
82477 [  6126] By: gsar                                  on 2000/05/28  06:39:53
82478         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
82479              (reworked variant of patch suggested by Simon Cozens)
82480      Branch: perl
82481            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
82482            ! pp_hot.c proto.h t/op/gv.t
82483 ____________________________________________________________________________
82484 [  6125] By: gsar                                  on 2000/05/28  05:14:55
82485         Log: enable propagating exception objects via Perl_croak() in XS code
82486              (from Gisle Aas)
82487      Branch: perl
82488            ! util.c
82489 ____________________________________________________________________________
82490 [  6124] By: gsar                                  on 2000/05/28  05:07:28
82491         Log: integrate vmsperl contents into mainline
82492      Branch: perl
82493           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
82494           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
82495           !> vms/vmsish.h
82496 ____________________________________________________________________________
82497 [  6123] By: gsar                                  on 2000/05/28  05:03:53
82498         Log: clarify gotcha with #line directives (from Rocco Caputo
82499              <troc@netrus.net>)
82500      Branch: perl
82501            ! pod/perldebug.pod pod/perlsyn.pod
82502 ____________________________________________________________________________
82503 [  6122] By: gsar                                  on 2000/05/28  04:58:29
82504         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
82505              (from Mark-Jason Dominus)
82506      Branch: perl
82507            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
82508            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
82509            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
82510            ! toke.c
82511 ____________________________________________________________________________
82512 [  6121] By: bailey                                on 2000/05/25  04:46:54
82513         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
82514              lists (based on fixes by Craig Berry)
82515      Branch: vmsperl
82516            ! lib/File/Spec/VMS.pm
82517 ____________________________________________________________________________
82518 [  6120] By: bailey                                on 2000/05/25  04:25:38
82519         Log: Add missing escape (Charles Lane)
82520      Branch: vmsperl
82521            ! t/op/lex_assign.t
82522 ____________________________________________________________________________
82523 [  6119] By: bailey                                on 2000/05/25  04:21:25
82524         Log: Quiet error messages in vmsish.t (Charles Lane)
82525      Branch: vmsperl
82526            ! vms/ext/vmsish.t
82527 ____________________________________________________________________________
82528 [  6118] By: bailey                                on 2000/05/25  04:17:57
82529         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
82530              Flatten case labels in switch statements uniformly (Charles Bailey)
82531      Branch: vmsperl
82532            ! vms/vms.c
82533 ____________________________________________________________________________
82534 [  6117] By: bailey                                on 2000/05/25  03:58:09
82535         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
82536      Branch: vmsperl
82537            ! vms/vmsish.h
82538 ____________________________________________________________________________
82539 [  6116] By: bailey                                on 2000/05/25  03:11:15
82540         Log: Miscellaneous cosmetic fixes (Charles Lane)
82541      Branch: vmsperl
82542            ! lib/ExtUtils/MM_VMS.pm
82543 ____________________________________________________________________________
82544 [  6115] By: bailey                                on 2000/05/25  03:10:36
82545         Log: Add bounds checking for several strings (Charles Lane)
82546      Branch: vmsperl
82547            ! vms/vms.c
82548 ____________________________________________________________________________
82549 [  6114] By: bailey                                on 2000/05/25  02:25:34
82550         Log: Urk -- undo previous removal of vmsish 'exit' change
82551      Branch: vmsperl
82552            ! vms/ext/vmsish.pm vms/vmsish.h
82553 ____________________________________________________________________________
82554 [  6113] By: bailey                                on 2000/05/24  02:24:40
82555         Log: Ugly workaround for version-specific RTL error
82556      Branch: vmsperl
82557            ! vms/vms.c
82558 ____________________________________________________________________________
82559 [  6112] By: bailey                                on 2000/05/24  02:19:55
82560         Log: Check for existence of file before trying to delete
82561      Branch: vmsperl
82562            ! vms/test.com
82563 ____________________________________________________________________________
82564 [  6111] By: bailey                                on 2000/05/23  23:35:13
82565         Log: Resync with mainline prior to post-5.6.0 updates
82566      Branch: vmsperl
82567           +> (branch 49 files)
82568            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
82569            ! vms/ext/vmsish.pm
82570           !> (integrate 334 files)
82571 ____________________________________________________________________________
82572 [  6110] By: jhi                                   on 2000/05/23  19:28:32
82573         Log: todo tweak
82574      Branch: cfgperl
82575            ! Todo-5.6
82576 ____________________________________________________________________________
82577 [  6109] By: jhi                                   on 2000/05/18  17:38:54
82578         Log: Integrate with Sarathy.
82579      Branch: cfgperl
82580           !> mg.c perl.h win32/perlhost.h
82581 ____________________________________________________________________________
82582 [  6108] By: gsar                                  on 2000/05/17  02:24:56
82583         Log: reenable fake signal handling on Windows, bugs and all
82584      Branch: perl
82585            ! mg.c perl.h win32/perlhost.h
82586 ____________________________________________________________________________
82587 [  6107] By: jhi                                   on 2000/05/15  18:01:41
82588         Log: Tweak the todo list.
82589      Branch: cfgperl
82590            ! Todo-5.6
82591 ____________________________________________________________________________
82592 [  6106] By: jhi                                   on 2000/05/15  13:41:48
82593         Log: The (Configure) script refuses to go on, after asking for
82594              'You may also choose to try maximal 64-bitness....'.
82595              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
82596              -- Patrick Zima
82597              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
82598      Branch: cfgperl
82599            ! hints/solaris_2.sh
82600 ____________________________________________________________________________
82601 [  6105] By: jhi                                   on 2000/05/11  14:37:43
82602         Log: Integrate with Sarathy.
82603      Branch: cfgperl
82604           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82605           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
82606 ____________________________________________________________________________
82607 [  6104] By: gsar                                  on 2000/05/11  03:39:07
82608         Log: PL_sys_intern was being initialized too late on windows
82609      Branch: perl
82610            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82611            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
82612 ____________________________________________________________________________
82613 [  6103] By: jhi                                   on 2000/05/09  19:42:20
82614         Log: Test tweaking for Unicos continues.
82615      Branch: cfgperl
82616            ! t/op/64bitint.t
82617 ____________________________________________________________________________
82618 [  6102] By: jhi                                   on 2000/05/09  16:47:27
82619         Log: The test suite tweak in #6101 wasn't quite right.
82620      Branch: cfgperl
82621            ! t/lib/complex.t
82622 ____________________________________________________________________________
82623 [  6101] By: jhi                                   on 2000/05/09  15:35:34
82624         Log: Hints and test tweaks for Unicos.
82625      Branch: cfgperl
82626            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
82627 ____________________________________________________________________________
82628 [  6100] By: jhi                                   on 2000/05/08  21:15:06
82629         Log: More compilation tweakery from Allen Smith.
82630      Branch: cfgperl
82631            ! hints/irix_6.sh
82632 ____________________________________________________________________________
82633 [  6099] By: jhi                                   on 2000/05/08  19:21:18
82634         Log: Tweaks for the cc bugs from Allen Smith.
82635      Branch: cfgperl
82636            ! hints/irix_6.sh
82637 ____________________________________________________________________________
82638 [  6098] By: jhi                                   on 2000/05/08  19:13:37
82639         Log: Add a note about other, yet unsupported, shadow password APIs.
82640      Branch: cfgperl
82641            ! pp_sys.c
82642 ____________________________________________________________________________
82643 [  6097] By: jhi                                   on 2000/05/08  18:46:34
82644         Log: Add a note about possible compilation problems from Allen Smith.
82645      Branch: cfgperl
82646            ! hints/irix_6.sh
82647 ____________________________________________________________________________
82648 [  6096] By: jhi                                   on 2000/05/08  17:33:10
82649         Log: Integrate with Sarathy.
82650      Branch: cfgperl
82651           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82652           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
82653 ____________________________________________________________________________
82654 [  6095] By: jhi                                   on 2000/05/08  16:21:33
82655         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
82656              might be useful in future.
82657      Branch: cfgperl
82658            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82659            ! config_h.SH
82660      Branch: metaconfig
82661            ! U/installdirs/inc_version_list.U
82662      Branch: metaconfig/U/perl
82663            ! perlxv.U
82664 ____________________________________________________________________________
82665 [  6094] By: gsar                                  on 2000/05/08  14:22:22
82666         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
82667      Branch: perl
82668            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82669            ! hints/cygwin.sh pp_sys.c
82670 ____________________________________________________________________________
82671 [  6093] By: gsar                                  on 2000/05/08  12:52:28
82672         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
82673              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
82674      Branch: perl
82675            ! pp_sys.c sv.c win32/perlhost.h
82676 ____________________________________________________________________________
82677 [  6092] By: jhi                                   on 2000/05/07  22:40:34
82678         Log: Regen perltoc with the fixed buildtoc.
82679      Branch: cfgperl
82680            ! pod/perltoc.pod
82681 ____________________________________________________________________________
82682 [  6091] By: jhi                                   on 2000/05/07  22:24:16
82683         Log: Integrate with Sarathy.
82684      Branch: cfgperl
82685           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
82686           !> t/op/substr.t toke.c
82687 ____________________________________________________________________________
82688 [  6090] By: gsar                                  on 2000/05/07  19:47:07
82689         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
82690              [NI]OK; added tests for both
82691      Branch: perl
82692            ! perl.c pp_hot.c sv.c t/op/substr.t
82693 ____________________________________________________________________________
82694 [  6089] By: gsar                                  on 2000/05/07  18:18:38
82695         Log: buildtoc tweak to fix newline lossage
82696      Branch: perl
82697            ! pod/buildtoc
82698 ____________________________________________________________________________
82699 [  6088] By: jhi                                   on 2000/05/07  16:35:36
82700         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
82701              because we do not use those.  The HAS_GETSPNAM remains,
82702              though, because we still do use that.
82703      Branch: cfgperl
82704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82705            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
82706            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
82707            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
82708            ! win32/config.vc win32/config_H.bc win32/config_H.gc
82709            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
82710 ____________________________________________________________________________
82711 [  6087] By: gsar                                  on 2000/05/07  16:05:16
82712         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
82713      Branch: perl
82714            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
82715 ____________________________________________________________________________
82716 [  6086] By: jhi                                   on 2000/05/07  15:27:07
82717         Log: Integrate with Sarathy.
82718      Branch: cfgperl
82719           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82720           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82721           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
82722           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
82723           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
82724           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
82725 ____________________________________________________________________________
82726 [  6085] By: gsar                                  on 2000/05/07  05:52:02
82727         Log: repeat operator (x) doesn't preserve utf8-ness
82728      Branch: perl
82729            ! pp.c t/op/substr.t
82730 ____________________________________________________________________________
82731 [  6084] By: gsar                                  on 2000/05/07  05:39:55
82732         Log: substr() does not preserve utf8-ness (from Stefan Eissing
82733              <Eissing@medicaldataservice.de>); added tests
82734      Branch: perl
82735            ! pp.c t/op/substr.t
82736 ____________________________________________________________________________
82737 [  6083] By: gsar                                  on 2000/05/07  05:24:46
82738         Log: note about undocumented caller() return value (from M.J.T. Guy);
82739              yet another peek.t tweak
82740      Branch: perl
82741            ! pod/perlfunc.pod t/lib/peek.t
82742 ____________________________________________________________________________
82743 [  6082] By: gsar                                  on 2000/05/07  05:08:40
82744         Log: peek.t non-portable to ithreads
82745      Branch: perl
82746            ! t/lib/peek.t
82747 ____________________________________________________________________________
82748 [  6081] By: gsar                                  on 2000/05/07  04:17:04
82749         Log: better default perlbug categories for ok reports (from Richard Foley)
82750      Branch: perl
82751            ! utils/perlbug.PL
82752 ____________________________________________________________________________
82753 [  6080] By: gsar                                  on 2000/05/07  04:08:07
82754         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
82755              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
82756      Branch: perl
82757            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82758            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82759            ! AUTHORS MAINTAIN MANIFEST
82760 ____________________________________________________________________________
82761 [  6079] By: gsar                                  on 2000/05/07  04:01:38
82762         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
82763      Branch: perl
82764            ! lib/Carp/Heavy.pm
82765 ____________________________________________________________________________
82766 [  6078] By: gsar                                  on 2000/05/07  01:24:19
82767         Log: workaround for CRT bug in chdir() (from Charles Lane, via
82768              Peter Prymmer)
82769      Branch: perl
82770            ! iperlsys.h vms/vms.c vms/vmsish.h
82771 ____________________________________________________________________________
82772 [  6077] By: gsar                                  on 2000/05/07  01:22:23
82773         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
82774              and Tom Phoenix)
82775      Branch: perl
82776            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
82777 ____________________________________________________________________________
82778 [  6076] By: gsar                                  on 2000/05/06  17:36:29
82779         Log: integrate cfgperl contents into mainline
82780      Branch: perl
82781           +> t/lib/peek.t
82782           !> Configure MANIFEST Porting/Glossary Porting/config.sh
82783           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
82784           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
82785           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
82786 ____________________________________________________________________________
82787 [  6075] By: jhi                                   on 2000/05/05  18:56:10
82788         Log: Make the test more portable.
82789      Branch: cfgperl
82790            ! t/lib/peek.t
82791 ____________________________________________________________________________
82792 [  6074] By: jhi                                   on 2000/05/05  18:49:20
82793         Log: Introduce t/lib/peek.t.
82794      Branch: cfgperl
82795            + t/lib/peek.t
82796            ! MANIFEST
82797 ____________________________________________________________________________
82798 [  6073] By: jhi                                   on 2000/05/05  14:30:45
82799         Log: Complex tweaks.
82800      Branch: cfgperl
82801            ! lib/Math/Complex.pm t/lib/complex.t
82802 ____________________________________________________________________________
82803 [  6072] By: jhi                                   on 2000/05/05  12:27:13
82804         Log: Integrate with Sarathy.
82805      Branch: cfgperl
82806           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82807           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82808           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
82809           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
82810 ____________________________________________________________________________
82811 [  6071] By: gsar                                  on 2000/05/05  02:24:46
82812         Log: misformatted perllocal.pod (from Tim Jenness
82813              <t.jenness@jach.hawaii.edu>)
82814      Branch: perl
82815            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82816 ____________________________________________________________________________
82817 [  6070] By: gsar                                  on 2000/05/05  02:16:52
82818         Log: remove misleading comment (from M.J.T. Guy)
82819      Branch: perl
82820            ! t/lib/anydbm.t
82821 ____________________________________________________________________________
82822 [  6069] By: gsar                                  on 2000/05/05  02:15:13
82823         Log: File::Spec compatibility update (from Barrie Slaymaker
82824              <barries@slaysys.com>)
82825      Branch: perl
82826            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82827            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82828 ____________________________________________________________________________
82829 [  6068] By: gsar                                  on 2000/05/05  02:01:50
82830         Log: note about values()
82831      Branch: perl
82832            ! pod/perlfunc.pod
82833 ____________________________________________________________________________
82834 [  6067] By: gsar                                  on 2000/05/05  01:33:09
82835         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
82836      Branch: perl
82837            ! win32/win32.c
82838 ____________________________________________________________________________
82839 [  6066] By: gsar                                  on 2000/05/05  01:23:43
82840         Log: s/END/CHECK/
82841      Branch: perl
82842            ! perl.c
82843 ____________________________________________________________________________
82844 [  6065] By: jhi                                   on 2000/05/04  17:30:22
82845         Log: Integrate with Sarathy.
82846      Branch: cfgperl
82847           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
82848 ____________________________________________________________________________
82849 [  6064] By: gsar                                  on 2000/05/04  17:26:14
82850         Log: change#5905 wasn't quite right--it's intent only applies when arguments
82851              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
82852      Branch: perl
82853            ! pp_sys.c sv.c
82854 ____________________________________________________________________________
82855 [  6063] By: gsar                                  on 2000/05/04  16:52:29
82856         Log: tokeq() could read unallocated field in argument
82857      Branch: perl
82858            ! toke.c
82859 ____________________________________________________________________________
82860 [  6062] By: gsar                                  on 2000/05/04  16:34:51
82861         Log: additional tests for utf8.t
82862      Branch: perl
82863            ! t/pragma/utf8.t
82864 ____________________________________________________________________________
82865 [  6061] By: gsar                                  on 2000/05/04  16:09:28
82866         Log: change#5921 neglected to make eq honor "use bytes"
82867      Branch: perl
82868            ! sv.c
82869 ____________________________________________________________________________
82870 [  6060] By: jhi                                   on 2000/05/04  15:30:16
82871         Log: Integrate with Sarathy.
82872      Branch: cfgperl
82873           !> perl.c regcomp.c t/pragma/utf8.t
82874 ____________________________________________________________________________
82875 [  6059] By: jhi                                   on 2000/05/04  15:26:37
82876         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
82877              in natively 64-bit platforms where a long is a quad (no need
82878              for long longs).  Also added bias for IVs.
82879      Branch: cfgperl
82880            ! toke.c
82881 ____________________________________________________________________________
82882 [  6058] By: gsar                                  on 2000/05/04  00:19:14
82883         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
82884              (spotted by Donald Kinzer <dkinzer@premia.com>)
82885      Branch: perl
82886            ! perl.c
82887 ____________________________________________________________________________
82888 [  6057] By: gsar                                  on 2000/05/03  18:34:01
82889         Log: fix broken parsing of /\x{ab}/
82890      Branch: perl
82891            ! regcomp.c t/pragma/utf8.t
82892 ____________________________________________________________________________
82893 [  6056] By: jhi                                   on 2000/05/03  17:57:16
82894         Log: The search of infinity continues, this time simplified.
82895      Branch: cfgperl
82896            ! lib/Math/Complex.pm
82897 ____________________________________________________________________________
82898 [  6055] By: jhi                                   on 2000/05/03  17:45:30
82899         Log: Detypo.
82900      Branch: cfgperl
82901            ! hints/unicos.sh
82902 ____________________________________________________________________________
82903 [  6054] By: jhi                                   on 2000/05/02  22:28:27
82904         Log: Be more forgiving in POSIX about HUGE_VALL.
82905      Branch: cfgperl
82906            ! ext/POSIX/POSIX.xs
82907 ____________________________________________________________________________
82908 [  6053] By: jhi                                   on 2000/05/02  22:25:05
82909         Log: Integrate with Sarathy.
82910      Branch: cfgperl
82911           !> hints/irix_6.sh pod/perlop.pod
82912 ____________________________________________________________________________
82913 [  6052] By: jhi                                   on 2000/05/02  22:24:31
82914         Log: Unicos hint tweak.
82915      Branch: cfgperl
82916            ! hints/unicos.sh
82917 ____________________________________________________________________________
82918 [  6051] By: jhi                                   on 2000/05/02  22:21:26
82919         Log: Complex tweakery.
82920      Branch: cfgperl
82921            ! lib/Math/Complex.pm t/lib/complex.t
82922 ____________________________________________________________________________
82923 [  6050] By: jhi                                   on 2000/05/02  19:26:22
82924         Log: Use setxxent()/endxxent().
82925      Branch: cfgperl
82926            ! t/op/grent.t t/op/pwent.t
82927 ____________________________________________________________________________
82928 [  6049] By: jhi                                   on 2000/05/02  19:06:02
82929         Log: Test both the scalar and list contexts.
82930      Branch: cfgperl
82931            ! t/op/grent.t t/op/pwent.t
82932 ____________________________________________________________________________
82933 [  6048] By: gsar                                  on 2000/05/02  18:29:10
82934         Log: add note about how $( doesn't interpolate in REs (from
82935              Philip Newton <newton@ficus.frogspace.net>)
82936      Branch: perl
82937            ! pod/perlop.pod
82938 ____________________________________________________________________________
82939 [  6047] By: jhi                                   on 2000/05/02  17:41:24
82940         Log: Call getspnam() only iff needed.
82941      Branch: cfgperl
82942            ! pp_sys.c
82943 ____________________________________________________________________________
82944 [  6046] By: gsar                                  on 2000/05/02  17:07:25
82945         Log: libscheck has insufficient checks for n32 libs (from
82946              Albert Chin-A-Young <china@thewrittenword.com>)
82947      Branch: perl
82948            ! hints/irix_6.sh
82949 ____________________________________________________________________________
82950 [  6045] By: jhi                                   on 2000/05/02  13:57:17
82951         Log: Integrate with Sarathy.
82952      Branch: cfgperl
82953           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
82954           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
82955 ____________________________________________________________________________
82956 [  6044] By: gsar                                  on 2000/05/02  06:48:19
82957         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
82958              such that underscores are only ignored in literal numbers,
82959              "\x{...}", and hex/oct argument
82960      Branch: perl
82961            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
82962 ____________________________________________________________________________
82963 [  6043] By: gsar                                  on 2000/05/02  02:22:29
82964         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
82965      Branch: perl
82966            ! pod/perlretut.pod
82967 ____________________________________________________________________________
82968 [  6042] By: gsar                                  on 2000/05/02  02:17:51
82969         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
82970      Branch: perl
82971            ! pod/perltrap.pod
82972 ____________________________________________________________________________
82973 [  6041] By: gsar                                  on 2000/05/02  01:53:51
82974         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
82975              to compensate
82976      Branch: perl
82977            ! Porting/makerel
82978 ____________________________________________________________________________
82979 [  6040] By: gsar                                  on 2000/05/02  01:51:57
82980         Log: missing files in MANIFEST
82981      Branch: perl
82982            ! MANIFEST
82983 ____________________________________________________________________________
82984 [  6039] By: jhi                                   on 2000/05/02  00:36:46
82985         Log: Infinite problems.
82986      Branch: cfgperl
82987            ! lib/Math/Complex.pm
82988 ____________________________________________________________________________
82989 [  6038] By: jhi                                   on 2000/05/02  00:06:38
82990         Log: pwent/spent #ifdef imbalance.
82991      Branch: cfgperl
82992            ! pp_sys.c
82993 ____________________________________________________________________________
82994 [  6037] By: jhi                                   on 2000/05/01  22:50:11
82995         Log: Use HUGE_VALL if applicable.
82996      Branch: cfgperl
82997            ! ext/POSIX/POSIX.xs util.c
82998 ____________________________________________________________________________
82999 [  6036] By: jhi                                   on 2000/05/01  22:20:53
83000         Log: Correct Freudian slip.
83001      Branch: cfgperl
83002            ! pp_sys.c
83003 ____________________________________________________________________________
83004 [  6035] By: jhi                                   on 2000/05/01  21:07:38
83005         Log: Continue on the pwent/spent case.
83006      Branch: cfgperl
83007            ! pp_sys.c
83008 ____________________________________________________________________________
83009 [  6034] By: jhi                                   on 2000/05/01  17:45:14
83010         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
83011              adjustments in 6032 conflicted badly with this, will have
83012              to revisit them later.
83013      Branch: cfgperl
83014           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
83015           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83016           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
83017           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
83018           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
83019           !> t/lib/cgi-html.t t/lib/cgi-request.t
83020 ____________________________________________________________________________
83021 [  6033] By: jhi                                   on 2000/05/01  17:40:49
83022         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
83023      Branch: cfgperl
83024            ! pp_sys.c
83025 ____________________________________________________________________________
83026 [  6032] By: gsar                                  on 2000/05/01  15:56:32
83027         Log: whitespace adjustments
83028      Branch: perl
83029            ! pp_sys.c
83030 ____________________________________________________________________________
83031 [  6031] By: gsar                                  on 2000/05/01  15:19:41
83032         Log: small nits in diagnostics.pm (from Robin Barker)
83033      Branch: perl
83034            ! lib/diagnostics.pm pod/perldiag.pod
83035 ____________________________________________________________________________
83036 [  6030] By: gsar                                  on 2000/05/01  08:39:18
83037         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
83038              for @- and @+ (from Johan Vromans)
83039      Branch: perl
83040            ! lib/English.pm pod/perlvar.pod
83041 ____________________________________________________________________________
83042 [  6029] By: gsar                                  on 2000/05/01  08:16:10
83043         Log: add CGI.pm v2.66 (from Lincoln Stein)
83044      Branch: perl
83045            + lib/CGI/Util.pm t/lib/cgi-pretty.t
83046            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83047            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
83048            ! t/lib/cgi-html.t t/lib/cgi-request.t
83049 ____________________________________________________________________________
83050 [  6028] By: gsar                                  on 2000/05/01  06:34:41
83051         Log: Pod::Man generates groff-incompatible macro definition (from
83052              Tom Christiansen)
83053      Branch: perl
83054            ! lib/Pod/Man.pm
83055 ____________________________________________________________________________
83056 [  6027] By: gsar                                  on 2000/05/01  06:31:36
83057         Log: podlators-1.02 update (from Russ Allbery)
83058      Branch: perl
83059            ! lib/Pod/Man.pm lib/Pod/Text.pm
83060 ____________________________________________________________________________
83061 [  6026] By: jhi                                   on 2000/04/30  23:24:23
83062         Log: Integrate with Sarathy.
83063      Branch: cfgperl
83064           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
83065           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
83066           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
83067           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
83068           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
83069           !> t/lib/syslog.t toke.c win32/win32.h
83070 ____________________________________________________________________________
83071 [  6025] By: gsar                                  on 2000/04/30  18:17:47
83072         Log: Is{Alnum,Alpha,Word} don't match titlecase
83073              
83074              TODO: IsSpace is defined recursively!
83075              
83076              (both spotted by Larry)
83077      Branch: perl
83078            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
83079            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
83080 ____________________________________________________________________________
83081 [  6024] By: gsar                                  on 2000/04/30  17:50:19
83082         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
83083              (from Hugo van der Sanden)
83084      Branch: perl
83085            ! toke.c
83086 ____________________________________________________________________________
83087 [  6023] By: gsar                                  on 2000/04/30  17:14:43
83088         Log: debugger stomps on $. (from M.J.T. Guy)
83089      Branch: perl
83090            ! lib/perl5db.pl
83091 ____________________________________________________________________________
83092 [  6022] By: gsar                                  on 2000/04/30  16:59:22
83093         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
83094      Branch: perl
83095            ! sv.c
83096 ____________________________________________________________________________
83097 [  6021] By: gsar                                  on 2000/04/29  21:00:08
83098         Log: remove Win2K issue in pod (fixed by change#6020)
83099      Branch: perl
83100            ! README.win32 pod/perl56delta.pod
83101 ____________________________________________________________________________
83102 [  6020] By: gsar                                  on 2000/04/29  20:51:49
83103         Log: test tweak
83104      Branch: perl
83105            ! t/lib/open3.t
83106 ____________________________________________________________________________
83107 [  6019] By: gsar                                  on 2000/04/29  20:34:27
83108         Log: windows portability tweaks
83109      Branch: perl
83110            ! t/lib/b.t win32/win32.h
83111 ____________________________________________________________________________
83112 [  6018] By: gsar                                  on 2000/04/29  19:55:24
83113         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
83114              make _PATH_LOG() return "" if unavailable
83115      Branch: perl
83116            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
83117            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
83118 ____________________________________________________________________________
83119 [  6017] By: jhi                                   on 2000/04/28  22:49:46
83120         Log: Integrate with Sarathy.
83121      Branch: cfgperl
83122           !> op.c perl.c pod/perldiag.pod t/lib/b.t
83123 ____________________________________________________________________________
83124 [  6016] By: jhi                                   on 2000/04/28  22:46:14
83125         Log: Do not warn that an infinity does not look like a number.
83126      Branch: cfgperl
83127            ! sv.c
83128 ____________________________________________________________________________
83129 [  6015] By: gsar                                  on 2000/04/28  22:35:49
83130         Log: tweak test for portability
83131      Branch: perl
83132            ! t/lib/b.t
83133 ____________________________________________________________________________
83134 [  6014] By: gsar                                  on 2000/04/28  22:05:31
83135         Log: glob() loading File::Glob behind the scenes may cause syntax errors
83136      Branch: perl
83137            ! op.c
83138 ____________________________________________________________________________
83139 [  6013] By: gsar                                  on 2000/04/28  21:25:22
83140         Log: tweak change#5945 to display correct switch name in diagnostic
83141      Branch: perl
83142            ! perl.c pod/perldiag.pod
83143 ____________________________________________________________________________
83144 [  6012] By: jhi                                   on 2000/04/28  21:08:12
83145         Log: Integrate with Sarathy.
83146      Branch: cfgperl
83147           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
83148           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
83149           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
83150 ____________________________________________________________________________
83151 [  6011] By: jhi                                   on 2000/04/28  21:04:46
83152         Log: &HUGE_VAL is not defined, it exists.
83153      Branch: cfgperl
83154            ! lib/Math/Complex.pm
83155 ____________________________________________________________________________
83156 [  6010] By: gsar                                  on 2000/04/28  21:02:58
83157         Log: clarify note about shadow password support (from
83158              gellyfish@gellyfish.com)
83159      Branch: perl
83160            ! pod/perlfunc.pod
83161 ____________________________________________________________________________
83162 [  6009] By: gsar                                  on 2000/04/28  21:00:00
83163         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
83164      Branch: perl
83165            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
83166 ____________________________________________________________________________
83167 [  6008] By: gsar                                  on 2000/04/28  20:56:33
83168         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
83169      Branch: perl
83170            ! installperl vms/subconfigure.com
83171 ____________________________________________________________________________
83172 [  6007] By: gsar                                  on 2000/04/28  20:51:21
83173         Log: note about compile failures and END blocks (from M.J.T. Guy)
83174      Branch: perl
83175            ! pod/perl56delta.pod pod/perlmod.pod
83176 ____________________________________________________________________________
83177 [  6006] By: jhi                                   on 2000/04/28  20:42:14
83178         Log: Regen Configure.
83179      Branch: cfgperl
83180            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83181            ! config_h.SH
83182 ____________________________________________________________________________
83183 [  6005] By: gsar                                  on 2000/04/28  20:41:16
83184         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
83185      Branch: perl
83186            ! utils/perldoc.PL
83187 ____________________________________________________________________________
83188 [  6004] By: jhi                                   on 2000/04/28  20:28:21
83189         Log: Integrate with Sarathy.
83190      Branch: cfgperl
83191           !> Configure INSTALL Porting/Glossary Porting/config.sh
83192           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
83193           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
83194           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
83195           !> win32/config.vc win32/win32.c
83196 ____________________________________________________________________________
83197 [  6003] By: gsar                                  on 2000/04/28  20:11:20
83198         Log: allow REG_EXPAND_SZ keys in Windows registry (from
83199              John Clayton <John.Clayton@barclayscapital.com>)
83200      Branch: perl
83201            ! win32/win32.c
83202 ____________________________________________________________________________
83203 [  6002] By: gsar                                  on 2000/04/28  19:34:16
83204         Log: destructive sv_setsv() can lose UV-ness from source, causing
83205              numeric promotions/comparisons to fail to do the right thing
83206      Branch: perl
83207            ! sv.c
83208 ____________________________________________________________________________
83209 [  6001] By: gsar                                  on 2000/04/28  18:44:15
83210         Log: support additional library locations via $Config{otherlibdirs}
83211              (from Andy Dougherty)
83212      Branch: perl
83213            ! Configure INSTALL Porting/Glossary Porting/config.sh
83214            ! Porting/config_H config_h.SH epoc/config.sh perl.c
83215            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
83216            ! win32/config.bc win32/config.gc win32/config.vc
83217 ____________________________________________________________________________
83218 [  6000] By: gsar                                  on 2000/04/28  18:26:58
83219         Log: reworked otherlibdirs.U (from Andy Dougherty)
83220      Branch: metaconfig
83221            ! U/installdirs/otherlibdirs.U
83222 ____________________________________________________________________________
83223 [  5999] By: gsar                                  on 2000/04/28  18:17:07
83224         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
83225      Branch: perl
83226            ! t/pragma/warn/toke toke.c
83227 ____________________________________________________________________________
83228 [  5998] By: jhi                                   on 2000/04/28  13:32:17
83229         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
83230      Branch: cfgperl
83231            ! lib/Math/Complex.pm
83232 ____________________________________________________________________________
83233 [  5997] By: jhi                                   on 2000/04/28  13:14:04
83234         Log: Preserve $!.
83235      Branch: cfgperl
83236            ! lib/Math/Complex.pm
83237 ____________________________________________________________________________
83238 [  5996] By: jhi                                   on 2000/04/28  12:59:23
83239         Log: Integrate with Sarathy.
83240      Branch: cfgperl
83241           +> pod/perlrequick.pod pod/perlretut.pod
83242           !> (integrate 51 files)
83243 ____________________________________________________________________________
83244 [  5995] By: gsar                                  on 2000/04/28  09:37:36
83245         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
83246      Branch: perl
83247            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
83248 ____________________________________________________________________________
83249 [  5994] By: gsar                                  on 2000/04/28  09:33:26
83250         Log: fix for missed accounting for null byte in pack("Z",...) (from
83251              M.J.T. Guy)
83252      Branch: perl
83253            ! pp.c t/op/pack.t
83254 ____________________________________________________________________________
83255 [  5993] By: gsar                                  on 2000/04/28  09:30:05
83256         Log: various minor tweaks seen on p5p
83257      Branch: perl
83258            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
83259 ____________________________________________________________________________
83260 [  5992] By: gsar                                  on 2000/04/28  09:08:19
83261         Log: pod nit (from Simon Cozens)
83262      Branch: perl
83263            ! pod/perlop.pod
83264 ____________________________________________________________________________
83265 [  5991] By: gsar                                  on 2000/04/28  09:06:36
83266         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
83267      Branch: perl
83268            ! README.posix-bc hints/posix-bc.sh
83269 ____________________________________________________________________________
83270 [  5990] By: gsar                                  on 2000/04/28  08:54:52
83271         Log: use $ENV{LIB} to search for libs under Visual C compiler
83272              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
83273      Branch: perl
83274            ! lib/ExtUtils/Liblist.pm
83275 ____________________________________________________________________________
83276 [  5989] By: gsar                                  on 2000/04/28  08:27:12
83277         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
83278              itself and no other (from Tom Hughes)
83279      Branch: perl
83280            ! t/op/array.t toke.c
83281 ____________________________________________________________________________
83282 [  5988] By: gsar                                  on 2000/04/28  08:01:38
83283         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
83284              <paul@miraclefish.com>)
83285      Branch: perl
83286            ! lib/ExtUtils/MakeMaker.pm
83287 ____________________________________________________________________________
83288 [  5987] By: gsar                                  on 2000/04/28  07:53:09
83289         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
83290      Branch: perl
83291            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
83292 ____________________________________________________________________________
83293 [  5986] By: gsar                                  on 2000/04/28  07:44:17
83294         Log: add regular expressions tutorial and quick-start guide (from
83295              Mark Kvale <kvale@phy.ucsf.edu>)
83296      Branch: perl
83297            + pod/perlrequick.pod pod/perlretut.pod
83298            ! AUTHORS MAINTAIN MANIFEST
83299 ____________________________________________________________________________
83300 [  5985] By: gsar                                  on 2000/04/28  07:30:28
83301         Log: forked child may not exit correctly if it failed to open
83302              /dev/console (from Graham Barr)
83303      Branch: perl
83304            ! ext/Sys/Syslog/Syslog.pm
83305 ____________________________________________________________________________
83306 [  5984] By: gsar                                  on 2000/04/28  07:27:20
83307         Log: attributes::reftype() doesn't work on tied argument
83308      Branch: perl
83309            ! xsutils.c
83310 ____________________________________________________________________________
83311 [  5983] By: gsar                                  on 2000/04/28  07:15:04
83312         Log: numeric conversion of non-number in change#3378 tramples on
83313              OOK offset, causing segfaults
83314      Branch: perl
83315            ! sv.c
83316 ____________________________________________________________________________
83317 [  5982] By: gsar                                  on 2000/04/28  04:48:25
83318         Log: avoid error in IO::Socket::INET when given an unknown service name
83319              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
83320      Branch: perl
83321            ! ext/IO/lib/IO/Socket/INET.pm
83322 ____________________________________________________________________________
83323 [  5981] By: gsar                                  on 2000/04/28  04:31:31
83324         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
83325              prototype mismatch with CORE::glob(); update pod and tests to
83326              suit (File::Glob::glob() is still available for backward
83327              compatibility, but should be considered deprecated)
83328      Branch: perl
83329            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
83330            ! t/lib/glob-taint.t
83331 ____________________________________________________________________________
83332 [  5980] By: gsar                                  on 2000/04/28  03:47:29
83333         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
83334              <ghudson@mit.edu>)
83335      Branch: metaconfig
83336            ! U/modified/Options.U
83337      Branch: perl
83338            ! Configure
83339 ____________________________________________________________________________
83340 [  5979] By: gsar                                  on 2000/04/28  03:07:54
83341         Log: under useithreads, constant pad entries could inadvertently be
83342              shared across threads (from Eric Blood <eblood@xmission.com>);
83343              added Eric's test case to testsuite
83344      Branch: perl
83345            ! op.c t/op/misc.t
83346 ____________________________________________________________________________
83347 [  5978] By: gsar                                  on 2000/04/27  21:13:00
83348         Log: sync version numbers in File::Spec with the ones on CPAN
83349              (from Barrie Slaymaker)
83350      Branch: perl
83351            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
83352            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
83353            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
83354 ____________________________________________________________________________
83355 [  5977] By: gsar                                  on 2000/04/27  21:07:29
83356         Log: autoquote barewords followed by newline and arrow properly
83357              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
83358      Branch: perl
83359            ! t/pragma/warn/toke toke.c
83360 ____________________________________________________________________________
83361 [  5976] By: gsar                                  on 2000/04/27  20:41:20
83362         Log: DB_File v1.73 update (from Paul Marquess)
83363      Branch: perl
83364            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
83365            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
83366 ____________________________________________________________________________
83367 [  5975] By: gsar                                  on 2000/04/27  20:34:24
83368         Log: allow sort() reentrancy (variant of patch suggested by
83369              Hugo van der Sanden)
83370      Branch: perl
83371            ! pp_ctl.c t/op/sort.t
83372 ____________________________________________________________________________
83373 [  5974] By: gsar                                  on 2000/04/27  19:46:57
83374         Log: change#4197 somehow missed initializing PL_errors, meaning
83375              sytax error queueing wasn't working outside eval"" at all;
83376              also fixed eval"" to localize PL_error_count, so that compile-time
83377              eval's don't clobber the error state of the outer context
83378      Branch: perl
83379            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
83380            ! t/pragma/warn/toke
83381 ____________________________________________________________________________
83382 [  5973] By: gsar                                  on 2000/04/27  18:29:05
83383         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
83384      Branch: perl
83385            ! regcomp.c regexec.c t/op/re_tests
83386 ____________________________________________________________________________
83387 [  5972] By: jhi                                   on 2000/04/27  18:22:41
83388         Log: Integrate with Sarathy.
83389      Branch: cfgperl
83390           +> t/lib/b.t t/lib/syslog.t
83391           !> (integrate 31 files)
83392 ____________________________________________________________________________
83393 [  5971] By: jhi                                   on 2000/04/27  18:18:46
83394         Log: Unicos tweaks from Mark P. Lutz.
83395      Branch: cfgperl
83396            ! hints/unicos.sh lib/Math/Complex.pm
83397 ____________________________________________________________________________
83398 [  5970] By: gsar                                  on 2000/04/27  18:05:11
83399         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
83400              IV is >32bits
83401      Branch: perl
83402            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
83403 ____________________________________________________________________________
83404 [  5969] By: gsar                                  on 2000/04/27  17:50:56
83405         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
83406      Branch: perl
83407            + t/lib/syslog.t
83408            ! MANIFEST ext/Sys/Syslog/Syslog.pm
83409 ____________________________________________________________________________
83410 [  5968] By: gsar                                  on 2000/04/27  17:44:49
83411         Log: tolerate spaces in group names in test on solaris (from David Boyce
83412              <dsb@boyski.com>)
83413      Branch: perl
83414            ! t/op/groups.t
83415 ____________________________________________________________________________
83416 [  5967] By: gsar                                  on 2000/04/27  17:41:22
83417         Log: improved docs on the warn_uninit diagnostic (from David Glasser
83418              and Simon Cozens)
83419      Branch: perl
83420            ! pod/perldiag.pod
83421 ____________________________________________________________________________
83422 [  5966] By: gsar                                  on 2000/04/27  16:54:58
83423         Log: add testsuite for B backends, fix bug in B::Deparse (from
83424              Simon Cozens <simon@brecon.co.uk>)
83425      Branch: perl
83426            + t/lib/b.t
83427            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
83428 ____________________________________________________________________________
83429 [  5965] By: gsar                                  on 2000/04/27  16:10:37
83430         Log: avoid "will not stay shared" warnings for our variables (from
83431              Robin Barker)
83432      Branch: perl
83433            ! op.c t/pragma/warn/op
83434 ____________________________________________________________________________
83435 [  5964] By: gsar                                  on 2000/04/27  07:05:05
83436         Log: reformat to 72 columns (again)
83437      Branch: perl
83438            ! pod/perldiag.pod
83439 ____________________________________________________________________________
83440 [  5963] By: gsar                                  on 2000/04/27  06:28:31
83441         Log: patch from Larry to make (\&) prototype work; added tests for
83442              the same
83443      Branch: perl
83444            ! op.c t/comp/proto.t
83445 ____________________________________________________________________________
83446 [  5962] By: gsar                                  on 2000/04/27  06:15:47
83447         Log: updated README.hpux (from Jeff Okamoto)
83448      Branch: perl
83449            ! README.hpux
83450 ____________________________________________________________________________
83451 [  5961] By: gsar                                  on 2000/04/27  05:55:03
83452         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
83453      Branch: perl
83454            ! emacs/cperl-mode.el
83455 ____________________________________________________________________________
83456 [  5960] By: gsar                                  on 2000/04/27  05:49:26
83457         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
83458      Branch: perl
83459            ! INSTALL
83460 ____________________________________________________________________________
83461 [  5959] By: gsar                                  on 2000/04/27  05:33:41
83462         Log: doubled words in pods (from Simon Cozens
83463              <simon.p.cozens@jp.pwcglobal.com>)
83464      Branch: perl
83465            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
83466            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
83467            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
83468            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
83469            ! pod/perltootc.pod
83470 ____________________________________________________________________________
83471 [  5958] By: gsar                                  on 2000/04/27  05:11:39
83472         Log: change#3569 deleted some essential code, revert; avoid use of
83473              atexit() to make DynaLoader work properly on AIX under mod_perl
83474              (from Jens-Uwe Mager <jum@helios.de>)
83475      Branch: perl
83476            ! ext/DynaLoader/dl_aix.xs
83477 ____________________________________________________________________________
83478 [  5957] By: gsar                                  on 2000/04/27  04:54:51
83479         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
83480      Branch: perl
83481            ! pod/perlmod.pod
83482 ____________________________________________________________________________
83483 [  5956] By: gsar                                  on 2000/04/27  04:51:47
83484         Log: better diagnostics on failed tests (from Ilya Zakharevich)
83485      Branch: perl
83486            ! t/op/lex_assign.t
83487 ____________________________________________________________________________
83488 [  5955] By: gsar                                  on 2000/04/27  04:26:44
83489         Log: longstanding bug exposed by change#3307: sort arguments weren't
83490              compiled with the right wantarray context (ensuing runtime lookup
83491              via block_gimme() was getting the incidental context of the
83492              sort() itself)
83493      Branch: perl
83494            ! op.c t/op/sort.t
83495 ____________________________________________________________________________
83496 [  5954] By: gsar                                  on 2000/04/26  23:42:12
83497         Log: integrate cfgperl contents into mainline
83498      Branch: perl
83499           !> (integrate 30 files)
83500 ____________________________________________________________________________
83501 [  5953] By: jhi                                   on 2000/04/26  23:06:42
83502         Log: Integrate with Sarathy.
83503      Branch: cfgperl
83504           !> README.win32 ext/B/B/Deparse.pm
83505           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83506           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
83507           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
83508           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
83509           !> utils/perldoc.PL vms/perlvms.pod
83510 ____________________________________________________________________________
83511 [  5952] By: jhi                                   on 2000/04/26  23:03:46
83512         Log: Undo "use integer" addition from 64bitint as it seems
83513              to break most of the subtests in Digital UNIX;
83514              Unicos needs to find another way.
83515      Branch: cfgperl
83516            ! t/op/64bitint.t
83517 ____________________________________________________________________________
83518 [  5951] By: jhi                                   on 2000/04/26  22:57:53
83519         Log: Be more robust on "extreme" (large absolute value)
83520              arguments.  Originally reported by Daniel Connelly
83521              as a problem with asinh() on large negative arguments,
83522              asinh() used to bail out because an argument to log()
83523              ended up being zero.  Ilya Zakharevich proposed using
83524              Taylor's series in such cases, which for such large
83525              arguments is a very good approximation.
83526      Branch: cfgperl
83527            ! lib/Math/Complex.pm t/lib/complex.t
83528 ____________________________________________________________________________
83529 [  5950] By: gsar                                  on 2000/04/25  19:13:12
83530         Log: reformat perldiag to avoid long lines
83531      Branch: perl
83532            ! pod/perldiag.pod
83533 ____________________________________________________________________________
83534 [  5949] By: gsar                                  on 2000/04/25  18:41:11
83535         Log: make perldoc use the pod2man from the same version (from
83536              M.J.T. Guy)
83537      Branch: perl
83538            ! utils/perldoc.PL
83539 ____________________________________________________________________________
83540 [  5948] By: gsar                                  on 2000/04/25  18:21:57
83541         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
83542              <kompas@kompas.usr.onet.pl>)
83543      Branch: perl
83544            ! lib/vars.pm
83545 ____________________________________________________________________________
83546 [  5947] By: gsar                                  on 2000/04/25  18:11:53
83547         Log: use &dl_error rather than &dl_load_file as the guard for calling
83548              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
83549              statically built perl)
83550      Branch: perl
83551            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83552 ____________________________________________________________________________
83553 [  5946] By: jhi                                   on 2000/04/25  17:37:54
83554         Log: Document that tr() is not tr(1).
83555      Branch: cfgperl
83556            ! pod/perlop.pod
83557 ____________________________________________________________________________
83558 [  5945] By: gsar                                  on 2000/04/25  16:34:33
83559         Log: make module name mandatory after -M switch; reorder perldiag
83560              alphabetically (from Mark-Jason Dominus)
83561      Branch: perl
83562            ! perl.c pod/perldiag.pod
83563 ____________________________________________________________________________
83564 [  5944] By: jhi                                   on 2000/04/25  01:15:18
83565         Log: On second thoughts frexp() does have two arguments.
83566      Branch: cfgperl
83567            ! perl.h
83568 ____________________________________________________________________________
83569 [  5943] By: jhi                                   on 2000/04/24  22:56:32
83570         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
83571              Now pp_ncmp() returns undef is either operand is a NaN.
83572      Branch: cfgperl
83573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83574            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
83575            ! vms/subconfigure.com vos/config.def vos/config.h
83576            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
83577            ! win32/config.vc win32/config_H.bc win32/config_H.gc
83578            ! win32/config_H.vc
83579      Branch: metaconfig/U/perl
83580            + d_modfl.U
83581 ____________________________________________________________________________
83582 [  5942] By: jhi                                   on 2000/04/24  19:45:17
83583         Log: Regen Configure to match #5937.
83584      Branch: cfgperl
83585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83586            ! config_h.SH
83587      Branch: metaconfig
83588            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
83589 ____________________________________________________________________________
83590 [  5941] By: jhi                                   on 2000/04/24  19:24:11
83591         Log: Further Unicos fixes for Mark Lutz.
83592      Branch: cfgperl
83593            ! hints/unicos.sh pp_ctl.c
83594 ____________________________________________________________________________
83595 [  5940] By: jhi                                   on 2000/04/24  19:09:06
83596         Log: Various Unicos 10.0.0.6 fixes.
83597              
83598              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
83599              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
83600              Reply-To: tecmpl1@triton.ca.boeing.com 
83601              To: perl5-porters@perl.org 
83602              Date: Fri, 14 Apr 2000 20:21:00 GMT 
83603              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
83604      Branch: cfgperl
83605            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
83606 ____________________________________________________________________________
83607 [  5939] By: gsar                                  on 2000/04/24  19:01:24
83608         Log: more pod nits (from Larry Virden)
83609      Branch: perl
83610            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
83611            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
83612            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
83613 ____________________________________________________________________________
83614 [  5938] By: gsar                                  on 2000/04/24  18:54:01
83615         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
83616      Branch: perl
83617            ! ext/B/B/Deparse.pm
83618 ____________________________________________________________________________
83619 [  5937] By: jhi                                   on 2000/04/24  17:39:00
83620         Log: Integrate with Sarathy.
83621      Branch: cfgperl
83622           +> (branch 31 files)
83623           !> (integrate 73 files)
83624 ____________________________________________________________________________
83625 [  5936] By: gsar                                  on 2000/04/24  17:30:06
83626         Log: additional tests for change#5934 (from Paul Marquess, who also
83627              sent in the same fix)
83628      Branch: perl
83629            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
83630            ! t/pragma/warn/5nolint t/pragma/warn/6default
83631 ____________________________________________________________________________
83632 [  5935] By: jhi                                   on 2000/04/24  17:26:05
83633         Log: Do not assume sign propagation.
83634              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
83635              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
83636              To: payner@ncifcrf.gov, perl5-porters@perl.org 
83637              Date: Tue, 18 Apr 2000 18:24:49 +0100 
83638              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
83639      Branch: cfgperl
83640            ! t/op/bop.t t/op/misc.t
83641 ____________________________________________________________________________
83642 [  5934] By: gsar                                  on 2000/04/24  17:16:54
83643         Log: propagate lexical warnings from surrounding scope correctly
83644              within string eval()
83645      Branch: perl
83646            ! pp_ctl.c t/pragma/warn/pp_ctl
83647 ____________________________________________________________________________
83648 [  5933] By: jhi                                   on 2000/04/24  17:01:07
83649         Log: Flatten the cpp jungle doing the nosuid checking.
83650      Branch: cfgperl
83651            ! perl.c
83652 ____________________________________________________________________________
83653 [  5932] By: gsar                                  on 2000/04/24  09:08:14
83654         Log: add rsignal(), whichsig() and do_join() to public API list
83655              (mod_perl uses them to good advantage)
83656      Branch: perl
83657            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
83658 ____________________________________________________________________________
83659 [  5931] By: gsar                                  on 2000/04/24  09:01:40
83660         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
83661      Branch: perl
83662            ! pp_hot.c regexec.c t/op/pat.t
83663 ____________________________________________________________________________
83664 [  5930] By: gsar                                  on 2000/04/24  08:58:33
83665         Log: small os390 tweaks (from Peter Prymmer)
83666      Branch: perl
83667            ! config_h.SH makedepend.SH
83668 ____________________________________________________________________________
83669 [  5929] By: gsar                                  on 2000/04/24  08:55:25
83670         Log: pod nits
83671      Branch: perl
83672            ! pod/perlguts.pod
83673 ____________________________________________________________________________
83674 [  5928] By: gsar                                  on 2000/04/24  08:50:13
83675         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
83676      Branch: perl
83677            ! ext/IO/lib/IO/Poll.pm
83678 ____________________________________________________________________________
83679 [  5927] By: gsar                                  on 2000/04/24  08:43:24
83680         Log: arrange for next() to resume at the unstack op rather than the
83681              loop conditional, so that scope cleanup happens correctly
83682              (from Stephen McCamant)
83683      Branch: perl
83684            ! op.c pp_ctl.c t/op/misc.t
83685 ____________________________________________________________________________
83686 [  5926] By: gsar                                  on 2000/04/24  08:18:40
83687         Log: on windows, reserve 16M of stack rather than 128M (allows more
83688              threads to run concurrently)
83689      Branch: perl
83690            ! win32/Makefile win32/makefile.mk
83691 ____________________________________________________________________________
83692 [  5925] By: gsar                                  on 2000/04/24  08:13:52
83693         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
83694      Branch: perl
83695            ! toke.c
83696 ____________________________________________________________________________
83697 [  5924] By: gsar                                  on 2000/04/24  08:08:59
83698         Log: avoid using uninitialized memory in require version check
83699      Branch: perl
83700            ! pp_ctl.c universal.c
83701 ____________________________________________________________________________
83702 [  5923] By: gsar                                  on 2000/04/24  07:20:14
83703         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
83704      Branch: perl
83705            ! ext/IO/lib/IO/Poll.pm
83706 ____________________________________________________________________________
83707 [  5922] By: gsar                                  on 2000/04/24  07:08:42
83708         Log: commentary about IoTYPE() (from Nathan Torkington)
83709      Branch: perl
83710            ! sv.h
83711 ____________________________________________________________________________
83712 [  5921] By: gsar                                  on 2000/04/24  06:58:26
83713         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
83714              by fix
83715      Branch: perl
83716            ! sv.c t/lib/charnames.t t/pragma/utf8.t
83717 ____________________________________________________________________________
83718 [  5920] By: gsar                                  on 2000/04/24  06:37:59
83719         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
83720      Branch: perl
83721            ! doop.c t/op/ver.t
83722 ____________________________________________________________________________
83723 [  5919] By: gsar                                  on 2000/04/24  06:21:58
83724         Log: Configure might miss old directories when prefix must be
83725              expanded (from Robin Barker)
83726      Branch: metaconfig
83727            ! U/installdirs/inc_version_list.U
83728      Branch: perl
83729            ! Configure
83730 ____________________________________________________________________________
83731 [  5918] By: gsar                                  on 2000/04/24  06:16:11
83732         Log: VMS nits in glob() test (from Charles Lane)
83733      Branch: perl
83734            ! t/lib/glob-basic.t
83735 ____________________________________________________________________________
83736 [  5917] By: gsar                                  on 2000/04/24  06:11:56
83737         Log: various pod nits (from Larry Virden and others)
83738      Branch: perl
83739            ! README.amiga README.hpux README.machten README.os2
83740            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
83741            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
83742            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
83743            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
83744            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
83745            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
83746            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
83747            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
83748 ____________________________________________________________________________
83749 [  5916] By: gsar                                  on 2000/04/24  05:52:43
83750         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
83751              <wjones@tc.fluke.com>)
83752      Branch: perl
83753            ! t/lib/glob-basic.t
83754 ____________________________________________________________________________
83755 [  5915] By: gsar                                  on 2000/04/24  05:07:01
83756         Log: supported platforms mixed up
83757      Branch: perl
83758            ! pod/perl56delta.pod pod/perlport.pod
83759 ____________________________________________________________________________
83760 [  5914] By: gsar                                  on 2000/04/24  04:56:08
83761         Log: caller() wasn't returning the right number of elements for
83762              eval {...}
83763      Branch: perl
83764            ! pp_ctl.c t/pragma/warn/9enabled
83765 ____________________________________________________________________________
83766 [  5913] By: gsar                                  on 2000/04/24  04:35:41
83767         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
83768              Mark-Jason Dominus)
83769      Branch: perl
83770            ! pod/perlfunc.pod
83771 ____________________________________________________________________________
83772 [  5912] By: gsar                                  on 2000/04/24  04:17:15
83773         Log: fix totally broken caching in UNIVERSAL::isa() (from
83774              Nick Ing-Simmons)
83775      Branch: perl
83776            ! t/op/universal.t universal.c
83777 ____________________________________________________________________________
83778 [  5911] By: gsar                                  on 2000/04/24  03:39:47
83779         Log: add linebreak properties from unicode/LineBrk.txt (from
83780              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
83781      Branch: perl
83782            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
83783            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
83784            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
83785            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
83786            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
83787            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
83788            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
83789            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
83790            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
83791            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
83792            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
83793            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
83794            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
83795            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
83796            + lib/unicode/Is/LbrkZW.pl
83797            ! lib/unicode/mktables.PL
83798 ____________________________________________________________________________
83799 [  5910] By: gsar                                  on 2000/04/24  03:23:10
83800         Log: typo in pod
83801      Branch: perl
83802            ! ext/Thread/Thread.pm
83803 ____________________________________________________________________________
83804 [  5909] By: gsar                                  on 2000/04/24  03:22:03
83805         Log: mode argument to do_binmode() should be file mode, not boolean
83806      Branch: perl
83807            ! pp_sys.c
83808 ____________________________________________________________________________
83809 [  5908] By: gsar                                  on 2000/04/16  16:51:08
83810         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
83811              always returns a valid GV even when the symbol is trapped by strictures
83812              (avoids coredumps)
83813              
83814              TODO: the C<package;> hack needs similar treatment
83815      Branch: perl
83816            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
83817            ! t/pragma/strict-vars
83818 ____________________________________________________________________________
83819 [  5907] By: jhi                                   on 2000/03/31  23:42:56
83820         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
83821              an assumption which #5905 demolished.
83822      Branch: cfgperl
83823            ! pp_sys.c
83824 ____________________________________________________________________________
83825 [  5906] By: jhi                                   on 2000/03/31  18:54:37
83826         Log: Typo in #5905.
83827      Branch: cfgperl
83828            ! t/op/64bitint.t
83829 ____________________________________________________________________________
83830 [  5905] By: jhi                                   on 2000/03/31  18:50:54
83831         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
83832              reported by Joseph N. Hall.  The bug was that even with use64bitint
83833              one had to use the prefixes q, L, or ll with printf/sprintf,
83834              contrary to the documentation and common sense.
83835      Branch: cfgperl
83836            ! sv.c t/op/64bitint.t
83837 ____________________________________________________________________________
83838 [  5904] By: gsar                                  on 2000/03/28  02:31:32
83839         Log: add Changes, perldelta.pod
83840      Branch: perl
83841            + Changes pod/perldelta.pod
83842 ____________________________________________________________________________
83843 [  5903] By: gsar                                  on 2000/03/28  02:03:55
83844         Log: rename Changes and perldelta.pod
83845      Branch: perl
83846           +> Changes5.6 pod/perl56delta.pod
83847            - Changes pod/perldelta.pod
83848            ! MANIFEST
83849 ____________________________________________________________________________
83850 [  5902] By: gsar                                  on 2000/03/28  01:59:14
83851         Log: create maint-5.6 branch
83852      Branch: maint-5.6/perl
83853           +> (branch 1611 files)
83854 ____________________________________________________________________________
83855 [  5901] By: jhi                                   on 2000/03/23  05:48:43
83856         Log: Integrate with Sarathy.
83857      Branch: cfgperl
83858           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
83859 ____________________________________________________________________________
83860 [  5900] By: gsar                                  on 2000/03/23  05:42:43
83861         Log: three guesses on what this is :-)
83862      Branch: perl
83863            ! Changes